|
|
|
1 | 2024-08-08T13:34:36.833Z | job assigned to worker 01J4S33S37K9CEVW3R13PGC5X7 (queued for 1 m 1 s) |
|
2 | 2024-08-08T13:34:44.736Z | starting task 0: "setup" |
3 | 2024-08-08T13:34:44.783Z | ++ uname -s |
4 | 2024-08-08T13:34:44.786Z | + kern=SunOS |
5 | 2024-08-08T13:34:44.786Z | + case "$kern" in |
6 | 2024-08-08T13:34:44.786Z | + groupadd -g 12345 build |
7 | 2024-08-08T13:34:44.789Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-08T13:34:46.808Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-08T13:34:46.919Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-08T13:34:46.922Z | + home_fs=zfs |
11 | 2024-08-08T13:34:46.922Z | + [[ zfs == autofs ]] |
12 | 2024-08-08T13:34:46.922Z | + mkdir -p /home/build |
13 | 2024-08-08T13:34:46.925Z | + chown build:build /home/build /work |
14 | 2024-08-08T13:34:48.925Z | + chmod 0700 /home/build /work |
15 | 2024-08-08T13:34:48.928Z | process exited: duration 4193 ms, exit code 0 |
|
16 | 2024-08-08T13:34:48.934Z | starting task 1: "rust-toolchain" |
17 | 2024-08-08T13:34:48.940Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-08T13:34:48.940Z | ' stable |
19 | 2024-08-08T13:34:48.943Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-08T13:34:48.943Z | * toolchain channel = "stable" |
21 | 2024-08-08T13:34:48.943Z | * toolchain profile = "default" |
22 | 2024-08-08T13:34:48.943Z | ' default |
23 | 2024-08-08T13:34:48.943Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-08T13:34:48.943Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-08-08T13:34:49.059Z | info: downloading installer |
26 | 2024-08-08T13:34:50.586Z | info: profile set to 'default' |
27 | 2024-08-08T13:34:50.586Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-08T13:34:50.589Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-08-08T13:34:50.717Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-08T13:34:50.717Z | info: downloading component 'cargo' |
31 | 2024-08-08T13:34:51.434Z | info: downloading component 'clippy' |
32 | 2024-08-08T13:34:51.678Z | info: downloading component 'rust-docs' |
33 | 2024-08-08T13:34:52.616Z | info: downloading component 'rust-std' |
34 | 2024-08-08T13:34:53.977Z | info: downloading component 'rustc' |
35 | 2024-08-08T13:34:57.768Z | info: downloading component 'rustfmt' |
36 | 2024-08-08T13:34:58.062Z | info: installing component 'cargo' |
37 | 2024-08-08T13:34:58.884Z | info: installing component 'clippy' |
38 | 2024-08-08T13:34:59.254Z | info: installing component 'rust-docs' |
39 | 2024-08-08T13:35:00.856Z | info: installing component 'rust-std' |
40 | 2024-08-08T13:35:02.529Z | info: installing component 'rustc' |
41 | 2024-08-08T13:35:06.750Z | info: installing component 'rustfmt' |
42 | 2024-08-08T13:35:07.087Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-08-08T13:35:07.087Z | |
44 | 2024-08-08T13:35:07.349Z | stable-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-08T13:35:07.349Z | |
46 | 2024-08-08T13:35:07.352Z | |
47 | 2024-08-08T13:35:07.352Z | Rust is installed now. Great! |
48 | 2024-08-08T13:35:07.352Z | |
49 | 2024-08-08T13:35:07.352Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-08T13:35:07.352Z | environment variable. This has not been done automatically. |
51 | 2024-08-08T13:35:07.352Z | |
52 | 2024-08-08T13:35:07.352Z | To configure your current shell, you need to source |
53 | 2024-08-08T13:35:07.352Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-08T13:35:07.352Z | |
55 | 2024-08-08T13:35:07.352Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-08T13:35:07.352Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-08T13:35:07.352Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-08T13:35:07.420Z | + rustc --version |
59 | 2024-08-08T13:35:07.485Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-08T13:35:07.489Z | process exited: duration 18552 ms, exit code 0 |
|
61 | 2024-08-08T13:35:07.496Z | starting task 2: "authentication" |
62 | 2024-08-08T13:35:07.518Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-08T13:35:07.526Z | starting task 3: "clone repository" |
64 | 2024-08-08T13:35:07.529Z | + mkdir -p /work/oxidecomputer/oxide.rs |
65 | 2024-08-08T13:35:07.532Z | + git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs |
66 | 2024-08-08T13:35:07.691Z | Cloning into '/work/oxidecomputer/oxide.rs'... |
67 | 2024-08-08T13:35:09.690Z | + cd /work/oxidecomputer/oxide.rs |
68 | 2024-08-08T13:35:09.690Z | + git fetch origin 4deda4fc6a684e3aaf8f6b561fe554e3f74e6474 |
69 | 2024-08-08T13:35:09.939Z | From https://github.com/oxidecomputer/oxide.rs |
70 | 2024-08-08T13:35:09.939Z | * branch 4deda4fc6a684e3aaf8f6b561fe554e3f74e6474 -> FETCH_HEAD |
71 | 2024-08-08T13:35:09.946Z | + [[ -n wc/profile-flag-global ]] |
72 | 2024-08-08T13:35:09.949Z | ++ git branch --show-current |
73 | 2024-08-08T13:35:09.952Z | + current=main |
74 | 2024-08-08T13:35:09.952Z | + [[ main != wc/profile-flag-global ]] |
75 | 2024-08-08T13:35:09.952Z | + git branch -f wc/profile-flag-global 4deda4fc6a684e3aaf8f6b561fe554e3f74e6474 |
76 | 2024-08-08T13:35:09.955Z | + git checkout -f wc/profile-flag-global |
77 | 2024-08-08T13:35:09.988Z | Switched to branch 'wc/profile-flag-global' |
78 | 2024-08-08T13:35:09.991Z | + git reset --hard 4deda4fc6a684e3aaf8f6b561fe554e3f74e6474 |
79 | 2024-08-08T13:35:10.023Z | HEAD is now at 4deda4f Accept profile argument in all subcommands |
80 | 2024-08-08T13:35:10.026Z | process exited: duration 2499 ms, exit code 0 |
|
81 | 2024-08-08T13:35:10.032Z | starting task 4: "build" |
82 | 2024-08-08T13:35:10.037Z | + cargo --version |
83 | 2024-08-08T13:35:10.042Z | info: syncing channel updates for '1.76-x86_64-unknown-illumos' |
84 | 2024-08-08T13:35:10.178Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
85 | 2024-08-08T13:35:10.179Z | info: downloading component 'cargo' |
86 | 2024-08-08T13:35:10.958Z | info: downloading component 'clippy' |
87 | 2024-08-08T13:35:11.195Z | info: downloading component 'rust-docs' |
88 | 2024-08-08T13:35:12.156Z | info: downloading component 'rust-std' |
89 | 2024-08-08T13:35:13.711Z | info: downloading component 'rustc' |
90 | 2024-08-08T13:35:17.592Z | info: downloading component 'rustfmt' |
91 | 2024-08-08T13:35:17.805Z | info: installing component 'cargo' |
92 | 2024-08-08T13:35:18.675Z | info: installing component 'clippy' |
93 | 2024-08-08T13:35:19.015Z | info: installing component 'rust-docs' |
94 | 2024-08-08T13:35:20.498Z | info: installing component 'rust-std' |
95 | 2024-08-08T13:35:22.365Z | info: installing component 'rustc' |
96 | 2024-08-08T13:35:26.385Z | info: installing component 'rustfmt' |
97 | 2024-08-08T13:35:26.789Z | cargo 1.76.0 (c84b36747 2024-01-18) |
98 | 2024-08-08T13:35:26.792Z | + rustc --version |
99 | 2024-08-08T13:35:26.854Z | rustc 1.76.0 (07dca489a 2024-02-04) |
100 | 2024-08-08T13:35:26.857Z | + banner build |
101 | 2024-08-08T13:35:26.965Z | |
102 | 2024-08-08T13:35:26.965Z | ##### # # # # ##### |
103 | 2024-08-08T13:35:26.965Z | # # # # # # # # |
104 | 2024-08-08T13:35:26.965Z | ##### # # # # # # |
105 | 2024-08-08T13:35:26.965Z | # # # # # # # # |
106 | 2024-08-08T13:35:26.965Z | # # # # # # # # |
107 | 2024-08-08T13:35:26.965Z | ##### #### # ###### ##### |
108 | 2024-08-08T13:35:26.965Z | |
109 | 2024-08-08T13:35:26.968Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
110 | 2024-08-08T13:35:27.250Z | Updating crates.io index |
111 | 2024-08-08T13:35:27.328Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
112 | 2024-08-08T13:35:27.708Z | Updating git repository `https://github.com/oxidecomputer/thouart.git` |
113 | 2024-08-08T13:35:28.068Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
114 | 2024-08-08T13:35:28.941Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
115 | 2024-08-08T13:35:30.693Z | Updating git repository `https://github.com/oxidecomputer/typify` |
116 | 2024-08-08T13:35:33.793Z | Downloading crates ... |
117 | 2024-08-08T13:35:33.864Z | Downloaded async-object-pool v0.1.4 |
118 | 2024-08-08T13:35:33.880Z | Downloaded anstream v0.6.14 |
119 | 2024-08-08T13:35:33.889Z | Downloaded equivalent v1.0.1 |
120 | 2024-08-08T13:35:33.892Z | Downloaded doc-comment v0.3.3 |
121 | 2024-08-08T13:35:33.895Z | Downloaded crunchy v0.2.2 |
122 | 2024-08-08T13:35:33.898Z | Downloaded castaway v0.1.2 |
123 | 2024-08-08T13:35:33.900Z | Downloaded foreign-types v0.3.2 |
124 | 2024-08-08T13:35:33.907Z | Downloaded ahash v0.8.11 |
125 | 2024-08-08T13:35:33.910Z | Downloaded atomic-waker v1.1.2 |
126 | 2024-08-08T13:35:33.913Z | Downloaded async-channel v1.9.0 |
127 | 2024-08-08T13:35:33.915Z | Downloaded same-file v1.0.6 |
128 | 2024-08-08T13:35:33.919Z | Downloaded schemars_derive v0.8.21 |
129 | 2024-08-08T13:35:33.919Z | Downloaded async-signal v0.2.6 |
130 | 2024-08-08T13:35:33.921Z | Downloaded event-listener v2.5.3 |
131 | 2024-08-08T13:35:33.921Z | Downloaded byteorder v1.5.0 |
132 | 2024-08-08T13:35:33.924Z | Downloaded async-stream v0.3.5 |
133 | 2024-08-08T13:35:33.926Z | Downloaded stability v0.2.0 |
134 | 2024-08-08T13:35:33.926Z | Downloaded either v1.11.0 |
135 | 2024-08-08T13:35:33.929Z | Downloaded colored v2.1.0 |
136 | 2024-08-08T13:35:33.932Z | Downloaded time-core v0.1.2 |
137 | 2024-08-08T13:35:33.934Z | Downloaded tinyvec_macros v0.1.1 |
138 | 2024-08-08T13:35:33.934Z | Downloaded difflib v0.4.0 |
139 | 2024-08-08T13:35:33.937Z | Downloaded deranged v0.3.11 |
140 | 2024-08-08T13:35:33.937Z | Downloaded anstyle v1.0.7 |
141 | 2024-08-08T13:35:33.939Z | Downloaded sync_wrapper v0.1.2 |
142 | 2024-08-08T13:35:33.939Z | Downloaded basic-cookies v0.1.5 |
143 | 2024-08-08T13:35:33.942Z | Downloaded serde_path_to_error v0.1.16 |
144 | 2024-08-08T13:35:33.945Z | Downloaded async-stream-impl v0.3.5 |
145 | 2024-08-08T13:35:33.945Z | Downloaded take_mut v0.2.2 |
146 | 2024-08-08T13:35:33.945Z | Downloaded block-buffer v0.10.4 |
147 | 2024-08-08T13:35:33.947Z | Downloaded dirs-sys v0.3.7 |
148 | 2024-08-08T13:35:33.948Z | Downloaded rustversion v1.0.16 |
149 | 2024-08-08T13:35:33.950Z | Downloaded progenitor-client v0.7.0 |
150 | 2024-08-08T13:35:33.953Z | Downloaded float-cmp v0.9.0 |
151 | 2024-08-08T13:35:33.953Z | Downloaded fastrand v2.1.0 |
152 | 2024-08-08T13:35:33.956Z | Downloaded async-lock v2.8.0 |
153 | 2024-08-08T13:35:33.958Z | Downloaded foreign-types-shared v0.1.1 |
154 | 2024-08-08T13:35:33.958Z | Downloaded event-listener-strategy v0.4.0 |
155 | 2024-08-08T13:35:33.959Z | Downloaded rustfmt-wrapper v0.2.1 |
156 | 2024-08-08T13:35:33.961Z | Downloaded data-encoding v2.6.0 |
157 | 2024-08-08T13:35:33.961Z | Downloaded cpufeatures v0.2.12 |
158 | 2024-08-08T13:35:33.964Z | Downloaded clap_lex v0.7.0 |
159 | 2024-08-08T13:35:33.967Z | Downloaded bitflags v1.3.2 |
160 | 2024-08-08T13:35:33.969Z | Downloaded termtree v0.4.1 |
161 | 2024-08-08T13:35:33.969Z | Downloaded subtle v2.5.0 |
162 | 2024-08-08T13:35:33.972Z | Downloaded strum v0.26.2 |
163 | 2024-08-08T13:35:33.972Z | Downloaded bit-set v0.5.3 |
164 | 2024-08-08T13:35:33.972Z | Downloaded num-conv v0.1.0 |
165 | 2024-08-08T13:35:33.975Z | Downloaded thread_local v1.1.8 |
166 | 2024-08-08T13:35:33.975Z | Downloaded thiserror v1.0.63 |
167 | 2024-08-08T13:35:33.981Z | Downloaded termini v1.0.0 |
168 | 2024-08-08T13:35:33.984Z | Downloaded tokio-macros v2.3.0 |
169 | 2024-08-08T13:35:33.984Z | Downloaded serde_tokenstream v0.2.1 |
170 | 2024-08-08T13:35:33.987Z | Downloaded tiny-keccak v2.0.2 |
171 | 2024-08-08T13:35:33.990Z | Downloaded anstyle-query v1.0.3 |
172 | 2024-08-08T13:35:33.992Z | Downloaded sluice v0.5.5 |
173 | 2024-08-08T13:35:33.995Z | Downloaded slog-bunyan v2.5.0 |
174 | 2024-08-08T13:35:33.995Z | Downloaded quote v1.0.36 |
175 | 2024-08-08T13:35:33.998Z | Downloaded sct v0.7.1 |
176 | 2024-08-08T13:35:34.001Z | Downloaded serde_derive_internals v0.29.0 |
177 | 2024-08-08T13:35:34.004Z | Downloaded async-process v1.8.1 |
178 | 2024-08-08T13:35:34.006Z | Downloaded serde_regex v1.1.0 |
179 | 2024-08-08T13:35:34.006Z | Downloaded async-channel v2.2.1 |
180 | 2024-08-08T13:35:34.009Z | Downloaded colorchoice v1.0.1 |
181 | 2024-08-08T13:35:34.009Z | Downloaded rand_core v0.6.4 |
182 | 2024-08-08T13:35:34.012Z | Downloaded rustls-pemfile v2.1.3 |
183 | 2024-08-08T13:35:34.015Z | Downloaded fixedbitset v0.4.2 |
184 | 2024-08-08T13:35:34.015Z | Downloaded errno v0.3.9 |
185 | 2024-08-08T13:35:34.017Z | Downloaded fnv v1.0.7 |
186 | 2024-08-08T13:35:34.018Z | Downloaded built v0.7.4 |
187 | 2024-08-08T13:35:34.020Z | Downloaded scopeguard v1.2.0 |
188 | 2024-08-08T13:35:34.020Z | Downloaded sha1 v0.10.6 |
189 | 2024-08-08T13:35:34.023Z | Downloaded slab v0.4.9 |
190 | 2024-08-08T13:35:34.025Z | Downloaded blocking v1.6.0 |
191 | 2024-08-08T13:35:34.025Z | Downloaded serde_urlencoded v0.7.1 |
192 | 2024-08-08T13:35:34.028Z | Downloaded serde_spanned v0.6.7 |
193 | 2024-08-08T13:35:34.031Z | Downloaded rustls-pemfile v1.0.4 |
194 | 2024-08-08T13:35:34.033Z | Downloaded digest v0.10.7 |
195 | 2024-08-08T13:35:34.033Z | Downloaded fastrand v1.9.0 |
196 | 2024-08-08T13:35:34.036Z | Downloaded dirs-sys-next v0.1.2 |
197 | 2024-08-08T13:35:34.038Z | Downloaded slog-json v2.6.1 |
198 | 2024-08-08T13:35:34.038Z | Downloaded signal-hook-registry v1.4.2 |
199 | 2024-08-08T13:35:34.041Z | Downloaded thiserror-impl v1.0.63 |
200 | 2024-08-08T13:35:34.041Z | Downloaded term v0.7.0 |
201 | 2024-08-08T13:35:34.044Z | Downloaded toolchain_find v0.4.0 |
202 | 2024-08-08T13:35:34.047Z | Downloaded tokio-tungstenite v0.20.1 |
203 | 2024-08-08T13:35:34.050Z | Downloaded tokio-native-tls v0.3.1 |
204 | 2024-08-08T13:35:34.050Z | Downloaded async-trait v0.1.81 |
205 | 2024-08-08T13:35:34.054Z | Downloaded percent-encoding v2.3.1 |
206 | 2024-08-08T13:35:34.057Z | Downloaded slog-async v2.8.0 |
207 | 2024-08-08T13:35:34.059Z | Downloaded proc-macro2 v1.0.86 |
208 | 2024-08-08T13:35:34.062Z | Downloaded async-lock v3.3.0 |
209 | 2024-08-08T13:35:34.062Z | Downloaded tabwriter v1.4.0 |
210 | 2024-08-08T13:35:34.065Z | Downloaded env_logger v0.10.2 |
211 | 2024-08-08T13:35:34.068Z | Downloaded number_prefix v0.4.0 |
212 | 2024-08-08T13:35:34.068Z | Downloaded rustls-pki-types v1.7.0 |
213 | 2024-08-08T13:35:34.071Z | Downloaded multer v3.1.0 |
214 | 2024-08-08T13:35:34.074Z | Downloaded rcgen v0.10.0 |
215 | 2024-08-08T13:35:34.076Z | Downloaded event-listener v3.1.0 |
216 | 2024-08-08T13:35:34.079Z | Downloaded event-listener v4.0.3 |
217 | 2024-08-08T13:35:34.082Z | Downloaded levenshtein v1.0.5 |
218 | 2024-08-08T13:35:34.082Z | Downloaded ena v0.14.3 |
219 | 2024-08-08T13:35:34.084Z | Downloaded lalrpop-util v0.20.2 |
220 | 2024-08-08T13:35:34.084Z | Downloaded semver v1.0.23 |
221 | 2024-08-08T13:35:34.087Z | Downloaded normalize-line-endings v0.3.0 |
222 | 2024-08-08T13:35:34.087Z | Downloaded generic-array v0.14.7 |
223 | 2024-08-08T13:35:34.090Z | Downloaded tracing-futures v0.2.5 |
224 | 2024-08-08T13:35:34.092Z | Downloaded smallvec v1.13.2 |
225 | 2024-08-08T13:35:34.092Z | Downloaded itoa v1.0.11 |
226 | 2024-08-08T13:35:34.095Z | Downloaded futures-task v0.3.30 |
227 | 2024-08-08T13:35:34.098Z | Downloaded is-wsl v0.4.0 |
228 | 2024-08-08T13:35:34.098Z | Downloaded yansi v0.5.1 |
229 | 2024-08-08T13:35:34.098Z | Downloaded waitgroup v0.1.2 |
230 | 2024-08-08T13:35:34.100Z | Downloaded is_terminal_polyfill v1.70.0 |
231 | 2024-08-08T13:35:34.100Z | Downloaded is-terminal v0.4.12 |
232 | 2024-08-08T13:35:34.103Z | Downloaded socket2 v0.4.10 |
233 | 2024-08-08T13:35:34.103Z | Downloaded console v0.15.8 |
234 | 2024-08-08T13:35:34.106Z | Downloaded phf_shared v0.10.0 |
235 | 2024-08-08T13:35:34.109Z | Downloaded strum_macros v0.26.2 |
236 | 2024-08-08T13:35:34.111Z | Downloaded toml_datetime v0.6.8 |
237 | 2024-08-08T13:35:34.111Z | Downloaded similar v2.6.0 |
238 | 2024-08-08T13:35:34.116Z | Downloaded zeroize v1.7.0 |
239 | 2024-08-08T13:35:34.118Z | Downloaded utf8parse v0.2.1 |
240 | 2024-08-08T13:35:34.118Z | Downloaded pin-utils v0.1.0 |
241 | 2024-08-08T13:35:34.121Z | Downloaded parking v2.2.0 |
242 | 2024-08-08T13:35:34.121Z | Downloaded open v4.2.0 |
243 | 2024-08-08T13:35:34.123Z | Downloaded is-docker v0.2.0 |
244 | 2024-08-08T13:35:34.123Z | Downloaded event-listener v5.3.0 |
245 | 2024-08-08T13:35:34.126Z | Downloaded time-macros v0.2.18 |
246 | 2024-08-08T13:35:34.129Z | Downloaded want v0.3.1 |
247 | 2024-08-08T13:35:34.131Z | Downloaded precomputed-hash v0.1.1 |
248 | 2024-08-08T13:35:34.131Z | Downloaded match_cfg v0.1.0 |
249 | 2024-08-08T13:35:34.131Z | Downloaded pathdiff v0.2.1 |
250 | 2024-08-08T13:35:34.134Z | Downloaded futures-macro v0.3.30 |
251 | 2024-08-08T13:35:34.134Z | Downloaded pkg-config v0.3.30 |
252 | 2024-08-08T13:35:34.137Z | Downloaded pin-project-internal v1.1.5 |
253 | 2024-08-08T13:35:34.137Z | Downloaded ipnetwork v0.20.0 |
254 | 2024-08-08T13:35:34.140Z | Downloaded value-bag v1.9.0 |
255 | 2024-08-08T13:35:34.142Z | Downloaded lazy_static v1.4.0 |
256 | 2024-08-08T13:35:34.142Z | Downloaded diff v0.1.13 |
257 | 2024-08-08T13:35:34.145Z | Downloaded clap_complete v4.5.8 |
258 | 2024-08-08T13:35:34.148Z | Downloaded home v0.5.9 |
259 | 2024-08-08T13:35:34.151Z | Downloaded new_debug_unreachable v1.0.6 |
260 | 2024-08-08T13:35:34.151Z | Downloaded yasna v0.5.2 |
261 | 2024-08-08T13:35:34.153Z | Downloaded base64 v0.13.1 |
262 | 2024-08-08T13:35:34.156Z | Downloaded ipnet v2.9.0 |
263 | 2024-08-08T13:35:34.159Z | Downloaded native-tls v0.2.11 |
264 | 2024-08-08T13:35:34.159Z | Downloaded signal-hook v0.3.17 |
265 | 2024-08-08T13:35:34.162Z | Downloaded tower-service v0.3.2 |
266 | 2024-08-08T13:35:34.165Z | Downloaded untrusted v0.7.1 |
267 | 2024-08-08T13:35:34.165Z | Downloaded newline-converter v0.3.0 |
268 | 2024-08-08T13:35:34.168Z | Downloaded compact_str v0.7.1 |
269 | 2024-08-08T13:35:34.170Z | Downloaded openssl-probe v0.1.5 |
270 | 2024-08-08T13:35:34.170Z | Downloaded openssl-macros v0.1.1 |
271 | 2024-08-08T13:35:34.173Z | Downloaded unicode-xid v0.2.4 |
272 | 2024-08-08T13:35:34.173Z | Downloaded httpdate v1.0.3 |
273 | 2024-08-08T13:35:34.175Z | Downloaded parking_lot v0.12.2 |
274 | 2024-08-08T13:35:34.178Z | Downloaded cc v1.0.97 |
275 | 2024-08-08T13:35:34.181Z | Downloaded num_threads v0.1.7 |
276 | 2024-08-08T13:35:34.181Z | Downloaded socket2 v0.5.7 |
277 | 2024-08-08T13:35:34.183Z | Downloaded lru v0.12.3 |
278 | 2024-08-08T13:35:34.183Z | Downloaded serde_yaml v0.9.34+deprecated |
279 | 2024-08-08T13:35:34.187Z | Downloaded pem v1.1.1 |
280 | 2024-08-08T13:35:34.189Z | Downloaded paste v1.0.15 |
281 | 2024-08-08T13:35:34.192Z | Downloaded futures-io v0.3.30 |
282 | 2024-08-08T13:35:34.192Z | Downloaded piper v0.2.1 |
283 | 2024-08-08T13:35:34.195Z | Downloaded hostname v0.3.1 |
284 | 2024-08-08T13:35:34.197Z | Downloaded unicode-truncate v1.0.0 |
285 | 2024-08-08T13:35:34.197Z | Downloaded polling v2.8.0 |
286 | 2024-08-08T13:35:34.201Z | Downloaded humantime v2.1.0 |
287 | 2024-08-08T13:35:34.204Z | Downloaded tracing-attributes v0.1.27 |
288 | 2024-08-08T13:35:34.204Z | Downloaded futures-sink v0.3.30 |
289 | 2024-08-08T13:35:34.206Z | Downloaded toml v0.8.19 |
290 | 2024-08-08T13:35:34.209Z | Downloaded http-body v0.4.6 |
291 | 2024-08-08T13:35:34.212Z | Downloaded kv-log-macro v1.0.7 |
292 | 2024-08-08T13:35:34.212Z | Downloaded io-lifetimes v1.0.11 |
293 | 2024-08-08T13:35:34.215Z | Downloaded futures-core v0.3.30 |
294 | 2024-08-08T13:35:34.223Z | Downloaded utf-8 v0.7.6 |
295 | 2024-08-08T13:35:34.223Z | Downloaded pin-project-lite v0.2.14 |
296 | 2024-08-08T13:35:34.223Z | Downloaded ppv-lite86 v0.2.17 |
297 | 2024-08-08T13:35:34.223Z | Downloaded serde_derive v1.0.204 |
298 | 2024-08-08T13:35:34.227Z | Downloaded schemars v0.8.21 |
299 | 2024-08-08T13:35:34.237Z | Downloaded heck v0.5.0 |
300 | 2024-08-08T13:35:34.239Z | Downloaded hyper-tls v0.5.0 |
301 | 2024-08-08T13:35:34.239Z | Downloaded futures-lite v2.3.0 |
302 | 2024-08-08T13:35:34.242Z | Downloaded parking_lot_core v0.9.10 |
303 | 2024-08-08T13:35:34.245Z | Downloaded num_cpus v1.16.0 |
304 | 2024-08-08T13:35:34.248Z | Downloaded typenum v1.17.0 |
305 | 2024-08-08T13:35:34.250Z | Downloaded tinyvec v1.6.1 |
306 | 2024-08-08T13:35:34.253Z | Downloaded uuid v1.10.0 |
307 | 2024-08-08T13:35:34.256Z | Downloaded form_urlencoded v1.2.1 |
308 | 2024-08-08T13:35:34.256Z | Downloaded futures-channel v0.3.30 |
309 | 2024-08-08T13:35:34.259Z | Downloaded futures-executor v0.3.30 |
310 | 2024-08-08T13:35:34.259Z | Downloaded heck v0.4.1 |
311 | 2024-08-08T13:35:34.261Z | Downloaded oauth2 v4.4.2 |
312 | 2024-08-08T13:35:34.264Z | Downloaded predicates-core v1.0.6 |
313 | 2024-08-08T13:35:34.264Z | Downloaded iana-time-zone v0.1.60 |
314 | 2024-08-08T13:35:34.267Z | Downloaded walkdir v2.5.0 |
315 | 2024-08-08T13:35:34.269Z | Downloaded log v0.4.22 |
316 | 2024-08-08T13:35:34.272Z | Downloaded pin-project v1.1.5 |
317 | 2024-08-08T13:35:34.281Z | Downloaded jobserver v0.1.31 |
318 | 2024-08-08T13:35:34.284Z | Downloaded tungstenite v0.20.1 |
319 | 2024-08-08T13:35:34.286Z | Downloaded predicates v3.1.2 |
320 | 2024-08-08T13:35:34.289Z | Downloaded curl v0.4.46 |
321 | 2024-08-08T13:35:34.293Z | Downloaded aho-corasick v1.1.3 |
322 | 2024-08-08T13:35:34.299Z | Downloaded unicode-bidi v0.3.15 |
323 | 2024-08-08T13:35:34.302Z | Downloaded httpmock v0.6.8 |
324 | 2024-08-08T13:35:34.307Z | Downloaded tracing-core v0.1.32 |
325 | 2024-08-08T13:35:34.309Z | Downloaded mio v0.8.11 |
326 | 2024-08-08T13:35:34.315Z | Downloaded num-traits v0.2.19 |
327 | 2024-08-08T13:35:34.318Z | Downloaded futures v0.3.30 |
328 | 2024-08-08T13:35:34.322Z | Downloaded indicatif v0.17.8 |
329 | 2024-08-08T13:35:34.326Z | Downloaded rand v0.8.5 |
330 | 2024-08-08T13:35:34.330Z | Downloaded unsafe-libyaml v0.2.11 |
331 | 2024-08-08T13:35:34.333Z | Downloaded openssl-sys v0.9.103 |
332 | 2024-08-08T13:35:34.338Z | Downloaded tracing v0.1.40 |
333 | 2024-08-08T13:35:34.342Z | Downloaded futures-lite v1.13.0 |
334 | 2024-08-08T13:35:34.345Z | Downloaded indexmap v2.3.0 |
335 | 2024-08-08T13:35:34.348Z | Downloaded toml_edit v0.22.20 |
336 | 2024-08-08T13:35:34.371Z | Downloaded clap_builder v4.5.13 |
337 | 2024-08-08T13:35:34.377Z | Downloaded pretty_assertions v1.4.0 |
338 | 2024-08-08T13:35:34.380Z | Downloaded crossbeam-channel v0.5.12 |
339 | 2024-08-08T13:35:34.383Z | Downloaded crossterm v0.27.0 |
340 | 2024-08-08T13:35:34.389Z | Downloaded url v2.5.2 |
341 | 2024-08-08T13:35:34.392Z | Downloaded memchr v2.7.2 |
342 | 2024-08-08T13:35:34.397Z | Downloaded unicode-segmentation v1.11.0 |
343 | 2024-08-08T13:35:34.400Z | Downloaded base64 v0.21.7 |
344 | 2024-08-08T13:35:34.403Z | Downloaded mime v0.3.17 |
345 | 2024-08-08T13:35:34.406Z | Downloaded waker-fn v1.1.1 |
346 | 2024-08-08T13:35:34.406Z | Downloaded zerocopy v0.7.34 |
347 | 2024-08-08T13:35:34.421Z | Downloaded futures-util v0.3.30 |
348 | 2024-08-08T13:35:34.433Z | Downloaded portable-atomic v1.6.0 |
349 | 2024-08-08T13:35:34.438Z | Downloaded winnow v0.6.18 |
350 | 2024-08-08T13:35:34.446Z | Downloaded http v1.1.0 |
351 | 2024-08-08T13:35:34.451Z | Downloaded http v0.2.12 |
352 | 2024-08-08T13:35:34.454Z | Downloaded serde_json v1.0.122 |
353 | 2024-08-08T13:35:34.461Z | Downloaded itertools v0.12.1 |
354 | 2024-08-08T13:35:34.468Z | Downloaded vcpkg v0.2.15 |
355 | 2024-08-08T13:35:34.505Z | Downloaded hyper v0.14.28 |
356 | 2024-08-08T13:35:34.512Z | Downloaded git2 v0.19.0 |
357 | 2024-08-08T13:35:34.520Z | Downloaded openssl v0.10.66 |
358 | 2024-08-08T13:35:34.529Z | Downloaded hashbrown v0.14.5 |
359 | 2024-08-08T13:35:34.534Z | Downloaded itertools v0.11.0 |
360 | 2024-08-08T13:35:34.541Z | Downloaded lalrpop v0.20.2 |
361 | 2024-08-08T13:35:34.552Z | Downloaded rustls-webpki v0.102.3 |
362 | 2024-08-08T13:35:34.570Z | Downloaded bstr v1.9.1 |
363 | 2024-08-08T13:35:34.579Z | Downloaded h2 v0.3.26 |
364 | 2024-08-08T13:35:34.586Z | Downloaded rustls-webpki v0.101.7 |
365 | 2024-08-08T13:35:34.599Z | Downloaded reqwest v0.11.27 |
366 | 2024-08-08T13:35:34.606Z | Downloaded isahc v1.7.2 |
367 | 2024-08-08T13:35:34.614Z | Downloaded async-std v1.12.0 |
368 | 2024-08-08T13:35:34.633Z | Downloaded regex v1.10.6 |
369 | 2024-08-08T13:35:34.645Z | Downloaded unicode-normalization v0.1.23 |
370 | 2024-08-08T13:35:34.648Z | Downloaded chrono v0.4.38 |
371 | 2024-08-08T13:35:34.655Z | Downloaded tokio-util v0.7.11 |
372 | 2024-08-08T13:35:34.662Z | Downloaded time v0.3.36 |
373 | 2024-08-08T13:35:34.668Z | Downloaded lock_api v0.4.12 |
374 | 2024-08-08T13:35:34.670Z | Downloaded httparse v1.8.0 |
375 | 2024-08-08T13:35:34.673Z | Downloaded polling v3.7.0 |
376 | 2024-08-08T13:35:34.676Z | Downloaded expectorate v1.1.0 |
377 | 2024-08-08T13:35:34.676Z | Downloaded unicode-ident v1.0.12 |
378 | 2024-08-08T13:35:34.679Z | Downloaded rustls v0.22.4 |
379 | 2024-08-08T13:35:34.692Z | Downloaded rustls v0.21.12 |
380 | 2024-08-08T13:35:34.702Z | Downloaded ryu v1.0.18 |
381 | 2024-08-08T13:35:34.706Z | Downloaded webpki-roots v0.25.4 |
382 | 2024-08-08T13:35:34.710Z | Downloaded once_cell v1.19.0 |
383 | 2024-08-08T13:35:34.712Z | Downloaded hyper-rustls v0.24.2 |
384 | 2024-08-08T13:35:34.716Z | Downloaded libc v0.2.154 |
385 | 2024-08-08T13:35:34.744Z | Downloaded idna v0.5.0 |
386 | 2024-08-08T13:35:34.748Z | Downloaded rustix v0.37.27 |
387 | 2024-08-08T13:35:34.767Z | Downloaded regress v0.10.0 |
388 | 2024-08-08T13:35:34.775Z | Downloaded syn v2.0.72 |
389 | 2024-08-08T13:35:34.786Z | Downloaded rustix v0.38.34 |
390 | 2024-08-08T13:35:34.807Z | Downloaded openapiv3 v2.0.0 |
391 | 2024-08-08T13:35:34.818Z | Downloaded ratatui v0.26.3 |
392 | 2024-08-08T13:35:34.835Z | Downloaded regex-syntax v0.8.3 |
393 | 2024-08-08T13:35:34.843Z | Downloaded bytes v1.6.1 |
394 | 2024-08-08T13:35:34.847Z | Downloaded tokio-rustls v0.25.0 |
395 | 2024-08-08T13:35:34.849Z | Downloaded untrusted v0.9.0 |
396 | 2024-08-08T13:35:34.852Z | Downloaded slog v2.7.0 |
397 | 2024-08-08T13:35:34.854Z | Downloaded pico-args v0.5.0 |
398 | 2024-08-08T13:35:34.854Z | Downloaded unicode-width v0.1.12 |
399 | 2024-08-08T13:35:34.857Z | Downloaded hostname v0.4.0 |
400 | 2024-08-08T13:35:34.857Z | Downloaded wait-timeout v0.2.0 |
401 | 2024-08-08T13:35:34.859Z | Downloaded version_check v0.9.5 |
402 | 2024-08-08T13:35:34.860Z | Downloaded serde v1.0.204 |
403 | 2024-08-08T13:35:34.862Z | Downloaded base64 v0.22.1 |
404 | 2024-08-08T13:35:34.865Z | Downloaded getrandom v0.2.15 |
405 | 2024-08-08T13:35:34.868Z | Downloaded spin v0.9.8 |
406 | 2024-08-08T13:35:34.870Z | Downloaded clap v4.5.13 |
407 | 2024-08-08T13:35:34.878Z | Downloaded bitflags v2.5.0 |
408 | 2024-08-08T13:35:34.882Z | Downloaded tempfile v3.11.0 |
409 | 2024-08-08T13:35:34.884Z | Downloaded allocator-api2 v0.2.18 |
410 | 2024-08-08T13:35:34.887Z | Downloaded async-io v2.3.2 |
411 | 2024-08-08T13:35:34.890Z | Downloaded regex-automata v0.4.6 |
412 | 2024-08-08T13:35:34.907Z | Downloaded encoding_rs v0.8.34 |
413 | 2024-08-08T13:35:34.927Z | Downloaded try-lock v0.2.5 |
414 | 2024-08-08T13:35:34.930Z | Downloaded bit-vec v0.6.3 |
415 | 2024-08-08T13:35:34.930Z | Downloaded assert_cmd v2.0.15 |
416 | 2024-08-08T13:35:34.933Z | Downloaded anyhow v1.0.86 |
417 | 2024-08-08T13:35:34.935Z | Downloaded termcolor v1.4.1 |
418 | 2024-08-08T13:35:34.935Z | Downloaded slog-term v2.9.1 |
419 | 2024-08-08T13:35:34.938Z | Downloaded tokio-rustls v0.24.1 |
420 | 2024-08-08T13:35:34.940Z | Downloaded strsim v0.11.1 |
421 | 2024-08-08T13:35:34.943Z | Downloaded static_assertions v1.1.0 |
422 | 2024-08-08T13:35:34.943Z | Downloaded sha2 v0.10.8 |
423 | 2024-08-08T13:35:34.946Z | Downloaded dialoguer v0.10.4 |
424 | 2024-08-08T13:35:34.948Z | Downloaded crossbeam-utils v0.8.19 |
425 | 2024-08-08T13:35:34.951Z | Downloaded event-listener-strategy v0.5.2 |
426 | 2024-08-08T13:35:34.951Z | Downloaded dyn-clone v1.0.17 |
427 | 2024-08-08T13:35:34.954Z | Downloaded dirs-next v2.0.0 |
428 | 2024-08-08T13:35:34.954Z | Downloaded debug-ignore v1.0.5 |
429 | 2024-08-08T13:35:34.956Z | Downloaded cassowary v0.3.0 |
430 | 2024-08-08T13:35:34.956Z | Downloaded crypto-common v0.1.6 |
431 | 2024-08-08T13:35:34.959Z | Downloaded cfg-if v1.0.0 |
432 | 2024-08-08T13:35:34.959Z | Downloaded castaway v0.2.2 |
433 | 2024-08-08T13:35:34.961Z | Downloaded autocfg v1.3.0 |
434 | 2024-08-08T13:35:34.961Z | Downloaded dirs v4.0.0 |
435 | 2024-08-08T13:35:34.964Z | Downloaded signal-hook-mio v0.2.3 |
436 | 2024-08-08T13:35:34.964Z | Downloaded shell-words v1.1.0 |
437 | 2024-08-08T13:35:34.967Z | Downloaded concurrent-queue v2.5.0 |
438 | 2024-08-08T13:35:34.967Z | Downloaded clap_derive v4.5.13 |
439 | 2024-08-08T13:35:34.969Z | Downloaded camino v1.1.7 |
440 | 2024-08-08T13:35:34.969Z | Downloaded async-io v1.13.0 |
441 | 2024-08-08T13:35:34.972Z | Downloaded async-global-executor v2.4.1 |
442 | 2024-08-08T13:35:34.975Z | Downloaded ascii-canvas v3.0.0 |
443 | 2024-08-08T13:35:34.975Z | Downloaded string_cache v0.8.7 |
444 | 2024-08-08T13:35:34.978Z | Downloaded spin v0.5.2 |
445 | 2024-08-08T13:35:34.978Z | Downloaded siphasher v0.3.11 |
446 | 2024-08-08T13:35:34.980Z | Downloaded powerfmt v0.2.0 |
447 | 2024-08-08T13:35:34.980Z | Downloaded petgraph v0.6.5 |
448 | 2024-08-08T13:35:34.996Z | Downloaded tokio v1.38.0 |
449 | 2024-08-08T13:35:35.032Z | Downloaded async-task v4.7.1 |
450 | 2024-08-08T13:35:35.034Z | Downloaded async-executor v1.11.0 |
451 | 2024-08-08T13:35:35.037Z | Downloaded anstyle-parse v0.2.4 |
452 | 2024-08-08T13:35:35.037Z | Downloaded rand_chacha v0.3.1 |
453 | 2024-08-08T13:35:35.040Z | Downloaded predicates-tree v1.0.9 |
454 | 2024-08-08T13:35:35.040Z | Downloaded assert-json-diff v2.0.2 |
455 | 2024-08-08T13:35:35.282Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
456 | 2024-08-08T13:35:35.392Z | Downloaded curl-sys v0.4.72+curl-8.6.0 |
457 | 2024-08-08T13:35:35.596Z | Downloaded libnghttp2-sys v0.1.10+1.61.0 |
458 | 2024-08-08T13:35:35.743Z | Downloaded libz-sys v1.1.16 |
459 | 2024-08-08T13:35:35.986Z | Downloaded ring v0.17.8 |
460 | 2024-08-08T13:35:36.109Z | Downloaded ring v0.16.20 |
461 | 2024-08-08T13:35:36.311Z | Downloaded openssl-src v300.2.3+3.2.1 |
462 | 2024-08-08T13:35:36.886Z | Compiling proc-macro2 v1.0.86 |
463 | 2024-08-08T13:35:36.886Z | Compiling unicode-ident v1.0.12 |
464 | 2024-08-08T13:35:36.889Z | Compiling once_cell v1.19.0 |
465 | 2024-08-08T13:35:36.889Z | Compiling libc v0.2.154 |
466 | 2024-08-08T13:35:36.889Z | Compiling cfg-if v1.0.0 |
467 | 2024-08-08T13:35:36.889Z | Compiling autocfg v1.3.0 |
468 | 2024-08-08T13:35:36.914Z | Compiling serde v1.0.204 |
469 | 2024-08-08T13:35:36.918Z | 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-08-08T13:35:36.918Z | 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-08-08T13:35:36.918Z | 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-08-08T13:35:36.918Z | 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` |
473 | 2024-08-08T13:35:36.918Z | 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` |
474 | 2024-08-08T13:35:36.918Z | 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-08-08T13:35:36.918Z | 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-08-08T13:35:36.926Z | 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-08-08T13:35:37.010Z | Compiling version_check v0.9.5 |
478 | 2024-08-08T13:35:37.013Z | 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.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=6f4ed7fe4b800e1e -C extra-filename=-6f4ed7fe4b800e1e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
479 | 2024-08-08T13:35:37.084Z | Compiling memchr v2.7.2 |
480 | 2024-08-08T13:35:37.088Z | 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` |
481 | 2024-08-08T13:35:37.385Z | Compiling itoa v1.0.11 |
482 | 2024-08-08T13:35:37.388Z | 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` |
483 | 2024-08-08T13:35:37.557Z | Compiling pin-project-lite v0.2.14 |
484 | 2024-08-08T13:35:37.560Z | 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` |
485 | 2024-08-08T13:35:37.571Z | Compiling value-bag v1.9.0 |
486 | 2024-08-08T13:35:37.574Z | 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` |
487 | 2024-08-08T13:35:37.601Z | Compiling ahash v0.8.11 |
488 | 2024-08-08T13:35:37.604Z | 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=3c0703c31a4d81bc -C extra-filename=-3c0703c31a4d81bc --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ahash-3c0703c31a4d81bc -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-6f4ed7fe4b800e1e.rlib --cap-lints allow` |
489 | 2024-08-08T13:35:37.732Z | Compiling zerocopy v0.7.34 |
490 | 2024-08-08T13:35:37.766Z | 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` |
491 | 2024-08-08T13:35:38.117Z | Compiling log v0.4.22 |
492 | 2024-08-08T13:35:38.121Z | 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` |
493 | 2024-08-08T13:35:38.275Z | Compiling futures-core v0.3.30 |
494 | 2024-08-08T13:35:38.277Z | 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` |
495 | 2024-08-08T13:35:38.463Z | Compiling allocator-api2 v0.2.18 |
496 | 2024-08-08T13:35:38.466Z | 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` |
497 | 2024-08-08T13:35:38.588Z | Compiling pkg-config v0.3.30 |
498 | 2024-08-08T13:35:38.591Z | 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` |
499 | 2024-08-08T13:35:38.776Z | Compiling vcpkg v0.2.15 |
500 | 2024-08-08T13:35:38.779Z | 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` |
501 | 2024-08-08T13:35:39.028Z | Compiling futures-io v0.3.30 |
502 | 2024-08-08T13:35:39.031Z | 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` |
503 | 2024-08-08T13:35:39.265Z | Compiling ryu v1.0.18 |
504 | 2024-08-08T13:35:39.268Z | 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` |
505 | 2024-08-08T13:35:39.494Z | Compiling lock_api v0.4.12 |
506 | 2024-08-08T13:35:39.498Z | 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` |
507 | 2024-08-08T13:35:39.520Z | Compiling parking_lot_core v0.9.10 |
508 | 2024-08-08T13:35:39.523Z | 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` |
509 | 2024-08-08T13:35:39.946Z | Compiling smallvec v1.13.2 |
510 | 2024-08-08T13:35:39.949Z | 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` |
511 | 2024-08-08T13:35:40.223Z | Compiling slab v0.4.9 |
512 | 2024-08-08T13:35:40.226Z | 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` |
513 | 2024-08-08T13:35:41.172Z | Compiling serde_json v1.0.122 |
514 | 2024-08-08T13:35:41.176Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-6561c4da8eda41f7/build-script-build` |
515 | 2024-08-08T13:35:41.185Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-62193931a758e13f/build-script-build` |
516 | 2024-08-08T13:35:41.188Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-85c1f076fa20bc8f/build-script-build` |
517 | 2024-08-08T13:35:41.188Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-f987badc8bb3ef96/build-script-build` |
518 | 2024-08-08T13:35:41.188Z | 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.122/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=91e06384b226dff8 -C extra-filename=-91e06384b226dff8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-91e06384b226dff8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
519 | 2024-08-08T13:35:41.188Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ahash-3c0703c31a4d81bc/build-script-build` |
520 | 2024-08-08T13:35:41.188Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-f8a29f754ca2c968/build-script-build` |
521 | 2024-08-08T13:35:41.227Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-c60e26fcad534716/build-script-build` |
522 | 2024-08-08T13:35:41.244Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-41781b31142efd09/build-script-build` |
523 | 2024-08-08T13:35:41.288Z | Compiling bytes v1.6.1 |
524 | 2024-08-08T13:35:41.291Z | 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.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=5a09297d321f914a -C extra-filename=-5a09297d321f914a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
525 | 2024-08-08T13:35:41.305Z | 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=052623b084dcc551 -C extra-filename=-052623b084dcc551 --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"'` |
526 | 2024-08-08T13:35:41.339Z | 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` |
527 | 2024-08-08T13:35:41.342Z | 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` |
528 | 2024-08-08T13:35:41.355Z | Compiling equivalent v1.0.1 |
529 | 2024-08-08T13:35:41.358Z | 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` |
530 | 2024-08-08T13:35:41.372Z | 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` |
531 | 2024-08-08T13:35:41.390Z | 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` |
532 | 2024-08-08T13:35:41.455Z | Compiling num-traits v0.2.19 |
533 | 2024-08-08T13:35:41.459Z | 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` |
534 | 2024-08-08T13:35:41.514Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-91e06384b226dff8/build-script-build` |
535 | 2024-08-08T13:35:41.539Z | Compiling bitflags v2.5.0 |
536 | 2024-08-08T13:35:41.542Z | 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` |
537 | 2024-08-08T13:35:41.660Z | Compiling fnv v1.0.7 |
538 | 2024-08-08T13:35:41.663Z | 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` |
539 | 2024-08-08T13:35:41.776Z | Compiling hashbrown v0.14.5 |
540 | 2024-08-08T13:35:41.779Z | 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=3eec4a954e5334ec -C extra-filename=-3eec4a954e5334ec --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-052623b084dcc551.rmeta --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-efdfbec2ca0c7573.rmeta --cap-lints allow` |
541 | 2024-08-08T13:35:41.794Z | Compiling scopeguard v1.2.0 |
542 | 2024-08-08T13:35:41.795Z | 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` |
543 | 2024-08-08T13:35:41.813Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-af52aea2cd4214f5/build-script-build` |
544 | 2024-08-08T13:35:41.931Z | 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` |
545 | 2024-08-08T13:35:41.987Z | Compiling tracing-core v0.1.32 |
546 | 2024-08-08T13:35:42.017Z | 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` |
547 | 2024-08-08T13:35:42.021Z | 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` |
548 | 2024-08-08T13:35:42.117Z | Compiling quote v1.0.36 |
549 | 2024-08-08T13:35:42.120Z | 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` |
550 | 2024-08-08T13:35:42.442Z | Compiling jobserver v0.1.31 |
551 | 2024-08-08T13:35:42.446Z | 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` |
552 | 2024-08-08T13:35:42.717Z | Compiling syn v2.0.72 |
553 | 2024-08-08T13:35:42.720Z | 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.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=984a9a06940b8337 -C extra-filename=-984a9a06940b8337 --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` |
554 | 2024-08-08T13:35:42.958Z | Compiling cc v1.0.97 |
555 | 2024-08-08T13:35:42.961Z | 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` |
556 | 2024-08-08T13:35:42.999Z | Compiling getrandom v0.2.15 |
557 | 2024-08-08T13:35:43.010Z | 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` |
558 | 2024-08-08T13:35:43.220Z | Compiling signal-hook-registry v1.4.2 |
559 | 2024-08-08T13:35:43.220Z | 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` |
560 | 2024-08-08T13:35:43.259Z | Compiling mio v0.8.11 |
561 | 2024-08-08T13:35:43.283Z | 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` |
562 | 2024-08-08T13:35:43.305Z | 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` |
563 | 2024-08-08T13:35:43.437Z | Compiling regex-syntax v0.8.3 |
564 | 2024-08-08T13:35:43.440Z | 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` |
565 | 2024-08-08T13:35:43.704Z | Compiling crossbeam-utils v0.8.19 |
566 | 2024-08-08T13:35:43.707Z | 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-08-08T13:35:43.944Z | Compiling parking_lot v0.12.2 |
568 | 2024-08-08T13:35:43.947Z | 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` |
569 | 2024-08-08T13:35:44.047Z | Compiling socket2 v0.5.7 |
570 | 2024-08-08T13:35:44.051Z | 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` |
571 | 2024-08-08T13:35:44.218Z | Compiling openssl-src v300.2.3+3.2.1 |
572 | 2024-08-08T13:35:44.221Z | 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` |
573 | 2024-08-08T13:35:44.264Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-1aace4d0925c592c/build-script-build` |
574 | 2024-08-08T13:35:44.289Z | 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` |
575 | 2024-08-08T13:35:44.639Z | Compiling http v0.2.12 |
576 | 2024-08-08T13:35:44.643Z | 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=268dc1bd91323b1b -C extra-filename=-268dc1bd91323b1b --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-5a09297d321f914a.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` |
577 | 2024-08-08T13:35:44.731Z | Compiling percent-encoding v2.3.1 |
578 | 2024-08-08T13:35:44.734Z | 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` |
579 | 2024-08-08T13:35:44.990Z | Compiling pin-utils v0.1.0 |
580 | 2024-08-08T13:35:44.993Z | 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` |
581 | 2024-08-08T13:35:45.075Z | Compiling futures-sink v0.3.30 |
582 | 2024-08-08T13:35:45.120Z | 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` |
583 | 2024-08-08T13:35:45.127Z | Compiling tinyvec_macros v0.1.1 |
584 | 2024-08-08T13:35:45.130Z | 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-08-08T13:35:45.146Z | Compiling form_urlencoded v1.2.1 |
586 | 2024-08-08T13:35:45.178Z | 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` |
587 | 2024-08-08T13:35:45.212Z | Compiling tinyvec v1.6.1 |
588 | 2024-08-08T13:35:45.216Z | 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` |
589 | 2024-08-08T13:35:45.230Z | Compiling num_cpus v1.16.0 |
590 | 2024-08-08T13:35:45.271Z | 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` |
591 | 2024-08-08T13:35:45.346Z | 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` |
592 | 2024-08-08T13:35:45.494Z | Compiling futures-channel v0.3.30 |
593 | 2024-08-08T13:35:45.524Z | 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` |
594 | 2024-08-08T13:35:45.821Z | Compiling unicode-bidi v0.3.15 |
595 | 2024-08-08T13:35:45.824Z | 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` |
596 | 2024-08-08T13:35:45.937Z | Compiling futures-task v0.3.30 |
597 | 2024-08-08T13:35:45.940Z | 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` |
598 | 2024-08-08T13:35:46.250Z | 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` |
599 | 2024-08-08T13:35:46.280Z | Compiling openssl-sys v0.9.103 |
600 | 2024-08-08T13:35:46.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/openssl-sys-0.9.103/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=ed3b047c2b6a98f7 -C extra-filename=-ed3b047c2b6a98f7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-ed3b047c2b6a98f7 -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` |
601 | 2024-08-08T13:35:46.602Z | Compiling ring v0.17.8 |
602 | 2024-08-08T13:35:46.605Z | 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` |
603 | 2024-08-08T13:35:46.630Z | Compiling unicode-normalization v0.1.23 |
604 | 2024-08-08T13:35:46.633Z | 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-08-08T13:35:46.940Z | Compiling schemars v0.8.21 |
606 | 2024-08-08T13:35:46.943Z | 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` |
607 | 2024-08-08T13:35:47.328Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-ed3b047c2b6a98f7/build-script-main` |
608 | 2024-08-08T13:35:47.330Z | Compiling thiserror v1.0.63 |
609 | 2024-08-08T13:35:47.330Z | 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.63/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=2683a85838045665 -C extra-filename=-2683a85838045665 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-2683a85838045665 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
610 | 2024-08-08T13:35:47.414Z | Compiling spin v0.9.8 |
611 | 2024-08-08T13:35:47.417Z | 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` |
612 | 2024-08-08T13:35:47.530Z | Compiling idna v0.5.0 |
613 | 2024-08-08T13:35:47.533Z | 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` |
614 | 2024-08-08T13:35:47.651Z | Compiling httparse v1.8.0 |
615 | 2024-08-08T13:35:47.689Z | 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` |
616 | 2024-08-08T13:35:47.689Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-c7013478511c32f9/build-script-build` |
617 | 2024-08-08T13:35:47.764Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-55094047b34bd824/build-script-build` |
618 | 2024-08-08T13:35:47.789Z | Compiling concurrent-queue v2.5.0 |
619 | 2024-08-08T13:35:47.792Z | 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` |
620 | 2024-08-08T13:35:47.887Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-2683a85838045665/build-script-build` |
621 | 2024-08-08T13:35:47.995Z | Compiling parking v2.2.0 |
622 | 2024-08-08T13:35:47.998Z | 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` |
623 | 2024-08-08T13:35:48.056Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-62cce613a1049bac/build-script-build` |
624 | 2024-08-08T13:35:48.079Z | Compiling untrusted v0.9.0 |
625 | 2024-08-08T13:35:48.082Z | 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` |
626 | 2024-08-08T13:35:48.093Z | Compiling dyn-clone v1.0.17 |
627 | 2024-08-08T13:35:48.096Z | 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` |
628 | 2024-08-08T13:35:48.221Z | 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` |
629 | 2024-08-08T13:35:48.280Z | Compiling socket2 v0.4.10 |
630 | 2024-08-08T13:35:48.283Z | 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` |
631 | 2024-08-08T13:35:48.320Z | Compiling heck v0.5.0 |
632 | 2024-08-08T13:35:48.323Z | 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-08-08T13:35:48.829Z | Compiling aho-corasick v1.1.3 |
634 | 2024-08-08T13:35:48.832Z | 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-08-08T13:35:48.854Z | Compiling libz-sys v1.1.16 |
636 | 2024-08-08T13:35:48.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/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-08-08T13:35:49.123Z | Compiling errno v0.3.9 |
638 | 2024-08-08T13:35:49.126Z | 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-08-08T13:35:49.170Z | Compiling fastrand v2.1.0 |
640 | 2024-08-08T13:35:49.173Z | 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-08-08T13:35:49.353Z | Compiling iana-time-zone v0.1.60 |
642 | 2024-08-08T13:35:49.357Z | 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` |
643 | 2024-08-08T13:35:49.401Z | Compiling serde_derive_internals v0.29.0 |
644 | 2024-08-08T13:35:49.404Z | 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=d0f47d0787099297 -C extra-filename=-d0f47d0787099297 --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-984a9a06940b8337.rmeta --cap-lints allow` |
645 | 2024-08-08T13:35:49.702Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-2a7fe9d6e2825e67/build-script-build` |
646 | 2024-08-08T13:35:49.787Z | Compiling try-lock v0.2.5 |
647 | 2024-08-08T13:35:49.790Z | 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` |
648 | 2024-08-08T13:35:49.918Z | Compiling rustix v0.38.34 |
649 | 2024-08-08T13:35:49.921Z | 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` |
650 | 2024-08-08T13:35:50.512Z | Compiling regex-automata v0.4.6 |
651 | 2024-08-08T13:35:50.515Z | 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` |
652 | 2024-08-08T13:35:50.530Z | Compiling openssl-probe v0.1.5 |
653 | 2024-08-08T13:35:50.533Z | 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` |
654 | 2024-08-08T13:35:50.819Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-fd7484f0d96ec34a/build-script-build` |
655 | 2024-08-08T13:35:50.904Z | Compiling want v0.3.1 |
656 | 2024-08-08T13:35:50.908Z | 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` |
657 | 2024-08-08T13:35:51.184Z | Compiling http-body v0.4.6 |
658 | 2024-08-08T13:35:51.187Z | 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=046e09578987d223 -C extra-filename=-046e09578987d223 --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-5a09297d321f914a.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-268dc1bd91323b1b.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
659 | 2024-08-08T13:35:51.254Z | Compiling httpdate v1.0.3 |
660 | 2024-08-08T13:35:51.258Z | 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` |
661 | 2024-08-08T13:35:51.535Z | Compiling foreign-types-shared v0.1.1 |
662 | 2024-08-08T13:35:51.535Z | 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` |
663 | 2024-08-08T13:35:51.624Z | Compiling openssl v0.10.66 |
664 | 2024-08-08T13:35:51.627Z | 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.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="vendored"' -C metadata=d09360b2a24bc377 -C extra-filename=-d09360b2a24bc377 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-d09360b2a24bc377 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
665 | 2024-08-08T13:35:51.657Z | Compiling tower-service v0.3.2 |
666 | 2024-08-08T13:35:51.660Z | 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` |
667 | 2024-08-08T13:35:51.757Z | Compiling foreign-types v0.3.2 |
668 | 2024-08-08T13:35:51.760Z | 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` |
669 | 2024-08-08T13:35:51.830Z | 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` |
670 | 2024-08-08T13:35:52.013Z | Compiling encoding_rs v0.8.34 |
671 | 2024-08-08T13:35:52.016Z | 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` |
672 | 2024-08-08T13:35:53.905Z | Compiling serde_derive v1.0.204 |
673 | 2024-08-08T13:35:53.908Z | 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=c6fb3f0899438d02 -C extra-filename=-c6fb3f0899438d02 --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
674 | 2024-08-08T13:35:54.410Z | Compiling tracing-attributes v0.1.27 |
675 | 2024-08-08T13:35:54.413Z | 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=fa04223180fbe426 -C extra-filename=-fa04223180fbe426 --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
676 | 2024-08-08T13:35:55.485Z | Compiling tokio-macros v2.3.0 |
677 | 2024-08-08T13:35:55.488Z | 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=23dd71bca4efbf8f -C extra-filename=-23dd71bca4efbf8f --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
678 | 2024-08-08T13:35:55.772Z | Compiling futures-macro v0.3.30 |
679 | 2024-08-08T13:35:55.794Z | 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=8f058b76b15ff942 -C extra-filename=-8f058b76b15ff942 --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
680 | 2024-08-08T13:35:56.013Z | Compiling thiserror-impl v1.0.63 |
681 | 2024-08-08T13:35:56.016Z | 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.63/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=4ddbf92fc182f3a5 -C extra-filename=-4ddbf92fc182f3a5 --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
682 | 2024-08-08T13:35:57.126Z | Compiling tokio v1.38.0 |
683 | 2024-08-08T13:35:57.129Z | 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=cf811be3c325b89d -C extra-filename=-cf811be3c325b89d --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-5a09297d321f914a.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-23dd71bca4efbf8f.so --cap-lints allow` |
684 | 2024-08-08T13:35:57.516Z | Compiling tracing v0.1.40 |
685 | 2024-08-08T13:35:57.519Z | 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=09c12e17653716b1 -C extra-filename=-09c12e17653716b1 --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-fa04223180fbe426.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-10cef7a13e1f7082.rmeta --cap-lints allow` |
686 | 2024-08-08T13:35:57.795Z | Compiling futures-util v0.3.30 |
687 | 2024-08-08T13:35:57.798Z | 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=6821a138bd6e730c -C extra-filename=-6821a138bd6e730c --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-8f058b76b15ff942.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` |
688 | 2024-08-08T13:35:58.061Z | Compiling schemars_derive v0.8.21 |
689 | 2024-08-08T13:35:58.064Z | 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=d4fedaa21ded4d9d -C extra-filename=-d4fedaa21ded4d9d --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-d0f47d0787099297.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
690 | 2024-08-08T13:35:58.764Z | 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.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bc385aba82761800 -C extra-filename=-bc385aba82761800 --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-4ddbf92fc182f3a5.so --cap-lints allow` |
691 | 2024-08-08T13:35:58.900Z | Compiling regex v1.10.6 |
692 | 2024-08-08T13:35:58.903Z | 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.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="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=26b2e57f8c7d3fa7 -C extra-filename=-26b2e57f8c7d3fa7 --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-08-08T13:36:00.097Z | Compiling openssl-macros v0.1.1 |
694 | 2024-08-08T13:36:00.100Z | 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=2cc10ff0fcd25659 -C extra-filename=-2cc10ff0fcd25659 --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
695 | 2024-08-08T13:36:00.838Z | 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=a46bc85c69dc3c2a -C extra-filename=-a46bc85c69dc3c2a --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-c6fb3f0899438d02.so --cap-lints allow --cfg no_diagnostic_namespace` |
696 | 2024-08-08T13:36:00.976Z | Compiling native-tls v0.2.11 |
697 | 2024-08-08T13:36:00.976Z | 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` |
698 | 2024-08-08T13:36:01.051Z | Compiling rustls v0.21.12 |
699 | 2024-08-08T13:36:01.057Z | 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` |
700 | 2024-08-08T13:36:01.173Z | Compiling mime v0.3.17 |
701 | 2024-08-08T13:36:01.177Z | 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` |
702 | 2024-08-08T13:36:01.317Z | 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` |
703 | 2024-08-08T13:36:01.350Z | Compiling base64 v0.21.7 |
704 | 2024-08-08T13:36:01.352Z | 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` |
705 | 2024-08-08T13:36:01.803Z | Compiling typenum v1.17.0 |
706 | 2024-08-08T13:36:01.806Z | 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` |
707 | 2024-08-08T13:36:02.134Z | Compiling anstyle v1.0.7 |
708 | 2024-08-08T13:36:02.136Z | 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` |
709 | 2024-08-08T13:36:02.203Z | 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` |
710 | 2024-08-08T13:36:02.602Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-82d81cd4750fb3ac/build-script-build` |
711 | 2024-08-08T13:36:02.605Z | Compiling rand_core v0.6.4 |
712 | 2024-08-08T13:36:02.605Z | 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` |
713 | 2024-08-08T13:36:02.920Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-e39b9cffd1db3e72/build-script-main` |
714 | 2024-08-08T13:36:03.112Z | Compiling generic-array v0.14.7 |
715 | 2024-08-08T13:36:03.112Z | 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=64314461584b282e -C extra-filename=-64314461584b282e --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-64314461584b282e -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-6f4ed7fe4b800e1e.rlib --cap-lints allow` |
716 | 2024-08-08T13:36:03.128Z | Compiling ppv-lite86 v0.2.17 |
717 | 2024-08-08T13:36:03.145Z | 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` |
718 | 2024-08-08T13:36:03.436Z | 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` |
719 | 2024-08-08T13:36:03.709Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-64314461584b282e/build-script-build` |
720 | 2024-08-08T13:36:03.771Z | 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` |
721 | 2024-08-08T13:36:03.875Z | Compiling rand_chacha v0.3.1 |
722 | 2024-08-08T13:36:03.878Z | 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` |
723 | 2024-08-08T13:36:05.175Z | Compiling tokio-util v0.7.11 |
724 | 2024-08-08T13:36:05.179Z | 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=fd556715aa5592f4 -C extra-filename=-fd556715aa5592f4 --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-5a09297d321f914a.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-cf811be3c325b89d.rmeta --cap-lints allow` |
725 | 2024-08-08T13:36:05.300Z | Compiling sct v0.7.1 |
726 | 2024-08-08T13:36:05.303Z | 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` |
727 | 2024-08-08T13:36:05.625Z | Compiling rustls-webpki v0.101.7 |
728 | 2024-08-08T13:36:05.628Z | 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` |
729 | 2024-08-08T13:36:06.586Z | 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` |
730 | 2024-08-08T13:36:06.691Z | Compiling rustls-pemfile v1.0.4 |
731 | 2024-08-08T13:36:06.694Z | 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` |
732 | 2024-08-08T13:36:07.167Z | Compiling indexmap v2.3.0 |
733 | 2024-08-08T13:36:07.171Z | 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.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=57e0dbbdcccebbcc -C extra-filename=-57e0dbbdcccebbcc --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-3eec4a954e5334ec.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --cap-lints allow` |
734 | 2024-08-08T13:36:07.269Z | 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.122/src/lib.rs --error-format=json --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=8336f7482e5d1bc5 -C extra-filename=-8336f7482e5d1bc5 --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 memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-b13186bfcfd9c320.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --cap-lints allow --cfg limb_width_64` |
735 | 2024-08-08T13:36:07.904Z | Compiling url v2.5.2 |
736 | 2024-08-08T13:36:07.907Z | 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=9cd6dbee71ea67d2 -C extra-filename=-9cd6dbee71ea67d2 --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-a46bc85c69dc3c2a.rmeta --cap-lints allow` |
737 | 2024-08-08T13:36:08.127Z | Compiling chrono v0.4.38 |
738 | 2024-08-08T13:36:08.143Z | 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=df3edbb327b2ea40 -C extra-filename=-df3edbb327b2ea40 --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-a46bc85c69dc3c2a.rmeta --cap-lints allow` |
739 | 2024-08-08T13:36:08.621Z | Compiling h2 v0.3.26 |
740 | 2024-08-08T13:36:08.647Z | 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=67f2291c16de4690 -C extra-filename=-67f2291c16de4690 --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-5a09297d321f914a.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-6821a138bd6e730c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-268dc1bd91323b1b.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-57e0dbbdcccebbcc.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-fd556715aa5592f4.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-09c12e17653716b1.rmeta --cap-lints allow` |
741 | 2024-08-08T13:36:10.020Z | Compiling uuid v1.10.0 |
742 | 2024-08-08T13:36:10.023Z | 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=0281f4677c9177db -C extra-filename=-0281f4677c9177db --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-a46bc85c69dc3c2a.rmeta --cap-lints allow` |
743 | 2024-08-08T13:36:10.487Z | Compiling tokio-rustls v0.24.1 |
744 | 2024-08-08T13:36:10.503Z | 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=c91107529b4f96cb -C extra-filename=-c91107529b4f96cb --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-cf811be3c325b89d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
745 | 2024-08-08T13:36:10.857Z | 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=bd342631d8d5c6d7 -C extra-filename=-bd342631d8d5c6d7 --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-df3edbb327b2ea40.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-d4fedaa21ded4d9d.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
746 | 2024-08-08T13:36:10.901Z | Compiling serde_urlencoded v0.7.1 |
747 | 2024-08-08T13:36:10.904Z | 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=df80dab741ebee1b -C extra-filename=-df80dab741ebee1b --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-a46bc85c69dc3c2a.rmeta --cap-lints allow` |
748 | 2024-08-08T13:36:11.453Z | 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.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="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=42b1a3402ae8c05e -C extra-filename=-42b1a3402ae8c05e --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` |
749 | 2024-08-08T13:36:11.548Z | Compiling event-listener v4.0.3 |
750 | 2024-08-08T13:36:11.575Z | 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` |
751 | 2024-08-08T13:36:12.172Z | Compiling same-file v1.0.6 |
752 | 2024-08-08T13:36:12.175Z | 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` |
753 | 2024-08-08T13:36:12.373Z | Compiling sync_wrapper v0.1.2 |
754 | 2024-08-08T13:36:12.373Z | 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` |
755 | 2024-08-08T13:36:12.404Z | Compiling utf8parse v0.2.1 |
756 | 2024-08-08T13:36:12.407Z | 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` |
757 | 2024-08-08T13:36:12.497Z | Compiling either v1.11.0 |
758 | 2024-08-08T13:36:12.500Z | 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` |
759 | 2024-08-08T13:36:12.560Z | Compiling webpki-roots v0.25.4 |
760 | 2024-08-08T13:36:12.563Z | 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` |
761 | 2024-08-08T13:36:12.639Z | Compiling ipnet v2.9.0 |
762 | 2024-08-08T13:36:12.665Z | 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` |
763 | 2024-08-08T13:36:12.724Z | Compiling anstyle-parse v0.2.4 |
764 | 2024-08-08T13:36:12.741Z | 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` |
765 | 2024-08-08T13:36:12.933Z | Compiling walkdir v2.5.0 |
766 | 2024-08-08T13:36:12.936Z | 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` |
767 | 2024-08-08T13:36:13.071Z | Compiling event-listener-strategy v0.4.0 |
768 | 2024-08-08T13:36:13.074Z | 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` |
769 | 2024-08-08T13:36:13.265Z | Compiling serde_tokenstream v0.2.1 |
770 | 2024-08-08T13:36:13.268Z | 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=04c63a0336720140 -C extra-filename=-04c63a0336720140 --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-a46bc85c69dc3c2a.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-984a9a06940b8337.rmeta --cap-lints allow` |
771 | 2024-08-08T13:36:13.781Z | Compiling serde_spanned v0.6.7 |
772 | 2024-08-08T13:36:13.797Z | 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.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="serde"' -C metadata=494332bda62ee33c -C extra-filename=-494332bda62ee33c --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-a46bc85c69dc3c2a.rmeta --cap-lints allow` |
773 | 2024-08-08T13:36:13.829Z | Compiling toml_datetime v0.6.8 |
774 | 2024-08-08T13:36:13.832Z | 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.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=rust_2018_idioms '--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::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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::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="serde"' -C metadata=993d4237f17c5888 -C extra-filename=-993d4237f17c5888 --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-a46bc85c69dc3c2a.rmeta --cap-lints allow` |
775 | 2024-08-08T13:36:14.025Z | 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=574856a2ac1b3958 -C extra-filename=-574856a2ac1b3958 --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` |
776 | 2024-08-08T13:36:14.136Z | Compiling rand v0.8.5 |
777 | 2024-08-08T13:36:14.166Z | 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` |
778 | 2024-08-08T13:36:14.374Z | Compiling futures-lite v2.3.0 |
779 | 2024-08-08T13:36:14.377Z | 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` |
780 | 2024-08-08T13:36:14.392Z | Compiling libnghttp2-sys v0.1.10+1.61.0 |
781 | 2024-08-08T13:36:14.415Z | 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` |
782 | 2024-08-08T13:36:14.928Z | Compiling regress v0.10.0 |
783 | 2024-08-08T13:36:14.931Z | 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=debad463ac17bc9a -C extra-filename=-debad463ac17bc9a --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-3eec4a954e5334ec.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --cap-lints allow` |
784 | 2024-08-08T13:36:15.272Z | Compiling hyper v0.14.28 |
785 | 2024-08-08T13:36:15.333Z | 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=aaa9ad5636177709 -C extra-filename=-aaa9ad5636177709 --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-5a09297d321f914a.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-6821a138bd6e730c.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-67f2291c16de4690.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-268dc1bd91323b1b.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-046e09578987d223.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-8346587b13f18216.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.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-09c12e17653716b1.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-c97a904080338b58.rmeta --cap-lints allow` |
786 | 2024-08-08T13:36:15.352Z | Compiling event-listener v2.5.3 |
787 | 2024-08-08T13:36:15.356Z | 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` |
788 | 2024-08-08T13:36:15.831Z | Compiling anstyle-query v1.0.3 |
789 | 2024-08-08T13:36:15.835Z | 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` |
790 | 2024-08-08T13:36:15.882Z | Compiling is_terminal_polyfill v1.70.0 |
791 | 2024-08-08T13:36:15.885Z | 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` |
792 | 2024-08-08T13:36:15.963Z | Compiling winnow v0.6.18 |
793 | 2024-08-08T13:36:15.966Z | 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.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 --warn=rust_2018_idioms '--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::uninlined_format_args' '--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::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--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::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=245be7d27a790c28 -C extra-filename=-245be7d27a790c28 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
794 | 2024-08-08T13:36:15.995Z | Compiling colorchoice v1.0.1 |
795 | 2024-08-08T13:36:15.998Z | 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` |
796 | 2024-08-08T13:36:16.142Z | Compiling anstream v0.6.14 |
797 | 2024-08-08T13:36:16.145Z | 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` |
798 | 2024-08-08T13:36:16.257Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-c2f6814531d99b4d/build-script-build` |
799 | 2024-08-08T13:36:16.987Z | Compiling async-lock v3.3.0 |
800 | 2024-08-08T13:36:16.991Z | 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` |
801 | 2024-08-08T13:36:17.507Z | Compiling dirs-sys-next v0.1.2 |
802 | 2024-08-08T13:36:17.511Z | 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` |
803 | 2024-08-08T13:36:18.310Z | Compiling polling v2.8.0 |
804 | 2024-08-08T13:36:18.313Z | 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` |
805 | 2024-08-08T13:36:18.387Z | Compiling io-lifetimes v1.0.11 |
806 | 2024-08-08T13:36:18.390Z | 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` |
807 | 2024-08-08T13:36:18.659Z | Compiling atomic-waker v1.1.2 |
808 | 2024-08-08T13:36:18.662Z | 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` |
809 | 2024-08-08T13:36:18.839Z | Compiling strsim v0.11.1 |
810 | 2024-08-08T13:36:18.842Z | 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` |
811 | 2024-08-08T13:36:18.932Z | 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` |
812 | 2024-08-08T13:36:19.060Z | Compiling clap_lex v0.7.0 |
813 | 2024-08-08T13:36:19.063Z | 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` |
814 | 2024-08-08T13:36:19.578Z | Compiling toml_edit v0.22.20 |
815 | 2024-08-08T13:36:19.581Z | 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.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 --warn=rust_2018_idioms '--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::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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::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"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=94c98b6fc0284052 -C extra-filename=-94c98b6fc0284052 --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-57e0dbbdcccebbcc.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-494332bda62ee33c.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-993d4237f17c5888.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-245be7d27a790c28.rmeta --cap-lints allow` |
816 | 2024-08-08T13:36:19.602Z | Compiling crunchy v0.2.2 |
817 | 2024-08-08T13:36:19.606Z | 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` |
818 | 2024-08-08T13:36:19.721Z | Compiling clap_builder v4.5.13 |
819 | 2024-08-08T13:36:19.762Z | 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.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 --warn=rust_2018_idioms '--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=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::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=afcab1649a278a7f -C extra-filename=-afcab1649a278a7f --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` |
820 | 2024-08-08T13:36:19.917Z | 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-08-08T13:36:20.069Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-c401f24cb2421025/build-script-build` |
822 | 2024-08-08T13:36:20.092Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-5d007121bab626bb/build-script-build` |
823 | 2024-08-08T13:36:20.324Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/polling-3fd7ad9423850f1b/build-script-build` |
824 | 2024-08-08T13:36:20.341Z | Compiling dirs-next v2.0.0 |
825 | 2024-08-08T13:36:20.344Z | Compiling block-buffer v0.10.4 |
826 | 2024-08-08T13:36:20.344Z | 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` |
827 | 2024-08-08T13:36:20.344Z | 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=8cc32246abde288d -C extra-filename=-8cc32246abde288d --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-574856a2ac1b3958.rmeta --cap-lints allow` |
828 | 2024-08-08T13:36:20.446Z | Compiling crypto-common v0.1.6 |
829 | 2024-08-08T13:36:20.449Z | 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=371132763ba0378c -C extra-filename=-371132763ba0378c --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-574856a2ac1b3958.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-514c51e0ae2cae8c.rmeta --cap-lints allow` |
830 | 2024-08-08T13:36:20.523Z | Compiling polling v3.7.0 |
831 | 2024-08-08T13:36:20.526Z | 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=4004e8233921594f -C extra-filename=-4004e8233921594f --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-09c12e17653716b1.rmeta --cap-lints allow` |
832 | 2024-08-08T13:36:20.557Z | Compiling clap_derive v4.5.13 |
833 | 2024-08-08T13:36:20.560Z | 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--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=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::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=ec8ff27dbd865f9c -C extra-filename=-ec8ff27dbd865f9c --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
834 | 2024-08-08T13:36:20.619Z | Compiling event-listener v5.3.0 |
835 | 2024-08-08T13:36:20.622Z | 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` |
836 | 2024-08-08T13:36:20.790Z | Compiling curl-sys v0.4.72+curl-8.6.0 |
837 | 2024-08-08T13:36:20.807Z | 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` |
838 | 2024-08-08T13:36:21.233Z | 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-08-08T13:36:21.287Z | Compiling tiny-keccak v2.0.2 |
840 | 2024-08-08T13:36:21.290Z | 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` |
841 | 2024-08-08T13:36:21.546Z | Compiling waker-fn v1.1.1 |
842 | 2024-08-08T13:36:21.564Z | 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` |
843 | 2024-08-08T13:36:21.594Z | Compiling rustix v0.37.27 |
844 | 2024-08-08T13:36:21.597Z | 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` |
845 | 2024-08-08T13:36:21.657Z | Compiling lazy_static v1.4.0 |
846 | 2024-08-08T13:36:21.660Z | 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-08-08T13:36:21.789Z | Compiling hyper-rustls v0.24.2 |
848 | 2024-08-08T13:36:21.792Z | 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=9efc5863a8d765ae -C extra-filename=-9efc5863a8d765ae --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-6821a138bd6e730c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-268dc1bd91323b1b.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-aaa9ad5636177709.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-4877e0783364c7ee.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-c91107529b4f96cb.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
849 | 2024-08-08T13:36:21.973Z | Compiling siphasher v0.3.11 |
850 | 2024-08-08T13:36:21.976Z | 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` |
851 | 2024-08-08T13:36:22.140Z | Compiling fastrand v1.9.0 |
852 | 2024-08-08T13:36:22.143Z | 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-08-08T13:36:22.191Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-1b107a1d73ccc61a/build-script-build` |
854 | 2024-08-08T13:36:22.285Z | Compiling phf_shared v0.10.0 |
855 | 2024-08-08T13:36:22.331Z | 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` |
856 | 2024-08-08T13:36:22.355Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-5324aa666afe1fc5/build-script-build` |
857 | 2024-08-08T13:36:22.409Z | 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` |
858 | 2024-08-08T13:36:22.679Z | Compiling toml v0.8.19 |
859 | 2024-08-08T13:36:22.704Z | 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.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 --warn=rust_2018_idioms '--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::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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::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"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=6f5e020187cccec4 -C extra-filename=-6f5e020187cccec4 --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-a46bc85c69dc3c2a.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-494332bda62ee33c.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-993d4237f17c5888.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rmeta --cap-lints allow` |
860 | 2024-08-08T13:36:22.765Z | Compiling futures-lite v1.13.0 |
861 | 2024-08-08T13:36:22.784Z | 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` |
862 | 2024-08-08T13:36:23.465Z | Compiling event-listener-strategy v0.5.2 |
863 | 2024-08-08T13:36:23.469Z | 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` |
864 | 2024-08-08T13:36:23.666Z | Compiling async-io v2.3.2 |
865 | 2024-08-08T13:36:23.711Z | 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=d7abe5d52d15a04b -C extra-filename=-d7abe5d52d15a04b --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-4004e8233921594f.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-09c12e17653716b1.rmeta --cap-lints allow` |
866 | 2024-08-08T13:36:24.633Z | Compiling digest v0.10.7 |
867 | 2024-08-08T13:36:24.636Z | 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=8e594ba4c8d35a8a -C extra-filename=-8e594ba4c8d35a8a --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-8cc32246abde288d.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-371132763ba0378c.rmeta --cap-lints allow` |
868 | 2024-08-08T13:36:24.739Z | 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` |
869 | 2024-08-08T13:36:24.973Z | Compiling term v0.7.0 |
870 | 2024-08-08T13:36:24.976Z | 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-08-08T13:36:25.296Z | 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-08-08T13:36:25.428Z | 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-08-08T13:36:25.431Z | Compiling clap v4.5.13 |
874 | 2024-08-08T13:36:25.431Z | 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.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 --warn=rust_2018_idioms '--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=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::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=0cb4e62cef50e5a5 -C extra-filename=-0cb4e62cef50e5a5 --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-afcab1649a278a7f.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-ec8ff27dbd865f9c.so --cap-lints allow` |
875 | 2024-08-08T13:36:25.504Z | Compiling futures-executor v0.3.30 |
876 | 2024-08-08T13:36:25.506Z | 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=774c611fa7cd4e8c -C extra-filename=-774c611fa7cd4e8c --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-6821a138bd6e730c.rmeta --cap-lints allow` |
877 | 2024-08-08T13:36:25.536Z | Compiling async-io v1.13.0 |
878 | 2024-08-08T13:36:25.539Z | 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` |
879 | 2024-08-08T13:36:25.897Z | Compiling num-conv v0.1.0 |
880 | 2024-08-08T13:36:25.900Z | 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` |
881 | 2024-08-08T13:36:26.067Z | Compiling bit-vec v0.6.3 |
882 | 2024-08-08T13:36:26.070Z | 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` |
883 | 2024-08-08T13:36:26.163Z | Compiling bitflags v1.3.2 |
884 | 2024-08-08T13:36:26.166Z | 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` |
885 | 2024-08-08T13:36:26.180Z | Compiling fixedbitset v0.4.2 |
886 | 2024-08-08T13:36:26.183Z | 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` |
887 | 2024-08-08T13:36:26.253Z | Compiling new_debug_unreachable v1.0.6 |
888 | 2024-08-08T13:36:26.272Z | 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` |
889 | 2024-08-08T13:36:26.339Z | Compiling cpufeatures v0.2.12 |
890 | 2024-08-08T13:36:26.360Z | 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` |
891 | 2024-08-08T13:36:26.432Z | Compiling unicode-width v0.1.12 |
892 | 2024-08-08T13:36:26.435Z | 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` |
893 | 2024-08-08T13:36:26.435Z | Compiling powerfmt v0.2.0 |
894 | 2024-08-08T13:36:26.448Z | 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` |
895 | 2024-08-08T13:36:26.465Z | Compiling async-task v4.7.1 |
896 | 2024-08-08T13:36:26.468Z | 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-08-08T13:36:26.567Z | Compiling time-core v0.1.2 |
898 | 2024-08-08T13:36:26.583Z | 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` |
899 | 2024-08-08T13:36:26.637Z | Compiling precomputed-hash v0.1.1 |
900 | 2024-08-08T13:36:26.639Z | 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` |
901 | 2024-08-08T13:36:26.729Z | Compiling rustversion v1.0.16 |
902 | 2024-08-08T13:36:26.732Z | 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` |
903 | 2024-08-08T13:36:26.747Z | Compiling time-macros v0.2.18 |
904 | 2024-08-08T13:36:26.750Z | 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` |
905 | 2024-08-08T13:36:26.832Z | Compiling string_cache v0.8.7 |
906 | 2024-08-08T13:36:26.835Z | 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` |
907 | 2024-08-08T13:36:26.852Z | Compiling deranged v0.3.11 |
908 | 2024-08-08T13:36:26.855Z | 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` |
909 | 2024-08-08T13:36:26.996Z | Compiling petgraph v0.6.5 |
910 | 2024-08-08T13:36:26.999Z | 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=5371c7b2dbcc6060 -C extra-filename=-5371c7b2dbcc6060 --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-57e0dbbdcccebbcc.rmeta --cap-lints allow` |
911 | 2024-08-08T13:36:27.230Z | Compiling bit-set v0.5.3 |
912 | 2024-08-08T13:36:27.233Z | 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-08-08T13:36:27.366Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustversion-6e92aa5c3ebb4bde/build-script-build` |
914 | 2024-08-08T13:36:27.431Z | 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` |
915 | 2024-08-08T13:36:27.473Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-io-28ec066985119802/build-script-build` |
916 | 2024-08-08T13:36:27.611Z | Compiling futures v0.3.30 |
917 | 2024-08-08T13:36:27.614Z | 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=419d69cfb5233409 -C extra-filename=-419d69cfb5233409 --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-774c611fa7cd4e8c.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-6821a138bd6e730c.rmeta --cap-lints allow` |
918 | 2024-08-08T13:36:27.764Z | 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-08-08T13:36:28.278Z | Compiling ascii-canvas v3.0.0 |
920 | 2024-08-08T13:36:28.282Z | 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` |
921 | 2024-08-08T13:36:28.733Z | Compiling async-channel v2.2.1 |
922 | 2024-08-08T13:36:28.736Z | 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` |
923 | 2024-08-08T13:36:28.963Z | Compiling piper v0.2.1 |
924 | 2024-08-08T13:36:28.965Z | 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` |
925 | 2024-08-08T13:36:29.060Z | Compiling async-channel v1.9.0 |
926 | 2024-08-08T13:36:29.063Z | 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` |
927 | 2024-08-08T13:36:29.358Z | Compiling async-lock v2.8.0 |
928 | 2024-08-08T13:36:29.361Z | 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` |
929 | 2024-08-08T13:36:29.391Z | Compiling itertools v0.11.0 |
930 | 2024-08-08T13:36:29.417Z | 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` |
931 | 2024-08-08T13:36:29.496Z | Compiling lalrpop-util v0.20.2 |
932 | 2024-08-08T13:36:29.499Z | 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` |
933 | 2024-08-08T13:36:29.564Z | Compiling ena v0.14.3 |
934 | 2024-08-08T13:36:29.567Z | 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` |
935 | 2024-08-08T13:36:29.642Z | Compiling libgit2-sys v0.17.0+1.8.1 |
936 | 2024-08-08T13:36:29.674Z | 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` |
937 | 2024-08-08T13:36:29.864Z | Compiling pico-args v0.5.0 |
938 | 2024-08-08T13:36:29.867Z | 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-08-08T13:36:29.882Z | Compiling slog v2.7.0 |
940 | 2024-08-08T13:36:29.882Z | 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="dynamic-keys"' --cfg 'feature="std"' -C metadata=89e0994415726284 -C extra-filename=-89e0994415726284 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-89e0994415726284 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
941 | 2024-08-08T13:36:29.946Z | Compiling base64 v0.22.1 |
942 | 2024-08-08T13:36:29.950Z | 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` |
943 | 2024-08-08T13:36:30.155Z | Compiling home v0.5.9 |
944 | 2024-08-08T13:36:30.158Z | 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` |
945 | 2024-08-08T13:36:30.220Z | Compiling unicode-xid v0.2.4 |
946 | 2024-08-08T13:36:30.223Z | 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` |
947 | 2024-08-08T13:36:30.363Z | Compiling num_threads v0.1.7 |
948 | 2024-08-08T13:36:30.366Z | 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` |
949 | 2024-08-08T13:36:30.382Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-89e0994415726284/build-script-build` |
950 | 2024-08-08T13:36:30.403Z | 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` |
951 | 2024-08-08T13:36:30.421Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-70e947452d78c237/build-script-build` |
952 | 2024-08-08T13:36:30.440Z | Compiling blocking v1.6.0 |
953 | 2024-08-08T13:36:30.468Z | 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` |
954 | 2024-08-08T13:36:30.483Z | Compiling time v0.3.36 |
955 | 2024-08-08T13:36:30.486Z | 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` |
956 | 2024-08-08T13:36:30.767Z | 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-08-08T13:36:31.086Z | Compiling async-executor v1.11.0 |
958 | 2024-08-08T13:36:31.089Z | 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-08-08T13:36:31.452Z | Compiling async-signal v0.2.6 |
960 | 2024-08-08T13:36:31.456Z | 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=9772f9237aaf9903 -C extra-filename=-9772f9237aaf9903 --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-d7abe5d52d15a04b.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-08-08T13:36:31.879Z | 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` |
962 | 2024-08-08T13:36:31.987Z | Compiling lalrpop v0.20.2 |
963 | 2024-08-08T13:36:31.990Z | 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=8588ebab06074e69 -C extra-filename=-8588ebab06074e69 --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-5371c7b2dbcc6060.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-42b1a3402ae8c05e.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` |
964 | 2024-08-08T13:36:32.095Z | 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` |
965 | 2024-08-08T13:36:32.113Z | 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` |
966 | 2024-08-08T13:36:32.158Z | Compiling pin-project-internal v1.1.5 |
967 | 2024-08-08T13:36:32.158Z | 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=7a6147a19fabdf18 -C extra-filename=-7a6147a19fabdf18 --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
968 | 2024-08-08T13:36:32.233Z | Compiling event-listener v3.1.0 |
969 | 2024-08-08T13:36:32.236Z | 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-08-08T13:36:32.249Z | Compiling dirs-sys v0.3.7 |
971 | 2024-08-08T13:36:32.251Z | 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` |
972 | 2024-08-08T13:36:32.382Z | 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` |
973 | 2024-08-08T13:36:32.859Z | Compiling curl v0.4.46 |
974 | 2024-08-08T13:36:32.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/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` |
975 | 2024-08-08T13:36:33.030Z | Compiling unicode-segmentation v1.11.0 |
976 | 2024-08-08T13:36:33.033Z | 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` |
977 | 2024-08-08T13:36:33.087Z | Compiling signal-hook v0.3.17 |
978 | 2024-08-08T13:36:33.090Z | 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-08-08T13:36:33.230Z | Compiling similar v2.6.0 |
980 | 2024-08-08T13:36:33.233Z | 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.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="text"' -C metadata=4840f3b2b1e8ed58 -C extra-filename=-4840f3b2b1e8ed58 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
981 | 2024-08-08T13:36:33.417Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-0663e5266cc33606/build-script-build` |
982 | 2024-08-08T13:36:33.421Z | Compiling async-process v1.8.1 |
983 | 2024-08-08T13:36:33.424Z | 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=1f7ce55fa9a9bf4e -C extra-filename=-1f7ce55fa9a9bf4e --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-9772f9237aaf9903.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-08-08T13:36:33.803Z | 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` |
985 | 2024-08-08T13:36:33.992Z | Compiling dirs v4.0.0 |
986 | 2024-08-08T13:36:33.995Z | 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` |
987 | 2024-08-08T13:36:34.191Z | Compiling async-global-executor v2.4.1 |
988 | 2024-08-08T13:36:34.194Z | 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=874a0032d6049207 -C extra-filename=-874a0032d6049207 --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-d7abe5d52d15a04b.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-08-08T13:36:34.953Z | 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="dynamic-keys"' --cfg 'feature="std"' -C metadata=7f54b51f2c29b60b -C extra-filename=-7f54b51f2c29b60b --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-08-08T13:36:34.998Z | Compiling sha1 v0.10.6 |
991 | 2024-08-08T13:36:35.001Z | 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=27b1a3b388ae0281 -C extra-filename=-27b1a3b388ae0281 --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-8e594ba4c8d35a8a.rmeta --cap-lints allow` |
992 | 2024-08-08T13:36:35.066Z | Compiling pin-project v1.1.5 |
993 | 2024-08-08T13:36:35.082Z | 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=49f0aebde818c7e3 -C extra-filename=-49f0aebde818c7e3 --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-7a6147a19fabdf18.so --cap-lints allow` |
994 | 2024-08-08T13:36:35.186Z | Compiling openapiv3 v2.0.0 |
995 | 2024-08-08T13:36:35.189Z | 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=877f0fe4b633035c -C extra-filename=-877f0fe4b633035c --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-57e0dbbdcccebbcc.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --cap-lints allow` |
996 | 2024-08-08T13:36:35.427Z | Compiling tempfile v3.11.0 |
997 | 2024-08-08T13:36:35.431Z | 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.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=91d977962d9721d1 -C extra-filename=-91d977962d9721d1 --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 once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --cap-lints allow` |
998 | 2024-08-08T13:36:35.804Z | Compiling async-trait v0.1.81 |
999 | 2024-08-08T13:36:35.807Z | 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=4842d3c5e02d744e -C extra-filename=-4842d3c5e02d744e --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
1000 | 2024-08-08T13:36:35.888Z | 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-08-08T13:36:36.408Z | Compiling kv-log-macro v1.0.7 |
1002 | 2024-08-08T13:36:36.411Z | 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-08-08T13:36:36.456Z | Compiling paste v1.0.15 |
1004 | 2024-08-08T13:36:36.459Z | 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` |
1005 | 2024-08-08T13:36:36.615Z | Compiling rustls-pki-types v1.7.0 |
1006 | 2024-08-08T13:36:36.617Z | 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` |
1007 | 2024-08-08T13:36:36.936Z | Compiling zeroize v1.7.0 |
1008 | 2024-08-08T13:36:36.939Z | 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` |
1009 | 2024-08-08T13:36:37.226Z | Compiling predicates-core v1.0.6 |
1010 | 2024-08-08T13:36:37.229Z | 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` |
1011 | 2024-08-08T13:36:37.520Z | Compiling isahc v1.7.2 |
1012 | 2024-08-08T13:36:37.523Z | 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` |
1013 | 2024-08-08T13:36:37.523Z | 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-08-08T13:36:37.598Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-3fb8f4393b9203ec/build-script-build` |
1015 | 2024-08-08T13:36:37.673Z | Compiling async-std v1.12.0 |
1016 | 2024-08-08T13:36:37.676Z | 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=212c1e406137ef6b -C extra-filename=-212c1e406137ef6b --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-874a0032d6049207.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-1f7ce55fa9a9bf4e.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-08-08T13:36:37.802Z | Compiling tracing-futures v0.2.5 |
1018 | 2024-08-08T13:36:37.806Z | 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=7f4f2154cbcaaf0c -C extra-filename=-7f4f2154cbcaaf0c --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-49f0aebde818c7e3.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-09c12e17653716b1.rmeta --cap-lints allow` |
1019 | 2024-08-08T13:36:37.996Z | 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-08-08T13:36:38.104Z | 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-08-08T13:36:38.189Z | Compiling sluice v0.5.5 |
1022 | 2024-08-08T13:36:38.196Z | 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-08-08T13:36:38.798Z | Compiling console v0.15.8 |
1024 | 2024-08-08T13:36:38.803Z | 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-08-08T13:36:39.233Z | Compiling float-cmp v0.9.0 |
1026 | 2024-08-08T13:36:39.236Z | 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-08-08T13:36:39.421Z | Compiling is-terminal v0.4.12 |
1028 | 2024-08-08T13:36:39.424Z | 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-08-08T13:36:39.536Z | Compiling castaway v0.1.2 |
1030 | 2024-08-08T13:36:39.552Z | 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` |
1031 | 2024-08-08T13:36:39.643Z | Compiling data-encoding v2.6.0 |
1032 | 2024-08-08T13:36:39.646Z | 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` |
1033 | 2024-08-08T13:36:39.799Z | Compiling base64 v0.13.1 |
1034 | 2024-08-08T13:36:39.802Z | 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` |
1035 | 2024-08-08T13:36:39.831Z | Compiling byteorder v1.5.0 |
1036 | 2024-08-08T13:36:39.834Z | 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` |
1037 | 2024-08-08T13:36:40.278Z | Compiling difflib v0.4.0 |
1038 | 2024-08-08T13:36:40.281Z | 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` |
1039 | 2024-08-08T13:36:40.366Z | Compiling normalize-line-endings v0.3.0 |
1040 | 2024-08-08T13:36:40.369Z | 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` |
1041 | 2024-08-08T13:36:40.481Z | Compiling portable-atomic v1.6.0 |
1042 | 2024-08-08T13:36:40.484Z | 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` |
1043 | 2024-08-08T13:36:40.560Z | Compiling rustls v0.22.4 |
1044 | 2024-08-08T13:36:40.563Z | 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` |
1045 | 2024-08-08T13:36:40.859Z | 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` |
1046 | 2024-08-08T13:36:41.173Z | Compiling heck v0.4.1 |
1047 | 2024-08-08T13:36:41.176Z | 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` |
1048 | 2024-08-08T13:36:41.372Z | Compiling utf-8 v0.7.6 |
1049 | 2024-08-08T13:36:41.375Z | 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` |
1050 | 2024-08-08T13:36:41.565Z | Compiling strum_macros v0.26.2 |
1051 | 2024-08-08T13:36:41.568Z | 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=5bb84a8ac6f23399 -C extra-filename=-5bb84a8ac6f23399 --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
1052 | 2024-08-08T13:36:41.663Z | Compiling async-object-pool v0.1.4 |
1053 | 2024-08-08T13:36:41.666Z | 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=7732f88a27dfe806 -C extra-filename=-7732f88a27dfe806 --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-212c1e406137ef6b.rmeta --cap-lints allow` |
1054 | 2024-08-08T13:36:41.822Z | Compiling tungstenite v0.20.1 |
1055 | 2024-08-08T13:36:41.824Z | 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=ad2eb40a102abeec -C extra-filename=-ad2eb40a102abeec --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-5a09297d321f914a.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-268dc1bd91323b1b.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-27b1a3b388ae0281.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bc385aba82761800.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-bf3f808de3435388.rmeta --cap-lints allow` |
1056 | 2024-08-08T13:36:42.234Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8ee8fa511153e1a4/build-script-build` |
1057 | 2024-08-08T13:36:42.255Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-93a089c4c6e556c7/build-script-build` |
1058 | 2024-08-08T13:36:42.277Z | Compiling predicates v3.1.2 |
1059 | 2024-08-08T13:36:42.293Z | 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.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 '--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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=d53e275b9c84e126 -C extra-filename=-d53e275b9c84e126 --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-26b2e57f8c7d3fa7.rmeta --cap-lints allow` |
1060 | 2024-08-08T13:36:42.296Z | Compiling signal-hook-mio v0.2.3 |
1061 | 2024-08-08T13:36:42.296Z | 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-08-08T13:36:42.460Z | 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-08-08T13:36:43.540Z | Compiling rustls-webpki v0.102.3 |
1064 | 2024-08-08T13:36:43.543Z | 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-08-08T13:36:44.184Z | Compiling newline-converter v0.3.0 |
1066 | 2024-08-08T13:36:44.187Z | 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-08-08T13:36:44.317Z | Compiling castaway v0.2.2 |
1068 | 2024-08-08T13:36:44.327Z | 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-08-08T13:36:44.337Z | Compiling itertools v0.12.1 |
1070 | 2024-08-08T13:36:44.337Z | 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-08-08T13:36:44.472Z | Compiling assert-json-diff v2.0.2 |
1072 | 2024-08-08T13:36:44.477Z | 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=6e4e78eebd0da183 -C extra-filename=-6e4e78eebd0da183 --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-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --cap-lints allow` |
1073 | 2024-08-08T13:36:45.633Z | Compiling serde_path_to_error v0.1.16 |
1074 | 2024-08-08T13:36:45.637Z | 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=e98a4c16d77e897e -C extra-filename=-e98a4c16d77e897e --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-a46bc85c69dc3c2a.rmeta --cap-lints allow` |
1075 | 2024-08-08T13:36:45.939Z | Compiling serde_regex v1.1.0 |
1076 | 2024-08-08T13:36:45.942Z | 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=c6c201456d6fee94 -C extra-filename=-c6c201456d6fee94 --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-26b2e57f8c7d3fa7.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --cap-lints allow` |
1077 | 2024-08-08T13:36:46.200Z | Compiling ring v0.16.20 |
1078 | 2024-08-08T13:36:46.203Z | 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-08-08T13:36:46.224Z | Compiling multer v3.1.0 |
1080 | 2024-08-08T13:36:46.227Z | 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=895f853a622efda4 -C extra-filename=-895f853a622efda4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-895f853a622efda4 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-6f4ed7fe4b800e1e.rlib --cap-lints allow` |
1081 | 2024-08-08T13:36:46.244Z | Compiling thread_local v1.1.8 |
1082 | 2024-08-08T13:36:46.246Z | 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-08-08T13:36:46.486Z | Compiling is-docker v0.2.0 |
1084 | 2024-08-08T13:36:46.489Z | 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-08-08T13:36:46.561Z | Compiling subtle v2.5.0 |
1086 | 2024-08-08T13:36:46.564Z | 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` |
1087 | 2024-08-08T13:36:46.812Z | Compiling match_cfg v0.1.0 |
1088 | 2024-08-08T13:36:46.815Z | 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-08-08T13:36:46.830Z | Compiling static_assertions v1.1.0 |
1090 | 2024-08-08T13:36:46.832Z | 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` |
1091 | 2024-08-08T13:36:46.862Z | Compiling slog-async v2.8.0 |
1092 | 2024-08-08T13:36:46.865Z | 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` |
1093 | 2024-08-08T13:36:46.890Z | Compiling anyhow v1.0.86 |
1094 | 2024-08-08T13:36:46.893Z | 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` |
1095 | 2024-08-08T13:36:46.915Z | Compiling levenshtein v1.0.5 |
1096 | 2024-08-08T13:36:46.926Z | 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` |
1097 | 2024-08-08T13:36:47.191Z | Compiling camino v1.1.7 |
1098 | 2024-08-08T13:36:47.194Z | 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` |
1099 | 2024-08-08T13:36:47.222Z | Compiling doc-comment v0.3.3 |
1100 | 2024-08-08T13:36:47.225Z | 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` |
1101 | 2024-08-08T13:36:47.330Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-33631e55da1918f4/build-script-build` |
1102 | 2024-08-08T13:36:47.370Z | Compiling unicode-truncate v1.0.0 |
1103 | 2024-08-08T13:36:47.370Z | 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` |
1104 | 2024-08-08T13:36:47.443Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-536015c78da4e116/build-script-build` |
1105 | 2024-08-08T13:36:47.457Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-e5680c67efabbe1c/build-script-build` |
1106 | 2024-08-08T13:36:47.563Z | Compiling compact_str v0.7.1 |
1107 | 2024-08-08T13:36:47.566Z | 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-08-08T13:36:47.582Z | Compiling hostname v0.3.1 |
1109 | 2024-08-08T13:36:47.585Z | 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` |
1110 | 2024-08-08T13:36:47.758Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-bae818f09cd4e68d/build-script-build` |
1111 | 2024-08-08T13:36:47.763Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-6ad415cf3634a2b1/build-script-build` |
1112 | 2024-08-08T13:36:47.805Z | 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` |
1113 | 2024-08-08T13:36:47.860Z | Compiling is-wsl v0.4.0 |
1114 | 2024-08-08T13:36:47.878Z | 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-08-08T13:36:47.893Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-895f853a622efda4/build-script-build` |
1116 | 2024-08-08T13:36:47.955Z | Compiling strum v0.26.2 |
1117 | 2024-08-08T13:36:47.958Z | 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=8bdc1970aa949607 -C extra-filename=-8bdc1970aa949607 --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-5bb84a8ac6f23399.so --cap-lints allow` |
1118 | 2024-08-08T13:36:48.083Z | Compiling tokio-tungstenite v0.20.1 |
1119 | 2024-08-08T13:36:48.087Z | 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=4389925e9c8393ef -C extra-filename=-4389925e9c8393ef --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-6821a138bd6e730c.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-ad2eb40a102abeec.rmeta --cap-lints allow` |
1120 | 2024-08-08T13:36:48.120Z | Compiling crossterm v0.27.0 |
1121 | 2024-08-08T13:36:48.123Z | 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` |
1122 | 2024-08-08T13:36:48.619Z | 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-08-08T13:36:48.673Z | Compiling slog-json v2.6.1 |
1124 | 2024-08-08T13:36:48.694Z | 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=0e9279e3dc41b818 -C extra-filename=-0e9279e3dc41b818 --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-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-7f54b51f2c29b60b.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-80189e0adeedc857.rmeta --cap-lints allow` |
1125 | 2024-08-08T13:36:49.083Z | Compiling termini v1.0.0 |
1126 | 2024-08-08T13:36:49.087Z | 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-08-08T13:36:50.043Z | Compiling sha2 v0.10.8 |
1128 | 2024-08-08T13:36:50.046Z | 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=468a8f1ada1fd751 -C extra-filename=-468a8f1ada1fd751 --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-8e594ba4c8d35a8a.rmeta --cap-lints allow` |
1129 | 2024-08-08T13:36:50.092Z | Compiling ipnetwork v0.20.0 |
1130 | 2024-08-08T13:36:50.095Z | 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=fdfbf0e8ba3044f4 -C extra-filename=-fdfbf0e8ba3044f4 --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-a46bc85c69dc3c2a.rmeta --cap-lints allow` |
1131 | 2024-08-08T13:36:50.627Z | Compiling stability v0.2.0 |
1132 | 2024-08-08T13:36:50.630Z | 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=499ade84e4340a8e -C extra-filename=-499ade84e4340a8e --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
1133 | 2024-08-08T13:36:50.718Z | Compiling async-stream-impl v0.3.5 |
1134 | 2024-08-08T13:36:50.721Z | 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=cda7465fe83f433d -C extra-filename=-cda7465fe83f433d --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-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
1135 | 2024-08-08T13:36:50.877Z | Compiling crossbeam-channel v0.5.12 |
1136 | 2024-08-08T13:36:50.880Z | 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-08-08T13:36:51.658Z | Compiling lru v0.12.3 |
1138 | 2024-08-08T13:36:51.658Z | 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=c28d056dd6a15705 -C extra-filename=-c28d056dd6a15705 --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-3eec4a954e5334ec.rmeta --cap-lints allow` |
1139 | 2024-08-08T13:36:51.748Z | Compiling http v1.1.0 |
1140 | 2024-08-08T13:36:51.751Z | 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=14c39736228ce710 -C extra-filename=-14c39736228ce710 --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-5a09297d321f914a.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` |
1141 | 2024-08-08T13:36:51.931Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot#52d900a4) |
1142 | 2024-08-08T13:36:51.950Z | 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/52d900a/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' --allow=unexpected_cfgs '--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=a359c7ca1ccef7eb -C extra-filename=-a359c7ca1ccef7eb --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-a359c7ca1ccef7eb -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-6f4ed7fe4b800e1e.rlib --cap-lints allow` |
1143 | 2024-08-08T13:36:52.025Z | Compiling assert_cmd v2.0.15 |
1144 | 2024-08-08T13:36:52.028Z | 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.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--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' -C metadata=bd39221ae852f992 -C extra-filename=-bd39221ae852f992 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-bd39221ae852f992 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1145 | 2024-08-08T13:36:52.097Z | Compiling humantime v2.1.0 |
1146 | 2024-08-08T13:36:52.121Z | 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` |
1147 | 2024-08-08T13:36:52.264Z | Compiling termcolor v1.4.1 |
1148 | 2024-08-08T13:36:52.266Z | 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` |
1149 | 2024-08-08T13:36:52.442Z | Compiling take_mut v0.2.2 |
1150 | 2024-08-08T13:36:52.445Z | 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` |
1151 | 2024-08-08T13:36:52.576Z | Compiling shell-words v1.1.0 |
1152 | 2024-08-08T13:36:52.592Z | 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` |
1153 | 2024-08-08T13:36:52.595Z | Compiling cassowary v0.3.0 |
1154 | 2024-08-08T13:36:52.595Z | 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` |
1155 | 2024-08-08T13:36:52.954Z | Compiling untrusted v0.7.1 |
1156 | 2024-08-08T13:36:52.957Z | 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` |
1157 | 2024-08-08T13:36:53.131Z | Compiling pathdiff v0.2.1 |
1158 | 2024-08-08T13:36:53.134Z | 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` |
1159 | 2024-08-08T13:36:53.246Z | Compiling number_prefix v0.4.0 |
1160 | 2024-08-08T13:36:53.249Z | 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` |
1161 | 2024-08-08T13:36:53.264Z | Compiling termtree v0.4.1 |
1162 | 2024-08-08T13:36:53.266Z | 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-08-08T13:36:53.448Z | Compiling spin v0.5.2 |
1164 | 2024-08-08T13:36:53.448Z | 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` |
1165 | 2024-08-08T13:36:53.465Z | Compiling predicates-tree v1.0.9 |
1166 | 2024-08-08T13:36:53.496Z | 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` |
1167 | 2024-08-08T13:36:53.678Z | 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` |
1168 | 2024-08-08T13:36:54.089Z | Compiling indicatif v0.17.8 |
1169 | 2024-08-08T13:36:54.092Z | 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` |
1170 | 2024-08-08T13:36:54.195Z | 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=4db13e4852bf4c14 -C extra-filename=-4db13e4852bf4c14 --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-5a09297d321f914a.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-6821a138bd6e730c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-14c39736228ce710.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` |
1171 | 2024-08-08T13:36:54.498Z | Compiling open v4.2.0 |
1172 | 2024-08-08T13:36:54.501Z | 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` |
1173 | 2024-08-08T13:36:54.789Z | Compiling ratatui v0.26.3 |
1174 | 2024-08-08T13:36:54.820Z | 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=8fbf5f935ac2ec8b -C extra-filename=-8fbf5f935ac2ec8b --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-c28d056dd6a15705.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-0a949739aff33e52.so --extern stability=/work/oxidecomputer/oxide.rs/target/debug/deps/libstability-499ade84e4340a8e.so --extern strum=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum-8bdc1970aa949607.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` |
1175 | 2024-08-08T13:36:55.408Z | Compiling dialoguer v0.10.4 |
1176 | 2024-08-08T13:36:55.411Z | 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=3ccc1400485cc664 -C extra-filename=-3ccc1400485cc664 --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-91d977962d9721d1.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-fdc7d158bb3baa0d.rmeta --cap-lints allow` |
1177 | 2024-08-08T13:36:56.837Z | Compiling env_logger v0.10.2 |
1178 | 2024-08-08T13:36:56.840Z | 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=81cc8280f171deea -C extra-filename=-81cc8280f171deea --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-26b2e57f8c7d3fa7.rmeta --extern termcolor=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermcolor-802e4c96959df99c.rmeta --cap-lints allow` |
1179 | 2024-08-08T13:36:57.520Z | 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=a3126592c79a797a -C extra-filename=-a3126592c79a797a --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-7f54b51f2c29b60b.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` |
1180 | 2024-08-08T13:36:57.747Z | Compiling basic-cookies v0.1.5 |
1181 | 2024-08-08T13:36:57.750Z | 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=ab1e798c684f6c1c -C extra-filename=-ab1e798c684f6c1c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-ab1e798c684f6c1c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-8588ebab06074e69.rlib --cap-lints allow` |
1182 | 2024-08-08T13:36:57.787Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-bd39221ae852f992/build-script-build` |
1183 | 2024-08-08T13:36:57.812Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-a359c7ca1ccef7eb/build-script-build` |
1184 | 2024-08-08T13:36:57.852Z | Compiling async-stream v0.3.5 |
1185 | 2024-08-08T13:36:57.854Z | 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=cd6d49c3816fd0e8 -C extra-filename=-cd6d49c3816fd0e8 --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-cda7465fe83f433d.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-08-08T13:36:58.186Z | Compiling tokio-rustls v0.25.0 |
1187 | 2024-08-08T13:36:58.189Z | 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=020fd99cb6df44f3 -C extra-filename=-020fd99cb6df44f3 --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-cf811be3c325b89d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1188 | 2024-08-08T13:36:58.227Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1189 | 2024-08-08T13:36:58.230Z | 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/7dacd26/src/lib.rs --error-format=json --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=14896d4dfee5ed25 -C extra-filename=-14896d4dfee5ed25 --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-fdfbf0e8ba3044f4.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --cap-lints allow` |
1190 | 2024-08-08T13:36:58.548Z | Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#1f22ae24) |
1191 | 2024-08-08T13:36:58.551Z | 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=61d9752413dce3b3 -C extra-filename=-61d9752413dce3b3 --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-419d69cfb5233409.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-26b2e57f8c7d3fa7.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-bc385aba82761800.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-4389925e9c8393ef.rmeta --cap-lints allow` |
1192 | 2024-08-08T13:36:58.962Z | Compiling slog-bunyan v2.5.0 |
1193 | 2024-08-08T13:36:58.965Z | 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=6b269f3651758427 -C extra-filename=-6b269f3651758427 --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-7f54b51f2c29b60b.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-0e9279e3dc41b818.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-80189e0adeedc857.rmeta --cap-lints allow` |
1194 | 2024-08-08T13:36:59.163Z | 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` |
1195 | 2024-08-08T13:36:59.166Z | 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=269366d610ed6698 -C extra-filename=-269366d610ed6698 --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-a46bc85c69dc3c2a.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
1196 | 2024-08-08T13:36:59.243Z | 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-08-08T13:36:59.372Z | Compiling slog-term v2.9.1 |
1198 | 2024-08-08T13:36:59.375Z | 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=6028f1d7107c7264 -C extra-filename=-6028f1d7107c7264 --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-7f54b51f2c29b60b.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` |
1199 | 2024-08-08T13:36:59.472Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-ab1e798c684f6c1c/build-script-build` |
1200 | 2024-08-08T13:36:59.521Z | 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=5eef3ff75e735b1e -C extra-filename=-5eef3ff75e735b1e --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-26b2e57f8c7d3fa7.rmeta --cap-lints allow` |
1201 | 2024-08-08T13:37:00.142Z | Compiling pem v1.1.1 |
1202 | 2024-08-08T13:37:00.145Z | 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-08-08T13:37:00.197Z | Compiling rustls-pemfile v2.1.3 |
1204 | 2024-08-08T13:37:00.200Z | 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cfd1bda7e32ae252 -C extra-filename=-cfd1bda7e32ae252 --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-08-08T13:37:00.226Z | Compiling yasna v0.5.2 |
1206 | 2024-08-08T13:37:00.262Z | 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-08-08T13:37:00.695Z | Compiling tabwriter v1.4.0 |
1208 | 2024-08-08T13:37:00.698Z | 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-08-08T13:37:00.716Z | Compiling clap_complete v4.5.8 |
1210 | 2024-08-08T13:37:00.719Z | 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=b93dd25b8bc03483 -C extra-filename=-b93dd25b8bc03483 --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-0cb4e62cef50e5a5.rmeta --cap-lints allow` |
1211 | 2024-08-08T13:37:00.733Z | Compiling colored v2.1.0 |
1212 | 2024-08-08T13:37:00.736Z | 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-08-08T13:37:00.876Z | Compiling waitgroup v0.1.2 |
1214 | 2024-08-08T13:37:00.880Z | 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-08-08T13:37:01.105Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot#52d900a4) |
1216 | 2024-08-08T13:37:01.108Z | 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/52d900a/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' --allow=unexpected_cfgs '--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=5cb059dd48dcb281 -C extra-filename=-5cb059dd48dcb281 --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-a46bc85c69dc3c2a.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-04c63a0336720140.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
1217 | 2024-08-08T13:37:01.243Z | 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.122/src/lib.rs --error-format=json --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=ef3ebbe5ca574ed2 -C extra-filename=-ef3ebbe5ca574ed2 --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 memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-a3abc0c07df28b37.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-b13186bfcfd9c320.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --cap-lints allow --cfg limb_width_64` |
1218 | 2024-08-08T13:37:01.554Z | Compiling bstr v1.9.1 |
1219 | 2024-08-08T13:37:01.557Z | 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` |
1220 | 2024-08-08T13:37:02.097Z | Compiling wait-timeout v0.2.0 |
1221 | 2024-08-08T13:37:02.100Z | 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` |
1222 | 2024-08-08T13:37:02.725Z | Compiling hostname v0.4.0 |
1223 | 2024-08-08T13:37:02.729Z | 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` |
1224 | 2024-08-08T13:37:02.812Z | Compiling diff v0.1.13 |
1225 | 2024-08-08T13:37:02.815Z | 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` |
1226 | 2024-08-08T13:37:02.830Z | Compiling debug-ignore v1.0.5 |
1227 | 2024-08-08T13:37:02.832Z | 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` |
1228 | 2024-08-08T13:37:02.954Z | Compiling yansi v0.5.1 |
1229 | 2024-08-08T13:37:02.957Z | 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` |
1230 | 2024-08-08T13:37:02.975Z | Compiling semver v1.0.23 |
1231 | 2024-08-08T13:37:02.975Z | 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` |
1232 | 2024-08-08T13:37:03.304Z | Compiling pretty_assertions v1.4.0 |
1233 | 2024-08-08T13:37:03.307Z | 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` |
1234 | 2024-08-08T13:37:03.427Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-6a3c066e410468b0/build-script-build` |
1235 | 2024-08-08T13:37:03.483Z | 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.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::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=f82db9d33678da60 -C extra-filename=-f82db9d33678da60 --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-d53e275b9c84e126.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` |
1236 | 2024-08-08T13:37:03.520Z | Compiling rcgen v0.10.0 |
1237 | 2024-08-08T13:37:03.524Z | 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` |
1238 | 2024-08-08T13:37:03.620Z | Compiling expectorate v1.1.0 |
1239 | 2024-08-08T13:37:03.623Z | 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=5ea03433a7917936 -C extra-filename=-5ea03433a7917936 --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-d53e275b9c84e126.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-4840f3b2b1e8ed58.rmeta --cap-lints allow` |
1240 | 2024-08-08T13:37:03.656Z | Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1241 | 2024-08-08T13:37:03.659Z | 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=80f781988633df42 -C extra-filename=-80f781988633df42 --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-df3edbb327b2ea40.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rmeta` |
1242 | 2024-08-08T13:37:04.065Z | 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` |
1243 | 2024-08-08T13:37:04.174Z | 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` |
1244 | 2024-08-08T13:37:04.337Z | 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=812ab98189f5eef0 -C extra-filename=-812ab98189f5eef0 --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-a46bc85c69dc3c2a.rmeta --cap-lints allow` |
1245 | 2024-08-08T13:37:04.700Z | 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=cf6fa4ecb8c72026 -C extra-filename=-cf6fa4ecb8c72026 --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-3eec4a954e5334ec.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-a3abc0c07df28b37.rmeta --cap-lints allow` |
1246 | 2024-08-08T13:37:04.851Z | 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/52d900a/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' --allow=unexpected_cfgs '--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=3fcab4e0e7316a21 -C extra-filename=-3fcab4e0e7316a21 --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-cd6d49c3816fd0e8.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-5a09297d321f914a.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-269366d610ed6698.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.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-5cb059dd48dcb281.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-419d69cfb5233409.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-547118365c5a3c8d.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-268dc1bd91323b1b.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-aaa9ad5636177709.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-57e0dbbdcccebbcc.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-4db13e4852bf4c14.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-877f0fe4b633035c.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-cfd1bda7e32ae252.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rmeta --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-4908f070df07d7d9.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-e98a4c16d77e897e.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-df80dab741ebee1b.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-27b1a3b388ae0281.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-7f54b51f2c29b60b.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-a3126592c79a797a.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-6b269f3651758427.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-0e9279e3dc41b818.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-6028f1d7107c7264.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-020fd99cb6df44f3.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.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` |
1247 | 2024-08-08T13:37:04.964Z | 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` |
1248 | 2024-08-08T13:37:05.011Z | 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.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C 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=47614fbbd1edfb04 -C extra-filename=-47614fbbd1edfb04 --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` |
1249 | 2024-08-08T13:37:05.425Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-a3fe30938d9dc0f3/build-script-build` |
1250 | 2024-08-08T13:37:05.488Z | 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-08-08T13:37:05.990Z | 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=7c19d1921e70a394 -C extra-filename=-7c19d1921e70a394 --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-d4fedaa21ded4d9d.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-ef3ebbe5ca574ed2.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-675e1634e40093ef.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
1252 | 2024-08-08T13:37:06.106Z | 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=9f2adb0c0013ee44 -C extra-filename=-9f2adb0c0013ee44 --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-57e0dbbdcccebbcc.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-ef3ebbe5ca574ed2.rmeta --cap-lints allow` |
1253 | 2024-08-08T13:37:06.275Z | Compiling unsafe-libyaml v0.2.11 |
1254 | 2024-08-08T13:37:06.278Z | 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` |
1255 | 2024-08-08T13:37:08.102Z | Compiling serde_yaml v0.9.34+deprecated |
1256 | 2024-08-08T13:37:08.105Z | 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=097be8e2ab0266c6 -C extra-filename=-097be8e2ab0266c6 --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-57e0dbbdcccebbcc.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-a46bc85c69dc3c2a.rmeta --extern unsafe_libyaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libunsafe_libyaml-abe564f89c912fe9.rmeta --cap-lints allow` |
1257 | 2024-08-08T13:37:10.239Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
1258 | 2024-08-08T13:37:10.243Z | 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/c8f9cf6/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=d5ae3928ebe94559 -C extra-filename=-d5ae3928ebe94559 --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-cf6fa4ecb8c72026.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-7c19d1921e70a394.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-812ab98189f5eef0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-ef3ebbe5ca574ed2.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-984a9a06940b8337.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bc385aba82761800.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1259 | 2024-08-08T13:37:10.361Z | 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/c8f9cf6/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=eaf0f31cc0fd63f9 -C extra-filename=-eaf0f31cc0fd63f9 --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-debad463ac17bc9a.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-b0f5900ee20c0be0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-47614fbbd1edfb04.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bc385aba82761800.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1260 | 2024-08-08T13:37:10.448Z | Compiling toolchain_find v0.4.0 |
1261 | 2024-08-08T13:37:10.451Z | 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=9b033c970d81e37d -C extra-filename=-9b033c970d81e37d --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-26b2e57f8c7d3fa7.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` |
1262 | 2024-08-08T13:37:11.250Z | Compiling rustfmt-wrapper v0.2.1 |
1263 | 2024-08-08T13:37:11.253Z | 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=a25387077e3dd886 -C extra-filename=-a25387077e3dd886 --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-a46bc85c69dc3c2a.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bc385aba82761800.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-9b033c970d81e37d.rmeta --cap-lints allow` |
1264 | 2024-08-08T13:37:11.755Z | 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=231a0de90f8dd20f -C extra-filename=-231a0de90f8dd20f --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-df3edbb327b2ea40.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib` |
1265 | 2024-08-08T13:37:17.963Z | 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` |
1266 | 2024-08-08T13:37:18.585Z | Compiling git2 v0.19.0 |
1267 | 2024-08-08T13:37:18.588Z | 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` |
1268 | 2024-08-08T13:37:24.051Z | Compiling built v0.7.4 |
1269 | 2024-08-08T13:37:24.054Z | 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` |
1270 | 2024-08-08T13:37:24.523Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
1271 | 2024-08-08T13:37:24.526Z | 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/c8f9cf6/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=403b6b2eb7175a38 -C extra-filename=-403b6b2eb7175a38 --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-7c19d1921e70a394.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-812ab98189f5eef0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-ef3ebbe5ca574ed2.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-04c63a0336720140.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-984a9a06940b8337.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-d5ae3928ebe94559.rlib --extern proc_macro --cap-lints allow` |
1272 | 2024-08-08T13:37:26.891Z | Compiling oxide-cli v0.6.1+20240710.0 (/work/oxidecomputer/oxide.rs/cli) |
1273 | 2024-08-08T13:37:26.894Z | 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=2f26cd95b0323ec7 -C extra-filename=-2f26cd95b0323ec7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-2f26cd95b0323ec7 -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` |
1274 | 2024-08-08T13:37:27.721Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-2f26cd95b0323ec7/build-script-build` |
1275 | 2024-08-08T13:37:29.151Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
1276 | 2024-08-08T13:37:29.154Z | 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/c8f9cf6/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=0d6cf01bdf0ccc57 -C extra-filename=-0d6cf01bdf0ccc57 --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-d5ae3928ebe94559.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-403b6b2eb7175a38.so --cap-lints allow` |
1277 | 2024-08-08T13:37:29.261Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor#ac83ed57) |
1278 | 2024-08-08T13:37:29.265Z | 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/ac83ed5/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=21d6559c9e83eb52 -C extra-filename=-21d6559c9e83eb52 --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-268dc1bd91323b1b.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-57e0dbbdcccebbcc.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-9f2adb0c0013ee44.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-42b1a3402ae8c05e.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-7c19d1921e70a394.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-ef3ebbe5ca574ed2.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-984a9a06940b8337.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bc385aba82761800.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-0d6cf01bdf0ccc57.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1279 | 2024-08-08T13:37:29.279Z | 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/c8f9cf6/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=ec1288d100f3b5ee -C extra-filename=-ec1288d100f3b5ee --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-eaf0f31cc0fd63f9.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-403b6b2eb7175a38.so --cap-lints allow` |
1280 | 2024-08-08T13:37:29.437Z | 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/ac83ed5/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=fe44d1caed2df940 -C extra-filename=-fe44d1caed2df940 --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-268dc1bd91323b1b.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-57e0dbbdcccebbcc.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-877f0fe4b633035c.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-26b2e57f8c7d3fa7.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-47614fbbd1edfb04.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bc385aba82761800.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-ec1288d100f3b5ee.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1281 | 2024-08-08T13:37:37.532Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor#ac83ed57) |
1282 | 2024-08-08T13:37:37.536Z | 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/ac83ed5/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=3e480a0fd1cd0b79 -C extra-filename=-3e480a0fd1cd0b79 --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-9f2adb0c0013ee44.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-21d6559c9e83eb52.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-7c19d1921e70a394.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-ef3ebbe5ca574ed2.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-04c63a0336720140.rlib --extern serde_yaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_yaml-097be8e2ab0266c6.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-984a9a06940b8337.rlib --extern proc_macro --cap-lints allow` |
1283 | 2024-08-08T13:37:56.949Z | 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.103/src/lib.rs --error-format=json --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=2f59dc4bc0bd7154 -C extra-filename=-2f59dc4bc0bd7154 --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-8936c946180538f7/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` |
1284 | 2024-08-08T13:37:56.952Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-50ba418cd75a3269/build-script-build` |
1285 | 2024-08-08T13:37:56.952Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-199295045709d550/build-script-build` |
1286 | 2024-08-08T13:37:56.962Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-d09360b2a24bc377/build-script-build` |
1287 | 2024-08-08T13:37:57.878Z | 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.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="vendored"' -C metadata=5c3cb5889c8cf9c1 -C extra-filename=-5c3cb5889c8cf9c1 --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-2cc10ff0fcd25659.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-2f59dc4bc0bd7154.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-8936c946180538f7/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 ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320` |
1288 | 2024-08-08T13:38:00.396Z | 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=348977aa3222f967 -C extra-filename=-348977aa3222f967 --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-2f59dc4bc0bd7154.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib --cfg libcurl_vendored --cfg link_libnghttp2 --cfg link_libz --cfg link_openssl` |
1289 | 2024-08-08T13:38:00.396Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/isahc-6b8bbe6616c74264/build-script-build` |
1290 | 2024-08-08T13:38:00.399Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-dd208e87d572c5ea/build-script-build` |
1291 | 2024-08-08T13:38:00.545Z | 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=2f45fba51ade532e -C extra-filename=-2f45fba51ade532e --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-348977aa3222f967.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-2f59dc4bc0bd7154.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-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib --cfg need_openssl_probe` |
1292 | 2024-08-08T13:38:01.194Z | 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=28495660e63d7dcd -C extra-filename=-28495660e63d7dcd --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-2f45fba51ade532e.rmeta --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-348977aa3222f967.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-268dc1bd91323b1b.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-09c12e17653716b1.rmeta --extern tracing_futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_futures-7f4f2154cbcaaf0c.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.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-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib` |
1293 | 2024-08-08T13:38:02.260Z | 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=19ecd727f48dd8a0 -C extra-filename=-19ecd727f48dd8a0 --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-5c3cb5889c8cf9c1.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-2f59dc4bc0bd7154.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-8936c946180538f7/out/openssl-build/install/lib --cfg have_min_max_version` |
1294 | 2024-08-08T13:38:02.474Z | Compiling tokio-native-tls v0.3.1 |
1295 | 2024-08-08T13:38:02.477Z | 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=6d1e489f92b5e6a1 -C extra-filename=-6d1e489f92b5e6a1 --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-19ecd727f48dd8a0.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-8936c946180538f7/out/openssl-build/install/lib` |
1296 | 2024-08-08T13:38:02.702Z | Compiling hyper-tls v0.5.0 |
1297 | 2024-08-08T13:38:02.705Z | 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=340eb2be251a0faa -C extra-filename=-340eb2be251a0faa --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-5a09297d321f914a.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-aaa9ad5636177709.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-19ecd727f48dd8a0.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-6d1e489f92b5e6a1.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-8936c946180538f7/out/openssl-build/install/lib` |
1298 | 2024-08-08T13:38:02.721Z | Compiling httpmock v0.6.8 |
1299 | 2024-08-08T13:38:02.738Z | 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=7ce459f2c8c8b4cd -C extra-filename=-7ce459f2c8c8b4cd --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-6e4e78eebd0da183.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-7732f88a27dfe806.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.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-5eef3ff75e735b1e.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-6821a138bd6e730c.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-aaa9ad5636177709.rmeta --extern isahc=/work/oxidecomputer/oxide.rs/target/debug/deps/libisahc-28495660e63d7dcd.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-26b2e57f8c7d3fa7.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-c6c201456d6fee94.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-4840f3b2b1e8ed58.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib` |
1300 | 2024-08-08T13:38:02.941Z | Compiling reqwest v0.11.27 |
1301 | 2024-08-08T13:38:02.944Z | 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=089b89197e0f5790 -C extra-filename=-089b89197e0f5790 --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-5a09297d321f914a.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-6821a138bd6e730c.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-67f2291c16de4690.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-268dc1bd91323b1b.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-046e09578987d223.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-aaa9ad5636177709.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-9efc5863a8d765ae.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-340eb2be251a0faa.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-19ecd727f48dd8a0.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-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-df80dab741ebee1b.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-cf811be3c325b89d.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-6d1e489f92b5e6a1.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-c91107529b4f96cb.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-fd556715aa5592f4.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-9cd6dbee71ea67d2.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-8936c946180538f7/out/openssl-build/install/lib` |
1302 | 2024-08-08T13:38:05.065Z | Compiling progenitor-client v0.7.0 |
1303 | 2024-08-08T13:38:05.065Z | Compiling oauth2 v4.4.2 |
1304 | 2024-08-08T13:38:05.068Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor#ac83ed57) |
1305 | 2024-08-08T13:38:05.068Z | 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=c8f7746186e10607 -C extra-filename=-c8f7746186e10607 --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-5a09297d321f914a.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-089b89197e0f5790.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-df80dab741ebee1b.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-8936c946180538f7/out/openssl-build/install/lib` |
1306 | 2024-08-08T13:38:05.068Z | 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=dd8356ee5a429bae -C extra-filename=-dd8356ee5a429bae --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-df3edbb327b2ea40.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-268dc1bd91323b1b.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-e98a4c16d77e897e.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-468a8f1ada1fd751.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bc385aba82761800.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.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-8936c946180538f7/out/openssl-build/install/lib` |
1307 | 2024-08-08T13:38:05.068Z | 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/ac83ed5/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=0e03812e241e907d -C extra-filename=-0e03812e241e907d --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-5a09297d321f914a.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-089b89197e0f5790.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-df80dab741ebee1b.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-8936c946180538f7/out/openssl-build/install/lib` |
1308 | 2024-08-08T13:38:05.291Z | Compiling oxide v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk) |
1309 | 2024-08-08T13:38:05.294Z | 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=6a60deb3d16fe6e9 -C extra-filename=-6a60deb3d16fe6e9 --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-df3edbb327b2ea40.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-c8f7746186e10607.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-debad463ac17bc9a.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bc385aba82761800.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-8936c946180538f7/out/openssl-build/install/lib` |
1310 | 2024-08-08T13:38:05.335Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor#ac83ed57) |
1311 | 2024-08-08T13:38:05.338Z | 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/ac83ed5/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=a4ff9d2af393a571 -C extra-filename=-a4ff9d2af393a571 --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-0e03812e241e907d.rmeta --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-fe44d1caed2df940.rmeta --extern progenitor_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_macro-3e480a0fd1cd0b79.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-8936c946180538f7/out/openssl-build/install/lib` |
1312 | 2024-08-08T13:38:11.432Z | Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1313 | 2024-08-08T13:38:11.436Z | 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=20e11472789c557c -C extra-filename=-20e11472789c557c --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-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-c8f7746186e10607.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-debad463ac17bc9a.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bc385aba82761800.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-8936c946180538f7/out/openssl-build/install/lib` |
1314 | 2024-08-08T13:38:11.436Z | 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=e14604c6933d90bf -C extra-filename=-e14604c6933d90bf --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-0cb4e62cef50e5a5.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-a4ff9d2af393a571.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-26b2e57f8c7d3fa7.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-a25387077e3dd886.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-4840f3b2b1e8ed58.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-8936c946180538f7/out/openssl-build/install/lib` |
1315 | 2024-08-08T13:38:11.436Z | 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=da78eeb6fe579ca4 -C extra-filename=-da78eeb6fe579ca4 --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-0cb4e62cef50e5a5.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-a4ff9d2af393a571.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-26b2e57f8c7d3fa7.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-a25387077e3dd886.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-4840f3b2b1e8ed58.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-8936c946180538f7/out/openssl-build/install/lib` |
1316 | 2024-08-08T13:38:35.234Z | Compiling oxide-httpmock v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1317 | 2024-08-08T13:38:35.236Z | 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=04470758b0fb601c -C extra-filename=-04470758b0fb601c --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-df3edbb327b2ea40.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-26b2e57f8c7d3fa7.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1318 | 2024-08-08T13:38:50.980Z | 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=6bd4e4ef8185b208 -C extra-filename=-6bd4e4ef8185b208 --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-f82db9d33678da60.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-3fcab4e0e7316a21.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-81cc8280f171deea.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-5ea03433a7917936.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.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-8fbf5f935ac2ec8b.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1319 | 2024-08-08T13:38:50.985Z | 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=28df6506a3f074d8 -C extra-filename=-28df6506a3f074d8 --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-f82db9d33678da60.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-3fcab4e0e7316a21.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-81cc8280f171deea.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-5ea03433a7917936.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.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-8fbf5f935ac2ec8b.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1320 | 2024-08-08T13:38:50.985Z | 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=44a882f319887fb7 -C extra-filename=-44a882f319887fb7 --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-f82db9d33678da60.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-3fcab4e0e7316a21.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-81cc8280f171deea.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-5ea03433a7917936.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.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-8fbf5f935ac2ec8b.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1321 | 2024-08-08T13:38:50.985Z | 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=ad0b9014bac6e757 -C extra-filename=-ad0b9014bac6e757 --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-f82db9d33678da60.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-3fcab4e0e7316a21.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-81cc8280f171deea.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-5ea03433a7917936.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.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-8fbf5f935ac2ec8b.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1322 | 2024-08-08T13:38:50.985Z | 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=adf0a875701f5a33 -C extra-filename=-adf0a875701f5a33 --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-f82db9d33678da60.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-3fcab4e0e7316a21.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-81cc8280f171deea.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-5ea03433a7917936.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.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-8fbf5f935ac2ec8b.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1323 | 2024-08-08T13:38:50.994Z | 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=8062ed8c4d3cdb2f -C extra-filename=-8062ed8c4d3cdb2f --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-f82db9d33678da60.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-3fcab4e0e7316a21.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-81cc8280f171deea.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-5ea03433a7917936.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.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-8fbf5f935ac2ec8b.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1324 | 2024-08-08T13:38:50.998Z | 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=22faed79a527221a -C extra-filename=-22faed79a527221a --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-f82db9d33678da60.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-3fcab4e0e7316a21.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-81cc8280f171deea.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-5ea03433a7917936.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.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-8fbf5f935ac2ec8b.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1325 | 2024-08-08T13:38:50.998Z | 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=8057275b1ae76842 -C extra-filename=-8057275b1ae76842 --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-f82db9d33678da60.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-3fcab4e0e7316a21.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-81cc8280f171deea.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-5ea03433a7917936.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.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-8fbf5f935ac2ec8b.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1326 | 2024-08-08T13:38:53.289Z | 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=31f50878b3acbb42 -C extra-filename=-31f50878b3acbb42 --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-f82db9d33678da60.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-3fcab4e0e7316a21.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-81cc8280f171deea.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-5ea03433a7917936.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.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-8fbf5f935ac2ec8b.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1327 | 2024-08-08T13:39:01.206Z | 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=4fbd862b762ede1f -C extra-filename=-4fbd862b762ede1f --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-f82db9d33678da60.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-3fcab4e0e7316a21.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-81cc8280f171deea.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-5ea03433a7917936.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.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-8fbf5f935ac2ec8b.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1328 | 2024-08-08T13:39:08.692Z | 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=fb7b144648b1b908 -C extra-filename=-fb7b144648b1b908 --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-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.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-81cc8280f171deea.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-8fbf5f935ac2ec8b.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-8936c946180538f7/out/openssl-build/install/lib` |
1329 | 2024-08-08T13:39:09.092Z | 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=d50356a2a52daa4b -C extra-filename=-d50356a2a52daa4b --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-f82db9d33678da60.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-4842d3c5e02d744e.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-b93dd25b8bc03483.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-3ccc1400485cc664.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-3fcab4e0e7316a21.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-81cc8280f171deea.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-5ea03433a7917936.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.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-dd8356ee5a429bae.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-14896d4dfee5ed25.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-d53e275b9c84e126.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-8fbf5f935ac2ec8b.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-91d977962d9721d1.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-61d9752413dce3b3.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-9cd6dbee71ea67d2.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1330 | 2024-08-08T13:39:10.406Z | 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=6639c917b189df56 -C extra-filename=-6639c917b189df56 --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-df3edbb327b2ea40.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-26b2e57f8c7d3fa7.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-13f540b2dc5802b7/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-8936c946180538f7/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1331 | 2024-08-08T13:39:57.905Z | Finished dev [unoptimized + debuginfo] target(s) in 4m 30s |
1332 | 2024-08-08T13:39:58.135Z | |
1333 | 2024-08-08T13:39:58.135Z | real 4:30.930843429 |
1334 | 2024-08-08T13:39:58.135Z | user 22:20.789979126 |
1335 | 2024-08-08T13:39:58.135Z | sys 4:10.268855134 |
1336 | 2024-08-08T13:39:58.135Z | trap 0.692952311 |
1337 | 2024-08-08T13:39:58.138Z | tflt 17.166998295 |
1338 | 2024-08-08T13:39:58.138Z | dflt 16.085626315 |
1339 | 2024-08-08T13:39:58.139Z | kflt 0.018181589 |
1340 | 2024-08-08T13:39:58.139Z | lock 32:00.432172525 |
1341 | 2024-08-08T13:39:58.139Z | slp 1:15:02.680064868 |
1342 | 2024-08-08T13:39:58.139Z | lat 1:00.800418578 |
1343 | 2024-08-08T13:39:58.139Z | stop 1:37.997267806 |
1344 | 2024-08-08T13:39:58.139Z | + banner test |
1345 | 2024-08-08T13:39:58.139Z | |
1346 | 2024-08-08T13:39:58.139Z | ##### ###### #### ##### |
1347 | 2024-08-08T13:39:58.139Z | # # # # |
1348 | 2024-08-08T13:39:58.139Z | # ##### #### # |
1349 | 2024-08-08T13:39:58.139Z | # # # # |
1350 | 2024-08-08T13:39:58.139Z | # # # # # |
1351 | 2024-08-08T13:39:58.139Z | # ###### #### # |
1352 | 2024-08-08T13:39:58.139Z | |
1353 | 2024-08-08T13:39:58.139Z | + ptime -m cargo test --all-features --locked --verbose |
1354 | 2024-08-08T13:39:58.476Z | Fresh unicode-ident v1.0.12 |
1355 | 2024-08-08T13:39:58.476Z | Fresh once_cell v1.19.0 |
1356 | 2024-08-08T13:39:58.476Z | Fresh cfg-if v1.0.0 |
1357 | 2024-08-08T13:39:58.476Z | Fresh autocfg v1.3.0 |
1358 | 2024-08-08T13:39:58.480Z | Fresh proc-macro2 v1.0.86 |
1359 | 2024-08-08T13:39:58.480Z | Fresh version_check v0.9.5 |
1360 | 2024-08-08T13:39:58.480Z | Fresh itoa v1.0.11 |
1361 | 2024-08-08T13:39:58.480Z | Fresh pin-project-lite v0.2.14 |
1362 | 2024-08-08T13:39:58.480Z | Fresh quote v1.0.36 |
1363 | 2024-08-08T13:39:58.480Z | Fresh libc v0.2.154 |
1364 | 2024-08-08T13:39:58.480Z | Fresh value-bag v1.9.0 |
1365 | 2024-08-08T13:39:58.480Z | Fresh zerocopy v0.7.34 |
1366 | 2024-08-08T13:39:58.481Z | Fresh futures-core v0.3.30 |
1367 | 2024-08-08T13:39:58.481Z | Fresh allocator-api2 v0.2.18 |
1368 | 2024-08-08T13:39:58.481Z | Fresh jobserver v0.1.31 |
1369 | 2024-08-08T13:39:58.481Z | Fresh pkg-config v0.3.30 |
1370 | 2024-08-08T13:39:58.481Z | Fresh ryu v1.0.18 |
1371 | 2024-08-08T13:39:58.481Z | Fresh vcpkg v0.2.15 |
1372 | 2024-08-08T13:39:58.481Z | Fresh futures-io v0.3.30 |
1373 | 2024-08-08T13:39:58.481Z | Fresh serde_derive v1.0.204 |
1374 | 2024-08-08T13:39:58.481Z | Fresh cc v1.0.97 |
1375 | 2024-08-08T13:39:58.481Z | Fresh ahash v0.8.11 |
1376 | 2024-08-08T13:39:58.481Z | Fresh getrandom v0.2.15 |
1377 | 2024-08-08T13:39:58.481Z | Fresh smallvec v1.13.2 |
1378 | 2024-08-08T13:39:58.481Z | Fresh serde v1.0.204 |
1379 | 2024-08-08T13:39:58.481Z | Fresh hashbrown v0.14.5 |
1380 | 2024-08-08T13:39:58.481Z | Fresh bytes v1.6.1 |
1381 | 2024-08-08T13:39:58.481Z | Fresh signal-hook-registry v1.4.2 |
1382 | 2024-08-08T13:39:58.481Z | Fresh equivalent v1.0.1 |
1383 | 2024-08-08T13:39:58.481Z | Fresh fnv v1.0.7 |
1384 | 2024-08-08T13:39:58.481Z | Fresh openssl-src v300.2.3+3.2.1 |
1385 | 2024-08-08T13:39:58.481Z | Fresh slab v0.4.9 |
1386 | 2024-08-08T13:39:58.481Z | Fresh indexmap v2.3.0 |
1387 | 2024-08-08T13:39:58.481Z | Fresh mio v0.8.11 |
1388 | 2024-08-08T13:39:58.481Z | Fresh tracing-attributes v0.1.27 |
1389 | 2024-08-08T13:39:58.481Z | Fresh tracing-core v0.1.32 |
1390 | 2024-08-08T13:39:58.481Z | Fresh num-traits v0.2.19 |
1391 | 2024-08-08T13:39:58.481Z | Fresh tracing v0.1.40 |
1392 | 2024-08-08T13:39:58.481Z | Fresh socket2 v0.5.7 |
1393 | 2024-08-08T13:39:58.481Z | Fresh regex-syntax v0.8.3 |
1394 | 2024-08-08T13:39:58.481Z | Fresh http v0.2.12 |
1395 | 2024-08-08T13:39:58.481Z | Fresh crossbeam-utils v0.8.19 |
1396 | 2024-08-08T13:39:58.481Z | Fresh tinyvec_macros v0.1.1 |
1397 | 2024-08-08T13:39:58.481Z | Fresh pin-utils v0.1.0 |
1398 | 2024-08-08T13:39:58.481Z | Fresh percent-encoding v2.3.1 |
1399 | 2024-08-08T13:39:58.481Z | Fresh futures-sink v0.3.30 |
1400 | 2024-08-08T13:39:58.481Z | Fresh tinyvec v1.6.1 |
1401 | 2024-08-08T13:39:58.481Z | Fresh form_urlencoded v1.2.1 |
1402 | 2024-08-08T13:39:58.481Z | Fresh tokio-macros v2.3.0 |
1403 | 2024-08-08T13:39:58.481Z | Fresh num_cpus v1.16.0 |
1404 | 2024-08-08T13:39:58.481Z | Fresh futures-channel v0.3.30 |
1405 | 2024-08-08T13:39:58.482Z | Fresh serde_derive_internals v0.29.0 |
1406 | 2024-08-08T13:39:58.482Z | Fresh futures-macro v0.3.30 |
1407 | 2024-08-08T13:39:58.482Z | Fresh unicode-normalization v0.1.23 |
1408 | 2024-08-08T13:39:58.482Z | Fresh tokio v1.38.0 |
1409 | 2024-08-08T13:39:58.482Z | Fresh unicode-bidi v0.3.15 |
1410 | 2024-08-08T13:39:58.482Z | Fresh futures-task v0.3.30 |
1411 | 2024-08-08T13:39:58.482Z | Fresh memchr v2.7.2 |
1412 | 2024-08-08T13:39:58.482Z | Fresh schemars_derive v0.8.21 |
1413 | 2024-08-08T13:39:58.482Z | Fresh spin v0.9.8 |
1414 | 2024-08-08T13:39:58.482Z | Fresh futures-util v0.3.30 |
1415 | 2024-08-08T13:39:58.482Z | Fresh idna v0.5.0 |
1416 | 2024-08-08T13:39:58.482Z | Fresh dyn-clone v1.0.17 |
1417 | 2024-08-08T13:39:58.482Z | Fresh concurrent-queue v2.5.0 |
1418 | 2024-08-08T13:39:58.482Z | Fresh thiserror-impl v1.0.63 |
1419 | 2024-08-08T13:39:58.482Z | Fresh parking v2.2.0 |
1420 | 2024-08-08T13:39:58.482Z | Fresh log v0.4.22 |
1421 | 2024-08-08T13:39:58.482Z | Fresh untrusted v0.9.0 |
1422 | 2024-08-08T13:39:58.482Z | Fresh socket2 v0.4.10 |
1423 | 2024-08-08T13:39:58.482Z | Fresh heck v0.5.0 |
1424 | 2024-08-08T13:39:58.482Z | Fresh openssl-sys v0.9.103 |
1425 | 2024-08-08T13:39:58.482Z | Fresh ring v0.17.8 |
1426 | 2024-08-08T13:39:58.482Z | Fresh thiserror v1.0.63 |
1427 | 2024-08-08T13:39:58.482Z | Fresh httparse v1.8.0 |
1428 | 2024-08-08T13:39:58.482Z | Fresh iana-time-zone v0.1.60 |
1429 | 2024-08-08T13:39:58.482Z | Fresh tokio-util v0.7.11 |
1430 | 2024-08-08T13:39:58.482Z | Fresh errno v0.3.9 |
1431 | 2024-08-08T13:39:58.482Z | Fresh try-lock v0.2.5 |
1432 | 2024-08-08T13:39:58.482Z | Fresh openssl-probe v0.1.5 |
1433 | 2024-08-08T13:39:58.482Z | Fresh fastrand v2.1.0 |
1434 | 2024-08-08T13:39:58.482Z | Fresh h2 v0.3.26 |
1435 | 2024-08-08T13:39:58.482Z | Fresh want v0.3.1 |
1436 | 2024-08-08T13:39:58.482Z | Fresh http-body v0.4.6 |
1437 | 2024-08-08T13:39:58.482Z | Fresh httpdate v1.0.3 |
1438 | 2024-08-08T13:39:58.482Z | Fresh foreign-types-shared v0.1.1 |
1439 | 2024-08-08T13:39:58.482Z | Fresh tower-service v0.3.2 |
1440 | 2024-08-08T13:39:58.482Z | Fresh foreign-types v0.3.2 |
1441 | 2024-08-08T13:39:58.482Z | Fresh hyper v0.14.28 |
1442 | 2024-08-08T13:39:58.482Z | Fresh openssl-macros v0.1.1 |
1443 | 2024-08-08T13:39:58.482Z | Fresh encoding_rs v0.8.34 |
1444 | 2024-08-08T13:39:58.482Z | Fresh mime v0.3.17 |
1445 | 2024-08-08T13:39:58.483Z | Fresh rustix v0.38.34 |
1446 | 2024-08-08T13:39:58.483Z | Fresh openssl v0.10.66 |
1447 | 2024-08-08T13:39:58.483Z | Fresh sct v0.7.1 |
1448 | 2024-08-08T13:39:58.483Z | Fresh rustls-webpki v0.101.7 |
1449 | 2024-08-08T13:39:58.483Z | Fresh rand_core v0.6.4 |
1450 | 2024-08-08T13:39:58.483Z | Fresh ppv-lite86 v0.2.17 |
1451 | 2024-08-08T13:39:58.483Z | Fresh aho-corasick v1.1.3 |
1452 | 2024-08-08T13:39:58.483Z | Fresh anstyle v1.0.7 |
1453 | 2024-08-08T13:39:58.483Z | Fresh base64 v0.21.7 |
1454 | 2024-08-08T13:39:58.483Z | Fresh serde_urlencoded v0.7.1 |
1455 | 2024-08-08T13:39:58.483Z | Fresh rustls v0.21.12 |
1456 | 2024-08-08T13:39:58.483Z | Fresh rand_chacha v0.3.1 |
1457 | 2024-08-08T13:39:58.483Z | Fresh native-tls v0.2.11 |
1458 | 2024-08-08T13:39:58.486Z | Fresh regex-automata v0.4.6 |
1459 | 2024-08-08T13:39:58.486Z | Fresh rustls-pemfile v1.0.4 |
1460 | 2024-08-08T13:39:58.486Z | Fresh event-listener v4.0.3 |
1461 | 2024-08-08T13:39:58.487Z | Fresh rand v0.8.5 |
1462 | 2024-08-08T13:39:58.487Z | Fresh tokio-rustls v0.24.1 |
1463 | 2024-08-08T13:39:58.487Z | Fresh tokio-native-tls v0.3.1 |
1464 | 2024-08-08T13:39:58.487Z | Fresh utf8parse v0.2.1 |
1465 | 2024-08-08T13:39:58.487Z | Fresh webpki-roots v0.25.4 |
1466 | 2024-08-08T13:39:58.487Z | Fresh either v1.11.0 |
1467 | 2024-08-08T13:39:58.487Z | Fresh ipnet v2.9.0 |
1468 | 2024-08-08T13:39:58.487Z | Fresh sync_wrapper v0.1.2 |
1469 | 2024-08-08T13:39:58.487Z | Fresh hyper-rustls v0.24.2 |
1470 | 2024-08-08T13:39:58.487Z | Fresh hyper-tls v0.5.0 |
1471 | 2024-08-08T13:39:58.487Z | Fresh anstyle-parse v0.2.4 |
1472 | 2024-08-08T13:39:58.487Z | Fresh regex v1.10.6 |
1473 | 2024-08-08T13:39:58.487Z | Fresh event-listener-strategy v0.4.0 |
1474 | 2024-08-08T13:39:58.487Z | Fresh typenum v1.17.0 |
1475 | 2024-08-08T13:39:58.487Z | Fresh futures-lite v2.3.0 |
1476 | 2024-08-08T13:39:58.487Z | Fresh reqwest v0.11.27 |
1477 | 2024-08-08T13:39:58.487Z | Fresh serde_spanned v0.6.7 |
1478 | 2024-08-08T13:39:58.487Z | Fresh toml_datetime v0.6.8 |
1479 | 2024-08-08T13:39:58.487Z | Fresh event-listener v2.5.3 |
1480 | 2024-08-08T13:39:58.487Z | Fresh winnow v0.6.18 |
1481 | 2024-08-08T13:39:58.487Z | Fresh anstyle-query v1.0.3 |
1482 | 2024-08-08T13:39:58.487Z | Fresh colorchoice v1.0.1 |
1483 | 2024-08-08T13:39:58.487Z | Fresh same-file v1.0.6 |
1484 | 2024-08-08T13:39:58.487Z | Fresh is_terminal_polyfill v1.70.0 |
1485 | 2024-08-08T13:39:58.487Z | Fresh toml_edit v0.22.20 |
1486 | 2024-08-08T13:39:58.487Z | Fresh generic-array v0.14.7 |
1487 | 2024-08-08T13:39:58.487Z | Fresh async-lock v3.3.0 |
1488 | 2024-08-08T13:39:58.487Z | Fresh anstream v0.6.14 |
1489 | 2024-08-08T13:39:58.487Z | Fresh walkdir v2.5.0 |
1490 | 2024-08-08T13:39:58.487Z | Fresh scopeguard v1.2.0 |
1491 | 2024-08-08T13:39:58.487Z | Fresh atomic-waker v1.1.2 |
1492 | 2024-08-08T13:39:58.487Z | Fresh clap_lex v0.7.0 |
1493 | 2024-08-08T13:39:58.487Z | Fresh strsim v0.11.1 |
1494 | 2024-08-08T13:39:58.487Z | Fresh lock_api v0.4.12 |
1495 | 2024-08-08T13:39:58.487Z | Fresh toml v0.8.19 |
1496 | 2024-08-08T13:39:58.487Z | Fresh polling v3.7.0 |
1497 | 2024-08-08T13:39:58.487Z | Fresh clap_builder v4.5.13 |
1498 | 2024-08-08T13:39:58.488Z | Fresh clap_derive v4.5.13 |
1499 | 2024-08-08T13:39:58.488Z | Fresh event-listener v5.3.0 |
1500 | 2024-08-08T13:39:58.488Z | Fresh futures-executor v0.3.30 |
1501 | 2024-08-08T13:39:58.488Z | Fresh parking_lot_core v0.9.10 |
1502 | 2024-08-08T13:39:58.488Z | Fresh serde_tokenstream v0.2.1 |
1503 | 2024-08-08T13:39:58.488Z | Fresh fastrand v1.9.0 |
1504 | 2024-08-08T13:39:58.488Z | Fresh siphasher v0.3.11 |
1505 | 2024-08-08T13:39:58.488Z | Fresh waker-fn v1.1.1 |
1506 | 2024-08-08T13:39:58.488Z | Fresh lazy_static v1.4.0 |
1507 | 2024-08-08T13:39:58.488Z | Fresh parking_lot v0.12.2 |
1508 | 2024-08-08T13:39:58.488Z | Fresh futures v0.3.30 |
1509 | 2024-08-08T13:39:58.488Z | Fresh phf_shared v0.10.0 |
1510 | 2024-08-08T13:39:58.488Z | Fresh futures-lite v1.13.0 |
1511 | 2024-08-08T13:39:58.488Z | Fresh event-listener-strategy v0.5.2 |
1512 | 2024-08-08T13:39:58.488Z | Fresh clap v4.5.13 |
1513 | 2024-08-08T13:39:58.488Z | Fresh async-io v2.3.2 |
1514 | 2024-08-08T13:39:58.488Z | Fresh crunchy v0.2.2 |
1515 | 2024-08-08T13:39:58.488Z | Fresh io-lifetimes v1.0.11 |
1516 | 2024-08-08T13:39:58.488Z | Fresh polling v2.8.0 |
1517 | 2024-08-08T13:39:58.488Z | Fresh block-buffer v0.10.4 |
1518 | 2024-08-08T13:39:58.488Z | Fresh crypto-common v0.1.6 |
1519 | 2024-08-08T13:39:58.488Z | Fresh fixedbitset v0.4.2 |
1520 | 2024-08-08T13:39:58.488Z | Fresh base64 v0.22.1 |
1521 | 2024-08-08T13:39:58.488Z | Fresh precomputed-hash v0.1.1 |
1522 | 2024-08-08T13:39:58.488Z | Fresh new_debug_unreachable v1.0.6 |
1523 | 2024-08-08T13:39:58.488Z | Fresh bitflags v1.3.2 |
1524 | 2024-08-08T13:39:58.488Z | Fresh bit-vec v0.6.3 |
1525 | 2024-08-08T13:39:58.488Z | Fresh async-task v4.7.1 |
1526 | 2024-08-08T13:39:58.488Z | Fresh ascii-canvas v3.0.0 |
1527 | 2024-08-08T13:39:58.488Z | Fresh digest v0.10.7 |
1528 | 2024-08-08T13:39:58.488Z | Fresh rustix v0.37.27 |
1529 | 2024-08-08T13:39:58.488Z | Fresh bit-set v0.5.3 |
1530 | 2024-08-08T13:39:58.488Z | Fresh string_cache v0.8.7 |
1531 | 2024-08-08T13:39:58.488Z | Fresh petgraph v0.6.5 |
1532 | 2024-08-08T13:39:58.488Z | Fresh async-channel v2.2.1 |
1533 | 2024-08-08T13:39:58.488Z | Fresh tiny-keccak v2.0.2 |
1534 | 2024-08-08T13:39:58.488Z | Fresh piper v0.2.1 |
1535 | 2024-08-08T13:39:58.488Z | Fresh async-channel v1.9.0 |
1536 | 2024-08-08T13:39:58.488Z | Fresh async-lock v2.8.0 |
1537 | 2024-08-08T13:39:58.488Z | Fresh itertools v0.11.0 |
1538 | 2024-08-08T13:39:58.489Z | Fresh ena v0.14.3 |
1539 | 2024-08-08T13:39:58.489Z | Fresh dirs-sys v0.3.7 |
1540 | 2024-08-08T13:39:58.489Z | Fresh cpufeatures v0.2.12 |
1541 | 2024-08-08T13:39:58.489Z | Fresh unicode-width v0.1.12 |
1542 | 2024-08-08T13:39:58.489Z | Fresh num-conv v0.1.0 |
1543 | 2024-08-08T13:39:58.489Z | Fresh time-core v0.1.2 |
1544 | 2024-08-08T13:39:58.489Z | Fresh unicode-xid v0.2.4 |
1545 | 2024-08-08T13:39:58.489Z | Fresh powerfmt v0.2.0 |
1546 | 2024-08-08T13:39:58.489Z | Fresh pico-args v0.5.0 |
1547 | 2024-08-08T13:39:58.489Z | Fresh dirs v4.0.0 |
1548 | 2024-08-08T13:39:58.489Z | Fresh async-io v1.13.0 |
1549 | 2024-08-08T13:39:58.489Z | Fresh time-macros v0.2.18 |
1550 | 2024-08-08T13:39:58.489Z | Fresh lalrpop v0.20.2 |
1551 | 2024-08-08T13:39:58.489Z | Fresh deranged v0.3.11 |
1552 | 2024-08-08T13:39:58.489Z | Fresh blocking v1.6.0 |
1553 | 2024-08-08T13:39:58.489Z | Fresh async-executor v1.11.0 |
1554 | 2024-08-08T13:39:58.489Z | Fresh async-signal v0.2.6 |
1555 | 2024-08-08T13:39:58.489Z | Fresh libnghttp2-sys v0.1.10+1.61.0 |
1556 | 2024-08-08T13:39:58.489Z | Fresh progenitor-client v0.7.0 |
1557 | 2024-08-08T13:39:58.489Z | Fresh event-listener v3.1.0 |
1558 | 2024-08-08T13:39:58.493Z | Fresh pin-project-internal v1.1.5 |
1559 | 2024-08-08T13:39:58.493Z | Fresh num_threads v0.1.7 |
1560 | 2024-08-08T13:39:58.493Z | Fresh async-global-executor v2.4.1 |
1561 | 2024-08-08T13:39:58.493Z | Fresh curl-sys v0.4.72+curl-8.6.0 |
1562 | 2024-08-08T13:39:58.493Z | Fresh pin-project v1.1.5 |
1563 | 2024-08-08T13:39:58.493Z | Fresh async-process v1.8.1 |
1564 | 2024-08-08T13:39:58.493Z | Fresh time v0.3.36 |
1565 | 2024-08-08T13:39:58.493Z | Fresh rustversion v1.0.16 |
1566 | 2024-08-08T13:39:58.493Z | Fresh libz-sys v1.1.16 |
1567 | 2024-08-08T13:39:58.493Z | Fresh kv-log-macro v1.0.7 |
1568 | 2024-08-08T13:39:58.493Z | Fresh async-trait v0.1.81 |
1569 | 2024-08-08T13:39:58.493Z | Fresh dirs-sys-next v0.1.2 |
1570 | 2024-08-08T13:39:58.493Z | Fresh home v0.5.9 |
1571 | 2024-08-08T13:39:58.493Z | Fresh similar v2.6.0 |
1572 | 2024-08-08T13:39:58.493Z | Fresh libgit2-sys v0.17.0+1.8.1 |
1573 | 2024-08-08T13:39:58.493Z | Fresh async-std v1.12.0 |
1574 | 2024-08-08T13:39:58.493Z | Fresh dirs-next v2.0.0 |
1575 | 2024-08-08T13:39:58.493Z | Fresh curl v0.4.46 |
1576 | 2024-08-08T13:39:58.493Z | Fresh slog v2.7.0 |
1577 | 2024-08-08T13:39:58.493Z | Fresh tracing-futures v0.2.5 |
1578 | 2024-08-08T13:39:58.493Z | Fresh sha1 v0.10.6 |
1579 | 2024-08-08T13:39:58.493Z | Fresh sluice v0.5.5 |
1580 | 2024-08-08T13:39:58.493Z | Fresh url v2.5.2 |
1581 | 2024-08-08T13:39:58.493Z | Fresh castaway v0.1.2 |
1582 | 2024-08-08T13:39:58.493Z | Fresh zeroize v1.7.0 |
1583 | 2024-08-08T13:39:58.493Z | Fresh lalrpop-util v0.20.2 |
1584 | 2024-08-08T13:39:58.493Z | Fresh bitflags v2.5.0 |
1585 | 2024-08-08T13:39:58.493Z | Fresh predicates-core v1.0.6 |
1586 | 2024-08-08T13:39:58.493Z | Fresh unicode-segmentation v1.11.0 |
1587 | 2024-08-08T13:39:58.494Z | Fresh rustls-pki-types v1.7.0 |
1588 | 2024-08-08T13:39:58.494Z | Fresh isahc v1.7.2 |
1589 | 2024-08-08T13:39:58.494Z | Fresh term v0.7.0 |
1590 | 2024-08-08T13:39:58.494Z | Fresh git2 v0.19.0 |
1591 | 2024-08-08T13:39:58.494Z | Fresh basic-cookies v0.1.5 |
1592 | 2024-08-08T13:39:58.494Z | Fresh async-object-pool v0.1.4 |
1593 | 2024-08-08T13:39:58.494Z | Fresh signal-hook v0.3.17 |
1594 | 2024-08-08T13:39:58.494Z | Fresh console v0.15.8 |
1595 | 2024-08-08T13:39:58.494Z | Fresh tempfile v3.11.0 |
1596 | 2024-08-08T13:39:58.494Z | Fresh serde_regex v1.1.0 |
1597 | 2024-08-08T13:39:58.494Z | Fresh assert-json-diff v2.0.2 |
1598 | 2024-08-08T13:39:58.494Z | Fresh float-cmp v0.9.0 |
1599 | 2024-08-08T13:39:58.494Z | Fresh is-terminal v0.4.12 |
1600 | 2024-08-08T13:39:58.494Z | Fresh levenshtein v1.0.5 |
1601 | 2024-08-08T13:39:58.494Z | Fresh data-encoding v2.6.0 |
1602 | 2024-08-08T13:39:58.494Z | Fresh heck v0.4.1 |
1603 | 2024-08-08T13:39:58.494Z | Fresh byteorder v1.5.0 |
1604 | 2024-08-08T13:39:58.494Z | Fresh base64 v0.13.1 |
1605 | 2024-08-08T13:39:58.494Z | Fresh utf-8 v0.7.6 |
1606 | 2024-08-08T13:39:58.494Z | Fresh normalize-line-endings v0.3.0 |
1607 | 2024-08-08T13:39:58.494Z | Fresh difflib v0.4.0 |
1608 | 2024-08-08T13:39:58.494Z | Fresh httpmock v0.6.8 |
1609 | 2024-08-08T13:39:58.494Z | Fresh strum_macros v0.26.2 |
1610 | 2024-08-08T13:39:58.494Z | Fresh predicates v3.1.2 |
1611 | 2024-08-08T13:39:58.494Z | Fresh tungstenite v0.20.1 |
1612 | 2024-08-08T13:39:58.494Z | Fresh paste v1.0.15 |
1613 | 2024-08-08T13:39:58.494Z | Fresh built v0.7.4 |
1614 | 2024-08-08T13:39:58.494Z | Fresh signal-hook-mio v0.2.3 |
1615 | 2024-08-08T13:39:58.494Z | Fresh rustls-webpki v0.102.3 |
1616 | 2024-08-08T13:39:58.494Z | Fresh castaway v0.2.2 |
1617 | 2024-08-08T13:39:58.494Z | Fresh itertools v0.12.1 |
1618 | 2024-08-08T13:39:58.494Z | Fresh serde_path_to_error v0.1.16 |
1619 | 2024-08-08T13:39:58.494Z | Fresh thread_local v1.1.8 |
1620 | 2024-08-08T13:39:58.494Z | Fresh is-docker v0.2.0 |
1621 | 2024-08-08T13:39:58.494Z | Fresh static_assertions v1.1.0 |
1622 | 2024-08-08T13:39:58.494Z | Fresh match_cfg v0.1.0 |
1623 | 2024-08-08T13:39:58.494Z | Fresh subtle v2.5.0 |
1624 | 2024-08-08T13:39:58.494Z | Fresh unicode-truncate v1.0.0 |
1625 | 2024-08-08T13:39:58.494Z | Fresh hostname v0.3.1 |
1626 | 2024-08-08T13:39:58.494Z | Fresh compact_str v0.7.1 |
1627 | 2024-08-08T13:39:58.495Z | Fresh rustls v0.22.4 |
1628 | 2024-08-08T13:39:58.495Z | Fresh is-wsl v0.4.0 |
1629 | 2024-08-08T13:39:58.495Z | Fresh crossterm v0.27.0 |
1630 | 2024-08-08T13:39:58.495Z | Fresh portable-atomic v1.6.0 |
1631 | 2024-08-08T13:39:58.495Z | Fresh tokio-tungstenite v0.20.1 |
1632 | 2024-08-08T13:39:58.495Z | Fresh strum v0.26.2 |
1633 | 2024-08-08T13:39:58.495Z | Fresh newline-converter v0.3.0 |
1634 | 2024-08-08T13:39:58.495Z | Fresh slog-json v2.6.1 |
1635 | 2024-08-08T13:39:58.495Z | Fresh termini v1.0.0 |
1636 | 2024-08-08T13:39:58.495Z | Fresh sha2 v0.10.8 |
1637 | 2024-08-08T13:39:58.495Z | Fresh crossbeam-channel v0.5.12 |
1638 | 2024-08-08T13:39:58.495Z | Fresh http v1.1.0 |
1639 | 2024-08-08T13:39:58.495Z | Fresh ipnetwork v0.20.0 |
1640 | 2024-08-08T13:39:58.495Z | Fresh lru v0.12.3 |
1641 | 2024-08-08T13:39:58.495Z | Fresh async-stream-impl v0.3.5 |
1642 | 2024-08-08T13:39:58.495Z | Fresh stability v0.2.0 |
1643 | 2024-08-08T13:39:58.495Z | Fresh termtree v0.4.1 |
1644 | 2024-08-08T13:39:58.495Z | Fresh spin v0.5.2 |
1645 | 2024-08-08T13:39:58.495Z | Fresh number_prefix v0.4.0 |
1646 | 2024-08-08T13:39:58.495Z | Fresh cassowary v0.3.0 |
1647 | 2024-08-08T13:39:58.495Z | Fresh untrusted v0.7.1 |
1648 | 2024-08-08T13:39:58.495Z | Fresh shell-words v1.1.0 |
1649 | 2024-08-08T13:39:58.495Z | Fresh termcolor v1.4.1 |
1650 | 2024-08-08T13:39:58.495Z | Fresh pathdiff v0.2.1 |
1651 | 2024-08-08T13:39:58.495Z | Fresh take_mut v0.2.2 |
1652 | 2024-08-08T13:39:58.495Z | Fresh humantime v2.1.0 |
1653 | 2024-08-08T13:39:58.495Z | Fresh predicates-tree v1.0.9 |
1654 | 2024-08-08T13:39:58.495Z | Fresh indicatif v0.17.8 |
1655 | 2024-08-08T13:39:58.495Z | Fresh ring v0.16.20 |
1656 | 2024-08-08T13:39:58.495Z | Fresh dialoguer v0.10.4 |
1657 | 2024-08-08T13:39:58.495Z | Fresh open v4.2.0 |
1658 | 2024-08-08T13:39:58.499Z | Fresh slog-async v2.8.0 |
1659 | 2024-08-08T13:39:58.499Z | Fresh env_logger v0.10.2 |
1660 | 2024-08-08T13:39:58.499Z | Fresh ratatui v0.26.3 |
1661 | 2024-08-08T13:39:58.499Z | Fresh multer v3.1.0 |
1662 | 2024-08-08T13:39:58.499Z | Fresh async-stream v0.3.5 |
1663 | 2024-08-08T13:39:58.499Z | Fresh oauth2 v4.4.2 |
1664 | 2024-08-08T13:39:58.499Z | Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1665 | 2024-08-08T13:39:58.499Z | Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#1f22ae24) |
1666 | 2024-08-08T13:39:58.499Z | Fresh slog-bunyan v2.5.0 |
1667 | 2024-08-08T13:39:58.499Z | Fresh camino v1.1.7 |
1668 | 2024-08-08T13:39:58.499Z | Fresh tokio-rustls v0.25.0 |
1669 | 2024-08-08T13:39:58.499Z | Fresh anyhow v1.0.86 |
1670 | 2024-08-08T13:39:58.499Z | Fresh doc-comment v0.3.3 |
1671 | 2024-08-08T13:39:58.499Z | Fresh slog-term v2.9.1 |
1672 | 2024-08-08T13:39:58.499Z | Fresh pem v1.1.1 |
1673 | 2024-08-08T13:39:58.499Z | Fresh rustls-pemfile v2.1.3 |
1674 | 2024-08-08T13:39:58.499Z | Fresh yasna v0.5.2 |
1675 | 2024-08-08T13:39:58.499Z | Fresh tabwriter v1.4.0 |
1676 | 2024-08-08T13:39:58.499Z | Fresh clap_complete v4.5.8 |
1677 | 2024-08-08T13:39:58.499Z | Fresh colored v2.1.0 |
1678 | 2024-08-08T13:39:58.499Z | Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot#52d900a4) |
1679 | 2024-08-08T13:39:58.499Z | Fresh waitgroup v0.1.2 |
1680 | 2024-08-08T13:39:58.499Z | Fresh bstr v1.9.1 |
1681 | 2024-08-08T13:39:58.500Z | Fresh hostname v0.4.0 |
1682 | 2024-08-08T13:39:58.500Z | Fresh wait-timeout v0.2.0 |
1683 | 2024-08-08T13:39:58.500Z | Fresh yansi v0.5.1 |
1684 | 2024-08-08T13:39:58.500Z | Fresh diff v0.1.13 |
1685 | 2024-08-08T13:39:58.500Z | Fresh debug-ignore v1.0.5 |
1686 | 2024-08-08T13:39:58.500Z | Fresh assert_cmd v2.0.15 |
1687 | 2024-08-08T13:39:58.500Z | Fresh rcgen v0.10.0 |
1688 | 2024-08-08T13:39:58.500Z | Fresh expectorate v1.1.0 |
1689 | 2024-08-08T13:39:58.500Z | Fresh serde_json v1.0.122 |
1690 | 2024-08-08T13:39:58.500Z | Fresh chrono v0.4.38 |
1691 | 2024-08-08T13:39:58.500Z | Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot#52d900a4) |
1692 | 2024-08-08T13:39:58.500Z | Fresh pretty_assertions v1.4.0 |
1693 | 2024-08-08T13:39:58.500Z | Fresh uuid v1.10.0 |
1694 | 2024-08-08T13:39:58.500Z | Fresh regress v0.10.0 |
1695 | 2024-08-08T13:39:58.500Z | Fresh syn v2.0.72 |
1696 | 2024-08-08T13:39:58.500Z | Fresh openapiv3 v2.0.0 |
1697 | 2024-08-08T13:39:58.500Z | Fresh schemars v0.8.21 |
1698 | 2024-08-08T13:39:58.500Z | Fresh unsafe-libyaml v0.2.11 |
1699 | 2024-08-08T13:39:58.500Z | Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor#ac83ed57) |
1700 | 2024-08-08T13:39:58.500Z | Fresh semver v1.0.23 |
1701 | 2024-08-08T13:39:58.500Z | Fresh serde_yaml v0.9.34+deprecated |
1702 | 2024-08-08T13:39:58.500Z | Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
1703 | 2024-08-08T13:39:58.500Z | Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
1704 | 2024-08-08T13:39:58.500Z | Fresh toolchain_find v0.4.0 |
1705 | 2024-08-08T13:39:58.500Z | Fresh oxide-cli v0.6.1+20240710.0 (/work/oxidecomputer/oxide.rs/cli) |
1706 | 2024-08-08T13:39:58.500Z | Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
1707 | 2024-08-08T13:39:58.500Z | Fresh rustfmt-wrapper v0.2.1 |
1708 | 2024-08-08T13:39:58.500Z | Fresh oxide-httpmock v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1709 | 2024-08-08T13:39:58.500Z | Fresh oxide v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk) |
1710 | 2024-08-08T13:39:58.500Z | Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1711 | 2024-08-08T13:39:58.500Z | Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor#ac83ed57) |
1712 | 2024-08-08T13:39:58.500Z | Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor#ac83ed57) |
1713 | 2024-08-08T13:39:58.500Z | Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor#ac83ed57) |
1714 | 2024-08-08T13:39:58.500Z | Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1715 | 2024-08-08T13:39:58.500Z | Finished test [unoptimized + debuginfo] target(s) in 0.30s |
1716 | 2024-08-08T13:39:58.500Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-20e11472789c557c` |
1717 | 2024-08-08T13:39:58.540Z | |
1718 | 2024-08-08T13:39:58.540Z | running 4 tests |
1719 | 2024-08-08T13:39:58.543Z | test clap_feature::tests::test_block_size ... ok |
1720 | 2024-08-08T13:39:58.543Z | test clap_feature::tests::test_byte_count ... ok |
1721 | 2024-08-08T13:39:58.543Z | test clap_feature::tests::test_name_or_id ... ok |
1722 | 2024-08-08T13:39:58.543Z | test clap_feature::tests::test_name ... ok |
1723 | 2024-08-08T13:39:58.543Z | |
1724 | 2024-08-08T13:39:58.543Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1725 | 2024-08-08T13:39:58.543Z | |
1726 | 2024-08-08T13:39:58.546Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-28df6506a3f074d8` |
1727 | 2024-08-08T13:39:58.550Z | |
1728 | 2024-08-08T13:39:58.550Z | running 9 tests |
1729 | 2024-08-08T13:39:58.553Z | test cmd_api::tests::test_add_query_string ... ok |
1730 | 2024-08-08T13:39:58.553Z | test cli_builder::tests::resolve_value_parses_ipv6_addr ... ok |
1731 | 2024-08-08T13:39:58.553Z | test cli_builder::tests::resolve_value_parses_ipv4_addr ... ok |
1732 | 2024-08-08T13:39:58.553Z | test cmd_disk::test_get_disk_size ... ok |
1733 | 2024-08-08T13:39:58.553Z | test tests::test_autoref ... ok |
1734 | 2024-08-08T13:39:58.553Z | test cmd_auth::tests::test_parse_host ... ok |
1735 | 2024-08-08T13:39:58.561Z | test tests::test_json_body_required ... ok |
1736 | 2024-08-08T13:39:58.597Z | test cmd_version::version_success ... ok |
1737 | 2024-08-08T13:39:58.597Z | test cmd_auth::tests::test_cmd_auth_login ... ok |
1738 | 2024-08-08T13:39:58.597Z | |
1739 | 2024-08-08T13:39:58.600Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1740 | 2024-08-08T13:39:58.600Z | |
1741 | 2024-08-08T13:39:58.600Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-6bd4e4ef8185b208` |
1742 | 2024-08-08T13:39:58.606Z | |
1743 | 2024-08-08T13:39:58.606Z | running 3 tests |
1744 | 2024-08-08T13:39:58.648Z | test test_pagination_success ... ok |
1745 | 2024-08-08T13:39:58.651Z | test test_pagination_midway_failure ... ok |
1746 | 2024-08-08T13:39:58.676Z | test test_simple_api_call ... ok |
1747 | 2024-08-08T13:39:58.676Z | |
1748 | 2024-08-08T13:39:58.676Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s |
1749 | 2024-08-08T13:39:58.676Z | |
1750 | 2024-08-08T13:39:58.679Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_auth-adf0a875701f5a33` |
1751 | 2024-08-08T13:39:58.688Z | |
1752 | 2024-08-08T13:39:58.688Z | running 6 tests |
1753 | 2024-08-08T13:39:58.776Z | test test_cmd_auth_status_env ... ok |
1754 | 2024-08-08T13:39:58.820Z | test test_cmd_auth_status ... ok |
1755 | 2024-08-08T13:39:59.760Z | test test_auth_login_existing_no_default ... ok |
1756 | 2024-08-08T13:39:59.763Z | test test_auth_login_first ... ok |
1757 | 2024-08-08T13:39:59.763Z | test test_auth_login_existing_default ... ok |
1758 | 2024-08-08T13:40:00.810Z | test test_auth_login_double ... ok |
1759 | 2024-08-08T13:40:00.810Z | |
1760 | 2024-08-08T13:40:00.810Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.12s |
1761 | 2024-08-08T13:40:00.810Z | |
1762 | 2024-08-08T13:40:00.814Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_disk_import-22faed79a527221a` |
1763 | 2024-08-08T13:40:00.821Z | |
1764 | 2024-08-08T13:40:00.821Z | running 14 tests |
1765 | 2024-08-08T13:40:00.847Z | test test_disk_import_bad_file_size ... ok |
1766 | 2024-08-08T13:40:00.903Z | test test_disk_import_finalize ... ok |
1767 | 2024-08-08T13:40:00.996Z | test test_disk_import_required_parameters ... ok |
1768 | 2024-08-08T13:40:01.024Z | test test_disk_import_bad_block_size ... ok |
1769 | 2024-08-08T13:40:01.042Z | test test_disk_import_disk_exists_already ... ok |
1770 | 2024-08-08T13:40:01.045Z | test test_disk_import_image_exists_already ... ok |
1771 | 2024-08-08T13:40:01.082Z | test test_disk_import_start ... ok |
1772 | 2024-08-08T13:40:01.085Z | test test_disk_import_bulk_import_start_fail ... ok |
1773 | 2024-08-08T13:40:01.097Z | test test_disk_import_stop ... ok |
1774 | 2024-08-08T13:40:01.110Z | test test_disk_import_write ... ok |
1775 | 2024-08-08T13:40:01.147Z | test test_disk_import_snapshot_exists_already ... ok |
1776 | 2024-08-08T13:40:01.265Z | test test_disk_import_bulk_write_import_fail ... ok |
1777 | 2024-08-08T13:40:01.294Z | test test_disk_import ... ok |
1778 | 2024-08-08T13:40:01.326Z | test test_disk_import_sparse ... ok |
1779 | 2024-08-08T13:40:01.326Z | |
1780 | 2024-08-08T13:40:01.329Z | test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s |
1781 | 2024-08-08T13:40:01.329Z | |
1782 | 2024-08-08T13:40:01.333Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_docs-44a882f319887fb7` |
1783 | 2024-08-08T13:40:01.340Z | |
1784 | 2024-08-08T13:40:01.341Z | running 1 test |
1785 | 2024-08-08T13:40:01.405Z | test test_docs_json ... ok |
1786 | 2024-08-08T13:40:01.405Z | |
1787 | 2024-08-08T13:40:01.405Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1788 | 2024-08-08T13:40:01.405Z | |
1789 | 2024-08-08T13:40:01.408Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_instance-31f50878b3acbb42` |
1790 | 2024-08-08T13:40:01.414Z | |
1791 | 2024-08-08T13:40:01.414Z | running 3 tests |
1792 | 2024-08-08T13:40:01.468Z | test test_instance_create ... ok |
1793 | 2024-08-08T13:40:01.471Z | test test_instance_serial_history ... ok |
1794 | 2024-08-08T13:40:01.471Z | test test_instance_serial_console ... ok |
1795 | 2024-08-08T13:40:01.471Z | |
1796 | 2024-08-08T13:40:01.471Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1797 | 2024-08-08T13:40:01.471Z | |
1798 | 2024-08-08T13:40:01.474Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_net-ad0b9014bac6e757` |
1799 | 2024-08-08T13:40:01.481Z | |
1800 | 2024-08-08T13:40:01.481Z | running 1 test |
1801 | 2024-08-08T13:40:01.540Z | test test_port_config ... ok |
1802 | 2024-08-08T13:40:01.541Z | |
1803 | 2024-08-08T13:40:01.541Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1804 | 2024-08-08T13:40:01.541Z | |
1805 | 2024-08-08T13:40:01.544Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_projects-4fbd862b762ede1f` |
1806 | 2024-08-08T13:40:01.552Z | |
1807 | 2024-08-08T13:40:01.552Z | running 4 tests |
1808 | 2024-08-08T13:40:01.601Z | test test_project_simple_list ... ok |
1809 | 2024-08-08T13:40:01.605Z | test test_project_delete ... ok |
1810 | 2024-08-08T13:40:01.611Z | test test_project_list_paginated ... ok |
1811 | 2024-08-08T13:40:01.613Z | test test_project_list_paginated_fail ... ok |
1812 | 2024-08-08T13:40:01.613Z | |
1813 | 2024-08-08T13:40:01.613Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1814 | 2024-08-08T13:40:01.613Z | |
1815 | 2024-08-08T13:40:01.616Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_resolve_cert-d50356a2a52daa4b` |
1816 | 2024-08-08T13:40:01.623Z | |
1817 | 2024-08-08T13:40:01.623Z | running 3 tests |
1818 | 2024-08-08T13:40:01.669Z | test test_insecure_cert_validation ... ok |
1819 | 2024-08-08T13:40:01.672Z | test test_insecure_hostname_verification ... ok |
1820 | 2024-08-08T13:40:01.672Z | test test_resolve_and_cacert ... ok |
1821 | 2024-08-08T13:40:01.672Z | |
1822 | 2024-08-08T13:40:01.672Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1823 | 2024-08-08T13:40:01.672Z | |
1824 | 2024-08-08T13:40:01.675Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_silo_idp_saml-8057275b1ae76842` |
1825 | 2024-08-08T13:40:01.680Z | |
1826 | 2024-08-08T13:40:01.680Z | running 1 test |
1827 | 2024-08-08T13:40:01.724Z | test test_silo_idp_saml_create ... ok |
1828 | 2024-08-08T13:40:01.724Z | |
1829 | 2024-08-08T13:40:01.724Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s |
1830 | 2024-08-08T13:40:01.724Z | |
1831 | 2024-08-08T13:40:01.727Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_system_networking_allowlist-8062ed8c4d3cdb2f` |
1832 | 2024-08-08T13:40:01.734Z | |
1833 | 2024-08-08T13:40:01.734Z | running 5 tests |
1834 | 2024-08-08T13:40:01.755Z | test test_allowlist_neither ... ok |
1835 | 2024-08-08T13:40:01.761Z | test test_allowlist_both ... ok |
1836 | 2024-08-08T13:40:01.783Z | test test_allowlist_any ... ok |
1837 | 2024-08-08T13:40:01.786Z | test test_allowlist_one_ip ... ok |
1838 | 2024-08-08T13:40:01.792Z | test test_allowlist_many_ips ... ok |
1839 | 2024-08-08T13:40:01.792Z | |
1840 | 2024-08-08T13:40:01.792Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1841 | 2024-08-08T13:40:01.792Z | |
1842 | 2024-08-08T13:40:01.796Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_httpmock-6639c917b189df56` |
1843 | 2024-08-08T13:40:01.803Z | |
1844 | 2024-08-08T13:40:01.803Z | running 0 tests |
1845 | 2024-08-08T13:40:01.803Z | |
1846 | 2024-08-08T13:40:01.803Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1847 | 2024-08-08T13:40:01.803Z | |
1848 | 2024-08-08T13:40:01.806Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_common-231a0de90f8dd20f` |
1849 | 2024-08-08T13:40:01.808Z | |
1850 | 2024-08-08T13:40:01.808Z | running 1 test |
1851 | 2024-08-08T13:40:01.811Z | test json_mock::tests::test_one ... ok |
1852 | 2024-08-08T13:40:01.811Z | |
1853 | 2024-08-08T13:40:01.811Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1854 | 2024-08-08T13:40:01.811Z | |
1855 | 2024-08-08T13:40:01.811Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/xtask-e14604c6933d90bf` |
1856 | 2024-08-08T13:40:01.815Z | |
1857 | 2024-08-08T13:40:01.815Z | running 0 tests |
1858 | 2024-08-08T13:40:01.815Z | |
1859 | 2024-08-08T13:40:01.815Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1860 | 2024-08-08T13:40:01.815Z | |
1861 | 2024-08-08T13:40:01.818Z | Doc-tests oxide |
1862 | 2024-08-08T13:40:01.818Z | 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-13f540b2dc5802b7/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-8936c946180538f7/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-df3edbb327b2ea40.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-0cb4e62cef50e5a5.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-419d69cfb5233409.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-c8f7746186e10607.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-debad463ac17bc9a.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-089b89197e0f5790.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-bc385aba82761800.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-cf811be3c325b89d.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-6f5e020187cccec4.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-94c98b6fc0284052.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' --error-format human` |
1863 | 2024-08-08T13:40:06.551Z | |
1864 | 2024-08-08T13:40:06.552Z | running 197 tests |
1865 | 2024-08-08T13:40:06.554Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import (line 45933) ... ignored |
1866 | 2024-08-08T13:40:06.557Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_start (line 45951) ... ignored |
1867 | 2024-08-08T13:40:06.557Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_stop (line 45968) ... ignored |
1868 | 2024-08-08T13:40:06.557Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_create (line 45887) ... ignored |
1869 | 2024-08-08T13:40:06.558Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_delete (line 45917) ... ignored |
1870 | 2024-08-08T13:40:06.558Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_finalize_import (line 45984) ... ignored |
1871 | 2024-08-08T13:40:06.558Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_list (line 45870) ... ignored |
1872 | 2024-08-08T13:40:06.561Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_metrics_list (line 46007) ... ignored |
1873 | 2024-08-08T13:40:06.561Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_view (line 45902) ... ignored |
1874 | 2024-08-08T13:40:06.561Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_attach (line 46155) ... ignored |
1875 | 2024-08-08T13:40:06.561Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_create (line 46090) ... ignored |
1876 | 2024-08-08T13:40:06.561Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_delete (line 46137) ... ignored |
1877 | 2024-08-08T13:40:06.561Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_detach (line 46171) ... ignored |
1878 | 2024-08-08T13:40:06.561Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_list (line 46073) ... ignored |
1879 | 2024-08-08T13:40:06.564Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_update (line 46121) ... ignored |
1880 | 2024-08-08T13:40:06.564Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_view (line 46105) ... ignored |
1881 | 2024-08-08T13:40:06.564Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_access_token (line 46251) ... ignored |
1882 | 2024-08-08T13:40:06.564Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_confirm (line 46237) ... ignored |
1883 | 2024-08-08T13:40:06.564Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_request (line 46221) ... ignored |
1884 | 2024-08-08T13:40:06.564Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::logout (line 46327) ... ignored |
1885 | 2024-08-08T13:40:06.566Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_create (line 46285) ... ignored |
1886 | 2024-08-08T13:40:06.567Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_delete (line 46315) ... ignored |
1887 | 2024-08-08T13:40:06.567Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_list (line 46268) ... ignored |
1888 | 2024-08-08T13:40:06.567Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_view (line 46300) ... ignored |
1889 | 2024-08-08T13:40:06.567Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_create (line 46405) ... ignored |
1890 | 2024-08-08T13:40:06.567Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_delete (line 46441) ... ignored |
1891 | 2024-08-08T13:40:06.569Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_demote (line 46458) ... ignored |
1892 | 2024-08-08T13:40:06.570Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_list (line 46386) ... ignored |
1893 | 2024-08-08T13:40:06.570Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_promote (line 46475) ... ignored |
1894 | 2024-08-08T13:40:06.570Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_view (line 46422) ... ignored |
1895 | 2024-08-08T13:40:06.570Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_create (line 46541) ... ignored |
1896 | 2024-08-08T13:40:06.570Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_delete (line 46571) ... ignored |
1897 | 2024-08-08T13:40:06.570Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_attach (line 46609) ... ignored |
1898 | 2024-08-08T13:40:06.575Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_detach (line 46626) ... ignored |
1899 | 2024-08-08T13:40:06.575Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_list (line 46590) ... ignored |
1900 | 2024-08-08T13:40:06.575Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_attach (line 46659) ... ignored |
1901 | 2024-08-08T13:40:06.575Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_detach (line 46676) ... ignored |
1902 | 2024-08-08T13:40:06.575Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_external_ip_list (line 46642) ... ignored |
1903 | 2024-08-08T13:40:06.575Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_list (line 46524) ... ignored |
1904 | 2024-08-08T13:40:06.575Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_migrate (line 46692) ... ignored |
1905 | 2024-08-08T13:40:06.575Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_create (line 46855) ... ignored |
1906 | 2024-08-08T13:40:06.575Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_delete (line 46916) ... ignored |
1907 | 2024-08-08T13:40:06.575Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_list (line 46835) ... ignored |
1908 | 2024-08-08T13:40:06.575Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_update (line 46892) ... ignored |
1909 | 2024-08-08T13:40:06.579Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_view (line 46873) ... ignored |
1910 | 2024-08-08T13:40:06.579Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_reboot (line 46708) ... ignored |
1911 | 2024-08-08T13:40:06.579Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console (line 46735) ... ignored |
1912 | 2024-08-08T13:40:06.579Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console_stream (line 46758) ... ignored |
1913 | 2024-08-08T13:40:06.579Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ssh_public_key_list (line 46782) ... ignored |
1914 | 2024-08-08T13:40:06.579Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_start (line 46800) ... ignored |
1915 | 2024-08-08T13:40:06.580Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_stop (line 46815) ... ignored |
1916 | 2024-08-08T13:40:06.580Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_view (line 46556) ... ignored |
1917 | 2024-08-08T13:40:06.580Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_local (line 47036) ... ignored |
1918 | 2024-08-08T13:40:06.580Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_saml (line 47023) ... ignored |
1919 | 2024-08-08T13:40:06.582Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::silo_metric (line 47074) ... ignored |
1920 | 2024-08-08T13:40:06.582Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_query (line 47093) ... ignored |
1921 | 2024-08-08T13:40:06.582Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_schema_list (line 47108) ... ignored |
1922 | 2024-08-08T13:40:06.582Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_update (line 47148) ... ignored |
1923 | 2024-08-08T13:40:06.582Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_view (line 47138) ... ignored |
1924 | 2024-08-08T13:40:06.582Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_create (line 47223) ... ignored |
1925 | 2024-08-08T13:40:06.585Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_delete (line 47264) ... ignored |
1926 | 2024-08-08T13:40:06.585Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_list (line 47179) ... ignored |
1927 | 2024-08-08T13:40:06.585Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_view (line 47194) ... ignored |
1928 | 2024-08-08T13:40:06.585Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_list (line 47210) ... ignored |
1929 | 2024-08-08T13:40:06.585Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_update (line 47291) ... ignored |
1930 | 2024-08-08T13:40:06.585Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_view (line 47277) ... ignored |
1931 | 2024-08-08T13:40:06.588Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_update (line 47250) ... ignored |
1932 | 2024-08-08T13:40:06.588Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_view (line 47236) ... ignored |
1933 | 2024-08-08T13:40:06.588Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_list (line 47350) ... ignored |
1934 | 2024-08-08T13:40:06.588Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_view (line 47364) ... ignored |
1935 | 2024-08-08T13:40:06.588Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_groups (line 47404) ... ignored |
1936 | 2024-08-08T13:40:06.588Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_create (line 47439) ... ignored |
1937 | 2024-08-08T13:40:06.591Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_delete (line 47470) ... ignored |
1938 | 2024-08-08T13:40:06.591Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_list (line 47424) ... ignored |
1939 | 2024-08-08T13:40:06.591Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_view (line 47454) ... ignored |
1940 | 2024-08-08T13:40:06.591Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_view (line 47389) ... ignored |
1941 | 2024-08-08T13:40:06.591Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_create (line 47536) ... ignored |
1942 | 2024-08-08T13:40:06.591Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_delete (line 47562) ... ignored |
1943 | 2024-08-08T13:40:06.591Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_list (line 47520) ... ignored |
1944 | 2024-08-08T13:40:06.594Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_view (line 47549) ... ignored |
1945 | 2024-08-08T13:40:06.594Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_list (line 47578) ... ignored |
1946 | 2024-08-08T13:40:06.594Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_view (line 47593) ... ignored |
1947 | 2024-08-08T13:40:06.594Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_update (line 47614) ... ignored |
1948 | 2024-08-08T13:40:06.594Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_view (line 47604) ... ignored |
1949 | 2024-08-08T13:40:06.594Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::user_list (line 47631) ... ignored |
1950 | 2024-08-08T13:40:06.597Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::utilization_view (line 47645) ... ignored |
1951 | 2024-08-08T13:40:06.597Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_create (line 47726) ... ignored |
1952 | 2024-08-08T13:40:06.597Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_delete (line 47756) ... ignored |
1953 | 2024-08-08T13:40:06.597Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_list (line 47707) ... ignored |
1954 | 2024-08-08T13:40:06.597Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_view (line 47741) ... ignored |
1955 | 2024-08-08T13:40:06.597Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_apply_settings (line 47996) ... ignored |
1956 | 2024-08-08T13:40:06.597Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_clear_settings (line 48016) ... ignored |
1957 | 2024-08-08T13:40:06.600Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_list (line 47975) ... ignored |
1958 | 2024-08-08T13:40:06.600Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_status (line 48034) ... ignored |
1959 | 2024-08-08T13:40:06.600Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_list (line 47797) ... ignored |
1960 | 2024-08-08T13:40:06.600Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_view (line 47812) ... ignored |
1961 | 2024-08-08T13:40:06.600Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_list (line 47828) ... ignored |
1962 | 2024-08-08T13:40:06.600Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_view (line 47843) ... ignored |
1963 | 2024-08-08T13:40:06.600Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_add (line 47872) ... ignored |
1964 | 2024-08-08T13:40:06.603Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_instance_list (line 47922) ... ignored |
1965 | 2024-08-08T13:40:06.603Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list (line 47859) ... ignored |
1966 | 2024-08-08T13:40:06.603Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list_uninitialized (line 47956) ... ignored |
1967 | 2024-08-08T13:40:06.603Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_physical_disk_list (line 47902) ... ignored |
1968 | 2024-08-08T13:40:06.603Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_set_provision_policy (line 47940) ... ignored |
1969 | 2024-08-08T13:40:06.603Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_view (line 47885) ... ignored |
1970 | 2024-08-08T13:40:06.606Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_list (line 48052) ... ignored |
1971 | 2024-08-08T13:40:06.606Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_view (line 48067) ... ignored |
1972 | 2024-08-08T13:40:06.606Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_metric (line 48166) ... ignored |
1973 | 2024-08-08T13:40:06.606Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_create (line 48211) ... ignored |
1974 | 2024-08-08T13:40:06.606Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_delete (line 48252) ... ignored |
1975 | 2024-08-08T13:40:06.606Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_list (line 48198) ... ignored |
1976 | 2024-08-08T13:40:06.608Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_add (line 48288) ... ignored |
1977 | 2024-08-08T13:40:06.608Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_list (line 48270) ... ignored |
1978 | 2024-08-08T13:40:06.608Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_remove (line 48303) ... ignored |
1979 | 2024-08-08T13:40:06.608Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_add (line 48430) ... ignored |
1980 | 2024-08-08T13:40:06.608Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_list (line 48416) ... ignored |
1981 | 2024-08-08T13:40:06.608Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_remove (line 48441) ... ignored |
1982 | 2024-08-08T13:40:06.611Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_view (line 48400) ... ignored |
1983 | 2024-08-08T13:40:06.611Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_link (line 48342) ... ignored |
1984 | 2024-08-08T13:40:06.611Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_list (line 48321) ... ignored |
1985 | 2024-08-08T13:40:06.611Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_unlink (line 48375) ... ignored |
1986 | 2024-08-08T13:40:06.611Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_update (line 48360) ... ignored |
1987 | 2024-08-08T13:40:06.611Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_update (line 48238) ... ignored |
1988 | 2024-08-08T13:40:06.612Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_utilization_view (line 48389) ... ignored |
1989 | 2024-08-08T13:40:06.614Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_view (line 48224) ... ignored |
1990 | 2024-08-08T13:40:06.614Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_block_list (line 48502) ... ignored |
1991 | 2024-08-08T13:40:06.614Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_create (line 48470) ... ignored |
1992 | 2024-08-08T13:40:06.614Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_delete (line 48484) ... ignored |
1993 | 2024-08-08T13:40:06.614Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_list (line 48457) ... ignored |
1994 | 2024-08-08T13:40:06.614Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_update (line 48526) ... ignored |
1995 | 2024-08-08T13:40:06.617Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_view (line 48516) ... ignored |
1996 | 2024-08-08T13:40:06.617Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_disable (line 48537) ... ignored |
1997 | 2024-08-08T13:40:06.617Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_enable (line 48548) ... ignored |
1998 | 2024-08-08T13:40:06.617Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_status (line 48559) ... ignored |
1999 | 2024-08-08T13:40:06.617Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 48642) ... ignored |
2000 | 2024-08-08T13:40:06.617Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 48615) ... ignored |
2001 | 2024-08-08T13:40:06.617Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 48629) ... ignored |
2002 | 2024-08-08T13:40:06.620Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_create (line 48589) ... ignored |
2003 | 2024-08-08T13:40:06.620Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_delete (line 48602) ... ignored |
2004 | 2024-08-08T13:40:06.620Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_list (line 48575) ... ignored |
2005 | 2024-08-08T13:40:06.620Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 48668) ... ignored |
2006 | 2024-08-08T13:40:06.620Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_message_history (line 48655) ... ignored |
2007 | 2024-08-08T13:40:06.620Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_status (line 48679) ... ignored |
2008 | 2024-08-08T13:40:06.623Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_create (line 48707) ... ignored |
2009 | 2024-08-08T13:40:06.623Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_delete (line 48728) ... ignored |
2010 | 2024-08-08T13:40:06.623Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_list (line 48694) ... ignored |
2011 | 2024-08-08T13:40:06.623Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_create (line 48763) ... ignored |
2012 | 2024-08-08T13:40:06.623Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 48778) ... ignored |
2013 | 2024-08-08T13:40:06.624Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_list (line 48749) ... ignored |
2014 | 2024-08-08T13:40:06.624Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_view (line 48794) ... ignored |
2015 | 2024-08-08T13:40:06.626Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_create (line 49010) ... ignored |
2016 | 2024-08-08T13:40:06.626Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_delete (line 49026) ... ignored |
2017 | 2024-08-08T13:40:06.626Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_set_password (line 49046) ... ignored |
2018 | 2024-08-08T13:40:06.627Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_create (line 49062) ... ignored |
2019 | 2024-08-08T13:40:06.627Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_view (line 49077) ... ignored |
2020 | 2024-08-08T13:40:06.627Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_create (line 49127) ... ignored |
2021 | 2024-08-08T13:40:06.629Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_delete (line 49157) ... ignored |
2022 | 2024-08-08T13:40:06.629Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_identity_provider_list (line 48989) ... ignored |
2023 | 2024-08-08T13:40:06.629Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_ip_pool_list (line 49178) ... ignored |
2024 | 2024-08-08T13:40:06.629Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_list (line 49114) ... ignored |
2025 | 2024-08-08T13:40:06.629Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_update (line 49208) ... ignored |
2026 | 2024-08-08T13:40:06.629Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_view (line 49194) ... ignored |
2027 | 2024-08-08T13:40:06.632Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_update (line 49238) ... ignored |
2028 | 2024-08-08T13:40:06.632Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_view (line 49222) ... ignored |
2029 | 2024-08-08T13:40:06.632Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_list (line 49256) ... ignored |
2030 | 2024-08-08T13:40:06.632Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_view (line 49273) ... ignored |
2031 | 2024-08-08T13:40:06.632Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_list (line 49319) ... ignored |
2032 | 2024-08-08T13:40:06.632Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_view (line 49334) ... ignored |
2033 | 2024-08-08T13:40:06.632Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_view (line 49142) ... ignored |
2034 | 2024-08-08T13:40:06.635Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::system_quotas_list (line 49094) ... ignored |
2035 | 2024-08-08T13:40:06.635Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_list (line 49290) ... ignored |
2036 | 2024-08-08T13:40:06.635Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_view (line 49303) ... ignored |
2037 | 2024-08-08T13:40:06.635Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemStatusExt::ping (line 49441) ... ignored |
2038 | 2024-08-08T13:40:06.635Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_create (line 49865) ... ignored |
2039 | 2024-08-08T13:40:06.635Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_delete (line 49912) ... ignored |
2040 | 2024-08-08T13:40:06.635Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_update (line 49496) ... ignored |
2041 | 2024-08-08T13:40:06.635Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_view (line 49466) ... ignored |
2042 | 2024-08-08T13:40:06.638Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_list (line 49848) ... ignored |
2043 | 2024-08-08T13:40:06.638Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_create (line 49651) ... ignored |
2044 | 2024-08-08T13:40:06.638Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_delete (line 49707) ... ignored |
2045 | 2024-08-08T13:40:06.638Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_list (line 49631) ... ignored |
2046 | 2024-08-08T13:40:06.638Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_create (line 49544) ... ignored |
2047 | 2024-08-08T13:40:06.638Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_delete (line 49609) ... ignored |
2048 | 2024-08-08T13:40:06.638Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_list (line 49521) ... ignored |
2049 | 2024-08-08T13:40:06.641Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_update (line 49587) ... ignored |
2050 | 2024-08-08T13:40:06.641Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_view (line 49565) ... ignored |
2051 | 2024-08-08T13:40:06.641Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_update (line 49688) ... ignored |
2052 | 2024-08-08T13:40:06.641Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_view (line 49669) ... ignored |
2053 | 2024-08-08T13:40:06.642Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_create (line 49748) ... ignored |
2054 | 2024-08-08T13:40:06.642Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_delete (line 49804) ... ignored |
2055 | 2024-08-08T13:40:06.642Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list (line 49728) ... ignored |
2056 | 2024-08-08T13:40:06.642Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list_network_interfaces (line 49826) ... ignored |
2057 | 2024-08-08T13:40:06.642Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_update (line 49785) ... ignored |
2058 | 2024-08-08T13:40:06.642Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_view (line 49766) ... ignored |
2059 | 2024-08-08T13:40:06.642Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_update (line 49896) ... ignored |
2060 | 2024-08-08T13:40:06.642Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_view (line 49880) ... ignored |
2061 | 2024-08-08T13:40:07.089Z | test sdk/src/lib.rs - (line 43) - compile ... ok |
2062 | 2024-08-08T13:40:07.092Z | |
2063 | 2024-08-08T13:40:07.092Z | test result: ok. 1 passed; 0 failed; 196 ignored; 0 measured; 0 filtered out; finished in 0.54s |
2064 | 2024-08-08T13:40:07.092Z | |
2065 | 2024-08-08T13:40:07.175Z | Doc-tests oxide-httpmock |
2066 | 2024-08-08T13:40:07.179Z | 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-13f540b2dc5802b7/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-8936c946180538f7/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-df3edbb327b2ea40.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-7ce459f2c8c8b4cd.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-6a60deb3d16fe6e9.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-04470758b0fb601c.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-26b2e57f8c7d3fa7.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -C embed-bitcode=no --error-format human` |
2067 | 2024-08-08T13:40:07.585Z | |
2068 | 2024-08-08T13:40:07.585Z | running 0 tests |
2069 | 2024-08-08T13:40:07.585Z | |
2070 | 2024-08-08T13:40:07.585Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2071 | 2024-08-08T13:40:07.585Z | |
2072 | 2024-08-08T13:40:07.602Z | Doc-tests test-common |
2073 | 2024-08-08T13:40:07.602Z | 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-13f540b2dc5802b7/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-8936c946180538f7/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-df3edbb327b2ea40.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-bd342631d8d5c6d7.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-a46bc85c69dc3c2a.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-8336f7482e5d1bc5.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-80f781988633df42.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-0281f4677c9177db.rlib -C embed-bitcode=no --error-format human` |
2074 | 2024-08-08T13:40:07.671Z | |
2075 | 2024-08-08T13:40:07.671Z | running 0 tests |
2076 | 2024-08-08T13:40:07.671Z | |
2077 | 2024-08-08T13:40:07.671Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2078 | 2024-08-08T13:40:07.672Z | |
2079 | 2024-08-08T13:40:07.693Z | |
2080 | 2024-08-08T13:40:07.695Z | real 9.541144430 |
2081 | 2024-08-08T13:40:07.696Z | user 7.025293352 |
2082 | 2024-08-08T13:40:07.696Z | sys 2.896138164 |
2083 | 2024-08-08T13:40:07.696Z | trap 0.007119768 |
2084 | 2024-08-08T13:40:07.696Z | tflt 0.008054093 |
2085 | 2024-08-08T13:40:07.696Z | dflt 0.009800749 |
2086 | 2024-08-08T13:40:07.696Z | kflt 0.000142107 |
2087 | 2024-08-08T13:40:07.696Z | lock 1:20.750910769 |
2088 | 2024-08-08T13:40:07.696Z | slp 59.437444042 |
2089 | 2024-08-08T13:40:07.696Z | lat 0.251554452 |
2090 | 2024-08-08T13:40:07.696Z | stop 3.862436882 |
2091 | 2024-08-08T13:40:07.696Z | process exited: duration 297626 ms, exit code 0 |
|
2092 | 2024-08-08T13:40:07.702Z | found 0 output files |