|
|
|
1 | 2024-07-16T13:44:00.089Z | job assigned to worker 01J2XWH9KFKG0GWGXNA7ZGXG5Z (queued for 32 s) |
|
2 | 2024-07-16T13:44:01.055Z | starting task 0: "setup" |
3 | 2024-07-16T13:44:01.079Z | ++ uname -s |
4 | 2024-07-16T13:44:01.079Z | + kern=SunOS |
5 | 2024-07-16T13:44:01.080Z | + case "$kern" in |
6 | 2024-07-16T13:44:01.080Z | + groupadd -g 12345 build |
7 | 2024-07-16T13:44:01.080Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-16T13:44:03.082Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-16T13:44:03.125Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-16T13:44:03.149Z | + home_fs=zfs |
11 | 2024-07-16T13:44:03.150Z | + [[ zfs == autofs ]] |
12 | 2024-07-16T13:44:03.150Z | + mkdir -p /home/build |
13 | 2024-07-16T13:44:03.150Z | + chown build:build /home/build /work |
14 | 2024-07-16T13:44:05.134Z | + chmod 0700 /home/build /work |
15 | 2024-07-16T13:44:05.159Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-07-16T13:44:05.208Z | starting task 1: "rust-toolchain" |
17 | 2024-07-16T13:44:05.233Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-16T13:44:05.233Z | ' stable |
19 | 2024-07-16T13:44:05.233Z | * toolchain channel = "stable" |
20 | 2024-07-16T13:44:05.233Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-16T13:44:05.233Z | ' default |
22 | 2024-07-16T13:44:05.233Z | * toolchain profile = "default" |
23 | 2024-07-16T13:44:05.233Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-16T13:44:05.233Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-07-16T13:44:05.378Z | info: downloading installer |
26 | 2024-07-16T13:44:05.805Z | info: profile set to 'default' |
27 | 2024-07-16T13:44:05.805Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-16T13:44:05.829Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-07-16T13:44:05.906Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
30 | 2024-07-16T13:44:05.906Z | info: downloading component 'cargo' |
31 | 2024-07-16T13:44:06.445Z | info: downloading component 'clippy' |
32 | 2024-07-16T13:44:06.534Z | info: downloading component 'rust-docs' |
33 | 2024-07-16T13:44:06.704Z | info: downloading component 'rust-std' |
34 | 2024-07-16T13:44:07.012Z | info: downloading component 'rustc' |
35 | 2024-07-16T13:44:09.268Z | info: downloading component 'rustfmt' |
36 | 2024-07-16T13:44:09.513Z | info: installing component 'cargo' |
37 | 2024-07-16T13:44:10.567Z | info: installing component 'clippy' |
38 | 2024-07-16T13:44:10.983Z | info: installing component 'rust-docs' |
39 | 2024-07-16T13:44:13.649Z | info: installing component 'rust-std' |
40 | 2024-07-16T13:44:16.018Z | info: installing component 'rustc' |
41 | 2024-07-16T13:44:20.902Z | info: installing component 'rustfmt' |
42 | 2024-07-16T13:44:21.274Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-07-16T13:44:21.275Z | |
44 | 2024-07-16T13:44:21.402Z | stable-x86_64-unknown-illumos installed - rustc 1.79.0 (129f3b996 2024-06-10) |
45 | 2024-07-16T13:44:21.402Z | |
46 | 2024-07-16T13:44:21.427Z | |
47 | 2024-07-16T13:44:21.427Z | Rust is installed now. Great! |
48 | 2024-07-16T13:44:21.427Z | |
49 | 2024-07-16T13:44:21.427Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-16T13:44:21.427Z | environment variable. This has not been done automatically. |
51 | 2024-07-16T13:44:21.427Z | |
52 | 2024-07-16T13:44:21.427Z | To configure your current shell, you need to source |
53 | 2024-07-16T13:44:21.428Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-16T13:44:21.428Z | |
55 | 2024-07-16T13:44:21.428Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-16T13:44:21.428Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-16T13:44:21.428Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-16T13:44:21.471Z | + rustc --version |
59 | 2024-07-16T13:44:21.590Z | rustc 1.79.0 (129f3b996 2024-06-10) |
60 | 2024-07-16T13:44:21.614Z | process exited: duration 16386 ms, exit code 0 |
|
61 | 2024-07-16T13:44:21.666Z | starting task 2: "authentication" |
62 | 2024-07-16T13:44:21.723Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-07-16T13:44:21.773Z | starting task 3: "clone repository" |
64 | 2024-07-16T13:44:21.797Z | + mkdir -p /work/oxidecomputer/oxide.rs |
65 | 2024-07-16T13:44:21.797Z | + git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs |
66 | 2024-07-16T13:44:21.822Z | Cloning into '/work/oxidecomputer/oxide.rs'... |
67 | 2024-07-16T13:44:23.819Z | + cd /work/oxidecomputer/oxide.rs |
68 | 2024-07-16T13:44:23.819Z | + git fetch origin d13b4bbb73245c463c3971bd7acfad7373ba9815 |
69 | 2024-07-16T13:44:24.222Z | From https://github.com/oxidecomputer/oxide.rs |
70 | 2024-07-16T13:44:24.222Z | * branch d13b4bbb73245c463c3971bd7acfad7373ba9815 -> FETCH_HEAD |
71 | 2024-07-16T13:44:24.247Z | + [[ -n wc/print-err-source ]] |
72 | 2024-07-16T13:44:24.247Z | ++ git branch --show-current |
73 | 2024-07-16T13:44:24.247Z | + current=main |
74 | 2024-07-16T13:44:24.247Z | + [[ main != wc/print-err-source ]] |
75 | 2024-07-16T13:44:24.247Z | + git branch -f wc/print-err-source d13b4bbb73245c463c3971bd7acfad7373ba9815 |
76 | 2024-07-16T13:44:24.247Z | + git checkout -f wc/print-err-source |
77 | 2024-07-16T13:44:24.290Z | Switched to branch 'wc/print-err-source' |
78 | 2024-07-16T13:44:24.314Z | + git reset --hard d13b4bbb73245c463c3971bd7acfad7373ba9815 |
79 | 2024-07-16T13:44:24.314Z | HEAD is now at d13b4bb Print error source on failure in CLI |
80 | 2024-07-16T13:44:24.314Z | process exited: duration 2527 ms, exit code 0 |
|
81 | 2024-07-16T13:44:24.363Z | starting task 4: "build" |
82 | 2024-07-16T13:44:24.388Z | + cargo --version |
83 | 2024-07-16T13:44:24.388Z | info: syncing channel updates for '1.76-x86_64-unknown-illumos' |
84 | 2024-07-16T13:44:24.485Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
85 | 2024-07-16T13:44:24.485Z | info: downloading component 'cargo' |
86 | 2024-07-16T13:44:25.015Z | info: downloading component 'clippy' |
87 | 2024-07-16T13:44:25.215Z | info: downloading component 'rust-docs' |
88 | 2024-07-16T13:44:25.363Z | info: downloading component 'rust-std' |
89 | 2024-07-16T13:44:26.410Z | info: downloading component 'rustc' |
90 | 2024-07-16T13:44:28.879Z | info: downloading component 'rustfmt' |
91 | 2024-07-16T13:44:29.090Z | info: installing component 'cargo' |
92 | 2024-07-16T13:44:30.196Z | info: installing component 'clippy' |
93 | 2024-07-16T13:44:30.563Z | info: installing component 'rust-docs' |
94 | 2024-07-16T13:44:33.016Z | info: installing component 'rust-std' |
95 | 2024-07-16T13:44:35.019Z | info: installing component 'rustc' |
96 | 2024-07-16T13:44:39.514Z | info: installing component 'rustfmt' |
97 | 2024-07-16T13:44:39.964Z | cargo 1.76.0 (c84b36747 2024-01-18) |
98 | 2024-07-16T13:44:39.988Z | + rustc --version |
99 | 2024-07-16T13:44:40.095Z | rustc 1.76.0 (07dca489a 2024-02-04) |
100 | 2024-07-16T13:44:40.120Z | + banner build |
101 | 2024-07-16T13:44:40.120Z | |
102 | 2024-07-16T13:44:40.120Z | ##### # # # # ##### |
103 | 2024-07-16T13:44:40.120Z | # # # # # # # # |
104 | 2024-07-16T13:44:40.120Z | ##### # # # # # # |
105 | 2024-07-16T13:44:40.120Z | # # # # # # # # |
106 | 2024-07-16T13:44:40.120Z | # # # # # # # # |
107 | 2024-07-16T13:44:40.120Z | ##### #### # ###### ##### |
108 | 2024-07-16T13:44:40.120Z | |
109 | 2024-07-16T13:44:40.120Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
110 | 2024-07-16T13:44:40.325Z | Updating crates.io index |
111 | 2024-07-16T13:44:40.413Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
112 | 2024-07-16T13:44:40.963Z | Updating git repository `https://github.com/oxidecomputer/thouart.git` |
113 | 2024-07-16T13:44:41.490Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
114 | 2024-07-16T13:44:42.498Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
115 | 2024-07-16T13:44:44.943Z | Updating git repository `https://github.com/oxidecomputer/typify` |
116 | 2024-07-16T13:44:48.546Z | Downloading crates ... |
117 | 2024-07-16T13:44:48.642Z | Downloaded fnv v1.0.7 |
118 | 2024-07-16T13:44:48.667Z | Downloaded fixedbitset v0.4.2 |
119 | 2024-07-16T13:44:48.667Z | Downloaded event-listener v4.0.3 |
120 | 2024-07-16T13:44:48.692Z | Downloaded num-conv v0.1.0 |
121 | 2024-07-16T13:44:48.692Z | Downloaded want v0.3.1 |
122 | 2024-07-16T13:44:48.692Z | Downloaded tower-service v0.3.2 |
123 | 2024-07-16T13:44:48.717Z | Downloaded tokio-tungstenite v0.20.1 |
124 | 2024-07-16T13:44:48.717Z | Downloaded try-lock v0.2.5 |
125 | 2024-07-16T13:44:48.717Z | Downloaded pem v1.1.1 |
126 | 2024-07-16T13:44:48.717Z | Downloaded futures-sink v0.3.30 |
127 | 2024-07-16T13:44:48.717Z | Downloaded httpdate v1.0.3 |
128 | 2024-07-16T13:44:48.741Z | Downloaded humantime v2.1.0 |
129 | 2024-07-16T13:44:48.741Z | Downloaded levenshtein v1.0.5 |
130 | 2024-07-16T13:44:48.741Z | Downloaded kv-log-macro v1.0.7 |
131 | 2024-07-16T13:44:48.741Z | Downloaded lalrpop-util v0.20.2 |
132 | 2024-07-16T13:44:48.741Z | Downloaded slab v0.4.9 |
133 | 2024-07-16T13:44:48.741Z | Downloaded static_assertions v1.1.0 |
134 | 2024-07-16T13:44:48.741Z | Downloaded tiny-keccak v2.0.2 |
135 | 2024-07-16T13:44:48.741Z | Downloaded tokio-macros v2.3.0 |
136 | 2024-07-16T13:44:48.765Z | Downloaded thiserror v1.0.62 |
137 | 2024-07-16T13:44:48.765Z | Downloaded tokio-native-tls v0.3.1 |
138 | 2024-07-16T13:44:48.765Z | Downloaded termini v1.0.0 |
139 | 2024-07-16T13:44:48.765Z | Downloaded tempfile v3.10.1 |
140 | 2024-07-16T13:44:48.765Z | Downloaded unicode-truncate v1.0.0 |
141 | 2024-07-16T13:44:48.765Z | Downloaded proc-macro2 v1.0.86 |
142 | 2024-07-16T13:44:48.765Z | Downloaded hyper-tls v0.5.0 |
143 | 2024-07-16T13:44:48.765Z | Downloaded io-lifetimes v1.0.11 |
144 | 2024-07-16T13:44:48.790Z | Downloaded ipnet v2.9.0 |
145 | 2024-07-16T13:44:48.791Z | Downloaded socket2 v0.4.10 |
146 | 2024-07-16T13:44:48.791Z | Downloaded iana-time-zone v0.1.60 |
147 | 2024-07-16T13:44:48.791Z | Downloaded lock_api v0.4.12 |
148 | 2024-07-16T13:44:48.791Z | Downloaded log v0.4.22 |
149 | 2024-07-16T13:44:48.791Z | Downloaded indexmap v2.2.6 |
150 | 2024-07-16T13:44:48.815Z | Downloaded itertools v0.12.1 |
151 | 2024-07-16T13:44:48.839Z | Downloaded lalrpop v0.20.2 |
152 | 2024-07-16T13:44:48.864Z | Downloaded unicode-segmentation v1.11.0 |
153 | 2024-07-16T13:44:48.864Z | Downloaded petgraph v0.6.5 |
154 | 2024-07-16T13:44:48.888Z | Downloaded serde_json v1.0.120 |
155 | 2024-07-16T13:44:48.913Z | Downloaded hyper v0.14.28 |
156 | 2024-07-16T13:44:48.937Z | Downloaded rustls-webpki v0.102.3 |
157 | 2024-07-16T13:44:48.966Z | Downloaded libnghttp2-sys v0.1.10+1.61.0 |
158 | 2024-07-16T13:44:49.093Z | Downloaded rustix v0.38.34 |
159 | 2024-07-16T13:44:49.125Z | Downloaded regex-automata v0.4.6 |
160 | 2024-07-16T13:44:49.151Z | Downloaded libz-sys v1.1.16 |
161 | 2024-07-16T13:44:49.236Z | Downloaded libc v0.2.154 |
162 | 2024-07-16T13:44:49.291Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
163 | 2024-07-16T13:44:49.372Z | Downloaded tokio v1.38.0 |
164 | 2024-07-16T13:44:49.419Z | Downloaded openssl-src v300.2.3+3.2.1 |
165 | 2024-07-16T13:44:49.778Z | Downloaded regex-syntax v0.8.3 |
166 | 2024-07-16T13:44:49.802Z | Downloaded ratatui v0.26.3 |
167 | 2024-07-16T13:44:49.826Z | Downloaded curl-sys v0.4.72+curl-8.6.0 |
168 | 2024-07-16T13:44:50.096Z | Downloaded ring v0.17.8 |
169 | 2024-07-16T13:44:50.177Z | Downloaded ring v0.16.20 |
170 | 2024-07-16T13:44:50.271Z | Downloaded syn v2.0.70 |
171 | 2024-07-16T13:44:50.295Z | Downloaded rustls v0.22.4 |
172 | 2024-07-16T13:44:50.319Z | Downloaded rustls v0.21.12 |
173 | 2024-07-16T13:44:50.319Z | Downloaded rustix v0.37.27 |
174 | 2024-07-16T13:44:50.343Z | Downloaded regress v0.10.0 |
175 | 2024-07-16T13:44:50.368Z | Downloaded regex v1.10.5 |
176 | 2024-07-16T13:44:50.368Z | Downloaded rustls-webpki v0.101.7 |
177 | 2024-07-16T13:44:50.392Z | Downloaded reqwest v0.11.27 |
178 | 2024-07-16T13:44:50.392Z | Downloaded encoding_rs v0.8.34 |
179 | 2024-07-16T13:44:50.416Z | Downloaded time v0.3.36 |
180 | 2024-07-16T13:44:50.440Z | Downloaded openapiv3 v2.0.0 |
181 | 2024-07-16T13:44:50.440Z | Downloaded serde_yaml v0.9.34+deprecated |
182 | 2024-07-16T13:44:50.440Z | Downloaded serde v1.0.204 |
183 | 2024-07-16T13:44:50.464Z | Downloaded pretty_assertions v1.4.0 |
184 | 2024-07-16T13:44:50.465Z | Downloaded isahc v1.7.2 |
185 | 2024-07-16T13:44:50.465Z | Downloaded idna v0.5.0 |
186 | 2024-07-16T13:44:50.465Z | Downloaded git2 v0.19.0 |
187 | 2024-07-16T13:44:50.489Z | Downloaded openssl v0.10.64 |
188 | 2024-07-16T13:44:50.489Z | Downloaded tokio-rustls v0.24.1 |
189 | 2024-07-16T13:44:50.489Z | Downloaded itertools v0.11.0 |
190 | 2024-07-16T13:44:50.513Z | Downloaded hyper-rustls v0.24.2 |
191 | 2024-07-16T13:44:50.513Z | Downloaded hashbrown v0.14.5 |
192 | 2024-07-16T13:44:50.513Z | Downloaded h2 v0.3.26 |
193 | 2024-07-16T13:44:50.513Z | Downloaded futures-util v0.3.30 |
194 | 2024-07-16T13:44:50.537Z | Downloaded webpki-roots v0.25.4 |
195 | 2024-07-16T13:44:50.537Z | Downloaded rand v0.8.5 |
196 | 2024-07-16T13:44:50.537Z | Downloaded http v1.1.0 |
197 | 2024-07-16T13:44:50.562Z | Downloaded vcpkg v0.2.15 |
198 | 2024-07-16T13:44:50.591Z | Downloaded schemars v0.8.21 |
199 | 2024-07-16T13:44:50.616Z | Downloaded bstr v1.9.1 |
200 | 2024-07-16T13:44:50.640Z | Downloaded indicatif v0.17.8 |
201 | 2024-07-16T13:44:50.641Z | Downloaded http v0.2.12 |
202 | 2024-07-16T13:44:50.641Z | Downloaded unicode-normalization v0.1.23 |
203 | 2024-07-16T13:44:50.641Z | Downloaded socket2 v0.5.7 |
204 | 2024-07-16T13:44:50.641Z | Downloaded similar v2.5.0 |
205 | 2024-07-16T13:44:50.641Z | Downloaded signal-hook v0.3.17 |
206 | 2024-07-16T13:44:50.665Z | Downloaded sct v0.7.1 |
207 | 2024-07-16T13:44:50.665Z | Downloaded futures-channel v0.3.30 |
208 | 2024-07-16T13:44:50.665Z | Downloaded unicode-width v0.1.12 |
209 | 2024-07-16T13:44:50.665Z | Downloaded tinyvec v1.6.1 |
210 | 2024-07-16T13:44:50.665Z | Downloaded slog v2.7.0 |
211 | 2024-07-16T13:44:50.665Z | Downloaded ryu v1.0.18 |
212 | 2024-07-16T13:44:50.665Z | Downloaded semver v1.0.23 |
213 | 2024-07-16T13:44:50.665Z | Downloaded serde_derive v1.0.204 |
214 | 2024-07-16T13:44:50.689Z | Downloaded winnow v0.6.8 |
215 | 2024-07-16T13:44:50.689Z | Downloaded thread_local v1.1.8 |
216 | 2024-07-16T13:44:50.689Z | Downloaded term v0.7.0 |
217 | 2024-07-16T13:44:50.689Z | Downloaded strum_macros v0.26.2 |
218 | 2024-07-16T13:44:50.690Z | Downloaded spin v0.9.8 |
219 | 2024-07-16T13:44:50.714Z | Downloaded smallvec v1.13.2 |
220 | 2024-07-16T13:44:50.714Z | Downloaded slog-term v2.9.1 |
221 | 2024-07-16T13:44:50.714Z | Downloaded slog-bunyan v2.5.0 |
222 | 2024-07-16T13:44:50.714Z | Downloaded sha2 v0.10.8 |
223 | 2024-07-16T13:44:50.714Z | Downloaded serde_derive_internals v0.29.0 |
224 | 2024-07-16T13:44:50.714Z | Downloaded scopeguard v1.2.0 |
225 | 2024-07-16T13:44:50.714Z | Downloaded subtle v2.5.0 |
226 | 2024-07-16T13:44:50.714Z | Downloaded serde_regex v1.1.0 |
227 | 2024-07-16T13:44:50.714Z | Downloaded strsim v0.11.1 |
228 | 2024-07-16T13:44:50.714Z | Downloaded serde_spanned v0.6.6 |
229 | 2024-07-16T13:44:50.714Z | Downloaded tabwriter v1.4.0 |
230 | 2024-07-16T13:44:50.714Z | Downloaded slog-async v2.8.0 |
231 | 2024-07-16T13:44:50.714Z | Downloaded serde_path_to_error v0.1.16 |
232 | 2024-07-16T13:44:50.714Z | Downloaded same-file v1.0.6 |
233 | 2024-07-16T13:44:50.739Z | Downloaded schemars_derive v0.8.21 |
234 | 2024-07-16T13:44:50.739Z | Downloaded rustls-pemfile v1.0.4 |
235 | 2024-07-16T13:44:50.739Z | Downloaded jobserver v0.1.31 |
236 | 2024-07-16T13:44:50.739Z | Downloaded httpmock v0.6.8 |
237 | 2024-07-16T13:44:50.739Z | Downloaded rustls-pki-types v1.7.0 |
238 | 2024-07-16T13:44:50.739Z | Downloaded rustls-pemfile v2.1.2 |
239 | 2024-07-16T13:44:50.739Z | Downloaded rcgen v0.10.0 |
240 | 2024-07-16T13:44:50.739Z | Downloaded quote v1.0.36 |
241 | 2024-07-16T13:44:50.739Z | Downloaded itoa v1.0.11 |
242 | 2024-07-16T13:44:50.763Z | Downloaded ipnetwork v0.20.0 |
243 | 2024-07-16T13:44:50.764Z | Downloaded zerocopy v0.7.34 |
244 | 2024-07-16T13:44:50.788Z | Downloaded powerfmt v0.2.0 |
245 | 2024-07-16T13:44:50.788Z | Downloaded lazy_static v1.4.0 |
246 | 2024-07-16T13:44:50.788Z | Downloaded is_terminal_polyfill v1.70.0 |
247 | 2024-07-16T13:44:50.788Z | Downloaded is-wsl v0.4.0 |
248 | 2024-07-16T13:44:50.788Z | Downloaded is-terminal v0.4.12 |
249 | 2024-07-16T13:44:50.788Z | Downloaded is-docker v0.2.0 |
250 | 2024-07-16T13:44:50.788Z | Downloaded getrandom v0.2.15 |
251 | 2024-07-16T13:44:50.788Z | Downloaded tungstenite v0.20.1 |
252 | 2024-07-16T13:44:50.788Z | Downloaded portable-atomic v1.6.0 |
253 | 2024-07-16T13:44:50.788Z | Downloaded termcolor v1.4.1 |
254 | 2024-07-16T13:44:50.812Z | Downloaded spin v0.5.2 |
255 | 2024-07-16T13:44:50.812Z | Downloaded slog-json v2.6.1 |
256 | 2024-07-16T13:44:50.812Z | Downloaded siphasher v0.3.11 |
257 | 2024-07-16T13:44:50.812Z | Downloaded signal-hook-mio v0.2.3 |
258 | 2024-07-16T13:44:50.812Z | Downloaded shell-words v1.1.0 |
259 | 2024-07-16T13:44:50.812Z | Downloaded sha1 v0.10.6 |
260 | 2024-07-16T13:44:50.812Z | Downloaded serde_urlencoded v0.7.1 |
261 | 2024-07-16T13:44:50.813Z | Downloaded rand_core v0.6.4 |
262 | 2024-07-16T13:44:50.813Z | Downloaded rand_chacha v0.3.1 |
263 | 2024-07-16T13:44:50.813Z | Downloaded httparse v1.8.0 |
264 | 2024-07-16T13:44:50.813Z | Downloaded http-body v0.4.6 |
265 | 2024-07-16T13:44:50.813Z | Downloaded hostname v0.4.0 |
266 | 2024-07-16T13:44:50.813Z | Downloaded home v0.5.9 |
267 | 2024-07-16T13:44:50.813Z | Downloaded futures-lite v2.3.0 |
268 | 2024-07-16T13:44:50.837Z | Downloaded futures-lite v1.13.0 |
269 | 2024-07-16T13:44:50.837Z | Downloaded tokio-util v0.7.11 |
270 | 2024-07-16T13:44:50.837Z | Downloaded rustversion v1.0.16 |
271 | 2024-07-16T13:44:50.837Z | Downloaded hostname v0.3.1 |
272 | 2024-07-16T13:44:50.837Z | Downloaded heck v0.5.0 |
273 | 2024-07-16T13:44:50.837Z | Downloaded heck v0.4.1 |
274 | 2024-07-16T13:44:50.837Z | Downloaded generic-array v0.14.7 |
275 | 2024-07-16T13:44:50.837Z | Downloaded futures-task v0.3.30 |
276 | 2024-07-16T13:44:50.837Z | Downloaded futures-macro v0.3.30 |
277 | 2024-07-16T13:44:50.837Z | Downloaded futures-executor v0.3.30 |
278 | 2024-07-16T13:44:50.861Z | Downloaded futures-core v0.3.30 |
279 | 2024-07-16T13:44:50.861Z | Downloaded unicode-ident v1.0.12 |
280 | 2024-07-16T13:44:50.861Z | Downloaded typenum v1.17.0 |
281 | 2024-07-16T13:44:50.861Z | Downloaded parking_lot v0.12.2 |
282 | 2024-07-16T13:44:50.861Z | Downloaded openssl-sys v0.9.102 |
283 | 2024-07-16T13:44:50.861Z | Downloaded toml_edit v0.22.15 |
284 | 2024-07-16T13:44:50.885Z | Downloaded string_cache v0.8.7 |
285 | 2024-07-16T13:44:50.910Z | Downloaded futures-io v0.3.30 |
286 | 2024-07-16T13:44:50.910Z | Downloaded unicode-bidi v0.3.15 |
287 | 2024-07-16T13:44:50.910Z | Downloaded time-macros v0.2.18 |
288 | 2024-07-16T13:44:50.910Z | Downloaded thiserror-impl v1.0.62 |
289 | 2024-07-16T13:44:50.910Z | Downloaded serde_tokenstream v0.2.1 |
290 | 2024-07-16T13:44:50.910Z | Downloaded paste v1.0.15 |
291 | 2024-07-16T13:44:50.910Z | Downloaded parking_lot_core v0.9.10 |
292 | 2024-07-16T13:44:50.910Z | Downloaded once_cell v1.19.0 |
293 | 2024-07-16T13:44:50.910Z | Downloaded tracing v0.1.40 |
294 | 2024-07-16T13:44:50.934Z | Downloaded url v2.5.2 |
295 | 2024-07-16T13:44:50.934Z | Downloaded signal-hook-registry v1.4.2 |
296 | 2024-07-16T13:44:50.934Z | Downloaded predicates v3.1.0 |
297 | 2024-07-16T13:44:50.934Z | Downloaded chrono v0.4.38 |
298 | 2024-07-16T13:44:50.934Z | Downloaded tracing-futures v0.2.5 |
299 | 2024-07-16T13:44:50.934Z | Downloaded percent-encoding v2.3.1 |
300 | 2024-07-16T13:44:50.959Z | Downloaded pathdiff v0.2.1 |
301 | 2024-07-16T13:44:50.959Z | Downloaded parking v2.2.0 |
302 | 2024-07-16T13:44:50.959Z | Downloaded openssl-probe v0.1.5 |
303 | 2024-07-16T13:44:50.959Z | Downloaded openssl-macros v0.1.1 |
304 | 2024-07-16T13:44:50.959Z | Downloaded open v4.2.0 |
305 | 2024-07-16T13:44:50.959Z | Downloaded tracing-core v0.1.32 |
306 | 2024-07-16T13:44:50.959Z | Downloaded tracing-attributes v0.1.27 |
307 | 2024-07-16T13:44:50.959Z | Downloaded toml v0.8.14 |
308 | 2024-07-16T13:44:50.959Z | Downloaded polling v3.7.0 |
309 | 2024-07-16T13:44:50.959Z | Downloaded polling v2.8.0 |
310 | 2024-07-16T13:44:50.983Z | Downloaded pin-project v1.1.5 |
311 | 2024-07-16T13:44:50.983Z | Downloaded futures v0.3.30 |
312 | 2024-07-16T13:44:50.983Z | Downloaded tinyvec_macros v0.1.1 |
313 | 2024-07-16T13:44:50.983Z | Downloaded time-core v0.1.2 |
314 | 2024-07-16T13:44:50.983Z | Downloaded take_mut v0.2.2 |
315 | 2024-07-16T13:44:50.983Z | Downloaded tokio-rustls v0.25.0 |
316 | 2024-07-16T13:44:51.008Z | Downloaded piper v0.2.1 |
317 | 2024-07-16T13:44:51.008Z | Downloaded pin-project-lite v0.2.14 |
318 | 2024-07-16T13:44:51.008Z | Downloaded pin-project-internal v1.1.5 |
319 | 2024-07-16T13:44:51.008Z | Downloaded pico-args v0.5.0 |
320 | 2024-07-16T13:44:51.008Z | Downloaded yasna v0.5.2 |
321 | 2024-07-16T13:44:51.008Z | Downloaded walkdir v2.5.0 |
322 | 2024-07-16T13:44:51.008Z | Downloaded value-bag v1.9.0 |
323 | 2024-07-16T13:44:51.008Z | Downloaded unsafe-libyaml v0.2.11 |
324 | 2024-07-16T13:44:51.033Z | Downloaded predicates-tree v1.0.9 |
325 | 2024-07-16T13:44:51.033Z | Downloaded predicates-core v1.0.6 |
326 | 2024-07-16T13:44:51.033Z | Downloaded ppv-lite86 v0.2.17 |
327 | 2024-07-16T13:44:51.033Z | Downloaded toolchain_find v0.4.0 |
328 | 2024-07-16T13:44:51.033Z | Downloaded toml_datetime v0.6.6 |
329 | 2024-07-16T13:44:51.033Z | Downloaded pkg-config v0.3.30 |
330 | 2024-07-16T13:44:51.033Z | Downloaded pin-utils v0.1.0 |
331 | 2024-07-16T13:44:51.033Z | Downloaded phf_shared v0.10.0 |
332 | 2024-07-16T13:44:51.033Z | Downloaded form_urlencoded v1.2.1 |
333 | 2024-07-16T13:44:51.033Z | Downloaded zeroize v1.7.0 |
334 | 2024-07-16T13:44:51.033Z | Downloaded yansi v0.5.1 |
335 | 2024-07-16T13:44:51.033Z | Downloaded waitgroup v0.1.2 |
336 | 2024-07-16T13:44:51.033Z | Downloaded wait-timeout v0.2.0 |
337 | 2024-07-16T13:44:51.033Z | Downloaded version_check v0.9.4 |
338 | 2024-07-16T13:44:51.033Z | Downloaded uuid v1.10.0 |
339 | 2024-07-16T13:44:51.033Z | Downloaded utf8parse v0.2.1 |
340 | 2024-07-16T13:44:51.058Z | Downloaded untrusted v0.7.1 |
341 | 2024-07-16T13:44:51.058Z | Downloaded oauth2 v4.4.2 |
342 | 2024-07-16T13:44:51.058Z | Downloaded mio v0.8.11 |
343 | 2024-07-16T13:44:51.058Z | Downloaded memchr v2.7.2 |
344 | 2024-07-16T13:44:51.082Z | Downloaded stability v0.2.0 |
345 | 2024-07-16T13:44:51.082Z | Downloaded rustfmt-wrapper v0.2.1 |
346 | 2024-07-16T13:44:51.082Z | Downloaded crossterm v0.27.0 |
347 | 2024-07-16T13:44:51.082Z | Downloaded crossbeam-channel v0.5.12 |
348 | 2024-07-16T13:44:51.083Z | Downloaded clap_builder v4.5.9 |
349 | 2024-07-16T13:44:51.083Z | Downloaded waker-fn v1.1.1 |
350 | 2024-07-16T13:44:51.083Z | Downloaded utf-8 v0.7.6 |
351 | 2024-07-16T13:44:51.083Z | Downloaded untrusted v0.9.0 |
352 | 2024-07-16T13:44:51.083Z | Downloaded unicode-xid v0.2.4 |
353 | 2024-07-16T13:44:51.107Z | Downloaded number_prefix v0.4.0 |
354 | 2024-07-16T13:44:51.107Z | Downloaded num_threads v0.1.7 |
355 | 2024-07-16T13:44:51.108Z | Downloaded num_cpus v1.16.0 |
356 | 2024-07-16T13:44:51.108Z | Downloaded num-traits v0.2.19 |
357 | 2024-07-16T13:44:51.108Z | Downloaded normalize-line-endings v0.3.0 |
358 | 2024-07-16T13:44:51.108Z | Downloaded newline-converter v0.3.0 |
359 | 2024-07-16T13:44:51.108Z | Downloaded new_debug_unreachable v1.0.6 |
360 | 2024-07-16T13:44:51.108Z | Downloaded native-tls v0.2.11 |
361 | 2024-07-16T13:44:51.108Z | Downloaded multer v3.1.0 |
362 | 2024-07-16T13:44:51.108Z | Downloaded mime v0.3.17 |
363 | 2024-07-16T13:44:51.108Z | Downloaded match_cfg v0.1.0 |
364 | 2024-07-16T13:44:51.108Z | Downloaded lru v0.12.3 |
365 | 2024-07-16T13:44:51.108Z | Downloaded termtree v0.4.1 |
366 | 2024-07-16T13:44:51.108Z | Downloaded sync_wrapper v0.1.2 |
367 | 2024-07-16T13:44:51.108Z | Downloaded sluice v0.5.5 |
368 | 2024-07-16T13:44:51.132Z | Downloaded expectorate v1.1.0 |
369 | 2024-07-16T13:44:51.132Z | Downloaded event-listener v5.3.0 |
370 | 2024-07-16T13:44:51.132Z | Downloaded dialoguer v0.10.4 |
371 | 2024-07-16T13:44:51.132Z | Downloaded console v0.15.8 |
372 | 2024-07-16T13:44:51.132Z | Downloaded compact_str v0.7.1 |
373 | 2024-07-16T13:44:51.132Z | Downloaded colorchoice v1.0.1 |
374 | 2024-07-16T13:44:51.132Z | Downloaded clap_derive v4.5.8 |
375 | 2024-07-16T13:44:51.132Z | Downloaded cc v1.0.97 |
376 | 2024-07-16T13:44:51.132Z | Downloaded async-std v1.12.0 |
377 | 2024-07-16T13:44:51.157Z | Downloaded strum v0.26.2 |
378 | 2024-07-16T13:44:51.182Z | Downloaded progenitor-client v0.7.0 |
379 | 2024-07-16T13:44:51.182Z | Downloaded precomputed-hash v0.1.1 |
380 | 2024-07-16T13:44:51.182Z | Downloaded foreign-types-shared v0.1.1 |
381 | 2024-07-16T13:44:51.182Z | Downloaded foreign-types v0.3.2 |
382 | 2024-07-16T13:44:51.182Z | Downloaded float-cmp v0.9.0 |
383 | 2024-07-16T13:44:51.182Z | Downloaded fastrand v2.1.0 |
384 | 2024-07-16T13:44:51.182Z | Downloaded event-listener-strategy v0.5.2 |
385 | 2024-07-16T13:44:51.182Z | Downloaded event-listener v3.1.0 |
386 | 2024-07-16T13:44:51.182Z | Downloaded errno v0.3.9 |
387 | 2024-07-16T13:44:51.182Z | Downloaded env_logger v0.10.2 |
388 | 2024-07-16T13:44:51.182Z | Downloaded dyn-clone v1.0.17 |
389 | 2024-07-16T13:44:51.182Z | Downloaded dirs-sys-next v0.1.2 |
390 | 2024-07-16T13:44:51.182Z | Downloaded dirs-sys v0.3.7 |
391 | 2024-07-16T13:44:51.182Z | Downloaded dirs v4.0.0 |
392 | 2024-07-16T13:44:51.182Z | Downloaded difflib v0.4.0 |
393 | 2024-07-16T13:44:51.182Z | Downloaded debug-ignore v1.0.5 |
394 | 2024-07-16T13:44:51.182Z | Downloaded curl v0.4.46 |
395 | 2024-07-16T13:44:51.207Z | Downloaded crypto-common v0.1.6 |
396 | 2024-07-16T13:44:51.207Z | Downloaded castaway v0.1.2 |
397 | 2024-07-16T13:44:51.207Z | Downloaded camino v1.1.7 |
398 | 2024-07-16T13:44:51.207Z | Downloaded byteorder v1.5.0 |
399 | 2024-07-16T13:44:51.207Z | Downloaded block-buffer v0.10.4 |
400 | 2024-07-16T13:44:51.207Z | Downloaded base64 v0.22.1 |
401 | 2024-07-16T13:44:51.207Z | Downloaded base64 v0.21.7 |
402 | 2024-07-16T13:44:51.207Z | Downloaded aho-corasick v1.1.3 |
403 | 2024-07-16T13:44:51.236Z | Downloaded ena v0.14.3 |
404 | 2024-07-16T13:44:51.236Z | Downloaded diff v0.1.13 |
405 | 2024-07-16T13:44:51.236Z | Downloaded crossbeam-utils v0.8.19 |
406 | 2024-07-16T13:44:51.236Z | Downloaded colored v2.1.0 |
407 | 2024-07-16T13:44:51.236Z | Downloaded clap v4.5.9 |
408 | 2024-07-16T13:44:51.260Z | Downloaded bytes v1.6.0 |
409 | 2024-07-16T13:44:51.260Z | Downloaded bitflags v2.5.0 |
410 | 2024-07-16T13:44:51.260Z | Downloaded bitflags v1.3.2 |
411 | 2024-07-16T13:44:51.260Z | Downloaded bit-set v0.5.3 |
412 | 2024-07-16T13:44:51.260Z | Downloaded base64 v0.13.1 |
413 | 2024-07-16T13:44:51.260Z | Downloaded async-lock v3.3.0 |
414 | 2024-07-16T13:44:51.260Z | Downloaded async-lock v2.8.0 |
415 | 2024-07-16T13:44:51.260Z | Downloaded async-io v2.3.2 |
416 | 2024-07-16T13:44:51.285Z | Downloaded async-io v1.13.0 |
417 | 2024-07-16T13:44:51.285Z | Downloaded async-executor v1.11.0 |
418 | 2024-07-16T13:44:51.285Z | Downloaded assert_cmd v2.0.14 |
419 | 2024-07-16T13:44:51.285Z | Downloaded anyhow v1.0.86 |
420 | 2024-07-16T13:44:51.285Z | Downloaded anstyle-parse v0.2.4 |
421 | 2024-07-16T13:44:51.285Z | Downloaded anstream v0.6.14 |
422 | 2024-07-16T13:44:51.285Z | Downloaded allocator-api2 v0.2.18 |
423 | 2024-07-16T13:44:51.285Z | Downloaded ahash v0.8.11 |
424 | 2024-07-16T13:44:51.310Z | Downloaded fastrand v1.9.0 |
425 | 2024-07-16T13:44:51.310Z | Downloaded event-listener-strategy v0.4.0 |
426 | 2024-07-16T13:44:51.310Z | Downloaded event-listener v2.5.3 |
427 | 2024-07-16T13:44:51.310Z | Downloaded either v1.11.0 |
428 | 2024-07-16T13:44:51.310Z | Downloaded dirs-next v2.0.0 |
429 | 2024-07-16T13:44:51.310Z | Downloaded digest v0.10.7 |
430 | 2024-07-16T13:44:51.310Z | Downloaded deranged v0.3.11 |
431 | 2024-07-16T13:44:51.310Z | Downloaded cpufeatures v0.2.12 |
432 | 2024-07-16T13:44:51.310Z | Downloaded concurrent-queue v2.5.0 |
433 | 2024-07-16T13:44:51.310Z | Downloaded clap_lex v0.7.0 |
434 | 2024-07-16T13:44:51.310Z | Downloaded clap_complete v4.5.8 |
435 | 2024-07-16T13:44:51.310Z | Downloaded castaway v0.2.2 |
436 | 2024-07-16T13:44:51.310Z | Downloaded cassowary v0.3.0 |
437 | 2024-07-16T13:44:51.310Z | Downloaded built v0.7.4 |
438 | 2024-07-16T13:44:51.335Z | Downloaded blocking v1.6.0 |
439 | 2024-07-16T13:44:51.335Z | Downloaded atomic-waker v1.1.2 |
440 | 2024-07-16T13:44:51.335Z | Downloaded async-trait v0.1.81 |
441 | 2024-07-16T13:44:51.335Z | Downloaded async-task v4.7.1 |
442 | 2024-07-16T13:44:51.335Z | Downloaded async-stream v0.3.5 |
443 | 2024-07-16T13:44:51.335Z | Downloaded async-signal v0.2.6 |
444 | 2024-07-16T13:44:51.335Z | Downloaded async-global-executor v2.4.1 |
445 | 2024-07-16T13:44:51.335Z | Downloaded async-channel v2.2.1 |
446 | 2024-07-16T13:44:51.335Z | Downloaded anstyle v1.0.7 |
447 | 2024-07-16T13:44:51.335Z | Downloaded equivalent v1.0.1 |
448 | 2024-07-16T13:44:51.335Z | Downloaded doc-comment v0.3.3 |
449 | 2024-07-16T13:44:51.335Z | Downloaded data-encoding v2.6.0 |
450 | 2024-07-16T13:44:51.335Z | Downloaded crunchy v0.2.2 |
451 | 2024-07-16T13:44:51.362Z | Downloaded cfg-if v1.0.0 |
452 | 2024-07-16T13:44:51.362Z | Downloaded bit-vec v0.6.3 |
453 | 2024-07-16T13:44:51.362Z | Downloaded basic-cookies v0.1.5 |
454 | 2024-07-16T13:44:51.362Z | Downloaded autocfg v1.3.0 |
455 | 2024-07-16T13:44:51.363Z | Downloaded async-stream-impl v0.3.5 |
456 | 2024-07-16T13:44:51.363Z | Downloaded async-process v1.8.1 |
457 | 2024-07-16T13:44:51.363Z | Downloaded async-object-pool v0.1.4 |
458 | 2024-07-16T13:44:51.363Z | Downloaded async-channel v1.9.0 |
459 | 2024-07-16T13:44:51.363Z | Downloaded assert-json-diff v2.0.2 |
460 | 2024-07-16T13:44:51.363Z | Downloaded ascii-canvas v3.0.0 |
461 | 2024-07-16T13:44:51.363Z | Downloaded anstyle-query v1.0.3 |
462 | 2024-07-16T13:44:51.532Z | Compiling proc-macro2 v1.0.86 |
463 | 2024-07-16T13:44:51.556Z | Compiling unicode-ident v1.0.12 |
464 | 2024-07-16T13:44:51.557Z | Compiling once_cell v1.19.0 |
465 | 2024-07-16T13:44:51.557Z | Compiling libc v0.2.154 |
466 | 2024-07-16T13:44:51.557Z | Compiling cfg-if v1.0.0 |
467 | 2024-07-16T13:44:51.557Z | Compiling autocfg v1.3.0 |
468 | 2024-07-16T13:44:51.557Z | Compiling serde v1.0.204 |
469 | 2024-07-16T13:44:51.592Z | Running `/home/build/.rustup/toolchains/1.76-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.86/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=62193931a758e13f -C extra-filename=-62193931a758e13f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-62193931a758e13f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
470 | 2024-07-16T13:44:51.592Z | Running `/home/build/.rustup/toolchains/1.76-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.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=b64eb30348e58c1e -C extra-filename=-b64eb30348e58c1e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
471 | 2024-07-16T13:44:51.616Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.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="race"' --cfg 'feature="std"' -C metadata=3250e89af52da2b5 -C extra-filename=-3250e89af52da2b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
472 | 2024-07-16T13:44:51.616Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.154/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=f8a29f754ca2c968 -C extra-filename=-f8a29f754ca2c968 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-f8a29f754ca2c968 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
473 | 2024-07-16T13:44:51.616Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b3a1e01bc1d1ef78 -C extra-filename=-b3a1e01bc1d1ef78 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
474 | 2024-07-16T13:44:51.616Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.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 metadata=b39a3a1921870810 -C extra-filename=-b39a3a1921870810 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
475 | 2024-07-16T13:44:51.616Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.154/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=c60e26fcad534716 -C extra-filename=-c60e26fcad534716 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-c60e26fcad534716 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
476 | 2024-07-16T13:44:51.616Z | Running `/home/build/.rustup/toolchains/1.76-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.204/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=85c1f076fa20bc8f -C extra-filename=-85c1f076fa20bc8f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde-85c1f076fa20bc8f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
477 | 2024-07-16T13:44:51.734Z | Compiling version_check v0.9.4 |
478 | 2024-07-16T13:44:51.758Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1a70fa4d021d4d8a -C extra-filename=-1a70fa4d021d4d8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
479 | 2024-07-16T13:44:51.794Z | Compiling itoa v1.0.11 |
480 | 2024-07-16T13:44:51.818Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=19f528580378b217 -C extra-filename=-19f528580378b217 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
481 | 2024-07-16T13:44:52.011Z | Compiling pin-project-lite v0.2.14 |
482 | 2024-07-16T13:44:52.036Z | Compiling value-bag v1.9.0 |
483 | 2024-07-16T13:44:52.036Z | Running `/home/build/.rustup/toolchains/1.76-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.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=715d23d2106da0eb -C extra-filename=-715d23d2106da0eb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
484 | 2024-07-16T13:44:52.036Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="inline-i128"' -C metadata=26d527cdbeb88a22 -C extra-filename=-26d527cdbeb88a22 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
485 | 2024-07-16T13:44:52.132Z | Compiling memchr v2.7.2 |
486 | 2024-07-16T13:44:52.156Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=62677b9020943965 -C extra-filename=-62677b9020943965 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
487 | 2024-07-16T13:44:52.156Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-62193931a758e13f/build-script-build` |
488 | 2024-07-16T13:44:52.156Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-85c1f076fa20bc8f/build-script-build` |
489 | 2024-07-16T13:44:52.366Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-f8a29f754ca2c968/build-script-build` |
490 | 2024-07-16T13:44:52.391Z | Compiling futures-core v0.3.30 |
491 | 2024-07-16T13:44:52.416Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=00de630c8c0c4b02 -C extra-filename=-00de630c8c0c4b02 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
492 | 2024-07-16T13:44:52.416Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-c60e26fcad534716/build-script-build` |
493 | 2024-07-16T13:44:52.457Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.154/src/lib.rs --error-format=json --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=0d273fa728df0bfa -C extra-filename=-0d273fa728df0bfa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/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` |
494 | 2024-07-16T13:44:52.483Z | Compiling zerocopy v0.7.34 |
495 | 2024-07-16T13:44:52.509Z | Compiling ahash v0.8.11 |
496 | 2024-07-16T13:44:52.509Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' -C metadata=5e1c73aa613b5536 -C extra-filename=-5e1c73aa613b5536 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
497 | 2024-07-16T13:44:52.509Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.154/src/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="std"' -C metadata=f8b9b880ee5800ba -C extra-filename=-f8b9b880ee5800ba --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/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` |
498 | 2024-07-16T13:44:52.509Z | Running `/home/build/.rustup/toolchains/1.76-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.86/src/lib.rs --error-format=json --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=e5aa6c2de76eb81f -C extra-filename=-e5aa6c2de76eb81f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow --cfg no_literal_byte_character --cfg no_literal_c_string --cfg wrap_proc_macro` |
499 | 2024-07-16T13:44:52.509Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./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=2b132e3c4c9abde1 -C extra-filename=-2b132e3c4c9abde1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ahash-2b132e3c4c9abde1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
500 | 2024-07-16T13:44:52.698Z | Compiling allocator-api2 v0.2.18 |
501 | 2024-07-16T13:44:52.722Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.18/src/lib.rs --error-format=json --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"' -C metadata=efdfbec2ca0c7573 -C extra-filename=-efdfbec2ca0c7573 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
502 | 2024-07-16T13:44:52.982Z | Compiling log v0.4.22 |
503 | 2024-07-16T13:44:53.006Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' -C metadata=26cf496c4afe36c1 -C extra-filename=-26cf496c4afe36c1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern value_bag=/work/oxidecomputer/oxide.rs/target/debug/deps/libvalue_bag-26d527cdbeb88a22.rmeta --cap-lints allow` |
504 | 2024-07-16T13:44:53.030Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ahash-2b132e3c4c9abde1/build-script-build` |
505 | 2024-07-16T13:44:53.056Z | Compiling pkg-config v0.3.30 |
506 | 2024-07-16T13:44:53.080Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=19b7fd6d715690a1 -C extra-filename=-19b7fd6d715690a1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
507 | 2024-07-16T13:44:53.251Z | Compiling jobserver v0.1.31 |
508 | 2024-07-16T13:44:53.275Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.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 metadata=8e3723a28c59ea7e -C extra-filename=-8e3723a28c59ea7e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-f8b9b880ee5800ba.rmeta --cap-lints allow` |
509 | 2024-07-16T13:44:53.275Z | Compiling quote v1.0.36 |
510 | 2024-07-16T13:44:53.299Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --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=619c1f3782360a7b -C extra-filename=-619c1f3782360a7b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --cap-lints allow` |
511 | 2024-07-16T13:44:53.437Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3232d5cbfcf3c638 -C extra-filename=-3232d5cbfcf3c638 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-5e1c73aa613b5536.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'` |
512 | 2024-07-16T13:44:53.739Z | Compiling syn v2.0.70 |
513 | 2024-07-16T13:44:53.764Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.70/src/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="visit"' --cfg 'feature="visit-mut"' -C metadata=97c8046331639d17 -C extra-filename=-97c8046331639d17 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
514 | 2024-07-16T13:44:53.806Z | Compiling cc v1.0.97 |
515 | 2024-07-16T13:44:53.831Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.97/src/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="jobserver"' --cfg 'feature="libc"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' -C metadata=55ca078c0d923f96 -C extra-filename=-55ca078c0d923f96 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern jobserver=/work/oxidecomputer/oxide.rs/target/debug/deps/libjobserver-8e3723a28c59ea7e.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-f8b9b880ee5800ba.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow` |
516 | 2024-07-16T13:44:53.855Z | Compiling hashbrown v0.14.5 |
517 | 2024-07-16T13:44:53.855Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=52d96862eacff376 -C extra-filename=-52d96862eacff376 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ahash=/work/oxidecomputer/oxide.rs/target/debug/deps/libahash-3232d5cbfcf3c638.rmeta --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-efdfbec2ca0c7573.rmeta --cap-lints allow` |
518 | 2024-07-16T13:44:53.879Z | Compiling futures-io v0.3.30 |
519 | 2024-07-16T13:44:53.904Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5a57c87a43d3d711 -C extra-filename=-5a57c87a43d3d711 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
520 | 2024-07-16T13:44:53.949Z | Compiling vcpkg v0.2.15 |
521 | 2024-07-16T13:44:53.979Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-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 metadata=807650c813107af2 -C extra-filename=-807650c813107af2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
522 | 2024-07-16T13:44:54.032Z | Compiling lock_api v0.4.12 |
523 | 2024-07-16T13:44:54.056Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=f987badc8bb3ef96 -C extra-filename=-f987badc8bb3ef96 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/lock_api-f987badc8bb3ef96 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-b39a3a1921870810.rlib --cap-lints allow` |
524 | 2024-07-16T13:44:54.098Z | Compiling ryu v1.0.18 |
525 | 2024-07-16T13:44:54.123Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b13186bfcfd9c320 -C extra-filename=-b13186bfcfd9c320 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
526 | 2024-07-16T13:44:54.205Z | Compiling parking_lot_core v0.9.10 |
527 | 2024-07-16T13:44:54.230Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/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=6561c4da8eda41f7 -C extra-filename=-6561c4da8eda41f7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-6561c4da8eda41f7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
528 | 2024-07-16T13:44:54.312Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-f987badc8bb3ef96/build-script-build` |
529 | 2024-07-16T13:44:54.336Z | Compiling getrandom v0.2.15 |
530 | 2024-07-16T13:44:54.361Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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="std"' -C metadata=54e5e557836924a8 -C extra-filename=-54e5e557836924a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
531 | 2024-07-16T13:44:54.386Z | Compiling smallvec v1.13.2 |
532 | 2024-07-16T13:44:54.410Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.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=d6ece56dbd014994 -C extra-filename=-d6ece56dbd014994 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
533 | 2024-07-16T13:44:54.434Z | Compiling slab v0.4.9 |
534 | 2024-07-16T13:44:54.458Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/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=41781b31142efd09 -C extra-filename=-41781b31142efd09 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slab-41781b31142efd09 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-b39a3a1921870810.rlib --cap-lints allow` |
535 | 2024-07-16T13:44:54.569Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-6561c4da8eda41f7/build-script-build` |
536 | 2024-07-16T13:44:54.594Z | Compiling bytes v1.6.0 |
537 | 2024-07-16T13:44:54.618Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.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="default"' --cfg 'feature="std"' -C metadata=fa4cafb48031ffa1 -C extra-filename=-fa4cafb48031ffa1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
538 | 2024-07-16T13:44:54.618Z | Compiling serde_json v1.0.120 |
539 | 2024-07-16T13:44:54.618Z | Running `/home/build/.rustup/toolchains/1.76-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.120/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=ff8868d3933dbb1d -C extra-filename=-ff8868d3933dbb1d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-ff8868d3933dbb1d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
540 | 2024-07-16T13:44:54.750Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-41781b31142efd09/build-script-build` |
541 | 2024-07-16T13:44:54.774Z | Compiling signal-hook-registry v1.4.2 |
542 | 2024-07-16T13:44:54.775Z | Running `/home/build/.rustup/toolchains/1.76-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.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=6b1f4babd873b581 -C extra-filename=-6b1f4babd873b581 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
543 | 2024-07-16T13:44:54.865Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-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="default"' --cfg 'feature="std"' -C metadata=99208f5d56d2e885 -C extra-filename=-99208f5d56d2e885 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
544 | 2024-07-16T13:44:54.908Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-ff8868d3933dbb1d/build-script-build` |
545 | 2024-07-16T13:44:54.934Z | Compiling equivalent v1.0.1 |
546 | 2024-07-16T13:44:54.958Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-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=3cc869d592c774fc -C extra-filename=-3cc869d592c774fc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
547 | 2024-07-16T13:44:54.982Z | Compiling num-traits v0.2.19 |
548 | 2024-07-16T13:44:54.982Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/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=af52aea2cd4214f5 -C extra-filename=-af52aea2cd4214f5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/num-traits-af52aea2cd4214f5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-b39a3a1921870810.rlib --cap-lints allow` |
549 | 2024-07-16T13:44:55.028Z | Compiling bitflags v2.5.0 |
550 | 2024-07-16T13:44:55.052Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=6e19d53e31df3de0 -C extra-filename=-6e19d53e31df3de0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
551 | 2024-07-16T13:44:55.100Z | Compiling fnv v1.0.7 |
552 | 2024-07-16T13:44:55.124Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6c3e22e26d0d6d9f -C extra-filename=-6c3e22e26d0d6d9f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
553 | 2024-07-16T13:44:55.208Z | Compiling scopeguard v1.2.0 |
554 | 2024-07-16T13:44:55.240Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-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="default"' --cfg 'feature="use_std"' -C metadata=4908f070df07d7d9 -C extra-filename=-4908f070df07d7d9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
555 | 2024-07-16T13:44:55.265Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-af52aea2cd4214f5/build-script-build` |
556 | 2024-07-16T13:44:55.346Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=238386da467e65f0 -C extra-filename=-238386da467e65f0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-4908f070df07d7d9.rmeta --cap-lints allow --cfg has_const_fn_trait_bound` |
557 | 2024-07-16T13:44:55.371Z | Compiling openssl-src v300.2.3+3.2.1 |
558 | 2024-07-16T13:44:55.371Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl_src --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-300.2.3+3.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 --cfg 'feature="default"' --cfg 'feature="legacy"' -C metadata=4d5af5db9bf0e671 -C extra-filename=-4d5af5db9bf0e671 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rmeta --cap-lints allow` |
559 | 2024-07-16T13:44:55.404Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f0625eb9a96edb84 -C extra-filename=-f0625eb9a96edb84 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-d6ece56dbd014994.rmeta --cap-lints allow` |
560 | 2024-07-16T13:44:55.472Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.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 -C metadata=c938d3c9478fcd97 -C extra-filename=-c938d3c9478fcd97 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg has_total_cmp` |
561 | 2024-07-16T13:44:55.557Z | Compiling mio v0.8.11 |
562 | 2024-07-16T13:44:55.582Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=76e5ff2821375482 -C extra-filename=-76e5ff2821375482 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --cap-lints allow` |
563 | 2024-07-16T13:44:55.661Z | Compiling tracing-core v0.1.32 |
564 | 2024-07-16T13:44:55.686Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=10cef7a13e1f7082 -C extra-filename=-10cef7a13e1f7082 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow` |
565 | 2024-07-16T13:44:55.715Z | Compiling crossbeam-utils v0.8.19 |
566 | 2024-07-16T13:44:55.742Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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="default"' --cfg 'feature="std"' -C metadata=1aace4d0925c592c -C extra-filename=-1aace4d0925c592c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-1aace4d0925c592c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
567 | 2024-07-16T13:44:55.781Z | Compiling regex-syntax v0.8.3 |
568 | 2024-07-16T13:44:55.806Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.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"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=228df75afea1e579 -C extra-filename=-228df75afea1e579 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
569 | 2024-07-16T13:44:56.023Z | Compiling parking_lot v0.12.2 |
570 | 2024-07-16T13:44:56.048Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.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"' -C metadata=9f8791e7a7cd8c4a -C extra-filename=-9f8791e7a7cd8c4a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lock_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liblock_api-238386da467e65f0.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-f0625eb9a96edb84.rmeta --cap-lints allow` |
571 | 2024-07-16T13:44:56.172Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-1aace4d0925c592c/build-script-build` |
572 | 2024-07-16T13:44:56.197Z | Compiling socket2 v0.5.7 |
573 | 2024-07-16T13:44:56.221Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.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="all"' -C metadata=69c133410a11ca54 -C extra-filename=-69c133410a11ca54 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
574 | 2024-07-16T13:44:56.549Z | Compiling openssl-sys v0.9.102 |
575 | 2024-07-16T13:44:56.572Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' -C metadata=30090b2da5f861ca -C extra-filename=-30090b2da5f861ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-30090b2da5f861ca -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-4d5af5db9bf0e671.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-19b7fd6d715690a1.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-807650c813107af2.rlib --cap-lints allow` |
576 | 2024-07-16T13:44:56.695Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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=d635ff551b53ede7 -C extra-filename=-d635ff551b53ede7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
577 | 2024-07-16T13:44:56.982Z | Compiling http v0.2.12 |
578 | 2024-07-16T13:44:57.006Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=2e5993128d8e55c9 -C extra-filename=-2e5993128d8e55c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --cap-lints allow` |
579 | 2024-07-16T13:44:57.091Z | Compiling futures-sink v0.3.30 |
580 | 2024-07-16T13:44:57.115Z | Compiling pin-utils v0.1.0 |
581 | 2024-07-16T13:44:57.115Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f82fe425d7a35767 -C extra-filename=-f82fe425d7a35767 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
582 | 2024-07-16T13:44:57.115Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c91c3a4fdde7d3d6 -C extra-filename=-c91c3a4fdde7d3d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
583 | 2024-07-16T13:44:57.192Z | Compiling tinyvec_macros v0.1.1 |
584 | 2024-07-16T13:44:57.216Z | Running `/home/build/.rustup/toolchains/1.76-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.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=f6cbcecb7a939373 -C extra-filename=-f6cbcecb7a939373 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
585 | 2024-07-16T13:44:57.256Z | Compiling percent-encoding v2.3.1 |
586 | 2024-07-16T13:44:57.280Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8d02a3f55b6b58b9 -C extra-filename=-8d02a3f55b6b58b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
587 | 2024-07-16T13:44:57.311Z | Compiling ring v0.17.8 |
588 | 2024-07-16T13:44:57.311Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=c7013478511c32f9 -C extra-filename=-c7013478511c32f9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-c7013478511c32f9 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --cap-lints allow` |
589 | 2024-07-16T13:44:57.335Z | Compiling tinyvec v1.6.1 |
590 | 2024-07-16T13:44:57.335Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=8bd75870f08a1dd9 -C extra-filename=-8bd75870f08a1dd9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinyvec_macros-f6cbcecb7a939373.rmeta --cap-lints allow` |
591 | 2024-07-16T13:44:57.535Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-30090b2da5f861ca/build-script-main` |
592 | 2024-07-16T13:44:57.634Z | Compiling form_urlencoded v1.2.1 |
593 | 2024-07-16T13:44:57.658Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3f78fc507be1952e -C extra-filename=-3f78fc507be1952e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --cap-lints allow` |
594 | 2024-07-16T13:44:57.938Z | Compiling num_cpus v1.16.0 |
595 | 2024-07-16T13:44:57.962Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.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=ecbd16f512936c51 -C extra-filename=-ecbd16f512936c51 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
596 | 2024-07-16T13:44:57.962Z | Compiling futures-channel v0.3.30 |
597 | 2024-07-16T13:44:57.962Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=7067fbe4fdb758c1 -C extra-filename=-7067fbe4fdb758c1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --cap-lints allow` |
598 | 2024-07-16T13:44:58.057Z | Compiling unicode-bidi v0.3.15 |
599 | 2024-07-16T13:44:58.081Z | Running `/home/build/.rustup/toolchains/1.76-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.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="hardcoded-data"' --cfg 'feature="std"' -C metadata=8e0f9c0ac325a90f -C extra-filename=-8e0f9c0ac325a90f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
600 | 2024-07-16T13:44:58.265Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-c7013478511c32f9/build-script-build` |
601 | 2024-07-16T13:44:58.320Z | Compiling futures-task v0.3.30 |
602 | 2024-07-16T13:44:58.344Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=cf44a26adf9238c3 -C extra-filename=-cf44a26adf9238c3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
603 | 2024-07-16T13:44:58.589Z | Compiling unicode-normalization v0.1.23 |
604 | 2024-07-16T13:44:58.613Z | Running `/home/build/.rustup/toolchains/1.76-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.23/src/lib.rs --error-format=json --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=df489fb56f6cc509 -C extra-filename=-df489fb56f6cc509 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern tinyvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libtinyvec-8bd75870f08a1dd9.rmeta --cap-lints allow` |
605 | 2024-07-16T13:44:58.613Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.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=ee3c2e65c58c9129 -C extra-filename=-ee3c2e65c58c9129 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
606 | 2024-07-16T13:44:58.925Z | Compiling thiserror v1.0.62 |
607 | 2024-07-16T13:44:58.949Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.62/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=67347fca83ee7662 -C extra-filename=-67347fca83ee7662 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-67347fca83ee7662 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
608 | 2024-07-16T13:44:59.302Z | Compiling idna v0.5.0 |
609 | 2024-07-16T13:44:59.326Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b8cb99f6b2e1657e -C extra-filename=-b8cb99f6b2e1657e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_bidi-8e0f9c0ac325a90f.rmeta --extern unicode_normalization=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_normalization-df489fb56f6cc509.rmeta --cap-lints allow` |
610 | 2024-07-16T13:44:59.350Z | Compiling serde_derive_internals v0.29.0 |
611 | 2024-07-16T13:44:59.374Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.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=3dbe624c26308f70 -C extra-filename=-3dbe624c26308f70 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rmeta --cap-lints allow` |
612 | 2024-07-16T13:44:59.454Z | Compiling schemars v0.8.21 |
613 | 2024-07-16T13:44:59.478Z | Running `/home/build/.rustup/toolchains/1.76-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.21/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=55094047b34bd824 -C extra-filename=-55094047b34bd824 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/schemars-55094047b34bd824 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
614 | 2024-07-16T13:44:59.478Z | Compiling spin v0.9.8 |
615 | 2024-07-16T13:44:59.478Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' -C metadata=6b0b4916640efba1 -C extra-filename=-6b0b4916640efba1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
616 | 2024-07-16T13:44:59.687Z | Compiling httparse v1.8.0 |
617 | 2024-07-16T13:44:59.711Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=62cce613a1049bac -C extra-filename=-62cce613a1049bac --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/httparse-62cce613a1049bac -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
618 | 2024-07-16T13:44:59.765Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-55094047b34bd824/build-script-build` |
619 | 2024-07-16T13:44:59.789Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-67347fca83ee7662/build-script-build` |
620 | 2024-07-16T13:44:59.896Z | Compiling concurrent-queue v2.5.0 |
621 | 2024-07-16T13:44:59.920Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7c15cab6f3adef7c -C extra-filename=-7c15cab6f3adef7c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --cap-lints allow` |
622 | 2024-07-16T13:45:00.042Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-62cce613a1049bac/build-script-build` |
623 | 2024-07-16T13:45:00.066Z | Compiling dyn-clone v1.0.17 |
624 | 2024-07-16T13:45:00.066Z | Running `/home/build/.rustup/toolchains/1.76-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.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=cc8f767d93e5e22c -C extra-filename=-cc8f767d93e5e22c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
625 | 2024-07-16T13:45:00.194Z | Compiling parking v2.2.0 |
626 | 2024-07-16T13:45:00.218Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7ed30b77261437cf -C extra-filename=-7ed30b77261437cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
627 | 2024-07-16T13:45:00.253Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.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="alloc"' --cfg 'feature="std"' -C metadata=a3abc0c07df28b37 -C extra-filename=-a3abc0c07df28b37 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
628 | 2024-07-16T13:45:00.518Z | Compiling untrusted v0.9.0 |
629 | 2024-07-16T13:45:00.542Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0ea7f50e8112c394 -C extra-filename=-0ea7f50e8112c394 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
630 | 2024-07-16T13:45:00.620Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=58bccc1ffa9648af -C extra-filename=-58bccc1ffa9648af --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg httparse_simd` |
631 | 2024-07-16T13:45:00.669Z | Compiling heck v0.5.0 |
632 | 2024-07-16T13:45:00.693Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c9878ed38073e638 -C extra-filename=-c9878ed38073e638 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
633 | 2024-07-16T13:45:01.133Z | Compiling aho-corasick v1.1.3 |
634 | 2024-07-16T13:45:01.157Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' -C metadata=5bdae607b196d571 -C extra-filename=-5bdae607b196d571 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --cap-lints allow` |
635 | 2024-07-16T13:45:01.188Z | Compiling libz-sys v1.1.16 |
636 | 2024-07-16T13:45:01.212Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' -C metadata=2a7fe9d6e2825e67 -C extra-filename=-2a7fe9d6e2825e67 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-2a7fe9d6e2825e67 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-19b7fd6d715690a1.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-807650c813107af2.rlib --cap-lints allow` |
637 | 2024-07-16T13:45:01.236Z | Compiling errno v0.3.9 |
638 | 2024-07-16T13:45:01.236Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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="std"' -C metadata=eed664db9d79d2d7 -C extra-filename=-eed664db9d79d2d7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
639 | 2024-07-16T13:45:01.419Z | Compiling fastrand v2.1.0 |
640 | 2024-07-16T13:45:01.442Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=69c2236fd6634fd2 -C extra-filename=-69c2236fd6634fd2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
641 | 2024-07-16T13:45:01.466Z | Compiling openssl-probe v0.1.5 |
642 | 2024-07-16T13:45:01.466Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-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=4d4cdea3d120a157 -C extra-filename=-4d4cdea3d120a157 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
643 | 2024-07-16T13:45:01.740Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-2a7fe9d6e2825e67/build-script-build` |
644 | 2024-07-16T13:45:01.784Z | Compiling rustix v0.38.34 |
645 | 2024-07-16T13:45:01.808Z | Running `/home/build/.rustup/toolchains/1.76-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.34/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="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' -C metadata=fd7484f0d96ec34a -C extra-filename=-fd7484f0d96ec34a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-fd7484f0d96ec34a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
646 | 2024-07-16T13:45:01.808Z | Compiling iana-time-zone v0.1.60 |
647 | 2024-07-16T13:45:01.808Z | Running `/home/build/.rustup/toolchains/1.76-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.60/src/lib.rs --error-format=json --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=a386be8828156f3b -C extra-filename=-a386be8828156f3b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
648 | 2024-07-16T13:45:01.863Z | Compiling try-lock v0.2.5 |
649 | 2024-07-16T13:45:01.887Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=faa406ed01f40ffa -C extra-filename=-faa406ed01f40ffa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
650 | 2024-07-16T13:45:01.938Z | Compiling http-body v0.4.6 |
651 | 2024-07-16T13:45:01.962Z | Running `/home/build/.rustup/toolchains/1.76-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.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=bb15c908c7fd5ab8 -C extra-filename=-bb15c908c7fd5ab8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
652 | 2024-07-16T13:45:02.000Z | Compiling want v0.3.1 |
653 | 2024-07-16T13:45:02.030Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-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=c97a904080338b58 -C extra-filename=-c97a904080338b58 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern try_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libtry_lock-faa406ed01f40ffa.rmeta --cap-lints allow` |
654 | 2024-07-16T13:45:02.342Z | Compiling openssl v0.10.64 |
655 | 2024-07-16T13:45:02.366Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/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="vendored"' -C metadata=1145c55981d69301 -C extra-filename=-1145c55981d69301 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-1145c55981d69301 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
656 | 2024-07-16T13:45:02.366Z | Compiling httpdate v1.0.3 |
657 | 2024-07-16T13:45:02.366Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-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=02ef4b1e0af5b63d -C extra-filename=-02ef4b1e0af5b63d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
658 | 2024-07-16T13:45:02.395Z | Compiling foreign-types-shared v0.1.1 |
659 | 2024-07-16T13:45:02.419Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-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=efb008d8c62bad32 -C extra-filename=-efb008d8c62bad32 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
660 | 2024-07-16T13:45:02.443Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-fd7484f0d96ec34a/build-script-build` |
661 | 2024-07-16T13:45:02.499Z | Compiling tower-service v0.3.2 |
662 | 2024-07-16T13:45:02.523Z | Running `/home/build/.rustup/toolchains/1.76-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.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=09c5d48e32fe9842 -C extra-filename=-09c5d48e32fe9842 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
663 | 2024-07-16T13:45:02.546Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' -C metadata=02810ab983029614 -C extra-filename=-02810ab983029614 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-6e19d53e31df3de0.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-eed664db9d79d2d7.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
664 | 2024-07-16T13:45:02.601Z | Compiling foreign-types v0.3.2 |
665 | 2024-07-16T13:45:02.625Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.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=633f1397b7c013c5 -C extra-filename=-633f1397b7c013c5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types_shared-efb008d8c62bad32.rmeta --cap-lints allow` |
666 | 2024-07-16T13:45:02.689Z | Compiling encoding_rs v0.8.34 |
667 | 2024-07-16T13:45:02.713Z | Running `/home/build/.rustup/toolchains/1.76-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=4f474c23ae8ebced -C extra-filename=-4f474c23ae8ebced --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --cap-lints allow` |
668 | 2024-07-16T13:45:02.713Z | Compiling regex-automata v0.4.6 |
669 | 2024-07-16T13:45:02.713Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=3220006f2dd6aae4 -C extra-filename=-3220006f2dd6aae4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-5bdae607b196d571.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-228df75afea1e579.rmeta --cap-lints allow` |
670 | 2024-07-16T13:45:02.786Z | Compiling rustls v0.21.12 |
671 | 2024-07-16T13:45:02.810Z | Running `/home/build/.rustup/toolchains/1.76-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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=82d81cd4750fb3ac -C extra-filename=-82d81cd4750fb3ac --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-82d81cd4750fb3ac -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
672 | 2024-07-16T13:45:03.052Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=fe9b5ebc27e6206f -C extra-filename=-fe9b5ebc27e6206f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-54e5e557836924a8.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-6b0b4916640efba1.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
673 | 2024-07-16T13:45:03.076Z | Compiling mime v0.3.17 |
674 | 2024-07-16T13:45:03.076Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-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=a34827aadd55c062 -C extra-filename=-a34827aadd55c062 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
675 | 2024-07-16T13:45:03.576Z | Compiling native-tls v0.2.11 |
676 | 2024-07-16T13:45:03.600Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/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="vendored"' -C metadata=199295045709d550 -C extra-filename=-199295045709d550 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/native-tls-199295045709d550 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
677 | 2024-07-16T13:45:03.857Z | Compiling serde_derive v1.0.204 |
678 | 2024-07-16T13:45:03.881Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.204/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=dbf14eb1118f3040 -C extra-filename=-dbf14eb1118f3040 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
679 | 2024-07-16T13:45:03.881Z | Compiling tracing-attributes v0.1.27 |
680 | 2024-07-16T13:45:03.882Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/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=77fdc89d23074ef2 -C extra-filename=-77fdc89d23074ef2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
681 | 2024-07-16T13:45:06.108Z | Compiling tokio-macros v2.3.0 |
682 | 2024-07-16T13:45:06.133Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.3.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=e0a0e1c5f8a0d215 -C extra-filename=-e0a0e1c5f8a0d215 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
683 | 2024-07-16T13:45:06.343Z | Compiling futures-macro v0.3.30 |
684 | 2024-07-16T13:45:06.367Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=643c03b387aaee63 -C extra-filename=-643c03b387aaee63 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
685 | 2024-07-16T13:45:06.391Z | Compiling schemars_derive v0.8.21 |
686 | 2024-07-16T13:45:06.391Z | Running `/home/build/.rustup/toolchains/1.76-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.21/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=5485bfc7bb65f1e2 -C extra-filename=-5485bfc7bb65f1e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-3dbe624c26308f70.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
687 | 2024-07-16T13:45:06.433Z | Compiling thiserror-impl v1.0.62 |
688 | 2024-07-16T13:45:06.457Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.62/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=779bac7f1072992a -C extra-filename=-779bac7f1072992a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
689 | 2024-07-16T13:45:06.529Z | Compiling tracing v0.1.40 |
690 | 2024-07-16T13:45:06.553Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=944feb042ea9b649 -C extra-filename=-944feb042ea9b649 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern tracing_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_attributes-77fdc89d23074ef2.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-10cef7a13e1f7082.rmeta --cap-lints allow` |
691 | 2024-07-16T13:45:06.970Z | Compiling regex v1.10.5 |
692 | 2024-07-16T13:45:06.995Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=cfac3376645491e2 -C extra-filename=-cfac3376645491e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-5bdae607b196d571.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-3220006f2dd6aae4.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-228df75afea1e579.rmeta --cap-lints allow` |
693 | 2024-07-16T13:45:07.480Z | Compiling tokio v1.38.0 |
694 | 2024-07-16T13:45:07.504Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.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"' -C metadata=bc5f82e9d3473f55 -C extra-filename=-bc5f82e9d3473f55 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-76e5ff2821375482.rmeta --extern num_cpus=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_cpus-ecbd16f512936c51.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-9f8791e7a7cd8c4a.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-6b1f4babd873b581.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-69c133410a11ca54.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-e0a0e1c5f8a0d215.so --cap-lints allow` |
695 | 2024-07-16T13:45:07.988Z | Compiling openssl-macros v0.1.1 |
696 | 2024-07-16T13:45:08.012Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/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=0a70900cce08d62a -C extra-filename=-0a70900cce08d62a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
697 | 2024-07-16T13:45:08.012Z | Compiling futures-util v0.3.30 |
698 | 2024-07-16T13:45:08.012Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=5cd51ec5e2f38649 -C extra-filename=-5cd51ec5e2f38649 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_macro-643c03b387aaee63.so --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-c91c3a4fdde7d3d6.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --cap-lints allow` |
699 | 2024-07-16T13:45:08.666Z | Compiling sct v0.7.1 |
700 | 2024-07-16T13:45:08.690Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-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=dfa2d4928a25b631 -C extra-filename=-dfa2d4928a25b631 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fe9b5ebc27e6206f.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
701 | 2024-07-16T13:45:08.806Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.62/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fbf9a37eed24efda -C extra-filename=-fbf9a37eed24efda --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror_impl-779bac7f1072992a.so --cap-lints allow` |
702 | 2024-07-16T13:45:08.856Z | Compiling rustls-webpki v0.101.7 |
703 | 2024-07-16T13:45:08.880Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=03814f4534b98940 -C extra-filename=-03814f4534b98940 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fe9b5ebc27e6206f.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
704 | 2024-07-16T13:45:08.949Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-82d81cd4750fb3ac/build-script-build` |
705 | 2024-07-16T13:45:08.973Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' -C metadata=e1c491fa2c3f2b6d -C extra-filename=-e1c491fa2c3f2b6d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-a3abc0c07df28b37.rmeta --cap-lints allow` |
706 | 2024-07-16T13:45:08.997Z | Compiling anstyle v1.0.7 |
707 | 2024-07-16T13:45:08.997Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=00bcde0a43ff4c85 -C extra-filename=-00bcde0a43ff4c85 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
708 | 2024-07-16T13:45:09.345Z | Compiling base64 v0.21.7 |
709 | 2024-07-16T13:45:09.369Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0b029c77597f8d47 -C extra-filename=-0b029c77597f8d47 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
710 | 2024-07-16T13:45:09.506Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.204/src/lib.rs --error-format=json --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=097c90a24016f9d0 -C extra-filename=-097c90a24016f9d0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive-dbf14eb1118f3040.so --cap-lints allow --cfg no_diagnostic_namespace` |
711 | 2024-07-16T13:45:09.986Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=4877e0783364c7ee -C extra-filename=-4877e0783364c7ee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fe9b5ebc27e6206f.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-03814f4534b98940.rmeta --extern sct=/work/oxidecomputer/oxide.rs/target/debug/deps/libsct-dfa2d4928a25b631.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
712 | 2024-07-16T13:45:10.584Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-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 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=ebca22d932d0da94 -C extra-filename=-ebca22d932d0da94 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-e1c491fa2c3f2b6d.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-a3abc0c07df28b37.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-228df75afea1e579.rmeta --cap-lints allow` |
713 | 2024-07-16T13:45:12.259Z | Compiling typenum v1.17.0 |
714 | 2024-07-16T13:45:12.283Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.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=e39b9cffd1db3e72 -C extra-filename=-e39b9cffd1db3e72 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/typenum-e39b9cffd1db3e72 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
715 | 2024-07-16T13:45:13.078Z | Compiling rand_core v0.6.4 |
716 | 2024-07-16T13:45:13.102Z | Running `/home/build/.rustup/toolchains/1.76-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.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="getrandom"' --cfg 'feature="std"' -C metadata=4df8239ee050237b -C extra-filename=-4df8239ee050237b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-54e5e557836924a8.rmeta --cap-lints allow` |
717 | 2024-07-16T13:45:13.102Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-e39b9cffd1db3e72/build-script-main` |
718 | 2024-07-16T13:45:13.259Z | Compiling generic-array v0.14.7 |
719 | 2024-07-16T13:45:13.283Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.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="more_lengths"' -C metadata=89677f8aab9db4a8 -C extra-filename=-89677f8aab9db4a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-89677f8aab9db4a8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
720 | 2024-07-16T13:45:13.498Z | Compiling ppv-lite86 v0.2.17 |
721 | 2024-07-16T13:45:13.522Z | Running `/home/build/.rustup/toolchains/1.76-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.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 --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=0befd25cab6fd854 -C extra-filename=-0befd25cab6fd854 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
722 | 2024-07-16T13:45:13.585Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-89677f8aab9db4a8/build-script-build` |
723 | 2024-07-16T13:45:13.650Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.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=514c51e0ae2cae8c -C extra-filename=-514c51e0ae2cae8c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
724 | 2024-07-16T13:45:14.116Z | Running `/home/build/.rustup/toolchains/1.76-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.120/src/lib.rs --error-format=json --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=413d2fa70f1d69d5 -C extra-filename=-413d2fa70f1d69d5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-b13186bfcfd9c320.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow --cfg limb_width_64` |
725 | 2024-07-16T13:45:14.239Z | Compiling indexmap v2.2.6 |
726 | 2024-07-16T13:45:14.270Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=817048966608f014 -C extra-filename=-817048966608f014 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern equivalent=/work/oxidecomputer/oxide.rs/target/debug/deps/libequivalent-3cc869d592c774fc.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-52d96862eacff376.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
727 | 2024-07-16T13:45:14.421Z | Compiling tokio-util v0.7.11 |
728 | 2024-07-16T13:45:14.445Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' -C metadata=a595e6f7f15e4450 -C extra-filename=-a595e6f7f15e4450 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --cap-lints allow` |
729 | 2024-07-16T13:45:14.748Z | Compiling url v2.5.2 |
730 | 2024-07-16T13:45:14.772Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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="serde"' -C metadata=b005a705b033a43e -C extra-filename=-b005a705b033a43e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-b8cb99f6b2e1657e.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
731 | 2024-07-16T13:45:15.351Z | Compiling h2 v0.3.26 |
732 | 2024-07-16T13:45:15.375Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6a8552f2b566708c -C extra-filename=-6a8552f2b566708c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-a595e6f7f15e4450.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --cap-lints allow` |
733 | 2024-07-16T13:45:15.547Z | Compiling chrono v0.4.38 |
734 | 2024-07-16T13:45:15.571Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=605b606e73d17999 -C extra-filename=-605b606e73d17999 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/oxide.rs/target/debug/deps/libiana_time_zone-a386be8828156f3b.rmeta --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-c938d3c9478fcd97.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
735 | 2024-07-16T13:45:16.434Z | Compiling uuid v1.10.0 |
736 | 2024-07-16T13:45:16.459Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=420b6523f328db4e -C extra-filename=-420b6523f328db4e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-54e5e557836924a8.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
737 | 2024-07-16T13:45:16.513Z | Compiling serde_urlencoded v0.7.1 |
738 | 2024-07-16T13:45:16.537Z | Running `/home/build/.rustup/toolchains/1.76-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=8b08b5958ee4d708 -C extra-filename=-8b08b5958ee4d708 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-b13186bfcfd9c320.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
739 | 2024-07-16T13:45:16.924Z | Compiling tokio-rustls v0.24.1 |
740 | 2024-07-16T13:45:16.948Z | Running `/home/build/.rustup/toolchains/1.76-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=715c4592a8a1becb -C extra-filename=-715c4592a8a1becb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-4877e0783364c7ee.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
741 | 2024-07-16T13:45:16.972Z | Compiling rand_chacha v0.3.1 |
742 | 2024-07-16T13:45:16.972Z | Running `/home/build/.rustup/toolchains/1.76-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=804eacf33d9faa3e -C extra-filename=-804eacf33d9faa3e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/oxide.rs/target/debug/deps/libppv_lite86-0befd25cab6fd854.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-4df8239ee050237b.rmeta --cap-lints allow` |
743 | 2024-07-16T13:45:17.182Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=0a13a706be10e40d -C extra-filename=-0a13a706be10e40d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-e1c491fa2c3f2b6d.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-a3abc0c07df28b37.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-ebca22d932d0da94.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-228df75afea1e579.rmeta --cap-lints allow` |
744 | 2024-07-16T13:45:17.299Z | Compiling rustls-pemfile v1.0.4 |
745 | 2024-07-16T13:45:17.322Z | Running `/home/build/.rustup/toolchains/1.76-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.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=ac64e0cf10521e61 -C extra-filename=-ac64e0cf10521e61 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rmeta --cap-lints allow` |
746 | 2024-07-16T13:45:17.700Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=91bcce1bd2c1fc28 -C extra-filename=-91bcce1bd2c1fc28 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-cc8f767d93e5e22c.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-5485bfc7bb65f1e2.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
747 | 2024-07-16T13:45:17.970Z | Compiling event-listener v4.0.3 |
748 | 2024-07-16T13:45:17.995Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-4.0.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="parking"' --cfg 'feature="std"' -C metadata=b73384e9399a6ac8 -C extra-filename=-b73384e9399a6ac8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
749 | 2024-07-16T13:45:18.203Z | Compiling same-file v1.0.6 |
750 | 2024-07-16T13:45:18.227Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.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=78253212bcd3c8db -C extra-filename=-78253212bcd3c8db --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
751 | 2024-07-16T13:45:18.412Z | Compiling webpki-roots v0.25.4 |
752 | 2024-07-16T13:45:18.436Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.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=def8f56e183ae9f6 -C extra-filename=-def8f56e183ae9f6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
753 | 2024-07-16T13:45:18.492Z | Compiling utf8parse v0.2.1 |
754 | 2024-07-16T13:45:18.516Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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 --cfg 'feature="default"' -C metadata=55b94bf56b111e50 -C extra-filename=-55b94bf56b111e50 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
755 | 2024-07-16T13:45:18.541Z | Compiling either v1.11.0 |
756 | 2024-07-16T13:45:18.565Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.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="use_std"' -C metadata=b7a9e0043fde89a5 -C extra-filename=-b7a9e0043fde89a5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
757 | 2024-07-16T13:45:18.565Z | Compiling ipnet v2.9.0 |
758 | 2024-07-16T13:45:18.565Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=81b89b6a67fa03af -C extra-filename=-81b89b6a67fa03af --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
759 | 2024-07-16T13:45:18.638Z | Compiling sync_wrapper v0.1.2 |
760 | 2024-07-16T13:45:18.662Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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=0b3030cec78f8ef9 -C extra-filename=-0b3030cec78f8ef9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
761 | 2024-07-16T13:45:18.757Z | Compiling anstyle-parse v0.2.4 |
762 | 2024-07-16T13:45:18.781Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=a5ef43da85e5e5df -C extra-filename=-a5ef43da85e5e5df --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-55b94bf56b111e50.rmeta --cap-lints allow` |
763 | 2024-07-16T13:45:18.845Z | Compiling walkdir v2.5.0 |
764 | 2024-07-16T13:45:18.869Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0c0e68ea3f3500f7 -C extra-filename=-0c0e68ea3f3500f7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern same_file=/work/oxidecomputer/oxide.rs/target/debug/deps/libsame_file-78253212bcd3c8db.rmeta --cap-lints allow` |
765 | 2024-07-16T13:45:18.893Z | Compiling event-listener-strategy v0.4.0 |
766 | 2024-07-16T13:45:18.893Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=0128bbe095656f9e -C extra-filename=-0128bbe095656f9e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-b73384e9399a6ac8.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
767 | 2024-07-16T13:45:19.049Z | Compiling rand v0.8.5 |
768 | 2024-07-16T13:45:19.076Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=06c38deb2a0eb123 -C extra-filename=-06c38deb2a0eb123 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern rand_chacha=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_chacha-804eacf33d9faa3e.rmeta --extern rand_core=/work/oxidecomputer/oxide.rs/target/debug/deps/librand_core-4df8239ee050237b.rmeta --cap-lints allow` |
769 | 2024-07-16T13:45:19.076Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.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="more_lengths"' -C metadata=bf7e2d63449f69cd -C extra-filename=-bf7e2d63449f69cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-514c51e0ae2cae8c.rmeta --cap-lints allow --cfg relaxed_coherence` |
770 | 2024-07-16T13:45:19.549Z | Compiling serde_tokenstream v0.2.1 |
771 | 2024-07-16T13:45:19.573Z | Running `/home/build/.rustup/toolchains/1.76-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.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 metadata=e28adad9649a273b -C extra-filename=-e28adad9649a273b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rmeta --cap-lints allow` |
772 | 2024-07-16T13:45:19.766Z | Compiling serde_spanned v0.6.6 |
773 | 2024-07-16T13:45:19.790Z | Running `/home/build/.rustup/toolchains/1.76-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.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' -C metadata=e6238dbcc4f67186 -C extra-filename=-e6238dbcc4f67186 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
774 | 2024-07-16T13:45:19.968Z | Compiling toml_datetime v0.6.6 |
775 | 2024-07-16T13:45:19.991Z | Running `/home/build/.rustup/toolchains/1.76-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.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' -C metadata=4ce9d676c4ba271a -C extra-filename=-4ce9d676c4ba271a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
776 | 2024-07-16T13:45:19.991Z | Compiling futures-lite v2.3.0 |
777 | 2024-07-16T13:45:19.991Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-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="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=e1d2a806e2cf06bf -C extra-filename=-e1d2a806e2cf06bf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-69c2236fd6634fd2.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
778 | 2024-07-16T13:45:20.051Z | Compiling libnghttp2-sys v0.1.10+1.61.0 |
779 | 2024-07-16T13:45:20.075Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.10+1.61.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=c2f6814531d99b4d -C extra-filename=-c2f6814531d99b4d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-c2f6814531d99b4d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --cap-lints allow` |
780 | 2024-07-16T13:45:20.390Z | Compiling regress v0.10.0 |
781 | 2024-07-16T13:45:20.414Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.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 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4cb4b970579c719e -C extra-filename=-4cb4b970579c719e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-52d96862eacff376.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --cap-lints allow` |
782 | 2024-07-16T13:45:20.414Z | Compiling winnow v0.6.8 |
783 | 2024-07-16T13:45:20.414Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.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 '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--allow=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=797d1a41f9fe8bfe -C extra-filename=-797d1a41f9fe8bfe --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
784 | 2024-07-16T13:45:20.486Z | Compiling anstyle-query v1.0.3 |
785 | 2024-07-16T13:45:20.510Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C metadata=6742f4bd8504ff15 -C extra-filename=-6742f4bd8504ff15 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
786 | 2024-07-16T13:45:20.609Z | Compiling hyper v0.14.28 |
787 | 2024-07-16T13:45:20.633Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.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="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=04baa67122d3106d -C extra-filename=-04baa67122d3106d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-6a8552f2b566708c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-bb15c908c7fd5ab8.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-02ef4b1e0af5b63d.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-69c133410a11ca54.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-09c5d48e32fe9842.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-c97a904080338b58.rmeta --cap-lints allow` |
788 | 2024-07-16T13:45:21.213Z | Compiling is_terminal_polyfill v1.70.0 |
789 | 2024-07-16T13:45:21.238Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' -C metadata=8da8de8812ba0be6 -C extra-filename=-8da8de8812ba0be6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
790 | 2024-07-16T13:45:21.327Z | Compiling colorchoice v1.0.1 |
791 | 2024-07-16T13:45:21.351Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C metadata=9e0d23992528522a -C extra-filename=-9e0d23992528522a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
792 | 2024-07-16T13:45:21.376Z | Compiling event-listener v2.5.3 |
793 | 2024-07-16T13:45:21.376Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f55cdf44e1505c0c -C extra-filename=-f55cdf44e1505c0c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
794 | 2024-07-16T13:45:21.400Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-c2f6814531d99b4d/build-script-build` |
795 | 2024-07-16T13:45:21.478Z | Compiling anstream v0.6.14 |
796 | 2024-07-16T13:45:21.502Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=2ae956e94a5f4c8f -C extra-filename=-2ae956e94a5f4c8f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-00bcde0a43ff4c85.rmeta --extern anstyle_parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_parse-a5ef43da85e5e5df.rmeta --extern anstyle_query=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle_query-6742f4bd8504ff15.rmeta --extern colorchoice=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolorchoice-9e0d23992528522a.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal_polyfill-8da8de8812ba0be6.rmeta --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-55b94bf56b111e50.rmeta --cap-lints allow` |
797 | 2024-07-16T13:45:21.782Z | Compiling async-lock v3.3.0 |
798 | 2024-07-16T13:45:21.806Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.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="default"' --cfg 'feature="std"' -C metadata=2008b118ac14e7e0 -C extra-filename=-2008b118ac14e7e0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-b73384e9399a6ac8.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-0128bbe095656f9e.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
799 | 2024-07-16T13:45:22.143Z | Compiling dirs-sys-next v0.1.2 |
800 | 2024-07-16T13:45:22.167Z | Running `/home/build/.rustup/toolchains/1.76-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=7d165399a5004531 -C extra-filename=-7d165399a5004531 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-f8b9b880ee5800ba.rmeta --cap-lints allow` |
801 | 2024-07-16T13:45:22.838Z | Compiling polling v2.8.0 |
802 | 2024-07-16T13:45:22.862Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-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"' --cfg 'feature="std"' -C metadata=3fd7ad9423850f1b -C extra-filename=-3fd7ad9423850f1b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/polling-3fd7ad9423850f1b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-b39a3a1921870810.rlib --cap-lints allow` |
803 | 2024-07-16T13:45:22.888Z | Compiling atomic-waker v1.1.2 |
804 | 2024-07-16T13:45:22.914Z | Running `/home/build/.rustup/toolchains/1.76-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.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=e7a19b0165a38f6d -C extra-filename=-e7a19b0165a38f6d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
805 | 2024-07-16T13:45:23.061Z | Compiling toml_edit v0.22.15 |
806 | 2024-07-16T13:45:23.085Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=5f6a3a9a9fbdd74b -C extra-filename=-5f6a3a9a9fbdd74b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-e6238dbcc4f67186.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-4ce9d676c4ba271a.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-797d1a41f9fe8bfe.rmeta --cap-lints allow` |
807 | 2024-07-16T13:45:23.140Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-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 metadata=db506aa409dd179d -C extra-filename=-db506aa409dd179d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
808 | 2024-07-16T13:45:23.261Z | Compiling io-lifetimes v1.0.11 |
809 | 2024-07-16T13:45:23.285Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/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="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=5d007121bab626bb -C extra-filename=-5d007121bab626bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-5d007121bab626bb -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
810 | 2024-07-16T13:45:23.349Z | Compiling crunchy v0.2.2 |
811 | 2024-07-16T13:45:23.374Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=c401f24cb2421025 -C extra-filename=-c401f24cb2421025 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crunchy-c401f24cb2421025 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
812 | 2024-07-16T13:45:23.707Z | Compiling strsim v0.11.1 |
813 | 2024-07-16T13:45:23.731Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=868eb24de85b27d5 -C extra-filename=-868eb24de85b27d5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
814 | 2024-07-16T13:45:23.755Z | Compiling clap_lex v0.7.0 |
815 | 2024-07-16T13:45:23.755Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-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=d8161a5bdc51b291 -C extra-filename=-d8161a5bdc51b291 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
816 | 2024-07-16T13:45:24.223Z | Compiling clap_builder v4.5.9 |
817 | 2024-07-16T13:45:24.247Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=7c6a63947327afff -C extra-filename=-7c6a63947327afff --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstream-2ae956e94a5f4c8f.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-00bcde0a43ff4c85.rmeta --extern clap_lex=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_lex-d8161a5bdc51b291.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-868eb24de85b27d5.rmeta --cap-lints allow` |
818 | 2024-07-16T13:45:24.271Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-c401f24cb2421025/build-script-build` |
819 | 2024-07-16T13:45:24.271Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-5d007121bab626bb/build-script-build` |
820 | 2024-07-16T13:45:24.499Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=d41e2ca14637d9c0 -C extra-filename=-d41e2ca14637d9c0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-db506aa409dd179d.rmeta --cap-lints allow --cfg has_const_fn_trait_bound` |
821 | 2024-07-16T13:45:24.614Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/polling-3fd7ad9423850f1b/build-script-build` |
822 | 2024-07-16T13:45:24.641Z | Compiling dirs-next v2.0.0 |
823 | 2024-07-16T13:45:24.665Z | Running `/home/build/.rustup/toolchains/1.76-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=32e1e2a8b0f85e6f -C extra-filename=-32e1e2a8b0f85e6f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-7d165399a5004531.rmeta --cap-lints allow` |
824 | 2024-07-16T13:45:24.742Z | Compiling block-buffer v0.10.4 |
825 | 2024-07-16T13:45:24.766Z | Running `/home/build/.rustup/toolchains/1.76-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.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=7aac53c173c7538a -C extra-filename=-7aac53c173c7538a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern generic_array=/work/oxidecomputer/oxide.rs/target/debug/deps/libgeneric_array-bf7e2d63449f69cd.rmeta --cap-lints allow` |
826 | 2024-07-16T13:45:24.814Z | Compiling crypto-common v0.1.6 |
827 | 2024-07-16T13:45:24.838Z | Running `/home/build/.rustup/toolchains/1.76-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=52cefadcfd72e47d -C extra-filename=-52cefadcfd72e47d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern generic_array=/work/oxidecomputer/oxide.rs/target/debug/deps/libgeneric_array-bf7e2d63449f69cd.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-514c51e0ae2cae8c.rmeta --cap-lints allow` |
828 | 2024-07-16T13:45:24.871Z | Compiling polling v3.7.0 |
829 | 2024-07-16T13:45:24.895Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.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=e8f0827f6e7aeac5 -C extra-filename=-e8f0827f6e7aeac5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --cap-lints allow` |
830 | 2024-07-16T13:45:24.935Z | Compiling clap_derive v4.5.8 |
831 | 2024-07-16T13:45:24.960Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' -C metadata=a1b9a488840db78b -C extra-filename=-a1b9a488840db78b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
832 | 2024-07-16T13:45:24.984Z | Compiling event-listener v5.3.0 |
833 | 2024-07-16T13:45:24.984Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.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="parking"' --cfg 'feature="std"' -C metadata=813eeec79e553996 -C extra-filename=-813eeec79e553996 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
834 | 2024-07-16T13:45:25.314Z | Compiling curl-sys v0.4.72+curl-8.6.0 |
835 | 2024-07-16T13:45:25.338Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-sys-0.4.72+curl-8.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 --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' -C metadata=50ba418cd75a3269 -C extra-filename=-50ba418cd75a3269 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-50ba418cd75a3269 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-19b7fd6d715690a1.rlib --cap-lints allow` |
836 | 2024-07-16T13:45:25.518Z | Compiling toml v0.8.14 |
837 | 2024-07-16T13:45:25.542Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=14d6d4f4a05da6d1 -C extra-filename=-14d6d4f4a05da6d1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-e6238dbcc4f67186.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-4ce9d676c4ba271a.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rmeta --cap-lints allow` |
838 | 2024-07-16T13:45:25.542Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a52b863144dbda51 -C extra-filename=-a52b863144dbda51 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-f8b9b880ee5800ba.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-d6ece56dbd014994.rmeta --cap-lints allow` |
839 | 2024-07-16T13:45:25.915Z | Compiling hyper-rustls v0.24.2 |
840 | 2024-07-16T13:45:25.939Z | Running `/home/build/.rustup/toolchains/1.76-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.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=4637f79667688025 -C extra-filename=-4637f79667688025 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-04baa67122d3106d.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-4877e0783364c7ee.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-715c4592a8a1becb.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
841 | 2024-07-16T13:45:26.146Z | Compiling siphasher v0.3.11 |
842 | 2024-07-16T13:45:26.170Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d9070602a08273f -C extra-filename=-6d9070602a08273f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
843 | 2024-07-16T13:45:26.220Z | Compiling tiny-keccak v2.0.2 |
844 | 2024-07-16T13:45:26.244Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=5324aa666afe1fc5 -C extra-filename=-5324aa666afe1fc5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-5324aa666afe1fc5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
845 | 2024-07-16T13:45:26.454Z | Compiling lazy_static v1.4.0 |
846 | 2024-07-16T13:45:26.478Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8f93af5ac36cac0e -C extra-filename=-8f93af5ac36cac0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
847 | 2024-07-16T13:45:26.502Z | Compiling rustix v0.37.27 |
848 | 2024-07-16T13:45:26.502Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/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="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="std"' -C metadata=1b107a1d73ccc61a -C extra-filename=-1b107a1d73ccc61a --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustix-1b107a1d73ccc61a -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
849 | 2024-07-16T13:45:26.577Z | Compiling waker-fn v1.1.1 |
850 | 2024-07-16T13:45:26.601Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name waker_fn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-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=d4a64745b27fdd12 -C extra-filename=-d4a64745b27fdd12 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
851 | 2024-07-16T13:45:26.684Z | Compiling fastrand v1.9.0 |
852 | 2024-07-16T13:45:26.720Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a9f7b1d3dbac03c2 -C extra-filename=-a9f7b1d3dbac03c2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
853 | 2024-07-16T13:45:26.971Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-1b107a1d73ccc61a/build-script-build` |
854 | 2024-07-16T13:45:27.062Z | Compiling futures-lite v1.13.0 |
855 | 2024-07-16T13:45:27.086Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="memchr"' --cfg 'feature="parking"' --cfg 'feature="std"' --cfg 'feature="waker-fn"' -C metadata=c293600dde1ca69d -C extra-filename=-c293600dde1ca69d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-a9f7b1d3dbac03c2.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-d4a64745b27fdd12.rmeta --cap-lints allow` |
856 | 2024-07-16T13:45:27.221Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-5324aa666afe1fc5/build-script-build` |
857 | 2024-07-16T13:45:27.245Z | Compiling phf_shared v0.10.0 |
858 | 2024-07-16T13:45:27.245Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f6a2605a56265bf3 -C extra-filename=-f6a2605a56265bf3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern siphasher=/work/oxidecomputer/oxide.rs/target/debug/deps/libsiphasher-6d9070602a08273f.rmeta --cap-lints allow` |
859 | 2024-07-16T13:45:27.269Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.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"' -C metadata=b7bda6cdaedf384b -C extra-filename=-b7bda6cdaedf384b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lock_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liblock_api-d41e2ca14637d9c0.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-a52b863144dbda51.rmeta --cap-lints allow` |
860 | 2024-07-16T13:45:27.534Z | Compiling event-listener-strategy v0.5.2 |
861 | 2024-07-16T13:45:27.558Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.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="std"' -C metadata=f44ddcf183937962 -C extra-filename=-f44ddcf183937962 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-813eeec79e553996.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
862 | 2024-07-16T13:45:27.718Z | Compiling async-io v2.3.2 |
863 | 2024-07-16T13:45:27.742Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.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=68a2cc44c5968d5c -C extra-filename=-68a2cc44c5968d5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-2008b118ac14e7e0.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-e1d2a806e2cf06bf.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-e8f0827f6e7aeac5.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --cap-lints allow` |
864 | 2024-07-16T13:45:28.111Z | Compiling digest v0.10.7 |
865 | 2024-07-16T13:45:28.135Z | Running `/home/build/.rustup/toolchains/1.76-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=e1068141db1750c0 -C extra-filename=-e1068141db1750c0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern block_buffer=/work/oxidecomputer/oxide.rs/target/debug/deps/libblock_buffer-7aac53c173c7538a.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-52cefadcfd72e47d.rmeta --cap-lints allow` |
866 | 2024-07-16T13:45:28.404Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.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=75f7cd833ba82899 -C extra-filename=-75f7cd833ba82899 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --cap-lints allow` |
867 | 2024-07-16T13:45:28.469Z | Compiling clap v4.5.9 |
868 | 2024-07-16T13:45:28.493Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=de3619bb44cd2a7d -C extra-filename=-de3619bb44cd2a7d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap_builder=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_builder-7c6a63947327afff.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-a1b9a488840db78b.so --cap-lints allow` |
869 | 2024-07-16T13:45:28.548Z | Compiling term v0.7.0 |
870 | 2024-07-16T13:45:28.571Z | Running `/home/build/.rustup/toolchains/1.76-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=f9fff568f1f77c75 -C extra-filename=-f9fff568f1f77c75 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_next-32e1e2a8b0f85e6f.rmeta --cap-lints allow` |
871 | 2024-07-16T13:45:28.595Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=e539390e6d3e7f1a -C extra-filename=-e539390e6d3e7f1a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow --cfg io_safety_is_in_std --cfg panic_in_const_fn` |
872 | 2024-07-16T13:45:28.745Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-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"' --cfg 'feature="limit_128"' -C metadata=099739b55fd71f5a -C extra-filename=-099739b55fd71f5a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
873 | 2024-07-16T13:45:28.837Z | Compiling futures-executor v0.3.30 |
874 | 2024-07-16T13:45:28.861Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=54cc0b523a6ae9ca -C extra-filename=-54cc0b523a6ae9ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --cap-lints allow` |
875 | 2024-07-16T13:45:28.861Z | Compiling async-io v1.13.0 |
876 | 2024-07-16T13:45:28.861Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.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=28ec066985119802 -C extra-filename=-28ec066985119802 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-io-28ec066985119802 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-b39a3a1921870810.rlib --cap-lints allow` |
877 | 2024-07-16T13:45:29.160Z | Compiling bit-vec v0.6.3 |
878 | 2024-07-16T13:45:29.184Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-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 metadata=e898843fc4c2592c -C extra-filename=-e898843fc4c2592c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
879 | 2024-07-16T13:45:29.356Z | Compiling powerfmt v0.2.0 |
880 | 2024-07-16T13:45:29.380Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4c4409d58f4da343 -C extra-filename=-4c4409d58f4da343 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
881 | 2024-07-16T13:45:29.409Z | Compiling cpufeatures v0.2.12 |
882 | 2024-07-16T13:45:29.435Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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=c800e6746f28ebd7 -C extra-filename=-c800e6746f28ebd7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
883 | 2024-07-16T13:45:29.483Z | Compiling time-core v0.1.2 |
884 | 2024-07-16T13:45:29.507Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=78463298d0996e4f -C extra-filename=-78463298d0996e4f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
885 | 2024-07-16T13:45:29.507Z | Compiling bitflags v1.3.2 |
886 | 2024-07-16T13:45:29.507Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.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"' -C metadata=b314dd0635d4a453 -C extra-filename=-b314dd0635d4a453 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
887 | 2024-07-16T13:45:29.593Z | Compiling rustversion v1.0.16 |
888 | 2024-07-16T13:45:29.616Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.16/build/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=6e92aa5c3ebb4bde -C extra-filename=-6e92aa5c3ebb4bde --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustversion-6e92aa5c3ebb4bde -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
889 | 2024-07-16T13:45:29.645Z | Compiling new_debug_unreachable v1.0.6 |
890 | 2024-07-16T13:45:29.669Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.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 metadata=e9ebde0363efa125 -C extra-filename=-e9ebde0363efa125 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
891 | 2024-07-16T13:45:29.720Z | Compiling fixedbitset v0.4.2 |
892 | 2024-07-16T13:45:29.744Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.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=7733a3ac9462985c -C extra-filename=-7733a3ac9462985c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
893 | 2024-07-16T13:45:29.744Z | Compiling unicode-width v0.1.12 |
894 | 2024-07-16T13:45:29.744Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=018b598527f26950 -C extra-filename=-018b598527f26950 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
895 | 2024-07-16T13:45:29.895Z | Compiling async-task v4.7.1 |
896 | 2024-07-16T13:45:29.919Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=42025715b4f85978 -C extra-filename=-42025715b4f85978 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
897 | 2024-07-16T13:45:29.943Z | Compiling precomputed-hash v0.1.1 |
898 | 2024-07-16T13:45:29.943Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-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 metadata=b9327b0afdd02e4b -C extra-filename=-b9327b0afdd02e4b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
899 | 2024-07-16T13:45:30.044Z | Compiling num-conv v0.1.0 |
900 | 2024-07-16T13:45:30.069Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C metadata=9808afdcd566b1f1 -C extra-filename=-9808afdcd566b1f1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
901 | 2024-07-16T13:45:30.069Z | Compiling string_cache v0.8.7 |
902 | 2024-07-16T13:45:30.069Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.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=91e6fcd5bc6dcc53 -C extra-filename=-91e6fcd5bc6dcc53 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_unreachable-e9ebde0363efa125.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-b7bda6cdaedf384b.rmeta --extern phf_shared=/work/oxidecomputer/oxide.rs/target/debug/deps/libphf_shared-f6a2605a56265bf3.rmeta --extern precomputed_hash=/work/oxidecomputer/oxide.rs/target/debug/deps/libprecomputed_hash-b9327b0afdd02e4b.rmeta --cap-lints allow` |
903 | 2024-07-16T13:45:30.095Z | Compiling petgraph v0.6.5 |
904 | 2024-07-16T13:45:30.118Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=7838c4b73b81a8e3 -C extra-filename=-7838c4b73b81a8e3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fixedbitset=/work/oxidecomputer/oxide.rs/target/debug/deps/libfixedbitset-7733a3ac9462985c.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --cap-lints allow` |
905 | 2024-07-16T13:45:30.143Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustversion-6e92aa5c3ebb4bde/build-script-build` |
906 | 2024-07-16T13:45:30.205Z | Compiling deranged v0.3.11 |
907 | 2024-07-16T13:45:30.229Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=2b8cb70a9b1cc0a4 -C extra-filename=-2b8cb70a9b1cc0a4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-4c4409d58f4da343.rmeta --cap-lints allow` |
908 | 2024-07-16T13:45:30.293Z | Compiling time-macros v0.2.18 |
909 | 2024-07-16T13:45:30.317Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' -C metadata=2bf5fbb2876d403f -C extra-filename=-2bf5fbb2876d403f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-9808afdcd566b1f1.rlib --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-78463298d0996e4f.rlib --extern proc_macro --cap-lints allow` |
910 | 2024-07-16T13:45:30.365Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.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="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="std"' -C metadata=6c8d6b72258960b9 -C extra-filename=-6c8d6b72258960b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-b314dd0635d4a453.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-eed664db9d79d2d7.rmeta --extern io_lifetimes=/work/oxidecomputer/oxide.rs/target/debug/deps/libio_lifetimes-e539390e6d3e7f1a.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow --cfg libc --cfg solarish` |
911 | 2024-07-16T13:45:30.406Z | Compiling bit-set v0.5.3 |
912 | 2024-07-16T13:45:30.430Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-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 metadata=7bf32aaf4d995b96 -C extra-filename=-7bf32aaf4d995b96 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bit_vec=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_vec-e898843fc4c2592c.rmeta --cap-lints allow` |
913 | 2024-07-16T13:45:30.616Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-io-28ec066985119802/build-script-build` |
914 | 2024-07-16T13:45:30.746Z | Compiling futures v0.3.30 |
915 | 2024-07-16T13:45:30.770Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=9e3c63aa3d6706dc -C extra-filename=-9e3c63aa3d6706dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-54cc0b523a6ae9ca.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --cap-lints allow` |
916 | 2024-07-16T13:45:30.843Z | Compiling ascii-canvas v3.0.0 |
917 | 2024-07-16T13:45:30.867Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=a0916bef59da3376 -C extra-filename=-a0916bef59da3376 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-f9fff568f1f77c75.rmeta --cap-lints allow` |
918 | 2024-07-16T13:45:30.970Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-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 --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=950a78e91594856e -C extra-filename=-950a78e91594856e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crunchy=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrunchy-099739b55fd71f5a.rmeta --cap-lints allow` |
919 | 2024-07-16T13:45:31.218Z | Compiling async-channel v2.2.1 |
920 | 2024-07-16T13:45:31.242Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.2.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=3475fe6245745a23 -C extra-filename=-3475fe6245745a23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-813eeec79e553996.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-f44ddcf183937962.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
921 | 2024-07-16T13:45:31.354Z | Compiling piper v0.2.1 |
922 | 2024-07-16T13:45:31.378Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-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 --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' -C metadata=8dbdaa7895aa16cc -C extra-filename=-8dbdaa7895aa16cc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-e7a19b0165a38f6d.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-69c2236fd6634fd2.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --cap-lints allow` |
923 | 2024-07-16T13:45:31.506Z | Compiling async-channel v1.9.0 |
924 | 2024-07-16T13:45:31.537Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d4e3dd1330bdc71e -C extra-filename=-d4e3dd1330bdc71e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f55cdf44e1505c0c.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --cap-lints allow` |
925 | 2024-07-16T13:45:31.743Z | Compiling async-lock v2.8.0 |
926 | 2024-07-16T13:45:31.767Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.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=4be68d1eb73c3572 -C extra-filename=-4be68d1eb73c3572 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f55cdf44e1505c0c.rmeta --cap-lints allow` |
927 | 2024-07-16T13:45:31.767Z | Compiling itertools v0.11.0 |
928 | 2024-07-16T13:45:31.767Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.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 --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=bdbff36c619fc05e -C extra-filename=-bdbff36c619fc05e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-b7a9e0043fde89a5.rmeta --cap-lints allow` |
929 | 2024-07-16T13:45:31.791Z | Compiling lalrpop-util v0.20.2 |
930 | 2024-07-16T13:45:31.791Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-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 --cfg 'feature="lexer"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=5e58e5e407ad67b2 -C extra-filename=-5e58e5e407ad67b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-ebca22d932d0da94.rmeta --cap-lints allow` |
931 | 2024-07-16T13:45:32.025Z | Compiling ena v0.14.3 |
932 | 2024-07-16T13:45:32.049Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.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=fde142584cef194e -C extra-filename=-fde142584cef194e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-ee3c2e65c58c9129.rmeta --cap-lints allow` |
933 | 2024-07-16T13:45:32.105Z | Compiling libgit2-sys v0.17.0+1.8.1 |
934 | 2024-07-16T13:45:32.129Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/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=70e947452d78c237 -C extra-filename=-70e947452d78c237 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-70e947452d78c237 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-19b7fd6d715690a1.rlib --cap-lints allow` |
935 | 2024-07-16T13:45:32.153Z | Compiling socket2 v0.4.10 |
936 | 2024-07-16T13:45:32.153Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs --error-format=json --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=8346587b13f18216 -C extra-filename=-8346587b13f18216 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
937 | 2024-07-16T13:45:32.417Z | Compiling pico-args v0.5.0 |
938 | 2024-07-16T13:45:32.442Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pico_args --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pico-args-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2d9b5663b31c65df -C extra-filename=-2d9b5663b31c65df --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
939 | 2024-07-16T13:45:32.442Z | Compiling home v0.5.9 |
940 | 2024-07-16T13:45:32.442Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.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 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C metadata=193acd7fe5dbcb23 -C extra-filename=-193acd7fe5dbcb23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
941 | 2024-07-16T13:45:32.676Z | Compiling slog v2.7.0 |
942 | 2024-07-16T13:45:32.700Z | Running `/home/build/.rustup/toolchains/1.76-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="std"' -C metadata=7f2511497328d765 -C extra-filename=-7f2511497328d765 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-7f2511497328d765 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
943 | 2024-07-16T13:45:32.724Z | Compiling num_threads v0.1.7 |
944 | 2024-07-16T13:45:32.724Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-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 debuginfo=2 -C metadata=999b5fbf548386b0 -C extra-filename=-999b5fbf548386b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
945 | 2024-07-16T13:45:32.748Z | Compiling base64 v0.22.1 |
946 | 2024-07-16T13:45:32.748Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5d83904e29cde09e -C extra-filename=-5d83904e29cde09e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
947 | 2024-07-16T13:45:32.773Z | Compiling unicode-xid v0.2.4 |
948 | 2024-07-16T13:45:32.796Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.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=1b9440c5d9c0e702 -C extra-filename=-1b9440c5d9c0e702 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
949 | 2024-07-16T13:45:32.830Z | Compiling time v0.3.36 |
950 | 2024-07-16T13:45:32.854Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=80189e0adeedc857 -C extra-filename=-80189e0adeedc857 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern deranged=/work/oxidecomputer/oxide.rs/target/debug/deps/libderanged-2b8cb70a9b1cc0a4.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-9808afdcd566b1f1.rmeta --extern num_threads=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_threads-999b5fbf548386b0.rmeta --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-4c4409d58f4da343.rmeta --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-78463298d0996e4f.rmeta --extern time_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_macros-2bf5fbb2876d403f.so --cap-lints allow` |
951 | 2024-07-16T13:45:32.923Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-70e947452d78c237/build-script-build` |
952 | 2024-07-16T13:45:32.965Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-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=7fe813d03df1eee3 -C extra-filename=-7fe813d03df1eee3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-4be68d1eb73c3572.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-c293600dde1ca69d.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-75f7cd833ba82899.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-6c8d6b72258960b9.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-8346587b13f18216.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-d4a64745b27fdd12.rmeta --cap-lints allow` |
953 | 2024-07-16T13:45:33.096Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-7f2511497328d765/build-script-build` |
954 | 2024-07-16T13:45:33.157Z | Compiling blocking v1.6.0 |
955 | 2024-07-16T13:45:33.184Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.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=3b5845910b06f4c9 -C extra-filename=-3b5845910b06f4c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-3475fe6245745a23.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-2008b118ac14e7e0.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-42025715b4f85978.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-e1d2a806e2cf06bf.rmeta --extern piper=/work/oxidecomputer/oxide.rs/target/debug/deps/libpiper-8dbdaa7895aa16cc.rmeta --cap-lints allow` |
956 | 2024-07-16T13:45:33.415Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=da90f9524feba6ef -C extra-filename=-da90f9524feba6ef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow` |
957 | 2024-07-16T13:45:33.621Z | Compiling async-executor v1.11.0 |
958 | 2024-07-16T13:45:33.645Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.11.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=73869c374b8f0b2e -C extra-filename=-73869c374b8f0b2e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-42025715b4f85978.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-69c2236fd6634fd2.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-e1d2a806e2cf06bf.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --cap-lints allow` |
959 | 2024-07-16T13:45:33.691Z | Compiling async-signal v0.2.6 |
960 | 2024-07-16T13:45:33.715Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.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=6028c83d2e1bac23 -C extra-filename=-6028c83d2e1bac23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-68a2cc44c5968d5c.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-6b1f4babd873b581.rmeta --cap-lints allow` |
961 | 2024-07-16T13:45:34.034Z | Compiling lalrpop v0.20.2 |
962 | 2024-07-16T13:45:34.058Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-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 --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' -C metadata=09cb0ce53c6002a9 -C extra-filename=-09cb0ce53c6002a9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/oxide.rs/target/debug/deps/libascii_canvas-a0916bef59da3376.rmeta --extern bit_set=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_set-7bf32aaf4d995b96.rmeta --extern ena=/work/oxidecomputer/oxide.rs/target/debug/deps/libena-fde142584cef194e.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-bdbff36c619fc05e.rmeta --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-5e58e5e407ad67b2.rmeta --extern petgraph=/work/oxidecomputer/oxide.rs/target/debug/deps/libpetgraph-7838c4b73b81a8e3.rmeta --extern pico_args=/work/oxidecomputer/oxide.rs/target/debug/deps/libpico_args-2d9b5663b31c65df.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-0a13a706be10e40d.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-228df75afea1e579.rmeta --extern string_cache=/work/oxidecomputer/oxide.rs/target/debug/deps/libstring_cache-91e6fcd5bc6dcc53.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-f9fff568f1f77c75.rmeta --extern tiny_keccak=/work/oxidecomputer/oxide.rs/target/debug/deps/libtiny_keccak-950a78e91594856e.rmeta --extern unicode_xid=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_xid-1b9440c5d9c0e702.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-0c0e68ea3f3500f7.rmeta --cap-lints allow` |
963 | 2024-07-16T13:45:34.081Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libnghttp2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.10+1.61.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=62296b4f5a3c2fae -C extra-filename=-62296b4f5a3c2fae --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -l static=nghttp2` |
964 | 2024-07-16T13:45:34.291Z | Compiling pin-project-internal v1.1.5 |
965 | 2024-07-16T13:45:34.314Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=d10edc8444137453 -C extra-filename=-d10edc8444137453 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
966 | 2024-07-16T13:45:34.393Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libc"' -C metadata=42cdbbf6aeed836f -C extra-filename=-42cdbbf6aeed836f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z` |
967 | 2024-07-16T13:45:34.529Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libc"' -C metadata=9f226678412d95ad -C extra-filename=-9f226678412d95ad --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-f8b9b880ee5800ba.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z` |
968 | 2024-07-16T13:45:34.559Z | Compiling event-listener v3.1.0 |
969 | 2024-07-16T13:45:34.583Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.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="parking"' --cfg 'feature="std"' -C metadata=7c3a5de5065d97aa -C extra-filename=-7c3a5de5065d97aa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
970 | 2024-07-16T13:45:34.663Z | Running `/home/build/.rustup/toolchains/1.76-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=b6239519c5ac27d6 -C extra-filename=-b6239519c5ac27d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
971 | 2024-07-16T13:45:34.688Z | Compiling dirs-sys v0.3.7 |
972 | 2024-07-16T13:45:34.712Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-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 -C metadata=b444d268d262a6cc -C extra-filename=-b444d268d262a6cc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
973 | 2024-07-16T13:45:35.066Z | Compiling unicode-segmentation v1.11.0 |
974 | 2024-07-16T13:45:35.090Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.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=fed9da3fb0b18572 -C extra-filename=-fed9da3fb0b18572 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
975 | 2024-07-16T13:45:35.294Z | Compiling curl v0.4.46 |
976 | 2024-07-16T13:45:35.318Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.46/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="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' -C metadata=dd208e87d572c5ea -C extra-filename=-dd208e87d572c5ea --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-dd208e87d572c5ea -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
977 | 2024-07-16T13:45:35.318Z | Compiling signal-hook v0.3.17 |
978 | 2024-07-16T13:45:35.342Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/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="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=0663e5266cc33606 -C extra-filename=-0663e5266cc33606 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-0663e5266cc33606 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
979 | 2024-07-16T13:45:35.599Z | Compiling similar v2.5.0 |
980 | 2024-07-16T13:45:35.624Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' -C metadata=1a50b907d2f96aef -C extra-filename=-1a50b907d2f96aef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
981 | 2024-07-16T13:45:35.624Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-0663e5266cc33606/build-script-build` |
982 | 2024-07-16T13:45:35.647Z | Compiling async-process v1.8.1 |
983 | 2024-07-16T13:45:35.648Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.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=90b58466eda9cebf -C extra-filename=-90b58466eda9cebf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-7fe813d03df1eee3.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-4be68d1eb73c3572.rmeta --extern async_signal=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_signal-6028c83d2e1bac23.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-7c3a5de5065d97aa.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-c293600dde1ca69d.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --cap-lints allow` |
984 | 2024-07-16T13:45:35.769Z | Compiling dirs v4.0.0 |
985 | 2024-07-16T13:45:35.793Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dirs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-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=8d4465a42981c6a2 -C extra-filename=-8d4465a42981c6a2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys-b444d268d262a6cc.rmeta --cap-lints allow` |
986 | 2024-07-16T13:45:35.970Z | Running `/home/build/.rustup/toolchains/1.76-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=82f7a84e3790e786 -C extra-filename=-82f7a84e3790e786 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-b6239519c5ac27d6.rmeta --cap-lints allow` |
987 | 2024-07-16T13:45:36.114Z | Compiling async-global-executor v2.4.1 |
988 | 2024-07-16T13:45:36.138Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async-io"' --cfg 'feature="default"' -C metadata=89f373326b6ed516 -C extra-filename=-89f373326b6ed516 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-3475fe6245745a23.rmeta --extern async_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_executor-73869c374b8f0b2e.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-68a2cc44c5968d5c.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-2008b118ac14e7e0.rmeta --extern blocking=/work/oxidecomputer/oxide.rs/target/debug/deps/libblocking-3b5845910b06f4c9.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-e1d2a806e2cf06bf.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow` |
989 | 2024-07-16T13:45:36.307Z | Running `/home/build/.rustup/toolchains/1.76-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="std"' -C metadata=e6ac4cb563bb831f -C extra-filename=-e6ac4cb563bb831f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg integer128` |
990 | 2024-07-16T13:45:36.566Z | Compiling pin-project v1.1.5 |
991 | 2024-07-16T13:45:36.591Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=57d7f68cfcf1200e -C extra-filename=-57d7f68cfcf1200e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_internal-d10edc8444137453.so --cap-lints allow` |
992 | 2024-07-16T13:45:36.686Z | Compiling sha1 v0.10.6 |
993 | 2024-07-16T13:45:36.710Z | Running `/home/build/.rustup/toolchains/1.76-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=1dc3c58c554ed768 -C extra-filename=-1dc3c58c554ed768 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-c800e6746f28ebd7.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e1068141db1750c0.rmeta --cap-lints allow` |
994 | 2024-07-16T13:45:36.942Z | Compiling openapiv3 v2.0.0 |
995 | 2024-07-16T13:45:36.966Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' -C metadata=8b7d102d0b21e24c -C extra-filename=-8b7d102d0b21e24c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --cap-lints allow` |
996 | 2024-07-16T13:45:36.966Z | Compiling tempfile v3.10.1 |
997 | 2024-07-16T13:45:36.966Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a6a7c1a75d913402 -C extra-filename=-a6a7c1a75d913402 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-69c2236fd6634fd2.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --cap-lints allow` |
998 | 2024-07-16T13:45:37.030Z | Compiling async-trait v0.1.81 |
999 | 2024-07-16T13:45:37.054Z | Running `/home/build/.rustup/toolchains/1.76-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.81/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=28ba06e4bfa1975f -C extra-filename=-28ba06e4bfa1975f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1000 | 2024-07-16T13:45:37.837Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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 --cfg 'feature="default"' -C metadata=7d7199a9fca720e7 -C extra-filename=-7d7199a9fca720e7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-b8cb99f6b2e1657e.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --cap-lints allow` |
1001 | 2024-07-16T13:45:37.877Z | Compiling kv-log-macro v1.0.7 |
1002 | 2024-07-16T13:45:37.901Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=75c07c560de9566b -C extra-filename=-75c07c560de9566b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --cap-lints allow` |
1003 | 2024-07-16T13:45:37.958Z | Compiling rustls-pki-types v1.7.0 |
1004 | 2024-07-16T13:45:37.981Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=490dddc732697d6f -C extra-filename=-490dddc732697d6f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1005 | 2024-07-16T13:45:38.068Z | Compiling paste v1.0.15 |
1006 | 2024-07-16T13:45:38.092Z | Running `/home/build/.rustup/toolchains/1.76-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.15/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=3fb8f4393b9203ec -C extra-filename=-3fb8f4393b9203ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/paste-3fb8f4393b9203ec -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1007 | 2024-07-16T13:45:38.466Z | Compiling isahc v1.7.2 |
1008 | 2024-07-16T13:45:38.490Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/isahc-1.7.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="encoding_rs"' --cfg 'feature="http2"' --cfg 'feature="mime"' --cfg 'feature="static-curl"' --cfg 'feature="text-decoding"' -C metadata=6b8bbe6616c74264 -C extra-filename=-6b8bbe6616c74264 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/isahc-6b8bbe6616c74264 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1009 | 2024-07-16T13:45:38.684Z | Compiling zeroize v1.7.0 |
1010 | 2024-07-16T13:45:38.708Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=fdc7d158bb3baa0d -C extra-filename=-fdc7d158bb3baa0d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1011 | 2024-07-16T13:45:38.935Z | Compiling predicates-core v1.0.6 |
1012 | 2024-07-16T13:45:38.959Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.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=f7d3e7e4b957783f -C extra-filename=-f7d3e7e4b957783f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1013 | 2024-07-16T13:45:38.982Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2284994f9f640e23 -C extra-filename=-2284994f9f640e23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1014 | 2024-07-16T13:45:39.034Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-3fb8f4393b9203ec/build-script-build` |
1015 | 2024-07-16T13:45:39.090Z | Compiling async-std v1.12.0 |
1016 | 2024-07-16T13:45:39.114Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' -C metadata=46b0e842820fe6fe -C extra-filename=-46b0e842820fe6fe --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-d4e3dd1330bdc71e.rmeta --extern async_global_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_global_executor-89f373326b6ed516.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-7fe813d03df1eee3.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-4be68d1eb73c3572.rmeta --extern async_process=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_process-90b58466eda9cebf.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-c293600dde1ca69d.rmeta --extern kv_log_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libkv_log_macro-75c07c560de9566b.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-c91c3a4fdde7d3d6.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --cap-lints allow` |
1017 | 2024-07-16T13:45:39.180Z | Compiling tracing-futures v0.2.5 |
1018 | 2024-07-16T13:45:39.204Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tracing_futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-futures-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="pin-project"' --cfg 'feature="std"' --cfg 'feature="std-future"' -C metadata=beb9139c5e2203ce -C extra-filename=-beb9139c5e2203ce --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pin_project=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project-57d7f68cfcf1200e.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --cap-lints allow` |
1019 | 2024-07-16T13:45:39.229Z | Running `/home/build/.rustup/toolchains/1.76-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=ec9c85512da142b7 -C extra-filename=-ec9c85512da142b7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_next-82f7a84e3790e786.rmeta --cap-lints allow` |
1020 | 2024-07-16T13:45:39.279Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-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 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=73a7b9e6e622e469 -C extra-filename=-73a7b9e6e622e469 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-6b1f4babd873b581.rmeta --cap-lints allow` |
1021 | 2024-07-16T13:45:39.361Z | Compiling sluice v0.5.5 |
1022 | 2024-07-16T13:45:39.385Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sluice --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sluice-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9fc7012a9f609ffe -C extra-filename=-9fc7012a9f609ffe --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-d4e3dd1330bdc71e.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --cap-lints allow` |
1023 | 2024-07-16T13:45:39.881Z | Compiling console v0.15.8 |
1024 | 2024-07-16T13:45:39.905Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=dc34631feff40d5e -C extra-filename=-dc34631feff40d5e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-018b598527f26950.rmeta --cap-lints allow` |
1025 | 2024-07-16T13:45:40.247Z | Compiling float-cmp v0.9.0 |
1026 | 2024-07-16T13:45:40.271Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=256d05776916ba66 -C extra-filename=-256d05776916ba66 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-c938d3c9478fcd97.rmeta --cap-lints allow` |
1027 | 2024-07-16T13:45:40.422Z | Compiling is-terminal v0.4.12 |
1028 | 2024-07-16T13:45:40.447Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2e3b083a4de365b3 -C extra-filename=-2e3b083a4de365b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
1029 | 2024-07-16T13:45:40.535Z | Compiling byteorder v1.5.0 |
1030 | 2024-07-16T13:45:40.559Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-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=f15dc302a153ff9c -C extra-filename=-f15dc302a153ff9c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1031 | 2024-07-16T13:45:40.583Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-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="std"' --cfg 'feature="unicode"' -C metadata=ddf60571ee831a78 -C extra-filename=-ddf60571ee831a78 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1032 | 2024-07-16T13:45:40.732Z | Compiling base64 v0.13.1 |
1033 | 2024-07-16T13:45:40.756Z | Running `/home/build/.rustup/toolchains/1.76-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=d1e908b25f55742f -C extra-filename=-d1e908b25f55742f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1034 | 2024-07-16T13:45:40.874Z | Compiling heck v0.4.1 |
1035 | 2024-07-16T13:45:40.874Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=b52ad65f34e8ba35 -C extra-filename=-b52ad65f34e8ba35 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1036 | 2024-07-16T13:45:40.915Z | Compiling castaway v0.1.2 |
1037 | 2024-07-16T13:45:40.939Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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=48e7259eedd626e1 -C extra-filename=-48e7259eedd626e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1038 | 2024-07-16T13:45:41.034Z | Compiling utf-8 v0.7.6 |
1039 | 2024-07-16T13:45:41.058Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bf3f808de3435388 -C extra-filename=-bf3f808de3435388 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1040 | 2024-07-16T13:45:41.223Z | Compiling rustls v0.22.4 |
1041 | 2024-07-16T13:45:41.247Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=93a089c4c6e556c7 -C extra-filename=-93a089c4c6e556c7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-93a089c4c6e556c7 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1042 | 2024-07-16T13:45:41.275Z | Compiling portable-atomic v1.6.0 |
1043 | 2024-07-16T13:45:41.300Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=8ee8fa511153e1a4 -C extra-filename=-8ee8fa511153e1a4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8ee8fa511153e1a4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1044 | 2024-07-16T13:45:41.323Z | Compiling difflib v0.4.0 |
1045 | 2024-07-16T13:45:41.323Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9ac0cd639c889c82 -C extra-filename=-9ac0cd639c889c82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1046 | 2024-07-16T13:45:41.348Z | Compiling data-encoding v2.6.0 |
1047 | 2024-07-16T13:45:41.348Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-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=fbba5ab5f2e9bf23 -C extra-filename=-fbba5ab5f2e9bf23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1048 | 2024-07-16T13:45:41.510Z | Compiling normalize-line-endings v0.3.0 |
1049 | 2024-07-16T13:45:41.534Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-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=1a5398f8eb94050b -C extra-filename=-1a5398f8eb94050b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1050 | 2024-07-16T13:45:41.618Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-93a089c4c6e556c7/build-script-build` |
1051 | 2024-07-16T13:45:41.642Z | Compiling strum_macros v0.26.2 |
1052 | 2024-07-16T13:45:41.666Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.2/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=c45c1e519a8c13de -C extra-filename=-c45c1e519a8c13de --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-b52ad65f34e8ba35.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-da90f9524feba6ef.so --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1053 | 2024-07-16T13:45:42.024Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8ee8fa511153e1a4/build-script-build` |
1054 | 2024-07-16T13:45:42.081Z | Compiling tungstenite v0.20.1 |
1055 | 2024-07-16T13:45:42.105Z | Running `/home/build/.rustup/toolchains/1.76-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=c17faa665b67d656 -C extra-filename=-c17faa665b67d656 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern byteorder=/work/oxidecomputer/oxide.rs/target/debug/deps/libbyteorder-f15dc302a153ff9c.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-fbba5ab5f2e9bf23.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-1dc3c58c554ed768.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-bf3f808de3435388.rmeta --cap-lints allow` |
1056 | 2024-07-16T13:45:42.970Z | Compiling async-object-pool v0.1.4 |
1057 | 2024-07-16T13:45:42.994Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-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=32af4e1f90227c24 -C extra-filename=-32af4e1f90227c24 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_std=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_std-46b0e842820fe6fe.rmeta --cap-lints allow` |
1058 | 2024-07-16T13:45:43.115Z | Compiling predicates v3.1.0 |
1059 | 2024-07-16T13:45:43.140Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=57072254d63e2fba -C extra-filename=-57072254d63e2fba --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-00bcde0a43ff4c85.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-9ac0cd639c889c82.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-256d05776916ba66.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-1a5398f8eb94050b.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f7d3e7e4b957783f.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --cap-lints allow` |
1060 | 2024-07-16T13:45:43.515Z | Compiling signal-hook-mio v0.2.3 |
1061 | 2024-07-16T13:45:43.539Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-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="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=55c6574ac9c45dee -C extra-filename=-55c6574ac9c45dee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern mio_0_8=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-76e5ff2821375482.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-73a7b9e6e622e469.rmeta --cap-lints allow` |
1062 | 2024-07-16T13:45:43.666Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/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=0a949739aff33e52 -C extra-filename=-0a949739aff33e52 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow` |
1063 | 2024-07-16T13:45:44.036Z | Compiling rustls-webpki v0.102.3 |
1064 | 2024-07-16T13:45:44.060Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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="ring"' --cfg 'feature="std"' -C metadata=a597b79b33ba2756 -C extra-filename=-a597b79b33ba2756 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fe9b5ebc27e6206f.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-490dddc732697d6f.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1065 | 2024-07-16T13:45:44.579Z | Compiling newline-converter v0.3.0 |
1066 | 2024-07-16T13:45:44.603Z | Running `/home/build/.rustup/toolchains/1.76-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=96d4693b16f09b7b -C extra-filename=-96d4693b16f09b7b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-fed9da3fb0b18572.rmeta --cap-lints allow` |
1067 | 2024-07-16T13:45:44.715Z | Compiling castaway v0.2.2 |
1068 | 2024-07-16T13:45:44.739Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f87a65e37e09e8ac -C extra-filename=-f87a65e37e09e8ac --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-da90f9524feba6ef.so --cap-lints allow` |
1069 | 2024-07-16T13:45:44.739Z | Compiling itertools v0.12.1 |
1070 | 2024-07-16T13:45:44.739Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=7abb2cf0d9eca60c -C extra-filename=-7abb2cf0d9eca60c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-b7a9e0043fde89a5.rmeta --cap-lints allow` |
1071 | 2024-07-16T13:45:44.864Z | Compiling assert-json-diff v2.0.2 |
1072 | 2024-07-16T13:45:44.888Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-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 -C metadata=539b3970554c9605 -C extra-filename=-539b3970554c9605 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --cap-lints allow` |
1073 | 2024-07-16T13:45:45.329Z | Compiling serde_regex v1.1.0 |
1074 | 2024-07-16T13:45:45.353Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-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=086566b4bdad2b50 -C extra-filename=-086566b4bdad2b50 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
1075 | 2024-07-16T13:45:45.564Z | Compiling serde_path_to_error v0.1.16 |
1076 | 2024-07-16T13:45:45.587Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=024cfd66eaad4439 -C extra-filename=-024cfd66eaad4439 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
1077 | 2024-07-16T13:45:45.834Z | Compiling ring v0.16.20 |
1078 | 2024-07-16T13:45:45.858Z | Running `/home/build/.rustup/toolchains/1.76-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=e5680c67efabbe1c -C extra-filename=-e5680c67efabbe1c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-e5680c67efabbe1c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --cap-lints allow` |
1079 | 2024-07-16T13:45:45.980Z | Compiling multer v3.1.0 |
1080 | 2024-07-16T13:45:46.004Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.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=cc9155425a547cc6 -C extra-filename=-cc9155425a547cc6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-cc9155425a547cc6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
1081 | 2024-07-16T13:45:46.163Z | Compiling thread_local v1.1.8 |
1082 | 2024-07-16T13:45:46.187Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7a18f656dc1e078a -C extra-filename=-7a18f656dc1e078a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow` |
1083 | 2024-07-16T13:45:46.273Z | Compiling is-docker v0.2.0 |
1084 | 2024-07-16T13:45:46.297Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_docker /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5679109dd29eb65b -C extra-filename=-5679109dd29eb65b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow` |
1085 | 2024-07-16T13:45:46.297Z | Compiling camino v1.1.7 |
1086 | 2024-07-16T13:45:46.297Z | Running `/home/build/.rustup/toolchains/1.76-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.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="serde"' --cfg 'feature="serde1"' -C metadata=bae818f09cd4e68d -C extra-filename=-bae818f09cd4e68d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/camino-bae818f09cd4e68d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1087 | 2024-07-16T13:45:46.612Z | Compiling match_cfg v0.1.0 |
1088 | 2024-07-16T13:45:46.636Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=b32574b6b2e4cf95 -C extra-filename=-b32574b6b2e4cf95 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1089 | 2024-07-16T13:45:46.693Z | Compiling levenshtein v1.0.5 |
1090 | 2024-07-16T13:45:46.717Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name levenshtein /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/levenshtein-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=ac68483962793787 -C extra-filename=-ac68483962793787 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1091 | 2024-07-16T13:45:46.717Z | Compiling static_assertions v1.1.0 |
1092 | 2024-07-16T13:45:46.717Z | Compiling subtle v2.5.0 |
1093 | 2024-07-16T13:45:46.717Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-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=412dc0cd7076e449 -C extra-filename=-412dc0cd7076e449 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1094 | 2024-07-16T13:45:46.717Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=207f9c805df0c42c -C extra-filename=-207f9c805df0c42c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1095 | 2024-07-16T13:45:46.795Z | Compiling doc-comment v0.3.3 |
1096 | 2024-07-16T13:45:46.819Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.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=6ad415cf3634a2b1 -C extra-filename=-6ad415cf3634a2b1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-6ad415cf3634a2b1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1097 | 2024-07-16T13:45:46.843Z | Compiling slog-async v2.8.0 |
1098 | 2024-07-16T13:45:46.843Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=33631e55da1918f4 -C extra-filename=-33631e55da1918f4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-async-33631e55da1918f4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1099 | 2024-07-16T13:45:46.933Z | Compiling anyhow v1.0.86 |
1100 | 2024-07-16T13:45:46.957Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/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=536015c78da4e116 -C extra-filename=-536015c78da4e116 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/anyhow-536015c78da4e116 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1101 | 2024-07-16T13:45:46.981Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=02b297912a1f72a4 -C extra-filename=-02b297912a1f72a4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fe9b5ebc27e6206f.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-490dddc732697d6f.rmeta --extern webpki=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki-a597b79b33ba2756.rmeta --extern subtle=/work/oxidecomputer/oxide.rs/target/debug/deps/libsubtle-207f9c805df0c42c.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-fdc7d158bb3baa0d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1102 | 2024-07-16T13:45:47.260Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-6ad415cf3634a2b1/build-script-build` |
1103 | 2024-07-16T13:45:47.284Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-33631e55da1918f4/build-script-build` |
1104 | 2024-07-16T13:45:47.308Z | Compiling unicode-truncate v1.0.0 |
1105 | 2024-07-16T13:45:47.308Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eb9f45cca7d553fa -C extra-filename=-eb9f45cca7d553fa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-7abb2cf0d9eca60c.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-018b598527f26950.rmeta --cap-lints allow` |
1106 | 2024-07-16T13:45:47.337Z | Compiling compact_str v0.7.1 |
1107 | 2024-07-16T13:45:47.361Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-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=82a54d3a7245af53 -C extra-filename=-82a54d3a7245af53 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-f87a65e37e09e8ac.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-b13186bfcfd9c320.rmeta --extern static_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libstatic_assertions-412dc0cd7076e449.rmeta --cap-lints allow` |
1108 | 2024-07-16T13:45:47.385Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-bae818f09cd4e68d/build-script-build` |
1109 | 2024-07-16T13:45:47.436Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-536015c78da4e116/build-script-build` |
1110 | 2024-07-16T13:45:47.460Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-e5680c67efabbe1c/build-script-build` |
1111 | 2024-07-16T13:45:47.497Z | Compiling hostname v0.3.1 |
1112 | 2024-07-16T13:45:47.520Z | Running `/home/build/.rustup/toolchains/1.76-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=6719f0b65385ac9d -C extra-filename=-6719f0b65385ac9d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-b32574b6b2e4cf95.rmeta --cap-lints allow` |
1113 | 2024-07-16T13:45:47.588Z | Compiling is-wsl v0.4.0 |
1114 | 2024-07-16T13:45:47.612Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_wsl /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a65257e30ccc1771 -C extra-filename=-a65257e30ccc1771 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_docker=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_docker-5679109dd29eb65b.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow` |
1115 | 2024-07-16T13:45:47.732Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-cc9155425a547cc6/build-script-build` |
1116 | 2024-07-16T13:45:47.789Z | Compiling strum v0.26.2 |
1117 | 2024-07-16T13:45:47.813Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.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="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=87d2506432782620 -C extra-filename=-87d2506432782620 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern strum_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum_macros-c45c1e519a8c13de.so --cap-lints allow` |
1118 | 2024-07-16T13:45:47.813Z | Compiling crossterm v0.27.0 |
1119 | 2024-07-16T13:45:47.813Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' -C metadata=64efc8cbb2fd43c7 -C extra-filename=-64efc8cbb2fd43c7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-6e19d53e31df3de0.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-76e5ff2821375482.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-9f8791e7a7cd8c4a.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-73a7b9e6e622e469.rmeta --extern signal_hook_mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_mio-55c6574ac9c45dee.rmeta --cap-lints allow` |
1120 | 2024-07-16T13:45:47.947Z | Compiling tokio-tungstenite v0.20.1 |
1121 | 2024-07-16T13:45:47.971Z | Running `/home/build/.rustup/toolchains/1.76-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=409276c9ee4b953f -C extra-filename=-409276c9ee4b953f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-c17faa665b67d656.rmeta --cap-lints allow` |
1122 | 2024-07-16T13:45:48.263Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=43adb6e6d45df2a3 -C extra-filename=-43adb6e6d45df2a3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg portable_atomic_llvm_16` |
1123 | 2024-07-16T13:45:48.399Z | Compiling slog-json v2.6.1 |
1124 | 2024-07-16T13:45:48.423Z | Running `/home/build/.rustup/toolchains/1.76-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=e2b5608c8b14571f -C extra-filename=-e2b5608c8b14571f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-80189e0adeedc857.rmeta --cap-lints allow` |
1125 | 2024-07-16T13:45:48.740Z | Compiling termini v1.0.0 |
1126 | 2024-07-16T13:45:48.764Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name termini --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termini-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=2190315b952fdc35 -C extra-filename=-2190315b952fdc35 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern home=/work/oxidecomputer/oxide.rs/target/debug/deps/libhome-193acd7fe5dbcb23.rmeta --cap-lints allow` |
1127 | 2024-07-16T13:45:49.377Z | Compiling sha2 v0.10.8 |
1128 | 2024-07-16T13:45:49.401Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=514573b1f0e820e2 -C extra-filename=-514573b1f0e820e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-c800e6746f28ebd7.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e1068141db1750c0.rmeta --cap-lints allow` |
1129 | 2024-07-16T13:45:49.613Z | Compiling ipnetwork v0.20.0 |
1130 | 2024-07-16T13:45:49.637Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=157028964e21141c -C extra-filename=-157028964e21141c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
1131 | 2024-07-16T13:45:50.002Z | Compiling async-stream-impl v0.3.5 |
1132 | 2024-07-16T13:45:50.026Z | Running `/home/build/.rustup/toolchains/1.76-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=810b348884a97c0e -C extra-filename=-810b348884a97c0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1133 | 2024-07-16T13:45:50.071Z | Compiling stability v0.2.0 |
1134 | 2024-07-16T13:45:50.095Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-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=37c60196cd8a5c80 -C extra-filename=-37c60196cd8a5c80 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1135 | 2024-07-16T13:45:50.138Z | Compiling crossbeam-channel v0.5.12 |
1136 | 2024-07-16T13:45:50.162Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=417259ce792ba317 -C extra-filename=-417259ce792ba317 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --cap-lints allow` |
1137 | 2024-07-16T13:45:50.794Z | Compiling http v1.1.0 |
1138 | 2024-07-16T13:45:50.818Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=155d7eea6f74449e -C extra-filename=-155d7eea6f74449e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --cap-lints allow` |
1139 | 2024-07-16T13:45:50.950Z | Compiling lru v0.12.3 |
1140 | 2024-07-16T13:45:50.975Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lru /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.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="hashbrown"' -C metadata=54b8bb45b474a395 -C extra-filename=-54b8bb45b474a395 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-52d96862eacff376.rmeta --cap-lints allow` |
1141 | 2024-07-16T13:45:51.117Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot#fb254ad9) |
1142 | 2024-07-16T13:45:51.141Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fb254ad/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=65701426db82720c -C extra-filename=-65701426db82720c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-65701426db82720c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
1143 | 2024-07-16T13:45:51.141Z | Compiling termcolor v1.4.1 |
1144 | 2024-07-16T13:45:51.141Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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 -C metadata=802e4c96959df99c -C extra-filename=-802e4c96959df99c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1145 | 2024-07-16T13:45:51.206Z | Compiling pathdiff v0.2.1 |
1146 | 2024-07-16T13:45:51.229Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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=7f8c8f1b959732b3 -C extra-filename=-7f8c8f1b959732b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1147 | 2024-07-16T13:45:51.330Z | Compiling take_mut v0.2.2 |
1148 | 2024-07-16T13:45:51.354Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=46f0b70c247ae491 -C extra-filename=-46f0b70c247ae491 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1149 | 2024-07-16T13:45:51.417Z | Compiling untrusted v0.7.1 |
1150 | 2024-07-16T13:45:51.440Z | Running `/home/build/.rustup/toolchains/1.76-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=844a7e271ec2bd61 -C extra-filename=-844a7e271ec2bd61 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1151 | 2024-07-16T13:45:51.471Z | Compiling spin v0.5.2 |
1152 | 2024-07-16T13:45:51.495Z | Running `/home/build/.rustup/toolchains/1.76-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=acee181154aa4361 -C extra-filename=-acee181154aa4361 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1153 | 2024-07-16T13:45:51.585Z | Compiling number_prefix v0.4.0 |
1154 | 2024-07-16T13:45:51.609Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=504a44568e8f89cb -C extra-filename=-504a44568e8f89cb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1155 | 2024-07-16T13:45:51.681Z | Compiling shell-words v1.1.0 |
1156 | 2024-07-16T13:45:51.705Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de146c6cd09024ed -C extra-filename=-de146c6cd09024ed --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1157 | 2024-07-16T13:45:51.784Z | Compiling assert_cmd v2.0.14 |
1158 | 2024-07-16T13:45:51.808Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.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=be3580b7a6300f76 -C extra-filename=-be3580b7a6300f76 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-be3580b7a6300f76 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1159 | 2024-07-16T13:45:51.959Z | Compiling humantime v2.1.0 |
1160 | 2024-07-16T13:45:51.982Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-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 -C metadata=a6079f328e78e155 -C extra-filename=-a6079f328e78e155 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1161 | 2024-07-16T13:45:52.007Z | Compiling termtree v0.4.1 |
1162 | 2024-07-16T13:45:52.007Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=56e30ba0b2b56a5c -C extra-filename=-56e30ba0b2b56a5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1163 | 2024-07-16T13:45:52.148Z | Compiling cassowary v0.3.0 |
1164 | 2024-07-16T13:45:52.172Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-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=9811913b1820020b -C extra-filename=-9811913b1820020b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1165 | 2024-07-16T13:45:52.172Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-be3580b7a6300f76/build-script-build` |
1166 | 2024-07-16T13:45:52.231Z | Compiling predicates-tree v1.0.9 |
1167 | 2024-07-16T13:45:52.255Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.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=fc0d2c0460b80d9c -C extra-filename=-fc0d2c0460b80d9c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f7d3e7e4b957783f.rmeta --extern termtree=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermtree-56e30ba0b2b56a5c.rmeta --cap-lints allow` |
1168 | 2024-07-16T13:45:52.464Z | Compiling env_logger v0.10.2 |
1169 | 2024-07-16T13:45:52.491Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-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 --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' -C metadata=fb2ee80622e18d61 -C extra-filename=-fb2ee80622e18d61 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-2e3b083a4de365b3.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern termcolor=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermcolor-802e4c96959df99c.rmeta --cap-lints allow` |
1170 | 2024-07-16T13:45:52.753Z | Compiling ratatui v0.26.3 |
1171 | 2024-07-16T13:45:52.776Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.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 '--warn=clippy::pedantic' '--warn=clippy::cargo' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=a275c868c87df4ab -C extra-filename=-a275c868c87df4ab --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-6e19d53e31df3de0.rmeta --extern cassowary=/work/oxidecomputer/oxide.rs/target/debug/deps/libcassowary-9811913b1820020b.rmeta --extern compact_str=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompact_str-82a54d3a7245af53.rmeta --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-7abb2cf0d9eca60c.rmeta --extern lru=/work/oxidecomputer/oxide.rs/target/debug/deps/liblru-54b8bb45b474a395.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-0a949739aff33e52.so --extern stability=/work/oxidecomputer/oxide.rs/target/debug/deps/libstability-37c60196cd8a5c80.so --extern strum=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum-87d2506432782620.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-fed9da3fb0b18572.rmeta --extern unicode_truncate=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_truncate-eb9f45cca7d553fa.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-018b598527f26950.rmeta --cap-lints allow` |
1172 | 2024-07-16T13:45:53.037Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.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=b122037b7e7fe438 -C extra-filename=-b122037b7e7fe438 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-4f474c23ae8ebced.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-155d7eea6f74449e.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-6b0b4916640efba1.rmeta --cap-lints allow` |
1173 | 2024-07-16T13:45:53.489Z | Compiling dialoguer v0.10.4 |
1174 | 2024-07-16T13:45:53.513Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dialoguer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.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="editor"' --cfg 'feature="password"' --cfg 'feature="tempfile"' --cfg 'feature="zeroize"' -C metadata=26b1de6534de51e1 -C extra-filename=-26b1de6534de51e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-dc34631feff40d5e.rmeta --extern shell_words=/work/oxidecomputer/oxide.rs/target/debug/deps/libshell_words-de146c6cd09024ed.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-fdc7d158bb3baa0d.rmeta --cap-lints allow` |
1175 | 2024-07-16T13:45:53.650Z | Compiling indicatif v0.17.8 |
1176 | 2024-07-16T13:45:53.675Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=a1b64806ed81b87f -C extra-filename=-a1b64806ed81b87f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-dc34631feff40d5e.rmeta --extern number_prefix=/work/oxidecomputer/oxide.rs/target/debug/deps/libnumber_prefix-504a44568e8f89cb.rmeta --extern portable_atomic=/work/oxidecomputer/oxide.rs/target/debug/deps/libportable_atomic-43adb6e6d45df2a3.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-018b598527f26950.rmeta --cap-lints allow` |
1177 | 2024-07-16T13:45:54.032Z | Running `/home/build/.rustup/toolchains/1.76-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=85069a19d62fa904 -C extra-filename=-85069a19d62fa904 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-acee181154aa4361.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-844a7e271ec2bd61.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out -l static=ring-core -l static=ring-test` |
1178 | 2024-07-16T13:45:55.133Z | Compiling basic-cookies v0.1.5 |
1179 | 2024-07-16T13:45:55.157Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-0.1.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=6b011158cf98a5bb -C extra-filename=-6b011158cf98a5bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-6b011158cf98a5bb -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-09cb0ce53c6002a9.rlib --cap-lints allow` |
1180 | 2024-07-16T13:45:55.202Z | Running `/home/build/.rustup/toolchains/1.76-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=1ab63e4aed4d108f -C extra-filename=-1ab63e4aed4d108f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_channel-417259ce792ba317.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern take_mut=/work/oxidecomputer/oxide.rs/target/debug/deps/libtake_mut-46f0b70c247ae491.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-7a18f656dc1e078a.rmeta --cap-lints allow --cfg integer128` |
1181 | 2024-07-16T13:45:55.877Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-65701426db82720c/build-script-build` |
1182 | 2024-07-16T13:45:55.933Z | Compiling open v4.2.0 |
1183 | 2024-07-16T13:45:55.957Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name open --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-4.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=9ed530fc89b97f1b -C extra-filename=-9ed530fc89b97f1b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_wsl=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_wsl-a65257e30ccc1771.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-7f8c8f1b959732b3.rmeta --cap-lints allow` |
1184 | 2024-07-16T13:45:56.187Z | Compiling async-stream v0.3.5 |
1185 | 2024-07-16T13:45:56.211Z | Running `/home/build/.rustup/toolchains/1.76-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=7379ba38008f9d01 -C extra-filename=-7379ba38008f9d01 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_stream_impl-810b348884a97c0e.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
1186 | 2024-07-16T13:45:56.386Z | Compiling tokio-rustls v0.25.0 |
1187 | 2024-07-16T13:45:56.411Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=38373d26cde06816 -C extra-filename=-38373d26cde06816 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-02b297912a1f72a4.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-490dddc732697d6f.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1188 | 2024-07-16T13:45:56.471Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
1189 | 2024-07-16T13:45:56.495Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/f37a7aa/src/lib.rs --error-format=json --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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=7f435898199db8f5 -C extra-filename=-7f435898199db8f5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ipnetwork=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnetwork-157028964e21141c.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --cap-lints allow` |
1190 | 2024-07-16T13:45:56.669Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-6b011158cf98a5bb/build-script-build` |
1191 | 2024-07-16T13:45:56.716Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name basic_cookies --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-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=728650bff6ef3ce1 -C extra-filename=-728650bff6ef3ce1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-ddf60571ee831a78.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --cap-lints allow` |
1192 | 2024-07-16T13:45:56.739Z | Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#1f22ae24) |
1193 | 2024-07-16T13:45:56.767Z | Compiling slog-bunyan v2.5.0 |
1194 | 2024-07-16T13:45:56.767Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thouart --edition=2021 /home/build/.cargo/git/checkouts/thouart-4cf3e9982a1a152f/1f22ae2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=69f7bcaea70b923d -C extra-filename=-69f7bcaea70b923d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-ec9c85512da142b7.rmeta --extern termini=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermini-2190315b952fdc35.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-409276c9ee4b953f.rmeta --cap-lints allow` |
1195 | 2024-07-16T13:45:56.767Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a563307091c18add -C extra-filename=-a563307091c18add --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-6719f0b65385ac9d.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-e2b5608c8b14571f.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-80189e0adeedc857.rmeta --cap-lints allow` |
1196 | 2024-07-16T13:45:56.937Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/src/lib.rs --error-format=json --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=8da672ff12e95671 -C extra-filename=-8da672ff12e95671 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg std_backtrace` |
1197 | 2024-07-16T13:45:57.320Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.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 debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=ff09e1a8455c2f8c -C extra-filename=-ff09e1a8455c2f8c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
1198 | 2024-07-16T13:45:57.397Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.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=87d0cd21a2c83278 -C extra-filename=-87d0cd21a2c83278 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1199 | 2024-07-16T13:45:57.437Z | Compiling slog-term v2.9.1 |
1200 | 2024-07-16T13:45:57.461Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a0cd264c8ed75402 -C extra-filename=-a0cd264c8ed75402 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-2e3b083a4de365b3.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-ec9c85512da142b7.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-7a18f656dc1e078a.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-80189e0adeedc857.rmeta --cap-lints allow` |
1201 | 2024-07-16T13:45:57.494Z | Compiling pem v1.1.1 |
1202 | 2024-07-16T13:45:57.518Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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=02ded8909823d872 -C extra-filename=-02ded8909823d872 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-d1e908b25f55742f.rmeta --cap-lints allow` |
1203 | 2024-07-16T13:45:57.749Z | Compiling rustls-pemfile v2.1.2 |
1204 | 2024-07-16T13:45:57.773Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.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=5163cec75fb64f96 -C extra-filename=-5163cec75fb64f96 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-490dddc732697d6f.rmeta --cap-lints allow` |
1205 | 2024-07-16T13:45:57.843Z | Compiling yasna v0.5.2 |
1206 | 2024-07-16T13:45:57.867Z | Running `/home/build/.rustup/toolchains/1.76-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=68790672153a7c07 -C extra-filename=-68790672153a7c07 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-80189e0adeedc857.rmeta --cap-lints allow` |
1207 | 2024-07-16T13:45:58.139Z | Compiling tabwriter v1.4.0 |
1208 | 2024-07-16T13:45:58.139Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=44377869cd78000b -C extra-filename=-44377869cd78000b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-018b598527f26950.rmeta --cap-lints allow` |
1209 | 2024-07-16T13:45:58.164Z | Compiling clap_complete v4.5.8 |
1210 | 2024-07-16T13:45:58.164Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap_complete --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.5.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' -C metadata=8c98d54f2d1ac452 -C extra-filename=-8c98d54f2d1ac452 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rmeta --cap-lints allow` |
1211 | 2024-07-16T13:45:58.201Z | Compiling colored v2.1.0 |
1212 | 2024-07-16T13:45:58.225Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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 -C metadata=80fe5b6caa6503da -C extra-filename=-80fe5b6caa6503da --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rmeta --cap-lints allow` |
1213 | 2024-07-16T13:45:58.483Z | Compiling waitgroup v0.1.2 |
1214 | 2024-07-16T13:45:58.507Z | Running `/home/build/.rustup/toolchains/1.76-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=c5854a292acb82a2 -C extra-filename=-c5854a292acb82a2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-e7a19b0165a38f6d.rmeta --cap-lints allow` |
1215 | 2024-07-16T13:45:58.621Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot#fb254ad9) |
1216 | 2024-07-16T13:45:58.651Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fb254ad/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=c7a8230e2fe4b4aa -C extra-filename=-c7a8230e2fe4b4aa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-e28adad9649a273b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1217 | 2024-07-16T13:45:58.695Z | Compiling bstr v1.9.1 |
1218 | 2024-07-16T13:45:58.719Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=7a5ec30e103a9edd -C extra-filename=-7a5ec30e103a9edd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-3220006f2dd6aae4.rmeta --cap-lints allow` |
1219 | 2024-07-16T13:45:58.912Z | Compiling hostname v0.4.0 |
1220 | 2024-07-16T13:45:58.937Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=547118365c5a3c8d -C extra-filename=-547118365c5a3c8d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
1221 | 2024-07-16T13:45:59.135Z | Compiling wait-timeout v0.2.0 |
1222 | 2024-07-16T13:45:59.159Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2387ba789d1e2cee -C extra-filename=-2387ba789d1e2cee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
1223 | 2024-07-16T13:45:59.244Z | Compiling yansi v0.5.1 |
1224 | 2024-07-16T13:45:59.268Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-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 -C metadata=c6f328d0ec8ebb69 -C extra-filename=-c6f328d0ec8ebb69 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1225 | 2024-07-16T13:45:59.338Z | Compiling diff v0.1.13 |
1226 | 2024-07-16T13:45:59.362Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.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 -C metadata=5d47cf8a1fa4e7b2 -C extra-filename=-5d47cf8a1fa4e7b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1227 | 2024-07-16T13:45:59.534Z | Compiling debug-ignore v1.0.5 |
1228 | 2024-07-16T13:45:59.558Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=226b92a384f1f474 -C extra-filename=-226b92a384f1f474 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1229 | 2024-07-16T13:45:59.661Z | Compiling semver v1.0.23 |
1230 | 2024-07-16T13:45:59.685Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/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="serde"' --cfg 'feature="std"' -C metadata=6a3c066e410468b0 -C extra-filename=-6a3c066e410468b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-6a3c066e410468b0 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1231 | 2024-07-16T13:45:59.709Z | Compiling pretty_assertions v1.4.0 |
1232 | 2024-07-16T13:45:59.709Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2a6ad269328f39b0 -C extra-filename=-2a6ad269328f39b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libdiff-5d47cf8a1fa4e7b2.rmeta --extern yansi=/work/oxidecomputer/oxide.rs/target/debug/deps/libyansi-c6f328d0ec8ebb69.rmeta --cap-lints allow` |
1233 | 2024-07-16T13:45:59.907Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=d15ad20fac0769cf -C extra-filename=-d15ad20fac0769cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-00bcde0a43ff4c85.rmeta --extern bstr=/work/oxidecomputer/oxide.rs/target/debug/deps/libbstr-7a5ec30e103a9edd.rmeta --extern doc_comment=/work/oxidecomputer/oxide.rs/target/debug/deps/libdoc_comment-87d0cd21a2c83278.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f7d3e7e4b957783f.rmeta --extern predicates_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_tree-fc0d2c0460b80d9c.rmeta --extern wait_timeout=/work/oxidecomputer/oxide.rs/target/debug/deps/libwait_timeout-2387ba789d1e2cee.rmeta --cap-lints allow` |
1234 | 2024-07-16T13:46:00.013Z | Compiling rcgen v0.10.0 |
1235 | 2024-07-16T13:46:00.036Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.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 --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=a7226adac799e622 -C extra-filename=-a7226adac799e622 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pem=/work/oxidecomputer/oxide.rs/target/debug/deps/libpem-02ded8909823d872.rmeta --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-85069a19d62fa904.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-80189e0adeedc857.rmeta --extern yasna=/work/oxidecomputer/oxide.rs/target/debug/deps/libyasna-68790672153a7c07.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1236 | 2024-07-16T13:46:00.060Z | Compiling expectorate v1.1.0 |
1237 | 2024-07-16T13:46:00.060Z | Running `/home/build/.rustup/toolchains/1.76-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 --cfg 'feature="predicates"' -C metadata=60da96cc3e455c6a -C extra-filename=-60da96cc3e455c6a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-dc34631feff40d5e.rmeta --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1a50b907d2f96aef.rmeta --cap-lints allow` |
1238 | 2024-07-16T13:46:00.087Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-6a3c066e410468b0/build-script-build` |
1239 | 2024-07-16T13:46:00.147Z | Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1240 | 2024-07-16T13:46:00.171Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_common --edition=2021 test-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b35dfe25faa5dc7c -C extra-filename=-b35dfe25faa5dc7c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rmeta` |
1241 | 2024-07-16T13:46:00.223Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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 -C metadata=8c907fde5d89bbd6 -C extra-filename=-8c907fde5d89bbd6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-c938d3c9478fcd97.rmeta --cap-lints allow` |
1242 | 2024-07-16T13:46:00.525Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 --allow=unexpected_cfgs -C metadata=675e1634e40093ef -C extra-filename=-675e1634e40093ef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1243 | 2024-07-16T13:46:00.549Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/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="serde"' --cfg 'feature="std"' -C metadata=0f60464f44c88bff -C extra-filename=-0f60464f44c88bff --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
1244 | 2024-07-16T13:46:00.977Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.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 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df1d8ce674886bc1 -C extra-filename=-df1d8ce674886bc1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-52d96862eacff376.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-a3abc0c07df28b37.rmeta --cap-lints allow` |
1245 | 2024-07-16T13:46:01.091Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/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=a3fe30938d9dc0f3 -C extra-filename=-a3fe30938d9dc0f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-a3fe30938d9dc0f3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1246 | 2024-07-16T13:46:01.230Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.70/src/lib.rs --error-format=json --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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' -C metadata=07f78c2e440fbdbd -C extra-filename=-07f78c2e440fbdbd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1247 | 2024-07-16T13:46:01.503Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=39a63cd6626e8588 -C extra-filename=-39a63cd6626e8588 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8c907fde5d89bbd6.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-cc8f767d93e5e22c.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-5485bfc7bb65f1e2.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-675e1634e40093ef.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
1248 | 2024-07-16T13:46:01.672Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fb254ad/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=d9efe282eb0df3e5 -C extra-filename=-d9efe282eb0df3e5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_stream=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_stream-7379ba38008f9d01.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ff09e1a8455c2f8c.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-226b92a384f1f474.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-c7a8230e2fe4b4aa.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-547118365c5a3c8d.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-04baa67122d3106d.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-b122037b7e7fe438.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-8b7d102d0b21e24c.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-0a949739aff33e52.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-02b297912a1f72a4.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-5163cec75fb64f96.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-4908f070df07d7d9.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-024cfd66eaad4439.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-1dc3c58c554ed768.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-1ab63e4aed4d108f.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-a563307091c18add.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-e2b5608c8b14571f.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-a0cd264c8ed75402.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-38373d26cde06816.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-c5854a292acb82a2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1249 | 2024-07-16T13:46:01.895Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-a3fe30938d9dc0f3/build-script-build` |
1250 | 2024-07-16T13:46:01.930Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --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=b0f5900ee20c0be0 -C extra-filename=-b0f5900ee20c0be0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1251 | 2024-07-16T13:46:02.053Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=edd49f8cdb657c00 -C extra-filename=-edd49f8cdb657c00 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --cap-lints allow` |
1252 | 2024-07-16T13:46:02.626Z | Compiling unsafe-libyaml v0.2.11 |
1253 | 2024-07-16T13:46:02.651Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=abe564f89c912fe9 -C extra-filename=-abe564f89c912fe9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1254 | 2024-07-16T13:46:03.958Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1255 | 2024-07-16T13:46:03.982Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=70ac2bbb8dc41f91 -C extra-filename=-70ac2bbb8dc41f91 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-ee3c2e65c58c9129.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-df1d8ce674886bc1.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-39a63cd6626e8588.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-0f60464f44c88bff.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1256 | 2024-07-16T13:46:05.075Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c3524c38eaedfe31 -C extra-filename=-c3524c38eaedfe31 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-b0f5900ee20c0be0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-07f78c2e440fbdbd.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1257 | 2024-07-16T13:46:05.199Z | Compiling serde_yaml v0.9.34+deprecated |
1258 | 2024-07-16T13:46:05.223Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.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=9b44f389bffc3a0d -C extra-filename=-9b44f389bffc3a0d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-b13186bfcfd9c320.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern unsafe_libyaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libunsafe_libyaml-abe564f89c912fe9.rmeta --cap-lints allow` |
1259 | 2024-07-16T13:46:05.283Z | Compiling toolchain_find v0.4.0 |
1260 | 2024-07-16T13:46:05.307Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=650d5e074390486d -C extra-filename=-650d5e074390486d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern home=/work/oxidecomputer/oxide.rs/target/debug/deps/libhome-193acd7fe5dbcb23.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-b0f5900ee20c0be0.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-0c0e68ea3f3500f7.rmeta --cap-lints allow` |
1261 | 2024-07-16T13:46:05.926Z | Compiling rustfmt-wrapper v0.2.1 |
1262 | 2024-07-16T13:46:05.950Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-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=d60c878976fe81ff -C extra-filename=-d60c878976fe81ff --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-650d5e074390486d.rmeta --cap-lints allow` |
1263 | 2024-07-16T13:46:06.374Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_common --edition=2021 test-common/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 -C metadata=a33449ea3087d4aa -C extra-filename=-a33449ea3087d4aa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib` |
1264 | 2024-07-16T13:46:11.627Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.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=d61620958652372c -C extra-filename=-d61620958652372c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-f8b9b880ee5800ba.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-9f226678412d95ad.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
1265 | 2024-07-16T13:46:12.088Z | Compiling git2 v0.19.0 |
1266 | 2024-07-16T13:46:12.113Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.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=4ec75942c521fff9 -C extra-filename=-4ec75942c521fff9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-2284994f9f640e23.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-f8b9b880ee5800ba.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-d61620958652372c.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-ee3c2e65c58c9129.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7d7199a9fca720e7.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/usr/lib/amd64` |
1267 | 2024-07-16T13:46:16.907Z | Compiling built v0.7.4 |
1268 | 2024-07-16T13:46:16.931Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name built --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/built-0.7.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 --cfg 'feature="git2"' -C metadata=60363a66c1b553a6 -C extra-filename=-60363a66c1b553a6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern git2=/work/oxidecomputer/oxide.rs/target/debug/deps/libgit2-4ec75942c521fff9.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/usr/lib/amd64` |
1269 | 2024-07-16T13:46:17.104Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1270 | 2024-07-16T13:46:17.128Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify-macro/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=c118dff58e44f70d -C extra-filename=-c118dff58e44f70d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-39a63cd6626e8588.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-0f60464f44c88bff.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-e28adad9649a273b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-70ac2bbb8dc41f91.rlib --extern proc_macro --cap-lints allow` |
1271 | 2024-07-16T13:46:18.831Z | Compiling oxide-cli v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/cli) |
1272 | 2024-07-16T13:46:18.855Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cli/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=f83cf42304a3cecf -C extra-filename=-f83cf42304a3cecf --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-f83cf42304a3cecf -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern built=/work/oxidecomputer/oxide.rs/target/debug/deps/libbuilt-60363a66c1b553a6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/usr/lib/amd64` |
1273 | 2024-07-16T13:46:19.524Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-f83cf42304a3cecf/build-script-build` |
1274 | 2024-07-16T13:46:20.919Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1275 | 2024-07-16T13:46:20.919Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify/src/lib.rs --error-format=json --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="macro"' --cfg 'feature="typify-macro"' -C metadata=12b482396792a609 -C extra-filename=-12b482396792a609 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-70ac2bbb8dc41f91.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-c118dff58e44f70d.so --cap-lints allow` |
1276 | 2024-07-16T13:46:20.943Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify/src/lib.rs --error-format=json --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="macro"' --cfg 'feature="typify-macro"' -C metadata=81beef5776719661 -C extra-filename=-81beef5776719661 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-c3524c38eaedfe31.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-c118dff58e44f70d.so --cap-lints allow` |
1277 | 2024-07-16T13:46:21.068Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1278 | 2024-07-16T13:46:21.068Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8e4fc5369fdbeb53 -C extra-filename=-8e4fc5369fdbeb53 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-edd49f8cdb657c00.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-0a13a706be10e40d.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-39a63cd6626e8588.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-12b482396792a609.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1279 | 2024-07-16T13:46:21.092Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4aedcf754d8df534 -C extra-filename=-4aedcf754d8df534 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-8b7d102d0b21e24c.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-07f78c2e440fbdbd.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-81beef5776719661.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1280 | 2024-07-16T13:46:27.249Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1281 | 2024-07-16T13:46:27.273Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-macro/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=9292030a2625670d -C extra-filename=-9292030a2625670d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-edd49f8cdb657c00.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-8e4fc5369fdbeb53.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-39a63cd6626e8588.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-e28adad9649a273b.rlib --extern serde_yaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_yaml-9b44f389bffc3a0d.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1282 | 2024-07-16T13:46:44.469Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' -C metadata=b4c4995ef18ca357 -C extra-filename=-b4c4995ef18ca357 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -l static=ssl -l static=crypto --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg openssl --cfg ossl320 --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1283 | 2024-07-16T13:46:44.493Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-50ba418cd75a3269/build-script-build` |
1284 | 2024-07-16T13:46:44.493Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-199295045709d550/build-script-build` |
1285 | 2024-07-16T13:46:44.493Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-1145c55981d69301/build-script-build` |
1286 | 2024-07-16T13:46:45.415Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/src/lib.rs --error-format=json --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="vendored"' -C metadata=6dff58b8a5a73c4f -C extra-filename=-6dff58b8a5a73c4f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-6e19d53e31df3de0.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern foreign_types=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types-633f1397b7c013c5.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern openssl_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_macros-0a70900cce08d62a.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-b4c4995ef18ca357.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300 --cfg ossl310 --cfg ossl320` |
1287 | 2024-07-16T13:46:48.311Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name curl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-sys-0.4.72+curl-8.6.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"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' -C metadata=eaeb1859c5e94daf -C extra-filename=-eaeb1859c5e94daf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern libnghttp2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibnghttp2_sys-62296b4f5a3c2fae.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-42cdbbf6aeed836f.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-b4c4995ef18ca357.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -l static=curl -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib --cfg libcurl_vendored --cfg link_libnghttp2 --cfg link_libz --cfg link_openssl` |
1288 | 2024-07-16T13:46:48.335Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/isahc-6b8bbe6616c74264/build-script-build` |
1289 | 2024-07-16T13:46:48.335Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-dd208e87d572c5ea/build-script-build` |
1290 | 2024-07-16T13:46:48.490Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name curl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.46/src/lib.rs --error-format=json --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="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' -C metadata=a462018c9d3a1a97 -C extra-filename=-a462018c9d3a1a97 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-eaeb1859c5e94daf.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-4d4cdea3d120a157.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-b4c4995ef18ca357.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-69c133410a11ca54.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib --cfg need_openssl_probe` |
1291 | 2024-07-16T13:46:49.235Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name isahc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/isahc-1.7.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="encoding_rs"' --cfg 'feature="http2"' --cfg 'feature="mime"' --cfg 'feature="static-curl"' --cfg 'feature="text-decoding"' -C metadata=9c81ff0ad93fb864 -C extra-filename=-9c81ff0ad93fb864 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-d4e3dd1330bdc71e.rmeta --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-48e7259eedd626e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern curl=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl-a462018c9d3a1a97.rmeta --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-eaeb1859c5e94daf.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-4f474c23ae8ebced.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f55cdf44e1505c0c.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-c293600dde1ca69d.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-75f7cd833ba82899.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --extern sluice=/work/oxidecomputer/oxide.rs/target/debug/deps/libsluice-9fc7012a9f609ffe.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --extern tracing_futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_futures-beb9139c5e2203ce.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-d4a64745b27fdd12.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1292 | 2024-07-16T13:46:50.070Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="vendored"' -C metadata=c5314c3bd6b11094 -C extra-filename=-c5314c3bd6b11094 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-6dff58b8a5a73c4f.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-4d4cdea3d120a157.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-b4c4995ef18ca357.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib --cfg have_min_max_version` |
1293 | 2024-07-16T13:46:50.315Z | Compiling tokio-native-tls v0.3.1 |
1294 | 2024-07-16T13:46:50.339Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-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=2525dca2af7e0c95 -C extra-filename=-2525dca2af7e0c95 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-c5314c3bd6b11094.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1295 | 2024-07-16T13:46:50.489Z | Compiling hyper-tls v0.5.0 |
1296 | 2024-07-16T13:46:50.512Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7f0a33873318f3b1 -C extra-filename=-7f0a33873318f3b1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-04baa67122d3106d.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-c5314c3bd6b11094.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-2525dca2af7e0c95.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1297 | 2024-07-16T13:46:50.700Z | Compiling reqwest v0.11.27 |
1298 | 2024-07-16T13:46:50.725Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls"' --cfg 'feature="native-tls-crate"' --cfg 'feature="native-tls-vendored"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=35c3c51ce44df31b -C extra-filename=-35c3c51ce44df31b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-4f474c23ae8ebced.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-6a8552f2b566708c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-bb15c908c7fd5ab8.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-04baa67122d3106d.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-4637f79667688025.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-7f0a33873318f3b1.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-81b89b6a67fa03af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-c5314c3bd6b11094.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-4877e0783364c7ee.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-ac64e0cf10521e61.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-0b3030cec78f8ef9.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-2525dca2af7e0c95.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-715c4592a8a1becb.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-a595e6f7f15e4450.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-09c5d48e32fe9842.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-def8f56e183ae9f6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1299 | 2024-07-16T13:46:50.862Z | Compiling httpmock v0.6.8 |
1300 | 2024-07-16T13:46:50.886Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.6.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="basic-cookies"' --cfg 'feature="cookies"' --cfg 'feature="default"' -C metadata=934e4bda1dd49c70 -C extra-filename=-934e4bda1dd49c70 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_json_diff-539b3970554c9605.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-32af4e1f90227c24.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rmeta --extern basic_cookies=/work/oxidecomputer/oxide.rs/target/debug/deps/libbasic_cookies-728650bff6ef3ce1.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-04baa67122d3106d.rmeta --extern isahc=/work/oxidecomputer/oxide.rs/target/debug/deps/libisahc-9c81ff0ad93fb864.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rmeta --extern levenshtein=/work/oxidecomputer/oxide.rs/target/debug/deps/liblevenshtein-ac68483962793787.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-086566b4bdad2b50.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1a50b907d2f96aef.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1301 | 2024-07-16T13:46:52.638Z | Compiling progenitor-client v0.7.0 |
1302 | 2024-07-16T13:46:52.638Z | Compiling oauth2 v4.4.2 |
1303 | 2024-07-16T13:46:52.638Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1304 | 2024-07-16T13:46:52.684Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oauth2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oauth2-4.4.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="reqwest"' --cfg 'feature="rustls-tls"' -C metadata=4bdc36e2106e12d7 -C extra-filename=-4bdc36e2106e12d7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-d1e908b25f55742f.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-024cfd66eaad4439.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-514573b1f0e820e2.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1305 | 2024-07-16T13:46:52.684Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e37ad6f218a4b8e5 -C extra-filename=-e37ad6f218a4b8e5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1306 | 2024-07-16T13:46:52.684Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-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=0f32562868528a0b -C extra-filename=-0f32562868528a0b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1307 | 2024-07-16T13:46:53.032Z | Compiling oxide v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk) |
1308 | 2024-07-16T13:46:53.059Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 sdk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="default"' -C metadata=8863c2aaf876a9d2 -C extra-filename=-8863c2aaf876a9d2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-0f32562868528a0b.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1309 | 2024-07-16T13:46:53.083Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1310 | 2024-07-16T13:46:53.083Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1e53a3ae9614c884 -C extra-filename=-1e53a3ae9614c884 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-e37ad6f218a4b8e5.rmeta --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-4aedcf754d8df534.rmeta --extern progenitor_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_macro-9292030a2625670d.so --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1311 | 2024-07-16T13:46:58.927Z | Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1312 | 2024-07-16T13:46:58.973Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.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 -C metadata=9aa95c7096c2a64f -C extra-filename=-9aa95c7096c2a64f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-1e53a3ae9614c884.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-d60c878976fe81ff.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1a50b907d2f96aef.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1313 | 2024-07-16T13:46:58.973Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=ccdf923f51bc7498 -C extra-filename=-ccdf923f51bc7498 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-1e53a3ae9614c884.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-d60c878976fe81ff.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1a50b907d2f96aef.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1314 | 2024-07-16T13:46:58.973Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 sdk/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="clap"' --cfg 'feature="default"' -C metadata=e989eeee7b58e7b3 -C extra-filename=-e989eeee7b58e7b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-0f32562868528a0b.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1315 | 2024-07-16T13:47:25.762Z | Compiling oxide-httpmock v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1316 | 2024-07-16T13:47:25.787Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxide_httpmock --edition=2021 sdk-httpmock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4bc7ef3f33366560 -C extra-filename=-4bc7ef3f33366560 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1317 | 2024-07-16T13:47:43.817Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_auth --edition=2021 cli/tests/test_auth.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=efc41a4e2448181e -C extra-filename=-efc41a4e2448181e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1318 | 2024-07-16T13:47:43.817Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_docs --edition=2021 cli/tests/test_docs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=38f52af3d2632df0 -C extra-filename=-38f52af3d2632df0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1319 | 2024-07-16T13:47:43.864Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=89b25b1919778e21 -C extra-filename=-89b25b1919778e21 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1320 | 2024-07-16T13:47:43.864Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxide_httpmock --edition=2021 sdk-httpmock/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 -C metadata=336cb50855b3e5f3 -C extra-filename=-336cb50855b3e5f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1321 | 2024-07-16T13:47:43.864Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_instance --edition=2021 cli/tests/test_instance.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=b44a197b1c257ed1 -C extra-filename=-b44a197b1c257ed1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1322 | 2024-07-16T13:47:43.864Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_system_networking_allowlist --edition=2021 cli/tests/test_system_networking_allowlist.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=9c253be6f448a493 -C extra-filename=-9c253be6f448a493 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1323 | 2024-07-16T13:47:43.864Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_net --edition=2021 cli/tests/test_net.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=ce4cbdf2db160311 -C extra-filename=-ce4cbdf2db160311 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1324 | 2024-07-16T13:47:43.864Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_resolve_cert --edition=2021 cli/tests/test_resolve_cert.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=f563f31848bfc7a0 -C extra-filename=-f563f31848bfc7a0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1325 | 2024-07-16T13:47:45.711Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_silo_idp_saml --edition=2021 cli/tests/test_silo_idp_saml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=20fd19e4ad5b85cd -C extra-filename=-20fd19e4ad5b85cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1326 | 2024-07-16T13:47:48.834Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_projects --edition=2021 cli/tests/test_projects.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=469e75cdebf2615a -C extra-filename=-469e75cdebf2615a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1327 | 2024-07-16T13:47:59.809Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 cli/src/main.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 -C metadata=12650ceb5d70b9f3 -C extra-filename=-12650ceb5d70b9f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1328 | 2024-07-16T13:48:00.246Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_disk_import --edition=2021 cli/tests/test_disk_import.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=702bc04dfdf24f81 -C extra-filename=-702bc04dfdf24f81 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1329 | 2024-07-16T13:48:00.359Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_api --edition=2021 cli/tests/test_api.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=373b07d059a0eef5 -C extra-filename=-373b07d059a0eef5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1330 | 2024-07-16T13:48:49.110Z | Finished dev [unoptimized + debuginfo] target(s) in 4m 08s |
1331 | 2024-07-16T13:48:49.340Z | |
1332 | 2024-07-16T13:48:49.340Z | real 4:09.185278084 |
1333 | 2024-07-16T13:48:49.340Z | user 18:42.928140895 |
1334 | 2024-07-16T13:48:49.340Z | sys 4:19.457562370 |
1335 | 2024-07-16T13:48:49.340Z | trap 0.546588796 |
1336 | 2024-07-16T13:48:49.340Z | tflt 0.185798759 |
1337 | 2024-07-16T13:48:49.340Z | dflt 3.353151242 |
1338 | 2024-07-16T13:48:49.340Z | kflt 0.002855658 |
1339 | 2024-07-16T13:48:49.340Z | lock 28:18.234582476 |
1340 | 2024-07-16T13:48:49.364Z | slp 1:03:28.693324506 |
1341 | 2024-07-16T13:48:49.364Z | lat 1:03.301659973 |
1342 | 2024-07-16T13:48:49.364Z | stop 1:32.390901753 |
1343 | 2024-07-16T13:48:49.364Z | + banner test |
1344 | 2024-07-16T13:48:49.364Z | |
1345 | 2024-07-16T13:48:49.364Z | ##### ###### #### ##### |
1346 | 2024-07-16T13:48:49.364Z | # # # # |
1347 | 2024-07-16T13:48:49.364Z | # ##### #### # |
1348 | 2024-07-16T13:48:49.364Z | # # # # |
1349 | 2024-07-16T13:48:49.364Z | # # # # # |
1350 | 2024-07-16T13:48:49.364Z | # ###### #### # |
1351 | 2024-07-16T13:48:49.364Z | |
1352 | 2024-07-16T13:48:49.364Z | + ptime -m cargo test --all-features --locked --verbose |
1353 | 2024-07-16T13:48:49.769Z | Fresh unicode-ident v1.0.12 |
1354 | 2024-07-16T13:48:49.769Z | Fresh once_cell v1.19.0 |
1355 | 2024-07-16T13:48:49.769Z | Fresh cfg-if v1.0.0 |
1356 | 2024-07-16T13:48:49.769Z | Fresh autocfg v1.3.0 |
1357 | 2024-07-16T13:48:49.815Z | Fresh proc-macro2 v1.0.86 |
1358 | 2024-07-16T13:48:49.815Z | Fresh version_check v0.9.4 |
1359 | 2024-07-16T13:48:49.815Z | Fresh itoa v1.0.11 |
1360 | 2024-07-16T13:48:49.815Z | Fresh pin-project-lite v0.2.14 |
1361 | 2024-07-16T13:48:49.815Z | Fresh value-bag v1.9.0 |
1362 | 2024-07-16T13:48:49.815Z | Fresh quote v1.0.36 |
1363 | 2024-07-16T13:48:49.815Z | Fresh libc v0.2.154 |
1364 | 2024-07-16T13:48:49.815Z | Fresh zerocopy v0.7.34 |
1365 | 2024-07-16T13:48:49.815Z | Fresh futures-core v0.3.30 |
1366 | 2024-07-16T13:48:49.815Z | Fresh jobserver v0.1.31 |
1367 | 2024-07-16T13:48:49.815Z | Fresh allocator-api2 v0.2.18 |
1368 | 2024-07-16T13:48:49.815Z | Fresh pkg-config v0.3.30 |
1369 | 2024-07-16T13:48:49.815Z | Fresh ryu v1.0.18 |
1370 | 2024-07-16T13:48:49.815Z | Fresh futures-io v0.3.30 |
1371 | 2024-07-16T13:48:49.815Z | Fresh vcpkg v0.2.15 |
1372 | 2024-07-16T13:48:49.815Z | Fresh serde_derive v1.0.204 |
1373 | 2024-07-16T13:48:49.815Z | Fresh cc v1.0.97 |
1374 | 2024-07-16T13:48:49.815Z | Fresh ahash v0.8.11 |
1375 | 2024-07-16T13:48:49.815Z | Fresh getrandom v0.2.15 |
1376 | 2024-07-16T13:48:49.815Z | Fresh smallvec v1.13.2 |
1377 | 2024-07-16T13:48:49.815Z | Fresh serde v1.0.204 |
1378 | 2024-07-16T13:48:49.815Z | Fresh hashbrown v0.14.5 |
1379 | 2024-07-16T13:48:49.815Z | Fresh bytes v1.6.0 |
1380 | 2024-07-16T13:48:49.815Z | Fresh signal-hook-registry v1.4.2 |
1381 | 2024-07-16T13:48:49.815Z | Fresh slab v0.4.9 |
1382 | 2024-07-16T13:48:49.815Z | Fresh equivalent v1.0.1 |
1383 | 2024-07-16T13:48:49.815Z | Fresh fnv v1.0.7 |
1384 | 2024-07-16T13:48:49.816Z | Fresh serde_json v1.0.120 |
1385 | 2024-07-16T13:48:49.816Z | Fresh indexmap v2.2.6 |
1386 | 2024-07-16T13:48:49.816Z | Fresh openssl-src v300.2.3+3.2.1 |
1387 | 2024-07-16T13:48:49.816Z | Fresh tracing-attributes v0.1.27 |
1388 | 2024-07-16T13:48:49.816Z | Fresh mio v0.8.11 |
1389 | 2024-07-16T13:48:49.816Z | Fresh tracing-core v0.1.32 |
1390 | 2024-07-16T13:48:49.816Z | Fresh num-traits v0.2.19 |
1391 | 2024-07-16T13:48:49.816Z | Fresh tracing v0.1.40 |
1392 | 2024-07-16T13:48:49.816Z | Fresh socket2 v0.5.7 |
1393 | 2024-07-16T13:48:49.816Z | Fresh regex-syntax v0.8.3 |
1394 | 2024-07-16T13:48:49.816Z | Fresh http v0.2.12 |
1395 | 2024-07-16T13:48:49.816Z | Fresh futures-sink v0.3.30 |
1396 | 2024-07-16T13:48:49.816Z | Fresh percent-encoding v2.3.1 |
1397 | 2024-07-16T13:48:49.816Z | Fresh tinyvec_macros v0.1.1 |
1398 | 2024-07-16T13:48:49.816Z | Fresh pin-utils v0.1.0 |
1399 | 2024-07-16T13:48:49.816Z | Fresh tokio-macros v2.3.0 |
1400 | 2024-07-16T13:48:49.816Z | Fresh crossbeam-utils v0.8.19 |
1401 | 2024-07-16T13:48:49.816Z | Fresh form_urlencoded v1.2.1 |
1402 | 2024-07-16T13:48:49.816Z | Fresh tinyvec v1.6.1 |
1403 | 2024-07-16T13:48:49.816Z | Fresh num_cpus v1.16.0 |
1404 | 2024-07-16T13:48:49.816Z | Fresh futures-channel v0.3.30 |
1405 | 2024-07-16T13:48:49.816Z | Fresh serde_derive_internals v0.29.0 |
1406 | 2024-07-16T13:48:49.816Z | Fresh futures-macro v0.3.30 |
1407 | 2024-07-16T13:48:49.816Z | Fresh unicode-normalization v0.1.23 |
1408 | 2024-07-16T13:48:49.816Z | Fresh tokio v1.38.0 |
1409 | 2024-07-16T13:48:49.816Z | Fresh futures-task v0.3.30 |
1410 | 2024-07-16T13:48:49.816Z | Fresh unicode-bidi v0.3.15 |
1411 | 2024-07-16T13:48:49.816Z | Fresh schemars_derive v0.8.21 |
1412 | 2024-07-16T13:48:49.816Z | Fresh spin v0.9.8 |
1413 | 2024-07-16T13:48:49.816Z | Fresh idna v0.5.0 |
1414 | 2024-07-16T13:48:49.816Z | Fresh futures-util v0.3.30 |
1415 | 2024-07-16T13:48:49.816Z | Fresh dyn-clone v1.0.17 |
1416 | 2024-07-16T13:48:49.816Z | Fresh concurrent-queue v2.5.0 |
1417 | 2024-07-16T13:48:49.816Z | Fresh thiserror-impl v1.0.62 |
1418 | 2024-07-16T13:48:49.816Z | Fresh log v0.4.22 |
1419 | 2024-07-16T13:48:49.816Z | Fresh untrusted v0.9.0 |
1420 | 2024-07-16T13:48:49.816Z | Fresh parking v2.2.0 |
1421 | 2024-07-16T13:48:49.816Z | Fresh thiserror v1.0.62 |
1422 | 2024-07-16T13:48:49.816Z | Fresh heck v0.5.0 |
1423 | 2024-07-16T13:48:49.817Z | Fresh memchr v2.7.2 |
1424 | 2024-07-16T13:48:49.817Z | Fresh openssl-sys v0.9.102 |
1425 | 2024-07-16T13:48:49.817Z | Fresh ring v0.17.8 |
1426 | 2024-07-16T13:48:49.817Z | Fresh httparse v1.8.0 |
1427 | 2024-07-16T13:48:49.817Z | Fresh iana-time-zone v0.1.60 |
1428 | 2024-07-16T13:48:49.817Z | Fresh tokio-util v0.7.11 |
1429 | 2024-07-16T13:48:49.817Z | Fresh errno v0.3.9 |
1430 | 2024-07-16T13:48:49.817Z | Fresh openssl-probe v0.1.5 |
1431 | 2024-07-16T13:48:49.817Z | Fresh fastrand v2.1.0 |
1432 | 2024-07-16T13:48:49.817Z | Fresh try-lock v0.2.5 |
1433 | 2024-07-16T13:48:49.817Z | Fresh h2 v0.3.26 |
1434 | 2024-07-16T13:48:49.817Z | Fresh http-body v0.4.6 |
1435 | 2024-07-16T13:48:49.817Z | Fresh want v0.3.1 |
1436 | 2024-07-16T13:48:49.817Z | Fresh foreign-types-shared v0.1.1 |
1437 | 2024-07-16T13:48:49.817Z | Fresh tower-service v0.3.2 |
1438 | 2024-07-16T13:48:49.817Z | Fresh httpdate v1.0.3 |
1439 | 2024-07-16T13:48:49.817Z | Fresh hyper v0.14.28 |
1440 | 2024-07-16T13:48:49.817Z | Fresh foreign-types v0.3.2 |
1441 | 2024-07-16T13:48:49.817Z | Fresh openssl-macros v0.1.1 |
1442 | 2024-07-16T13:48:49.817Z | Fresh encoding_rs v0.8.34 |
1443 | 2024-07-16T13:48:49.817Z | Fresh mime v0.3.17 |
1444 | 2024-07-16T13:48:49.817Z | Fresh openssl v0.10.64 |
1445 | 2024-07-16T13:48:49.817Z | Fresh rustix v0.38.34 |
1446 | 2024-07-16T13:48:49.817Z | Fresh rustls-webpki v0.101.7 |
1447 | 2024-07-16T13:48:49.817Z | Fresh sct v0.7.1 |
1448 | 2024-07-16T13:48:49.817Z | Fresh rand_core v0.6.4 |
1449 | 2024-07-16T13:48:49.817Z | Fresh ppv-lite86 v0.2.17 |
1450 | 2024-07-16T13:48:49.817Z | Fresh rand_chacha v0.3.1 |
1451 | 2024-07-16T13:48:49.817Z | Fresh aho-corasick v1.1.3 |
1452 | 2024-07-16T13:48:49.817Z | Fresh anstyle v1.0.7 |
1453 | 2024-07-16T13:48:49.817Z | Fresh base64 v0.21.7 |
1454 | 2024-07-16T13:48:49.817Z | Fresh serde_urlencoded v0.7.1 |
1455 | 2024-07-16T13:48:49.817Z | Fresh native-tls v0.2.11 |
1456 | 2024-07-16T13:48:49.817Z | Fresh rustls v0.21.12 |
1457 | 2024-07-16T13:48:49.842Z | Fresh regex-automata v0.4.6 |
1458 | 2024-07-16T13:48:49.842Z | Fresh rand v0.8.5 |
1459 | 2024-07-16T13:48:49.842Z | Fresh rustls-pemfile v1.0.4 |
1460 | 2024-07-16T13:48:49.842Z | Fresh event-listener v4.0.3 |
1461 | 2024-07-16T13:48:49.842Z | Fresh tokio-native-tls v0.3.1 |
1462 | 2024-07-16T13:48:49.842Z | Fresh tokio-rustls v0.24.1 |
1463 | 2024-07-16T13:48:49.842Z | Fresh either v1.11.0 |
1464 | 2024-07-16T13:48:49.842Z | Fresh utf8parse v0.2.1 |
1465 | 2024-07-16T13:48:49.842Z | Fresh sync_wrapper v0.1.2 |
1466 | 2024-07-16T13:48:49.842Z | Fresh ipnet v2.9.0 |
1467 | 2024-07-16T13:48:49.842Z | Fresh webpki-roots v0.25.4 |
1468 | 2024-07-16T13:48:49.842Z | Fresh event-listener-strategy v0.4.0 |
1469 | 2024-07-16T13:48:49.843Z | Fresh hyper-tls v0.5.0 |
1470 | 2024-07-16T13:48:49.843Z | Fresh hyper-rustls v0.24.2 |
1471 | 2024-07-16T13:48:49.843Z | Fresh anstyle-parse v0.2.4 |
1472 | 2024-07-16T13:48:49.843Z | Fresh typenum v1.17.0 |
1473 | 2024-07-16T13:48:49.843Z | Fresh regex v1.10.5 |
1474 | 2024-07-16T13:48:49.843Z | Fresh futures-lite v2.3.0 |
1475 | 2024-07-16T13:48:49.843Z | Fresh toml_datetime v0.6.6 |
1476 | 2024-07-16T13:48:49.843Z | Fresh reqwest v0.11.27 |
1477 | 2024-07-16T13:48:49.843Z | Fresh serde_spanned v0.6.6 |
1478 | 2024-07-16T13:48:49.843Z | Fresh same-file v1.0.6 |
1479 | 2024-07-16T13:48:49.843Z | Fresh anstyle-query v1.0.3 |
1480 | 2024-07-16T13:48:49.843Z | Fresh winnow v0.6.8 |
1481 | 2024-07-16T13:48:49.843Z | Fresh is_terminal_polyfill v1.70.0 |
1482 | 2024-07-16T13:48:49.843Z | Fresh event-listener v2.5.3 |
1483 | 2024-07-16T13:48:49.843Z | Fresh colorchoice v1.0.1 |
1484 | 2024-07-16T13:48:49.843Z | Fresh toml_edit v0.22.15 |
1485 | 2024-07-16T13:48:49.843Z | Fresh walkdir v2.5.0 |
1486 | 2024-07-16T13:48:49.843Z | Fresh generic-array v0.14.7 |
1487 | 2024-07-16T13:48:49.843Z | Fresh async-lock v3.3.0 |
1488 | 2024-07-16T13:48:49.843Z | Fresh anstream v0.6.14 |
1489 | 2024-07-16T13:48:49.843Z | Fresh atomic-waker v1.1.2 |
1490 | 2024-07-16T13:48:49.843Z | Fresh scopeguard v1.2.0 |
1491 | 2024-07-16T13:48:49.843Z | Fresh clap_lex v0.7.0 |
1492 | 2024-07-16T13:48:49.843Z | Fresh strsim v0.11.1 |
1493 | 2024-07-16T13:48:49.843Z | Fresh clap_builder v4.5.9 |
1494 | 2024-07-16T13:48:49.843Z | Fresh lock_api v0.4.12 |
1495 | 2024-07-16T13:48:49.843Z | Fresh toml v0.8.14 |
1496 | 2024-07-16T13:48:49.843Z | Fresh polling v3.7.0 |
1497 | 2024-07-16T13:48:49.843Z | Fresh clap_derive v4.5.8 |
1498 | 2024-07-16T13:48:49.843Z | Fresh event-listener v5.3.0 |
1499 | 2024-07-16T13:48:49.843Z | Fresh futures-executor v0.3.30 |
1500 | 2024-07-16T13:48:49.843Z | Fresh parking_lot_core v0.9.10 |
1501 | 2024-07-16T13:48:49.843Z | Fresh serde_tokenstream v0.2.1 |
1502 | 2024-07-16T13:48:49.843Z | Fresh waker-fn v1.1.1 |
1503 | 2024-07-16T13:48:49.843Z | Fresh fastrand v1.9.0 |
1504 | 2024-07-16T13:48:49.843Z | Fresh lazy_static v1.4.0 |
1505 | 2024-07-16T13:48:49.843Z | Fresh siphasher v0.3.11 |
1506 | 2024-07-16T13:48:49.843Z | Fresh parking_lot v0.12.2 |
1507 | 2024-07-16T13:48:49.843Z | Fresh futures v0.3.30 |
1508 | 2024-07-16T13:48:49.843Z | Fresh event-listener-strategy v0.5.2 |
1509 | 2024-07-16T13:48:49.844Z | Fresh phf_shared v0.10.0 |
1510 | 2024-07-16T13:48:49.844Z | Fresh futures-lite v1.13.0 |
1511 | 2024-07-16T13:48:49.844Z | Fresh clap v4.5.9 |
1512 | 2024-07-16T13:48:49.844Z | Fresh crunchy v0.2.2 |
1513 | 2024-07-16T13:48:49.844Z | Fresh io-lifetimes v1.0.11 |
1514 | 2024-07-16T13:48:49.844Z | Fresh polling v2.8.0 |
1515 | 2024-07-16T13:48:49.844Z | Fresh async-io v2.3.2 |
1516 | 2024-07-16T13:48:49.844Z | Fresh block-buffer v0.10.4 |
1517 | 2024-07-16T13:48:49.844Z | Fresh crypto-common v0.1.6 |
1518 | 2024-07-16T13:48:49.844Z | Fresh base64 v0.22.1 |
1519 | 2024-07-16T13:48:49.844Z | Fresh fixedbitset v0.4.2 |
1520 | 2024-07-16T13:48:49.844Z | Fresh bitflags v1.3.2 |
1521 | 2024-07-16T13:48:49.844Z | Fresh precomputed-hash v0.1.1 |
1522 | 2024-07-16T13:48:49.844Z | Fresh new_debug_unreachable v1.0.6 |
1523 | 2024-07-16T13:48:49.844Z | Fresh bit-vec v0.6.3 |
1524 | 2024-07-16T13:48:49.844Z | Fresh async-task v4.7.1 |
1525 | 2024-07-16T13:48:49.844Z | Fresh ascii-canvas v3.0.0 |
1526 | 2024-07-16T13:48:49.844Z | Fresh rustix v0.37.27 |
1527 | 2024-07-16T13:48:49.844Z | Fresh digest v0.10.7 |
1528 | 2024-07-16T13:48:49.844Z | Fresh petgraph v0.6.5 |
1529 | 2024-07-16T13:48:49.844Z | Fresh bit-set v0.5.3 |
1530 | 2024-07-16T13:48:49.844Z | Fresh string_cache v0.8.7 |
1531 | 2024-07-16T13:48:49.844Z | Fresh tiny-keccak v2.0.2 |
1532 | 2024-07-16T13:48:49.844Z | Fresh async-channel v2.2.1 |
1533 | 2024-07-16T13:48:49.844Z | Fresh piper v0.2.1 |
1534 | 2024-07-16T13:48:49.844Z | Fresh async-channel v1.9.0 |
1535 | 2024-07-16T13:48:49.844Z | Fresh async-lock v2.8.0 |
1536 | 2024-07-16T13:48:49.844Z | Fresh itertools v0.11.0 |
1537 | 2024-07-16T13:48:49.844Z | Fresh ena v0.14.3 |
1538 | 2024-07-16T13:48:49.844Z | Fresh socket2 v0.4.10 |
1539 | 2024-07-16T13:48:49.844Z | Fresh dirs-sys v0.3.7 |
1540 | 2024-07-16T13:48:49.844Z | Fresh time-core v0.1.2 |
1541 | 2024-07-16T13:48:49.844Z | Fresh unicode-width v0.1.12 |
1542 | 2024-07-16T13:48:49.844Z | Fresh powerfmt v0.2.0 |
1543 | 2024-07-16T13:48:49.844Z | Fresh cpufeatures v0.2.12 |
1544 | 2024-07-16T13:48:49.844Z | Fresh pico-args v0.5.0 |
1545 | 2024-07-16T13:48:49.844Z | Fresh num-conv v0.1.0 |
1546 | 2024-07-16T13:48:49.844Z | Fresh unicode-xid v0.2.4 |
1547 | 2024-07-16T13:48:49.844Z | Fresh async-io v1.13.0 |
1548 | 2024-07-16T13:48:49.845Z | Fresh dirs v4.0.0 |
1549 | 2024-07-16T13:48:49.845Z | Fresh deranged v0.3.11 |
1550 | 2024-07-16T13:48:49.845Z | Fresh time-macros v0.2.18 |
1551 | 2024-07-16T13:48:49.845Z | Fresh lalrpop v0.20.2 |
1552 | 2024-07-16T13:48:49.845Z | Fresh blocking v1.6.0 |
1553 | 2024-07-16T13:48:49.845Z | Fresh async-executor v1.11.0 |
1554 | 2024-07-16T13:48:49.845Z | Fresh async-signal v0.2.6 |
1555 | 2024-07-16T13:48:49.845Z | Fresh libnghttp2-sys v0.1.10+1.61.0 |
1556 | 2024-07-16T13:48:49.845Z | Fresh progenitor-client v0.7.0 |
1557 | 2024-07-16T13:48:49.869Z | Fresh event-listener v3.1.0 |
1558 | 2024-07-16T13:48:49.869Z | Fresh pin-project-internal v1.1.5 |
1559 | 2024-07-16T13:48:49.869Z | Fresh num_threads v0.1.7 |
1560 | 2024-07-16T13:48:49.869Z | Fresh async-global-executor v2.4.1 |
1561 | 2024-07-16T13:48:49.869Z | Fresh async-process v1.8.1 |
1562 | 2024-07-16T13:48:49.870Z | Fresh pin-project v1.1.5 |
1563 | 2024-07-16T13:48:49.870Z | Fresh time v0.3.36 |
1564 | 2024-07-16T13:48:49.870Z | Fresh curl-sys v0.4.72+curl-8.6.0 |
1565 | 2024-07-16T13:48:49.870Z | Fresh rustversion v1.0.16 |
1566 | 2024-07-16T13:48:49.870Z | Fresh libz-sys v1.1.16 |
1567 | 2024-07-16T13:48:49.870Z | Fresh async-trait v0.1.81 |
1568 | 2024-07-16T13:48:49.870Z | Fresh dirs-sys-next v0.1.2 |
1569 | 2024-07-16T13:48:49.870Z | Fresh kv-log-macro v1.0.7 |
1570 | 2024-07-16T13:48:49.870Z | Fresh home v0.5.9 |
1571 | 2024-07-16T13:48:49.870Z | Fresh similar v2.5.0 |
1572 | 2024-07-16T13:48:49.870Z | Fresh dirs-next v2.0.0 |
1573 | 2024-07-16T13:48:49.870Z | Fresh libgit2-sys v0.17.0+1.8.1 |
1574 | 2024-07-16T13:48:49.870Z | Fresh async-std v1.12.0 |
1575 | 2024-07-16T13:48:49.870Z | Fresh curl v0.4.46 |
1576 | 2024-07-16T13:48:49.870Z | Fresh tracing-futures v0.2.5 |
1577 | 2024-07-16T13:48:49.870Z | Fresh slog v2.7.0 |
1578 | 2024-07-16T13:48:49.870Z | Fresh sha1 v0.10.6 |
1579 | 2024-07-16T13:48:49.870Z | Fresh sluice v0.5.5 |
1580 | 2024-07-16T13:48:49.870Z | Fresh url v2.5.2 |
1581 | 2024-07-16T13:48:49.870Z | Fresh predicates-core v1.0.6 |
1582 | 2024-07-16T13:48:49.870Z | Fresh bitflags v2.5.0 |
1583 | 2024-07-16T13:48:49.870Z | Fresh castaway v0.1.2 |
1584 | 2024-07-16T13:48:49.870Z | Fresh zeroize v1.7.0 |
1585 | 2024-07-16T13:48:49.870Z | Fresh rustls-pki-types v1.7.0 |
1586 | 2024-07-16T13:48:49.870Z | Fresh lalrpop-util v0.20.2 |
1587 | 2024-07-16T13:48:49.870Z | Fresh unicode-segmentation v1.11.0 |
1588 | 2024-07-16T13:48:49.870Z | Fresh git2 v0.19.0 |
1589 | 2024-07-16T13:48:49.870Z | Fresh term v0.7.0 |
1590 | 2024-07-16T13:48:49.870Z | Fresh isahc v1.7.2 |
1591 | 2024-07-16T13:48:49.870Z | Fresh basic-cookies v0.1.5 |
1592 | 2024-07-16T13:48:49.870Z | Fresh signal-hook v0.3.17 |
1593 | 2024-07-16T13:48:49.870Z | Fresh async-object-pool v0.1.4 |
1594 | 2024-07-16T13:48:49.870Z | Fresh console v0.15.8 |
1595 | 2024-07-16T13:48:49.870Z | Fresh tempfile v3.10.1 |
1596 | 2024-07-16T13:48:49.870Z | Fresh serde_regex v1.1.0 |
1597 | 2024-07-16T13:48:49.870Z | Fresh float-cmp v0.9.0 |
1598 | 2024-07-16T13:48:49.870Z | Fresh assert-json-diff v2.0.2 |
1599 | 2024-07-16T13:48:49.870Z | Fresh is-terminal v0.4.12 |
1600 | 2024-07-16T13:48:49.870Z | Fresh data-encoding v2.6.0 |
1601 | 2024-07-16T13:48:49.870Z | Fresh base64 v0.13.1 |
1602 | 2024-07-16T13:48:49.871Z | Fresh levenshtein v1.0.5 |
1603 | 2024-07-16T13:48:49.871Z | Fresh difflib v0.4.0 |
1604 | 2024-07-16T13:48:49.871Z | Fresh normalize-line-endings v0.3.0 |
1605 | 2024-07-16T13:48:49.871Z | Fresh heck v0.4.1 |
1606 | 2024-07-16T13:48:49.871Z | Fresh byteorder v1.5.0 |
1607 | 2024-07-16T13:48:49.871Z | Fresh utf-8 v0.7.6 |
1608 | 2024-07-16T13:48:49.871Z | Fresh httpmock v0.6.8 |
1609 | 2024-07-16T13:48:49.871Z | Fresh tungstenite v0.20.1 |
1610 | 2024-07-16T13:48:49.871Z | Fresh predicates v3.1.0 |
1611 | 2024-07-16T13:48:49.871Z | Fresh strum_macros v0.26.2 |
1612 | 2024-07-16T13:48:49.871Z | Fresh signal-hook-mio v0.2.3 |
1613 | 2024-07-16T13:48:49.871Z | Fresh paste v1.0.15 |
1614 | 2024-07-16T13:48:49.871Z | Fresh rustls-webpki v0.102.3 |
1615 | 2024-07-16T13:48:49.871Z | Fresh built v0.7.4 |
1616 | 2024-07-16T13:48:49.871Z | Fresh castaway v0.2.2 |
1617 | 2024-07-16T13:48:49.871Z | Fresh itertools v0.12.1 |
1618 | 2024-07-16T13:48:49.871Z | Fresh serde_path_to_error v0.1.16 |
1619 | 2024-07-16T13:48:49.871Z | Fresh thread_local v1.1.8 |
1620 | 2024-07-16T13:48:49.871Z | Fresh is-docker v0.2.0 |
1621 | 2024-07-16T13:48:49.871Z | Fresh static_assertions v1.1.0 |
1622 | 2024-07-16T13:48:49.871Z | Fresh subtle v2.5.0 |
1623 | 2024-07-16T13:48:49.871Z | Fresh match_cfg v0.1.0 |
1624 | 2024-07-16T13:48:49.871Z | Fresh unicode-truncate v1.0.0 |
1625 | 2024-07-16T13:48:49.871Z | Fresh hostname v0.3.1 |
1626 | 2024-07-16T13:48:49.871Z | Fresh compact_str v0.7.1 |
1627 | 2024-07-16T13:48:49.871Z | Fresh rustls v0.22.4 |
1628 | 2024-07-16T13:48:49.871Z | Fresh is-wsl v0.4.0 |
1629 | 2024-07-16T13:48:49.871Z | Fresh tokio-tungstenite v0.20.1 |
1630 | 2024-07-16T13:48:49.871Z | Fresh strum v0.26.2 |
1631 | 2024-07-16T13:48:49.871Z | Fresh crossterm v0.27.0 |
1632 | 2024-07-16T13:48:49.871Z | Fresh portable-atomic v1.6.0 |
1633 | 2024-07-16T13:48:49.871Z | Fresh newline-converter v0.3.0 |
1634 | 2024-07-16T13:48:49.871Z | Fresh slog-json v2.6.1 |
1635 | 2024-07-16T13:48:49.871Z | Fresh termini v1.0.0 |
1636 | 2024-07-16T13:48:49.871Z | Fresh sha2 v0.10.8 |
1637 | 2024-07-16T13:48:49.871Z | Fresh crossbeam-channel v0.5.12 |
1638 | 2024-07-16T13:48:49.871Z | Fresh http v1.1.0 |
1639 | 2024-07-16T13:48:49.871Z | Fresh lru v0.12.3 |
1640 | 2024-07-16T13:48:49.871Z | Fresh ipnetwork v0.20.0 |
1641 | 2024-07-16T13:48:49.872Z | Fresh stability v0.2.0 |
1642 | 2024-07-16T13:48:49.872Z | Fresh async-stream-impl v0.3.5 |
1643 | 2024-07-16T13:48:49.872Z | Fresh number_prefix v0.4.0 |
1644 | 2024-07-16T13:48:49.872Z | Fresh humantime v2.1.0 |
1645 | 2024-07-16T13:48:49.872Z | Fresh shell-words v1.1.0 |
1646 | 2024-07-16T13:48:49.872Z | Fresh take_mut v0.2.2 |
1647 | 2024-07-16T13:48:49.872Z | Fresh termcolor v1.4.1 |
1648 | 2024-07-16T13:48:49.872Z | Fresh termtree v0.4.1 |
1649 | 2024-07-16T13:48:49.872Z | Fresh pathdiff v0.2.1 |
1650 | 2024-07-16T13:48:49.872Z | Fresh spin v0.5.2 |
1651 | 2024-07-16T13:48:49.872Z | Fresh untrusted v0.7.1 |
1652 | 2024-07-16T13:48:49.872Z | Fresh cassowary v0.3.0 |
1653 | 2024-07-16T13:48:49.872Z | Fresh slog-async v2.8.0 |
1654 | 2024-07-16T13:48:49.872Z | Fresh dialoguer v0.10.4 |
1655 | 2024-07-16T13:48:49.872Z | Fresh predicates-tree v1.0.9 |
1656 | 2024-07-16T13:48:49.872Z | Fresh open v4.2.0 |
1657 | 2024-07-16T13:48:49.896Z | Fresh ratatui v0.26.3 |
1658 | 2024-07-16T13:48:49.896Z | Fresh ring v0.16.20 |
1659 | 2024-07-16T13:48:49.896Z | Fresh env_logger v0.10.2 |
1660 | 2024-07-16T13:48:49.896Z | Fresh indicatif v0.17.8 |
1661 | 2024-07-16T13:48:49.896Z | Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
1662 | 2024-07-16T13:48:49.896Z | Fresh oauth2 v4.4.2 |
1663 | 2024-07-16T13:48:49.897Z | Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#1f22ae24) |
1664 | 2024-07-16T13:48:49.897Z | Fresh async-stream v0.3.5 |
1665 | 2024-07-16T13:48:49.897Z | Fresh multer v3.1.0 |
1666 | 2024-07-16T13:48:49.897Z | Fresh camino v1.1.7 |
1667 | 2024-07-16T13:48:49.897Z | Fresh slog-bunyan v2.5.0 |
1668 | 2024-07-16T13:48:49.897Z | Fresh anyhow v1.0.86 |
1669 | 2024-07-16T13:48:49.897Z | Fresh tokio-rustls v0.25.0 |
1670 | 2024-07-16T13:48:49.897Z | Fresh doc-comment v0.3.3 |
1671 | 2024-07-16T13:48:49.897Z | Fresh slog-term v2.9.1 |
1672 | 2024-07-16T13:48:49.897Z | Fresh pem v1.1.1 |
1673 | 2024-07-16T13:48:49.897Z | Fresh rustls-pemfile v2.1.2 |
1674 | 2024-07-16T13:48:49.897Z | Fresh yasna v0.5.2 |
1675 | 2024-07-16T13:48:49.897Z | Fresh tabwriter v1.4.0 |
1676 | 2024-07-16T13:48:49.897Z | Fresh clap_complete v4.5.8 |
1677 | 2024-07-16T13:48:49.897Z | Fresh colored v2.1.0 |
1678 | 2024-07-16T13:48:49.897Z | Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot#fb254ad9) |
1679 | 2024-07-16T13:48:49.897Z | Fresh waitgroup v0.1.2 |
1680 | 2024-07-16T13:48:49.897Z | Fresh bstr v1.9.1 |
1681 | 2024-07-16T13:48:49.897Z | Fresh wait-timeout v0.2.0 |
1682 | 2024-07-16T13:48:49.897Z | Fresh hostname v0.4.0 |
1683 | 2024-07-16T13:48:49.897Z | Fresh diff v0.1.13 |
1684 | 2024-07-16T13:48:49.897Z | Fresh debug-ignore v1.0.5 |
1685 | 2024-07-16T13:48:49.897Z | Fresh yansi v0.5.1 |
1686 | 2024-07-16T13:48:49.897Z | Fresh assert_cmd v2.0.14 |
1687 | 2024-07-16T13:48:49.897Z | Fresh rcgen v0.10.0 |
1688 | 2024-07-16T13:48:49.897Z | Fresh expectorate v1.1.0 |
1689 | 2024-07-16T13:48:49.897Z | Fresh chrono v0.4.38 |
1690 | 2024-07-16T13:48:49.897Z | Fresh uuid v1.10.0 |
1691 | 2024-07-16T13:48:49.897Z | Fresh pretty_assertions v1.4.0 |
1692 | 2024-07-16T13:48:49.897Z | Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot#fb254ad9) |
1693 | 2024-07-16T13:48:49.897Z | Fresh schemars v0.8.21 |
1694 | 2024-07-16T13:48:49.897Z | Fresh regress v0.10.0 |
1695 | 2024-07-16T13:48:49.897Z | Fresh syn v2.0.70 |
1696 | 2024-07-16T13:48:49.897Z | Fresh openapiv3 v2.0.0 |
1697 | 2024-07-16T13:48:49.897Z | Fresh unsafe-libyaml v0.2.11 |
1698 | 2024-07-16T13:48:49.897Z | Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1699 | 2024-07-16T13:48:49.897Z | Fresh semver v1.0.23 |
1700 | 2024-07-16T13:48:49.897Z | Fresh serde_yaml v0.9.34+deprecated |
1701 | 2024-07-16T13:48:49.897Z | Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1702 | 2024-07-16T13:48:49.898Z | Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1703 | 2024-07-16T13:48:49.898Z | Fresh toolchain_find v0.4.0 |
1704 | 2024-07-16T13:48:49.898Z | Fresh oxide-cli v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/cli) |
1705 | 2024-07-16T13:48:49.898Z | Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1706 | 2024-07-16T13:48:49.898Z | Fresh rustfmt-wrapper v0.2.1 |
1707 | 2024-07-16T13:48:49.898Z | Fresh oxide-httpmock v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1708 | 2024-07-16T13:48:49.898Z | Fresh oxide v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk) |
1709 | 2024-07-16T13:48:49.898Z | Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1710 | 2024-07-16T13:48:49.898Z | Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1711 | 2024-07-16T13:48:49.898Z | Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1712 | 2024-07-16T13:48:49.898Z | Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1713 | 2024-07-16T13:48:49.898Z | Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1714 | 2024-07-16T13:48:49.898Z | Finished test [unoptimized + debuginfo] target(s) in 0.37s |
1715 | 2024-07-16T13:48:49.898Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-e989eeee7b58e7b3` |
1716 | 2024-07-16T13:48:49.898Z | |
1717 | 2024-07-16T13:48:49.898Z | running 4 tests |
1718 | 2024-07-16T13:48:49.898Z | test clap_feature::tests::test_byte_count ... ok |
1719 | 2024-07-16T13:48:49.898Z | test clap_feature::tests::test_block_size ... ok |
1720 | 2024-07-16T13:48:49.898Z | test clap_feature::tests::test_name_or_id ... ok |
1721 | 2024-07-16T13:48:49.898Z | test clap_feature::tests::test_name ... ok |
1722 | 2024-07-16T13:48:49.898Z | |
1723 | 2024-07-16T13:48:49.898Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1724 | 2024-07-16T13:48:49.898Z | |
1725 | 2024-07-16T13:48:49.898Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-89b25b1919778e21` |
1726 | 2024-07-16T13:48:49.898Z | |
1727 | 2024-07-16T13:48:49.898Z | running 9 tests |
1728 | 2024-07-16T13:48:49.898Z | test cmd_api::tests::test_add_query_string ... ok |
1729 | 2024-07-16T13:48:49.898Z | test cli_builder::tests::resolve_value_parses_ipv4_addr ... ok |
1730 | 2024-07-16T13:48:49.898Z | test cli_builder::tests::resolve_value_parses_ipv6_addr ... ok |
1731 | 2024-07-16T13:48:49.898Z | test cmd_disk::test_get_disk_size ... ok |
1732 | 2024-07-16T13:48:49.898Z | test tests::test_autoref ... ok |
1733 | 2024-07-16T13:48:49.898Z | test cmd_auth::tests::test_parse_host ... ok |
1734 | 2024-07-16T13:48:49.898Z | test tests::test_json_body_required ... ok |
1735 | 2024-07-16T13:48:49.898Z | test cmd_version::version_success ... ok |
1736 | 2024-07-16T13:48:49.942Z | test cmd_auth::tests::test_cmd_auth_login ... ok |
1737 | 2024-07-16T13:48:49.942Z | |
1738 | 2024-07-16T13:48:49.942Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s |
1739 | 2024-07-16T13:48:49.942Z | |
1740 | 2024-07-16T13:48:49.966Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-373b07d059a0eef5` |
1741 | 2024-07-16T13:48:49.966Z | |
1742 | 2024-07-16T13:48:49.966Z | running 3 tests |
1743 | 2024-07-16T13:48:50.022Z | test test_pagination_midway_failure ... ok |
1744 | 2024-07-16T13:48:50.046Z | test test_simple_api_call ... ok |
1745 | 2024-07-16T13:48:50.046Z | test test_pagination_success ... ok |
1746 | 2024-07-16T13:48:50.046Z | |
1747 | 2024-07-16T13:48:50.046Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s |
1748 | 2024-07-16T13:48:50.046Z | |
1749 | 2024-07-16T13:48:50.046Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_auth-efc41a4e2448181e` |
1750 | 2024-07-16T13:48:50.046Z | |
1751 | 2024-07-16T13:48:50.046Z | running 6 tests |
1752 | 2024-07-16T13:48:50.168Z | test test_cmd_auth_status_env ... ok |
1753 | 2024-07-16T13:48:50.192Z | test test_cmd_auth_status ... ok |
1754 | 2024-07-16T13:48:51.125Z | test test_auth_login_existing_no_default ... ok |
1755 | 2024-07-16T13:48:51.149Z | test test_auth_login_first ... ok |
1756 | 2024-07-16T13:48:51.149Z | test test_auth_login_existing_default ... ok |
1757 | 2024-07-16T13:48:52.199Z | test test_auth_login_double ... ok |
1758 | 2024-07-16T13:48:52.200Z | |
1759 | 2024-07-16T13:48:52.200Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.16s |
1760 | 2024-07-16T13:48:52.200Z | |
1761 | 2024-07-16T13:48:52.223Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_disk_import-702bc04dfdf24f81` |
1762 | 2024-07-16T13:48:52.223Z | |
1763 | 2024-07-16T13:48:52.223Z | running 14 tests |
1764 | 2024-07-16T13:48:52.296Z | test test_disk_import_bad_file_size ... ok |
1765 | 2024-07-16T13:48:52.344Z | test test_disk_import_finalize ... ok |
1766 | 2024-07-16T13:48:52.445Z | test test_disk_import_bad_block_size ... ok |
1767 | 2024-07-16T13:48:52.483Z | test test_disk_import_required_parameters ... ok |
1768 | 2024-07-16T13:48:52.527Z | test test_disk_import_image_exists_already ... ok |
1769 | 2024-07-16T13:48:52.551Z | test test_disk_import_disk_exists_already ... ok |
1770 | 2024-07-16T13:48:52.551Z | test test_disk_import_start ... ok |
1771 | 2024-07-16T13:48:52.551Z | test test_disk_import_bulk_import_start_fail ... ok |
1772 | 2024-07-16T13:48:52.575Z | test test_disk_import_snapshot_exists_already ... ok |
1773 | 2024-07-16T13:48:52.602Z | test test_disk_import_stop ... ok |
1774 | 2024-07-16T13:48:52.626Z | test test_disk_import_write ... ok |
1775 | 2024-07-16T13:48:52.736Z | test test_disk_import ... ok |
1776 | 2024-07-16T13:48:52.760Z | test test_disk_import_bulk_write_import_fail ... ok |
1777 | 2024-07-16T13:48:52.795Z | test test_disk_import_sparse ... ok |
1778 | 2024-07-16T13:48:52.795Z | |
1779 | 2024-07-16T13:48:52.795Z | test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s |
1780 | 2024-07-16T13:48:52.795Z | |
1781 | 2024-07-16T13:48:52.819Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_docs-38f52af3d2632df0` |
1782 | 2024-07-16T13:48:52.819Z | |
1783 | 2024-07-16T13:48:52.819Z | running 1 test |
1784 | 2024-07-16T13:48:52.890Z | test test_docs_json ... ok |
1785 | 2024-07-16T13:48:52.890Z | |
1786 | 2024-07-16T13:48:52.890Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s |
1787 | 2024-07-16T13:48:52.890Z | |
1788 | 2024-07-16T13:48:52.914Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_instance-b44a197b1c257ed1` |
1789 | 2024-07-16T13:48:52.914Z | |
1790 | 2024-07-16T13:48:52.914Z | running 3 tests |
1791 | 2024-07-16T13:48:52.971Z | test test_instance_serial_history ... ok |
1792 | 2024-07-16T13:48:52.995Z | test test_instance_create ... ok |
1793 | 2024-07-16T13:48:52.995Z | test test_instance_serial_console ... ok |
1794 | 2024-07-16T13:48:52.995Z | |
1795 | 2024-07-16T13:48:52.995Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s |
1796 | 2024-07-16T13:48:52.995Z | |
1797 | 2024-07-16T13:48:52.995Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_net-ce4cbdf2db160311` |
1798 | 2024-07-16T13:48:52.996Z | |
1799 | 2024-07-16T13:48:52.996Z | running 1 test |
1800 | 2024-07-16T13:48:53.068Z | test test_port_config ... ok |
1801 | 2024-07-16T13:48:53.068Z | |
1802 | 2024-07-16T13:48:53.068Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s |
1803 | 2024-07-16T13:48:53.068Z | |
1804 | 2024-07-16T13:48:53.092Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_projects-469e75cdebf2615a` |
1805 | 2024-07-16T13:48:53.093Z | |
1806 | 2024-07-16T13:48:53.093Z | running 4 tests |
1807 | 2024-07-16T13:48:53.149Z | test test_project_delete ... ok |
1808 | 2024-07-16T13:48:53.173Z | test test_project_simple_list ... ok |
1809 | 2024-07-16T13:48:53.173Z | test test_project_list_paginated ... ok |
1810 | 2024-07-16T13:48:53.173Z | test test_project_list_paginated_fail ... ok |
1811 | 2024-07-16T13:48:53.173Z | |
1812 | 2024-07-16T13:48:53.173Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
1813 | 2024-07-16T13:48:53.173Z | |
1814 | 2024-07-16T13:48:53.173Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_resolve_cert-f563f31848bfc7a0` |
1815 | 2024-07-16T13:48:53.197Z | |
1816 | 2024-07-16T13:48:53.197Z | running 3 tests |
1817 | 2024-07-16T13:48:53.243Z | test test_insecure_hostname_verification ... ok |
1818 | 2024-07-16T13:48:53.267Z | test test_insecure_cert_validation ... ok |
1819 | 2024-07-16T13:48:53.267Z | test test_resolve_and_cacert ... ok |
1820 | 2024-07-16T13:48:53.267Z | |
1821 | 2024-07-16T13:48:53.267Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s |
1822 | 2024-07-16T13:48:53.267Z | |
1823 | 2024-07-16T13:48:53.267Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_silo_idp_saml-20fd19e4ad5b85cd` |
1824 | 2024-07-16T13:48:53.267Z | |
1825 | 2024-07-16T13:48:53.267Z | running 1 test |
1826 | 2024-07-16T13:48:53.315Z | test test_silo_idp_saml_create ... ok |
1827 | 2024-07-16T13:48:53.315Z | |
1828 | 2024-07-16T13:48:53.315Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1829 | 2024-07-16T13:48:53.315Z | |
1830 | 2024-07-16T13:48:53.339Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_system_networking_allowlist-9c253be6f448a493` |
1831 | 2024-07-16T13:48:53.339Z | |
1832 | 2024-07-16T13:48:53.339Z | running 5 tests |
1833 | 2024-07-16T13:48:53.362Z | test test_allowlist_both ... ok |
1834 | 2024-07-16T13:48:53.363Z | test test_allowlist_neither ... ok |
1835 | 2024-07-16T13:48:53.396Z | test test_allowlist_any ... ok |
1836 | 2024-07-16T13:48:53.420Z | test test_allowlist_one_ip ... ok |
1837 | 2024-07-16T13:48:53.420Z | test test_allowlist_many_ips ... ok |
1838 | 2024-07-16T13:48:53.420Z | |
1839 | 2024-07-16T13:48:53.420Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
1840 | 2024-07-16T13:48:53.420Z | |
1841 | 2024-07-16T13:48:53.420Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_httpmock-336cb50855b3e5f3` |
1842 | 2024-07-16T13:48:53.446Z | |
1843 | 2024-07-16T13:48:53.446Z | running 0 tests |
1844 | 2024-07-16T13:48:53.446Z | |
1845 | 2024-07-16T13:48:53.446Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1846 | 2024-07-16T13:48:53.446Z | |
1847 | 2024-07-16T13:48:53.446Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_common-a33449ea3087d4aa` |
1848 | 2024-07-16T13:48:53.446Z | |
1849 | 2024-07-16T13:48:53.446Z | running 1 test |
1850 | 2024-07-16T13:48:53.446Z | test json_mock::tests::test_one ... ok |
1851 | 2024-07-16T13:48:53.446Z | |
1852 | 2024-07-16T13:48:53.446Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1853 | 2024-07-16T13:48:53.446Z | |
1854 | 2024-07-16T13:48:53.446Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/xtask-ccdf923f51bc7498` |
1855 | 2024-07-16T13:48:53.446Z | |
1856 | 2024-07-16T13:48:53.446Z | running 0 tests |
1857 | 2024-07-16T13:48:53.446Z | |
1858 | 2024-07-16T13:48:53.446Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1859 | 2024-07-16T13:48:53.446Z | |
1860 | 2024-07-16T13:48:53.446Z | Doc-tests oxide |
1861 | 2024-07-16T13:48:53.446Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide --test sdk/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-0f32562868528a0b.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' --error-format human` |
1862 | 2024-07-16T13:48:58.945Z | |
1863 | 2024-07-16T13:48:58.945Z | running 197 tests |
1864 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import (line 45823) ... ignored |
1865 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_start (line 45841) ... ignored |
1866 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_stop (line 45858) ... ignored |
1867 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_create (line 45777) ... ignored |
1868 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_delete (line 45807) ... ignored |
1869 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_finalize_import (line 45874) ... ignored |
1870 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_list (line 45760) ... ignored |
1871 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_metrics_list (line 45897) ... ignored |
1872 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_view (line 45792) ... ignored |
1873 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_attach (line 46045) ... ignored |
1874 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_create (line 45980) ... ignored |
1875 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_delete (line 46027) ... ignored |
1876 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_detach (line 46061) ... ignored |
1877 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_list (line 45963) ... ignored |
1878 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_update (line 46011) ... ignored |
1879 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_view (line 45995) ... ignored |
1880 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_access_token (line 46141) ... ignored |
1881 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_confirm (line 46127) ... ignored |
1882 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_request (line 46111) ... ignored |
1883 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::logout (line 46217) ... ignored |
1884 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_create (line 46175) ... ignored |
1885 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_delete (line 46205) ... ignored |
1886 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_list (line 46158) ... ignored |
1887 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_view (line 46190) ... ignored |
1888 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_create (line 46295) ... ignored |
1889 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_delete (line 46331) ... ignored |
1890 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_demote (line 46348) ... ignored |
1891 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_list (line 46276) ... ignored |
1892 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_promote (line 46365) ... ignored |
1893 | 2024-07-16T13:48:58.991Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_view (line 46312) ... ignored |
1894 | 2024-07-16T13:48:59.037Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_create (line 46431) ... ignored |
1895 | 2024-07-16T13:48:59.037Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_delete (line 46461) ... ignored |
1896 | 2024-07-16T13:48:59.037Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_attach (line 46499) ... ignored |
1897 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_detach (line 46516) ... ignored |
1898 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_list (line 46480) ... ignored |
1899 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_attach (line 46549) ... ignored |
1900 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_detach (line 46566) ... ignored |
1901 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_external_ip_list (line 46532) ... ignored |
1902 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_list (line 46414) ... ignored |
1903 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_migrate (line 46582) ... ignored |
1904 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_create (line 46745) ... ignored |
1905 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_delete (line 46806) ... ignored |
1906 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_list (line 46725) ... ignored |
1907 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_update (line 46782) ... ignored |
1908 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_view (line 46763) ... ignored |
1909 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_reboot (line 46598) ... ignored |
1910 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console (line 46625) ... ignored |
1911 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console_stream (line 46648) ... ignored |
1912 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ssh_public_key_list (line 46672) ... ignored |
1913 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_start (line 46690) ... ignored |
1914 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_stop (line 46705) ... ignored |
1915 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_view (line 46446) ... ignored |
1916 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_local (line 46926) ... ignored |
1917 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_saml (line 46913) ... ignored |
1918 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::silo_metric (line 46964) ... ignored |
1919 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_query (line 46983) ... ignored |
1920 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_schema_list (line 46998) ... ignored |
1921 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_update (line 47038) ... ignored |
1922 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_view (line 47028) ... ignored |
1923 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_create (line 47113) ... ignored |
1924 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_delete (line 47154) ... ignored |
1925 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_list (line 47069) ... ignored |
1926 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_view (line 47084) ... ignored |
1927 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_list (line 47100) ... ignored |
1928 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_update (line 47181) ... ignored |
1929 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_view (line 47167) ... ignored |
1930 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_update (line 47140) ... ignored |
1931 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_view (line 47126) ... ignored |
1932 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_list (line 47240) ... ignored |
1933 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_view (line 47254) ... ignored |
1934 | 2024-07-16T13:48:59.038Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_groups (line 47294) ... ignored |
1935 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_create (line 47329) ... ignored |
1936 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_delete (line 47360) ... ignored |
1937 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_list (line 47314) ... ignored |
1938 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_view (line 47344) ... ignored |
1939 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_view (line 47279) ... ignored |
1940 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_create (line 47426) ... ignored |
1941 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_delete (line 47452) ... ignored |
1942 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_list (line 47410) ... ignored |
1943 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_view (line 47439) ... ignored |
1944 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_list (line 47468) ... ignored |
1945 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_view (line 47483) ... ignored |
1946 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_update (line 47504) ... ignored |
1947 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_view (line 47494) ... ignored |
1948 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::user_list (line 47521) ... ignored |
1949 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::utilization_view (line 47535) ... ignored |
1950 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_create (line 47616) ... ignored |
1951 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_delete (line 47646) ... ignored |
1952 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_list (line 47597) ... ignored |
1953 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_view (line 47631) ... ignored |
1954 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_apply_settings (line 47886) ... ignored |
1955 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_clear_settings (line 47906) ... ignored |
1956 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_list (line 47865) ... ignored |
1957 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_status (line 47924) ... ignored |
1958 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_list (line 47687) ... ignored |
1959 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_view (line 47702) ... ignored |
1960 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_list (line 47718) ... ignored |
1961 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_view (line 47733) ... ignored |
1962 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_add (line 47762) ... ignored |
1963 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_instance_list (line 47812) ... ignored |
1964 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list (line 47749) ... ignored |
1965 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list_uninitialized (line 47846) ... ignored |
1966 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_physical_disk_list (line 47792) ... ignored |
1967 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_set_provision_policy (line 47830) ... ignored |
1968 | 2024-07-16T13:48:59.039Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_view (line 47775) ... ignored |
1969 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_list (line 47942) ... ignored |
1970 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_view (line 47957) ... ignored |
1971 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_metric (line 48056) ... ignored |
1972 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_create (line 48101) ... ignored |
1973 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_delete (line 48142) ... ignored |
1974 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_list (line 48088) ... ignored |
1975 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_add (line 48178) ... ignored |
1976 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_list (line 48160) ... ignored |
1977 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_remove (line 48193) ... ignored |
1978 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_add (line 48320) ... ignored |
1979 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_list (line 48306) ... ignored |
1980 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_remove (line 48331) ... ignored |
1981 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_view (line 48290) ... ignored |
1982 | 2024-07-16T13:48:59.064Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_link (line 48232) ... ignored |
1983 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_list (line 48211) ... ignored |
1984 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_unlink (line 48265) ... ignored |
1985 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_update (line 48250) ... ignored |
1986 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_update (line 48128) ... ignored |
1987 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_utilization_view (line 48279) ... ignored |
1988 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_view (line 48114) ... ignored |
1989 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_block_list (line 48392) ... ignored |
1990 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_create (line 48360) ... ignored |
1991 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_delete (line 48374) ... ignored |
1992 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_list (line 48347) ... ignored |
1993 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_update (line 48416) ... ignored |
1994 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_view (line 48406) ... ignored |
1995 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_disable (line 48427) ... ignored |
1996 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_enable (line 48438) ... ignored |
1997 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_status (line 48449) ... ignored |
1998 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 48532) ... ignored |
1999 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 48505) ... ignored |
2000 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 48519) ... ignored |
2001 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_create (line 48479) ... ignored |
2002 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_delete (line 48492) ... ignored |
2003 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_list (line 48465) ... ignored |
2004 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 48558) ... ignored |
2005 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_message_history (line 48545) ... ignored |
2006 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_status (line 48569) ... ignored |
2007 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_create (line 48597) ... ignored |
2008 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_delete (line 48618) ... ignored |
2009 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_list (line 48584) ... ignored |
2010 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_create (line 48653) ... ignored |
2011 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 48668) ... ignored |
2012 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_list (line 48639) ... ignored |
2013 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_view (line 48684) ... ignored |
2014 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_create (line 48900) ... ignored |
2015 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_delete (line 48916) ... ignored |
2016 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_set_password (line 48936) ... ignored |
2017 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_create (line 48952) ... ignored |
2018 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_view (line 48967) ... ignored |
2019 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_create (line 49017) ... ignored |
2020 | 2024-07-16T13:48:59.065Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_delete (line 49047) ... ignored |
2021 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_identity_provider_list (line 48879) ... ignored |
2022 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_ip_pool_list (line 49068) ... ignored |
2023 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_list (line 49004) ... ignored |
2024 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_update (line 49098) ... ignored |
2025 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_view (line 49084) ... ignored |
2026 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_update (line 49128) ... ignored |
2027 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_view (line 49112) ... ignored |
2028 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_list (line 49146) ... ignored |
2029 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_view (line 49163) ... ignored |
2030 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_list (line 49209) ... ignored |
2031 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_view (line 49224) ... ignored |
2032 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_view (line 49032) ... ignored |
2033 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::system_quotas_list (line 48984) ... ignored |
2034 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_list (line 49180) ... ignored |
2035 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_view (line 49193) ... ignored |
2036 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemStatusExt::ping (line 49331) ... ignored |
2037 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_create (line 49742) ... ignored |
2038 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_delete (line 49789) ... ignored |
2039 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_update (line 49373) ... ignored |
2040 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_view (line 49356) ... ignored |
2041 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_list (line 49725) ... ignored |
2042 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_create (line 49528) ... ignored |
2043 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_delete (line 49584) ... ignored |
2044 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_list (line 49508) ... ignored |
2045 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_create (line 49421) ... ignored |
2046 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_delete (line 49486) ... ignored |
2047 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_list (line 49398) ... ignored |
2048 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_update (line 49464) ... ignored |
2049 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_view (line 49442) ... ignored |
2050 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_update (line 49565) ... ignored |
2051 | 2024-07-16T13:48:59.066Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_view (line 49546) ... ignored |
2052 | 2024-07-16T13:48:59.091Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_create (line 49625) ... ignored |
2053 | 2024-07-16T13:48:59.091Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_delete (line 49681) ... ignored |
2054 | 2024-07-16T13:48:59.091Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list (line 49605) ... ignored |
2055 | 2024-07-16T13:48:59.091Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list_network_interfaces (line 49703) ... ignored |
2056 | 2024-07-16T13:48:59.091Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_update (line 49662) ... ignored |
2057 | 2024-07-16T13:48:59.091Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_view (line 49643) ... ignored |
2058 | 2024-07-16T13:48:59.091Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_update (line 49773) ... ignored |
2059 | 2024-07-16T13:48:59.091Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_view (line 49757) ... ignored |
2060 | 2024-07-16T13:48:59.318Z | test sdk/src/lib.rs - (line 43) - compile ... ok |
2061 | 2024-07-16T13:48:59.342Z | |
2062 | 2024-07-16T13:48:59.342Z | test result: ok. 1 passed; 0 failed; 196 ignored; 0 measured; 0 filtered out; finished in 0.37s |
2063 | 2024-07-16T13:48:59.343Z | |
2064 | 2024-07-16T13:48:59.461Z | Doc-tests oxide-httpmock |
2065 | 2024-07-16T13:48:59.461Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_httpmock --test sdk-httpmock/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk-httpmock -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -C embed-bitcode=no --error-format human` |
2066 | 2024-07-16T13:48:59.945Z | |
2067 | 2024-07-16T13:48:59.945Z | running 0 tests |
2068 | 2024-07-16T13:48:59.945Z | |
2069 | 2024-07-16T13:48:59.945Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2070 | 2024-07-16T13:48:59.945Z | |
2071 | 2024-07-16T13:48:59.969Z | Doc-tests test-common |
2072 | 2024-07-16T13:48:59.969Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name test_common --test test-common/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/test-common -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -C embed-bitcode=no --error-format human` |
2073 | 2024-07-16T13:49:00.051Z | |
2074 | 2024-07-16T13:49:00.051Z | running 0 tests |
2075 | 2024-07-16T13:49:00.051Z | |
2076 | 2024-07-16T13:49:00.051Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2077 | 2024-07-16T13:49:00.052Z | |
2078 | 2024-07-16T13:49:00.078Z | |
2079 | 2024-07-16T13:49:00.078Z | real 10.715661412 |
2080 | 2024-07-16T13:49:00.078Z | user 7.960526595 |
2081 | 2024-07-16T13:49:00.102Z | sys 3.281963364 |
2082 | 2024-07-16T13:49:00.102Z | trap 0.008487728 |
2083 | 2024-07-16T13:49:00.102Z | tflt 0.015200152 |
2084 | 2024-07-16T13:49:00.102Z | dflt 0.026970099 |
2085 | 2024-07-16T13:49:00.102Z | kflt 0.000195774 |
2086 | 2024-07-16T13:49:00.102Z | lock 1:23.767158278 |
2087 | 2024-07-16T13:49:00.102Z | slp 1:01.472978503 |
2088 | 2024-07-16T13:49:00.102Z | lat 0.774378236 |
2089 | 2024-07-16T13:49:00.102Z | stop 3.233754668 |
2090 | 2024-07-16T13:49:00.102Z | process exited: duration 275738 ms, exit code 0 |
|
2091 | 2024-07-16T13:49:00.151Z | found 0 output files |