|
|
|
1 | 2024-07-15T21:15:14.367Z | job assigned to worker 01J2W3XVRE54KBZPQWE7Y45DC6 (queued for 1 m 4 s) |
|
2 | 2024-07-15T21:15:21.868Z | starting task 0: "setup" |
3 | 2024-07-15T21:15:21.978Z | ++ uname -s |
4 | 2024-07-15T21:15:21.981Z | + kern=SunOS |
5 | 2024-07-15T21:15:21.981Z | + case "$kern" in |
6 | 2024-07-15T21:15:21.981Z | + groupadd -g 12345 build |
7 | 2024-07-15T21:15:21.984Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-15T21:15:23.994Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-15T21:15:24.157Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-15T21:15:24.160Z | + home_fs=zfs |
11 | 2024-07-15T21:15:24.160Z | + [[ zfs == autofs ]] |
12 | 2024-07-15T21:15:24.160Z | + mkdir -p /home/build |
13 | 2024-07-15T21:15:24.162Z | + chown build:build /home/build /work |
14 | 2024-07-15T21:15:25.164Z | + chmod 0700 /home/build /work |
15 | 2024-07-15T21:15:25.166Z | process exited: duration 3300 ms, exit code 0 |
|
16 | 2024-07-15T21:15:25.172Z | starting task 1: "rust-toolchain" |
17 | 2024-07-15T21:15:25.177Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-15T21:15:25.178Z | * toolchain channel = "stable" |
19 | 2024-07-15T21:15:25.178Z | ' stable |
20 | 2024-07-15T21:15:25.178Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-15T21:15:25.178Z | ' default |
22 | 2024-07-15T21:15:25.178Z | * toolchain profile = "default" |
23 | 2024-07-15T21:15:25.180Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-15T21:15:25.180Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-07-15T21:15:25.294Z | info: downloading installer |
26 | 2024-07-15T21:15:26.580Z | info: profile set to 'default' |
27 | 2024-07-15T21:15:26.580Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-15T21:15:26.583Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-07-15T21:15:26.732Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
30 | 2024-07-15T21:15:26.732Z | info: downloading component 'cargo' |
31 | 2024-07-15T21:15:27.583Z | info: downloading component 'clippy' |
32 | 2024-07-15T21:15:27.868Z | info: downloading component 'rust-docs' |
33 | 2024-07-15T21:15:29.026Z | info: downloading component 'rust-std' |
34 | 2024-07-15T21:15:30.697Z | info: downloading component 'rustc' |
35 | 2024-07-15T21:15:35.286Z | info: downloading component 'rustfmt' |
36 | 2024-07-15T21:15:35.528Z | info: installing component 'cargo' |
37 | 2024-07-15T21:15:36.396Z | info: installing component 'clippy' |
38 | 2024-07-15T21:15:36.782Z | info: installing component 'rust-docs' |
39 | 2024-07-15T21:15:38.399Z | info: installing component 'rust-std' |
40 | 2024-07-15T21:15:40.128Z | info: installing component 'rustc' |
41 | 2024-07-15T21:15:44.701Z | info: installing component 'rustfmt' |
42 | 2024-07-15T21:15:45.065Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-07-15T21:15:45.065Z | |
44 | 2024-07-15T21:15:45.361Z | stable-x86_64-unknown-illumos installed - rustc 1.79.0 (129f3b996 2024-06-10) |
45 | 2024-07-15T21:15:45.361Z | |
46 | 2024-07-15T21:15:45.364Z | |
47 | 2024-07-15T21:15:45.364Z | Rust is installed now. Great! |
48 | 2024-07-15T21:15:45.364Z | |
49 | 2024-07-15T21:15:45.364Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-15T21:15:45.365Z | environment variable. This has not been done automatically. |
51 | 2024-07-15T21:15:45.365Z | |
52 | 2024-07-15T21:15:45.365Z | To configure your current shell, you need to source |
53 | 2024-07-15T21:15:45.365Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-15T21:15:45.365Z | |
55 | 2024-07-15T21:15:45.365Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-15T21:15:45.365Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-15T21:15:45.365Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-15T21:15:45.477Z | + rustc --version |
59 | 2024-07-15T21:15:45.548Z | rustc 1.79.0 (129f3b996 2024-06-10) |
60 | 2024-07-15T21:15:45.552Z | process exited: duration 20377 ms, exit code 0 |
|
61 | 2024-07-15T21:15:45.557Z | starting task 2: "authentication" |
62 | 2024-07-15T21:15:45.580Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-07-15T21:15:45.585Z | starting task 3: "clone repository" |
64 | 2024-07-15T21:15:45.591Z | + mkdir -p /work/oxidecomputer/oxide.rs |
65 | 2024-07-15T21:15:45.594Z | + git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs |
66 | 2024-07-15T21:15:46.010Z | Cloning into '/work/oxidecomputer/oxide.rs'... |
67 | 2024-07-15T21:15:48.450Z | + cd /work/oxidecomputer/oxide.rs |
68 | 2024-07-15T21:15:48.450Z | + git fetch origin 0594adcfb8c8c50939e57b89ccc3f99cbe5d8c9a |
69 | 2024-07-15T21:15:48.692Z | From https://github.com/oxidecomputer/oxide.rs |
70 | 2024-07-15T21:15:48.692Z | * branch 0594adcfb8c8c50939e57b89ccc3f99cbe5d8c9a -> FETCH_HEAD |
71 | 2024-07-15T21:15:48.701Z | + [[ -n new-config ]] |
72 | 2024-07-15T21:15:48.704Z | ++ git branch --show-current |
73 | 2024-07-15T21:15:48.706Z | + current=main |
74 | 2024-07-15T21:15:48.706Z | + [[ main != new-config ]] |
75 | 2024-07-15T21:15:48.706Z | + git branch -f new-config 0594adcfb8c8c50939e57b89ccc3f99cbe5d8c9a |
76 | 2024-07-15T21:15:48.709Z | + git checkout -f new-config |
77 | 2024-07-15T21:15:48.744Z | Switched to branch 'new-config' |
78 | 2024-07-15T21:15:48.758Z | + git reset --hard 0594adcfb8c8c50939e57b89ccc3f99cbe5d8c9a |
79 | 2024-07-15T21:15:48.780Z | HEAD is now at 0594adc Merge branch 'main' into new-config |
80 | 2024-07-15T21:15:48.783Z | process exited: duration 3196 ms, exit code 0 |
|
81 | 2024-07-15T21:15:48.788Z | starting task 4: "build" |
82 | 2024-07-15T21:15:48.794Z | + cargo --version |
83 | 2024-07-15T21:15:48.799Z | info: syncing channel updates for '1.76-x86_64-unknown-illumos' |
84 | 2024-07-15T21:15:48.986Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
85 | 2024-07-15T21:15:48.986Z | info: downloading component 'cargo' |
86 | 2024-07-15T21:15:49.838Z | info: downloading component 'clippy' |
87 | 2024-07-15T21:15:50.097Z | info: downloading component 'rust-docs' |
88 | 2024-07-15T21:15:51.161Z | info: downloading component 'rust-std' |
89 | 2024-07-15T21:15:52.892Z | info: downloading component 'rustc' |
90 | 2024-07-15T21:15:57.177Z | info: downloading component 'rustfmt' |
91 | 2024-07-15T21:15:57.413Z | info: installing component 'cargo' |
92 | 2024-07-15T21:15:58.322Z | info: installing component 'clippy' |
93 | 2024-07-15T21:15:58.660Z | info: installing component 'rust-docs' |
94 | 2024-07-15T21:16:00.106Z | info: installing component 'rust-std' |
95 | 2024-07-15T21:16:01.894Z | info: installing component 'rustc' |
96 | 2024-07-15T21:16:06.120Z | info: installing component 'rustfmt' |
97 | 2024-07-15T21:16:06.532Z | cargo 1.76.0 (c84b36747 2024-01-18) |
98 | 2024-07-15T21:16:06.534Z | + rustc --version |
99 | 2024-07-15T21:16:06.600Z | rustc 1.76.0 (07dca489a 2024-02-04) |
100 | 2024-07-15T21:16:06.605Z | + banner build |
101 | 2024-07-15T21:16:06.648Z | |
102 | 2024-07-15T21:16:06.648Z | ##### # # # # ##### |
103 | 2024-07-15T21:16:06.648Z | # # # # # # # # |
104 | 2024-07-15T21:16:06.648Z | ##### # # # # # # |
105 | 2024-07-15T21:16:06.648Z | # # # # # # # # |
106 | 2024-07-15T21:16:06.648Z | # # # # # # # # |
107 | 2024-07-15T21:16:06.648Z | ##### #### # ###### ##### |
108 | 2024-07-15T21:16:06.648Z | |
109 | 2024-07-15T21:16:06.650Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
110 | 2024-07-15T21:16:06.874Z | Updating crates.io index |
111 | 2024-07-15T21:16:06.941Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
112 | 2024-07-15T21:16:07.331Z | Updating git repository `https://github.com/oxidecomputer/thouart.git` |
113 | 2024-07-15T21:16:07.753Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
114 | 2024-07-15T21:16:08.567Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
115 | 2024-07-15T21:16:10.632Z | Updating git repository `https://github.com/oxidecomputer/typify` |
116 | 2024-07-15T21:16:13.717Z | Downloading crates ... |
117 | 2024-07-15T21:16:13.841Z | Downloaded anstream v0.6.14 |
118 | 2024-07-15T21:16:13.844Z | Downloaded ahash v0.8.11 |
119 | 2024-07-15T21:16:13.858Z | Downloaded foreign-types-shared v0.1.1 |
120 | 2024-07-15T21:16:13.861Z | Downloaded async-stream-impl v0.3.5 |
121 | 2024-07-15T21:16:13.865Z | Downloaded crunchy v0.2.2 |
122 | 2024-07-15T21:16:13.868Z | Downloaded castaway v0.1.2 |
123 | 2024-07-15T21:16:13.870Z | Downloaded precomputed-hash v0.1.1 |
124 | 2024-07-15T21:16:13.875Z | Downloaded progenitor-client v0.7.0 |
125 | 2024-07-15T21:16:13.877Z | Downloaded rand_chacha v0.3.1 |
126 | 2024-07-15T21:16:13.880Z | Downloaded foreign-types v0.3.2 |
127 | 2024-07-15T21:16:13.880Z | Downloaded powerfmt v0.2.0 |
128 | 2024-07-15T21:16:13.883Z | Downloaded async-object-pool v0.1.4 |
129 | 2024-07-15T21:16:13.889Z | Downloaded basic-cookies v0.1.5 |
130 | 2024-07-15T21:16:13.892Z | Downloaded doc-comment v0.3.3 |
131 | 2024-07-15T21:16:13.896Z | Downloaded equivalent v1.0.1 |
132 | 2024-07-15T21:16:13.898Z | Downloaded time-core v0.1.2 |
133 | 2024-07-15T21:16:13.901Z | Downloaded termtree v0.4.1 |
134 | 2024-07-15T21:16:13.903Z | Downloaded quote v1.0.36 |
135 | 2024-07-15T21:16:13.906Z | Downloaded rand_core v0.6.4 |
136 | 2024-07-15T21:16:13.908Z | Downloaded clap_lex v0.7.0 |
137 | 2024-07-15T21:16:13.908Z | Downloaded ppv-lite86 v0.2.17 |
138 | 2024-07-15T21:16:13.911Z | Downloaded concurrent-queue v2.5.0 |
139 | 2024-07-15T21:16:13.914Z | Downloaded block-buffer v0.10.4 |
140 | 2024-07-15T21:16:13.914Z | Downloaded anstyle v1.0.7 |
141 | 2024-07-15T21:16:13.916Z | Downloaded predicates-tree v1.0.9 |
142 | 2024-07-15T21:16:13.916Z | Downloaded predicates-core v1.0.6 |
143 | 2024-07-15T21:16:13.919Z | Downloaded digest v0.10.7 |
144 | 2024-07-15T21:16:13.919Z | Downloaded colored v2.1.0 |
145 | 2024-07-15T21:16:13.921Z | Downloaded dirs-next v2.0.0 |
146 | 2024-07-15T21:16:13.924Z | Downloaded cpufeatures v0.2.12 |
147 | 2024-07-15T21:16:13.924Z | Downloaded async-channel v2.2.1 |
148 | 2024-07-15T21:16:13.927Z | Downloaded strum v0.26.2 |
149 | 2024-07-15T21:16:13.927Z | Downloaded ascii-canvas v3.0.0 |
150 | 2024-07-15T21:16:13.929Z | Downloaded anstyle-query v1.0.3 |
151 | 2024-07-15T21:16:13.929Z | Downloaded dirs-sys-next v0.1.2 |
152 | 2024-07-15T21:16:13.932Z | Downloaded stability v0.2.0 |
153 | 2024-07-15T21:16:13.932Z | Downloaded errno v0.3.9 |
154 | 2024-07-15T21:16:13.934Z | Downloaded async-process v1.8.1 |
155 | 2024-07-15T21:16:13.934Z | Downloaded signal-hook-mio v0.2.3 |
156 | 2024-07-15T21:16:13.937Z | Downloaded serde_urlencoded v0.7.1 |
157 | 2024-07-15T21:16:13.937Z | Downloaded strsim v0.11.1 |
158 | 2024-07-15T21:16:13.940Z | Downloaded deranged v0.3.11 |
159 | 2024-07-15T21:16:13.940Z | Downloaded slog-bunyan v2.5.0 |
160 | 2024-07-15T21:16:13.942Z | Downloaded slog-async v2.8.0 |
161 | 2024-07-15T21:16:13.942Z | Downloaded float-cmp v0.9.0 |
162 | 2024-07-15T21:16:13.945Z | Downloaded sha1 v0.10.6 |
163 | 2024-07-15T21:16:13.945Z | Downloaded dyn-clone v1.0.17 |
164 | 2024-07-15T21:16:13.948Z | Downloaded thiserror-impl v1.0.61 |
165 | 2024-07-15T21:16:13.950Z | Downloaded event-listener-strategy v0.4.0 |
166 | 2024-07-15T21:16:13.950Z | Downloaded shell-words v1.1.0 |
167 | 2024-07-15T21:16:13.953Z | Downloaded serde_spanned v0.6.6 |
168 | 2024-07-15T21:16:13.953Z | Downloaded match_cfg v0.1.0 |
169 | 2024-07-15T21:16:13.956Z | Downloaded async-stream v0.3.5 |
170 | 2024-07-15T21:16:13.956Z | Downloaded colorchoice v1.0.1 |
171 | 2024-07-15T21:16:13.958Z | Downloaded sluice v0.5.5 |
172 | 2024-07-15T21:16:13.958Z | Downloaded assert-json-diff v2.0.2 |
173 | 2024-07-15T21:16:13.961Z | Downloaded crypto-common v0.1.6 |
174 | 2024-07-15T21:16:13.961Z | Downloaded cassowary v0.3.0 |
175 | 2024-07-15T21:16:13.961Z | Downloaded rustfmt-wrapper v0.2.1 |
176 | 2024-07-15T21:16:13.964Z | Downloaded tinyvec_macros v0.1.1 |
177 | 2024-07-15T21:16:13.964Z | Downloaded take_mut v0.2.2 |
178 | 2024-07-15T21:16:13.967Z | Downloaded difflib v0.4.0 |
179 | 2024-07-15T21:16:13.967Z | Downloaded sync_wrapper v0.1.2 |
180 | 2024-07-15T21:16:13.967Z | Downloaded atomic-waker v1.1.2 |
181 | 2024-07-15T21:16:13.969Z | Downloaded fastrand v2.1.0 |
182 | 2024-07-15T21:16:13.969Z | Downloaded cfg-if v1.0.0 |
183 | 2024-07-15T21:16:13.972Z | Downloaded blocking v1.6.0 |
184 | 2024-07-15T21:16:13.972Z | Downloaded tokio-native-tls v0.3.1 |
185 | 2024-07-15T21:16:13.975Z | Downloaded debug-ignore v1.0.5 |
186 | 2024-07-15T21:16:13.977Z | Downloaded tabwriter v1.4.0 |
187 | 2024-07-15T21:16:13.977Z | Downloaded schemars_derive v0.8.21 |
188 | 2024-07-15T21:16:13.980Z | Downloaded dirs v4.0.0 |
189 | 2024-07-15T21:16:13.980Z | Downloaded toolchain_find v0.4.0 |
190 | 2024-07-15T21:16:13.983Z | Downloaded openssl-probe v0.1.5 |
191 | 2024-07-15T21:16:13.983Z | Downloaded rustls-pemfile v1.0.4 |
192 | 2024-07-15T21:16:13.985Z | Downloaded event-listener-strategy v0.5.2 |
193 | 2024-07-15T21:16:13.988Z | Downloaded scopeguard v1.2.0 |
194 | 2024-07-15T21:16:13.988Z | Downloaded fnv v1.0.7 |
195 | 2024-07-15T21:16:13.990Z | Downloaded dirs-sys v0.3.7 |
196 | 2024-07-15T21:16:13.990Z | Downloaded fixedbitset v0.4.2 |
197 | 2024-07-15T21:16:13.993Z | Downloaded serde_regex v1.1.0 |
198 | 2024-07-15T21:16:13.993Z | Downloaded string_cache v0.8.7 |
199 | 2024-07-15T21:16:13.996Z | Downloaded clap_complete v4.5.7 |
200 | 2024-07-15T21:16:13.998Z | Downloaded camino v1.1.7 |
201 | 2024-07-15T21:16:14.001Z | Downloaded bit-set v0.5.3 |
202 | 2024-07-15T21:16:14.001Z | Downloaded env_logger v0.10.2 |
203 | 2024-07-15T21:16:14.004Z | Downloaded rustls-pki-types v1.7.0 |
204 | 2024-07-15T21:16:14.007Z | Downloaded want v0.3.1 |
205 | 2024-07-15T21:16:14.007Z | Downloaded tower-service v0.3.2 |
206 | 2024-07-15T21:16:14.007Z | Downloaded async-trait v0.1.81 |
207 | 2024-07-15T21:16:14.010Z | Downloaded slog-term v2.9.1 |
208 | 2024-07-15T21:16:14.013Z | Downloaded event-listener v3.1.0 |
209 | 2024-07-15T21:16:14.016Z | Downloaded static_assertions v1.1.0 |
210 | 2024-07-15T21:16:14.019Z | Downloaded event-listener v4.0.3 |
211 | 2024-07-15T21:16:14.021Z | Downloaded serde_derive_internals v0.29.0 |
212 | 2024-07-15T21:16:14.021Z | Downloaded strum_macros v0.26.2 |
213 | 2024-07-15T21:16:14.024Z | Downloaded async-task v4.7.1 |
214 | 2024-07-15T21:16:14.026Z | Downloaded lru v0.12.3 |
215 | 2024-07-15T21:16:14.029Z | Downloaded tempfile v3.10.1 |
216 | 2024-07-15T21:16:14.032Z | Downloaded smallvec v1.13.2 |
217 | 2024-07-15T21:16:14.032Z | Downloaded subtle v2.5.0 |
218 | 2024-07-15T21:16:14.035Z | Downloaded slog-json v2.6.1 |
219 | 2024-07-15T21:16:14.035Z | Downloaded tiny-keccak v2.0.2 |
220 | 2024-07-15T21:16:14.037Z | Downloaded built v0.7.3 |
221 | 2024-07-15T21:16:14.040Z | Downloaded async-io v1.13.0 |
222 | 2024-07-15T21:16:14.043Z | Downloaded phf_shared v0.10.0 |
223 | 2024-07-15T21:16:14.043Z | Downloaded newline-converter v0.3.0 |
224 | 2024-07-15T21:16:14.043Z | Downloaded tokio-macros v2.3.0 |
225 | 2024-07-15T21:16:14.046Z | Downloaded rcgen v0.10.0 |
226 | 2024-07-15T21:16:14.048Z | Downloaded pkg-config v0.3.30 |
227 | 2024-07-15T21:16:14.048Z | Downloaded proc-macro2 v1.0.86 |
228 | 2024-07-15T21:16:14.051Z | Downloaded thread_local v1.1.8 |
229 | 2024-07-15T21:16:14.054Z | Downloaded data-encoding v2.6.0 |
230 | 2024-07-15T21:16:14.054Z | Downloaded clap v4.5.9 |
231 | 2024-07-15T21:16:14.061Z | Downloaded normalize-line-endings v0.3.0 |
232 | 2024-07-15T21:16:14.064Z | Downloaded semver v1.0.23 |
233 | 2024-07-15T21:16:14.067Z | Downloaded crossbeam-utils v0.8.19 |
234 | 2024-07-15T21:16:14.069Z | Downloaded unicode-xid v0.2.4 |
235 | 2024-07-15T21:16:14.070Z | Downloaded sha2 v0.10.8 |
236 | 2024-07-15T21:16:14.072Z | Downloaded serde_tokenstream v0.2.1 |
237 | 2024-07-15T21:16:14.078Z | Downloaded wait-timeout v0.2.0 |
238 | 2024-07-15T21:16:14.078Z | Downloaded utf8parse v0.2.1 |
239 | 2024-07-15T21:16:14.078Z | Downloaded thiserror v1.0.61 |
240 | 2024-07-15T21:16:14.082Z | Downloaded waitgroup v0.1.2 |
241 | 2024-07-15T21:16:14.085Z | Downloaded toml_datetime v0.6.6 |
242 | 2024-07-15T21:16:14.085Z | Downloaded anyhow v1.0.86 |
243 | 2024-07-15T21:16:14.087Z | Downloaded number_prefix v0.4.0 |
244 | 2024-07-15T21:16:14.090Z | Downloaded http-body v0.4.6 |
245 | 2024-07-15T21:16:14.093Z | Downloaded kv-log-macro v1.0.7 |
246 | 2024-07-15T21:16:14.093Z | Downloaded socket2 v0.5.7 |
247 | 2024-07-15T21:16:14.095Z | Downloaded bitflags v2.5.0 |
248 | 2024-07-15T21:16:14.098Z | Downloaded console v0.15.8 |
249 | 2024-07-15T21:16:14.100Z | Downloaded new_debug_unreachable v1.0.6 |
250 | 2024-07-15T21:16:14.103Z | Downloaded percent-encoding v2.3.1 |
251 | 2024-07-15T21:16:14.103Z | Downloaded is_terminal_polyfill v1.70.0 |
252 | 2024-07-15T21:16:14.105Z | Downloaded tokio-rustls v0.24.1 |
253 | 2024-07-15T21:16:14.105Z | Downloaded time-macros v0.2.18 |
254 | 2024-07-15T21:16:14.108Z | Downloaded termini v1.0.0 |
255 | 2024-07-15T21:16:14.111Z | Downloaded term v0.7.0 |
256 | 2024-07-15T21:16:14.113Z | Downloaded is-wsl v0.4.0 |
257 | 2024-07-15T21:16:14.113Z | Downloaded diff v0.1.13 |
258 | 2024-07-15T21:16:14.115Z | Downloaded event-listener v5.3.0 |
259 | 2024-07-15T21:16:14.118Z | Downloaded similar v2.5.0 |
260 | 2024-07-15T21:16:14.123Z | Downloaded lazy_static v1.4.0 |
261 | 2024-07-15T21:16:14.125Z | Downloaded futures-io v0.3.30 |
262 | 2024-07-15T21:16:14.125Z | Downloaded futures-core v0.3.30 |
263 | 2024-07-15T21:16:14.128Z | Downloaded base64 v0.13.1 |
264 | 2024-07-15T21:16:14.130Z | Downloaded pathdiff v0.2.1 |
265 | 2024-07-15T21:16:14.130Z | Downloaded waker-fn v1.1.1 |
266 | 2024-07-15T21:16:14.133Z | Downloaded allocator-api2 v0.2.18 |
267 | 2024-07-15T21:16:14.136Z | Downloaded async-io v2.3.2 |
268 | 2024-07-15T21:16:14.139Z | Downloaded levenshtein v1.0.5 |
269 | 2024-07-15T21:16:14.139Z | Downloaded num-traits v0.2.19 |
270 | 2024-07-15T21:16:14.142Z | Downloaded socket2 v0.4.10 |
271 | 2024-07-15T21:16:14.142Z | Downloaded pin-project-internal v1.1.5 |
272 | 2024-07-15T21:16:14.144Z | Downloaded is-docker v0.2.0 |
273 | 2024-07-15T21:16:14.144Z | Downloaded num_threads v0.1.7 |
274 | 2024-07-15T21:16:14.147Z | Downloaded version_check v0.9.4 |
275 | 2024-07-15T21:16:14.147Z | Downloaded is-terminal v0.4.12 |
276 | 2024-07-15T21:16:14.149Z | Downloaded yansi v0.5.1 |
277 | 2024-07-15T21:16:14.149Z | Downloaded unicode-truncate v1.0.0 |
278 | 2024-07-15T21:16:14.152Z | Downloaded try-lock v0.2.5 |
279 | 2024-07-15T21:16:14.152Z | Downloaded num_cpus v1.16.0 |
280 | 2024-07-15T21:16:14.155Z | Downloaded home v0.5.9 |
281 | 2024-07-15T21:16:14.155Z | Downloaded piper v0.2.1 |
282 | 2024-07-15T21:16:14.157Z | Downloaded heck v0.5.0 |
283 | 2024-07-15T21:16:14.157Z | Downloaded heck v0.4.1 |
284 | 2024-07-15T21:16:14.160Z | Downloaded spin v0.9.8 |
285 | 2024-07-15T21:16:14.163Z | Downloaded itoa v1.0.11 |
286 | 2024-07-15T21:16:14.163Z | Downloaded jobserver v0.1.31 |
287 | 2024-07-15T21:16:14.165Z | Downloaded compact_str v0.7.1 |
288 | 2024-07-15T21:16:14.168Z | Downloaded futures-sink v0.3.30 |
289 | 2024-07-15T21:16:14.168Z | Downloaded tinyvec v1.6.1 |
290 | 2024-07-15T21:16:14.170Z | Downloaded pico-args v0.5.0 |
291 | 2024-07-15T21:16:14.173Z | Downloaded spin v0.5.2 |
292 | 2024-07-15T21:16:14.173Z | Downloaded serde v1.0.204 |
293 | 2024-07-15T21:16:14.176Z | Downloaded futures-lite v1.13.0 |
294 | 2024-07-15T21:16:14.179Z | Downloaded pin-utils v0.1.0 |
295 | 2024-07-15T21:16:14.181Z | Downloaded open v4.2.0 |
296 | 2024-07-15T21:16:14.181Z | Downloaded hostname v0.3.1 |
297 | 2024-07-15T21:16:14.184Z | Downloaded pretty_assertions v1.4.0 |
298 | 2024-07-15T21:16:14.184Z | Downloaded tokio-rustls v0.25.0 |
299 | 2024-07-15T21:16:14.187Z | Downloaded mime v0.3.17 |
300 | 2024-07-15T21:16:14.187Z | Downloaded futures-channel v0.3.30 |
301 | 2024-07-15T21:16:14.189Z | Downloaded value-bag v1.9.0 |
302 | 2024-07-15T21:16:14.192Z | Downloaded ipnetwork v0.20.0 |
303 | 2024-07-15T21:16:14.195Z | Downloaded bytes v1.6.0 |
304 | 2024-07-15T21:16:14.197Z | Downloaded serde_derive v1.0.204 |
305 | 2024-07-15T21:16:14.200Z | Downloaded httpdate v1.0.3 |
306 | 2024-07-15T21:16:14.200Z | Downloaded io-lifetimes v1.0.11 |
307 | 2024-07-15T21:16:14.203Z | Downloaded httparse v1.8.0 |
308 | 2024-07-15T21:16:14.205Z | Downloaded ipnet v2.9.0 |
309 | 2024-07-15T21:16:14.205Z | Downloaded hostname v0.4.0 |
310 | 2024-07-15T21:16:14.208Z | Downloaded getrandom v0.2.15 |
311 | 2024-07-15T21:16:14.210Z | Downloaded lalrpop-util v0.20.2 |
312 | 2024-07-15T21:16:14.211Z | Downloaded polling v2.8.0 |
313 | 2024-07-15T21:16:14.213Z | Downloaded iana-time-zone v0.1.60 |
314 | 2024-07-15T21:16:14.216Z | Downloaded signal-hook v0.3.17 |
315 | 2024-07-15T21:16:14.218Z | Downloaded humantime v2.1.0 |
316 | 2024-07-15T21:16:14.225Z | Downloaded form_urlencoded v1.2.1 |
317 | 2024-07-15T21:16:14.225Z | Downloaded untrusted v0.9.0 |
318 | 2024-07-15T21:16:14.225Z | Downloaded untrusted v0.7.1 |
319 | 2024-07-15T21:16:14.225Z | Downloaded paste v1.0.15 |
320 | 2024-07-15T21:16:14.229Z | Downloaded futures-lite v2.3.0 |
321 | 2024-07-15T21:16:14.229Z | Downloaded futures-task v0.3.30 |
322 | 2024-07-15T21:16:14.229Z | Downloaded generic-array v0.14.7 |
323 | 2024-07-15T21:16:14.231Z | Downloaded native-tls v0.2.11 |
324 | 2024-07-15T21:16:14.231Z | Downloaded slog v2.7.0 |
325 | 2024-07-15T21:16:14.234Z | Downloaded hyper-tls v0.5.0 |
326 | 2024-07-15T21:16:14.237Z | Downloaded utf-8 v0.7.6 |
327 | 2024-07-15T21:16:14.237Z | Downloaded hyper-rustls v0.24.2 |
328 | 2024-07-15T21:16:14.239Z | Downloaded yasna v0.5.2 |
329 | 2024-07-15T21:16:14.242Z | Downloaded tracing-futures v0.2.5 |
330 | 2024-07-15T21:16:14.242Z | Downloaded base64 v0.21.7 |
331 | 2024-07-15T21:16:14.245Z | Downloaded walkdir v2.5.0 |
332 | 2024-07-15T21:16:14.248Z | Downloaded once_cell v1.19.0 |
333 | 2024-07-15T21:16:14.250Z | Downloaded log v0.4.22 |
334 | 2024-07-15T21:16:14.253Z | Downloaded uuid v1.9.1 |
335 | 2024-07-15T21:16:14.255Z | Downloaded parking v2.2.0 |
336 | 2024-07-15T21:16:14.255Z | Downloaded tokio-tungstenite v0.20.1 |
337 | 2024-07-15T21:16:14.258Z | Downloaded pem v1.1.1 |
338 | 2024-07-15T21:16:14.258Z | Downloaded serde_yaml v0.9.34+deprecated |
339 | 2024-07-15T21:16:14.261Z | Downloaded cc v1.0.97 |
340 | 2024-07-15T21:16:14.264Z | Downloaded base64 v0.22.1 |
341 | 2024-07-15T21:16:14.268Z | Downloaded unicode-width v0.1.12 |
342 | 2024-07-15T21:16:14.270Z | Downloaded pin-project-lite v0.2.14 |
343 | 2024-07-15T21:16:14.274Z | Downloaded lock_api v0.4.12 |
344 | 2024-07-15T21:16:14.276Z | Downloaded pin-project v1.1.5 |
345 | 2024-07-15T21:16:14.286Z | Downloaded tracing-core v0.1.32 |
346 | 2024-07-15T21:16:14.289Z | Downloaded rand v0.8.5 |
347 | 2024-07-15T21:16:14.292Z | Downloaded toml v0.8.14 |
348 | 2024-07-15T21:16:14.295Z | Downloaded indicatif v0.17.8 |
349 | 2024-07-15T21:16:14.299Z | Downloaded tracing-attributes v0.1.27 |
350 | 2024-07-15T21:16:14.301Z | Downloaded expectorate v1.1.0 |
351 | 2024-07-15T21:16:14.304Z | Downloaded typenum v1.17.0 |
352 | 2024-07-15T21:16:14.307Z | Downloaded parking_lot v0.12.2 |
353 | 2024-07-15T21:16:14.309Z | Downloaded polling v3.7.0 |
354 | 2024-07-15T21:16:14.312Z | Downloaded indexmap v2.2.6 |
355 | 2024-07-15T21:16:14.315Z | Downloaded futures v0.3.30 |
356 | 2024-07-15T21:16:14.319Z | Downloaded unsafe-libyaml v0.2.11 |
357 | 2024-07-15T21:16:14.322Z | Downloaded aho-corasick v1.1.3 |
358 | 2024-07-15T21:16:14.329Z | Downloaded unicode-bidi v0.3.15 |
359 | 2024-07-15T21:16:14.331Z | Downloaded curl v0.4.46 |
360 | 2024-07-15T21:16:14.334Z | Downloaded crossbeam-channel v0.5.12 |
361 | 2024-07-15T21:16:14.338Z | Downloaded parking_lot_core v0.9.10 |
362 | 2024-07-15T21:16:14.340Z | Downloaded multer v3.1.0 |
363 | 2024-07-15T21:16:14.343Z | Downloaded unicode-ident v1.0.12 |
364 | 2024-07-15T21:16:14.346Z | Downloaded url v2.5.2 |
365 | 2024-07-15T21:16:14.348Z | Downloaded openssl-sys v0.9.102 |
366 | 2024-07-15T21:16:14.352Z | Downloaded tungstenite v0.20.1 |
367 | 2024-07-15T21:16:14.355Z | Downloaded time v0.3.36 |
368 | 2024-07-15T21:16:14.361Z | Downloaded ryu v1.0.18 |
369 | 2024-07-15T21:16:14.365Z | Downloaded schemars v0.8.21 |
370 | 2024-07-15T21:16:14.376Z | Downloaded httpmock v0.6.8 |
371 | 2024-07-15T21:16:14.380Z | Downloaded oauth2 v4.4.2 |
372 | 2024-07-15T21:16:14.384Z | Downloaded memchr v2.7.2 |
373 | 2024-07-15T21:16:14.388Z | Downloaded mio v0.8.11 |
374 | 2024-07-15T21:16:14.394Z | Downloaded futures-macro v0.3.30 |
375 | 2024-07-15T21:16:14.396Z | Downloaded futures-executor v0.3.30 |
376 | 2024-07-15T21:16:14.396Z | Downloaded zeroize v1.7.0 |
377 | 2024-07-15T21:16:14.399Z | Downloaded termcolor v1.4.1 |
378 | 2024-07-15T21:16:14.399Z | Downloaded toml_edit v0.22.15 |
379 | 2024-07-15T21:16:14.420Z | Downloaded http v0.2.12 |
380 | 2024-07-15T21:16:14.423Z | Downloaded unicode-segmentation v1.11.0 |
381 | 2024-07-15T21:16:14.426Z | Downloaded http v1.1.0 |
382 | 2024-07-15T21:16:14.430Z | Downloaded tracing v0.1.40 |
383 | 2024-07-15T21:16:14.434Z | Downloaded unicode-normalization v0.1.23 |
384 | 2024-07-15T21:16:14.437Z | Downloaded serde_json v1.0.120 |
385 | 2024-07-15T21:16:14.444Z | Downloaded itertools v0.11.0 |
386 | 2024-07-15T21:16:14.450Z | Downloaded tokio-util v0.7.11 |
387 | 2024-07-15T21:16:14.459Z | Downloaded reqwest v0.11.27 |
388 | 2024-07-15T21:16:14.463Z | Downloaded rustls-webpki v0.101.7 |
389 | 2024-07-15T21:16:14.477Z | Downloaded portable-atomic v1.6.0 |
390 | 2024-07-15T21:16:14.482Z | Downloaded clap_builder v4.5.9 |
391 | 2024-07-15T21:16:14.489Z | Downloaded crossterm v0.27.0 |
392 | 2024-07-15T21:16:14.495Z | Downloaded siphasher v0.3.11 |
393 | 2024-07-15T21:16:14.500Z | Downloaded rustversion v1.0.16 |
394 | 2024-07-15T21:16:14.500Z | Downloaded itertools v0.12.1 |
395 | 2024-07-15T21:16:14.505Z | Downloaded winnow v0.6.8 |
396 | 2024-07-15T21:16:14.513Z | Downloaded zerocopy v0.7.34 |
397 | 2024-07-15T21:16:14.529Z | Downloaded futures-util v0.3.30 |
398 | 2024-07-15T21:16:14.540Z | Downloaded h2 v0.3.26 |
399 | 2024-07-15T21:16:14.547Z | Downloaded async-std v1.12.0 |
400 | 2024-07-15T21:16:14.566Z | Downloaded chrono v0.4.38 |
401 | 2024-07-15T21:16:14.573Z | Downloaded regex v1.10.5 |
402 | 2024-07-15T21:16:14.585Z | Downloaded isahc v1.7.2 |
403 | 2024-07-15T21:16:14.593Z | Downloaded lalrpop v0.20.2 |
404 | 2024-07-15T21:16:14.605Z | Downloaded hyper v0.14.28 |
405 | 2024-07-15T21:16:14.612Z | Downloaded git2 v0.18.3 |
406 | 2024-07-15T21:16:14.620Z | Downloaded openssl v0.10.64 |
407 | 2024-07-15T21:16:14.629Z | Downloaded webpki-roots v0.25.4 |
408 | 2024-07-15T21:16:14.633Z | Downloaded syn v2.0.70 |
409 | 2024-07-15T21:16:14.643Z | Downloaded vcpkg v0.2.15 |
410 | 2024-07-15T21:16:14.681Z | Downloaded idna v0.5.0 |
411 | 2024-07-15T21:16:14.687Z | Downloaded rustls v0.21.12 |
412 | 2024-07-15T21:16:14.697Z | Downloaded rustix v0.37.27 |
413 | 2024-07-15T21:16:14.717Z | Downloaded rustls v0.22.4 |
414 | 2024-07-15T21:16:14.728Z | Downloaded rustix v0.38.34 |
415 | 2024-07-15T21:16:14.750Z | Downloaded regex-syntax v0.8.3 |
416 | 2024-07-15T21:16:14.757Z | Downloaded regress v0.10.0 |
417 | 2024-07-15T21:16:14.765Z | Downloaded bstr v1.9.1 |
418 | 2024-07-15T21:16:14.774Z | Downloaded openapiv3 v2.0.0 |
419 | 2024-07-15T21:16:14.785Z | Downloaded ratatui v0.26.3 |
420 | 2024-07-15T21:16:14.803Z | Downloaded hashbrown v0.14.5 |
421 | 2024-07-15T21:16:14.809Z | Downloaded rustls-webpki v0.102.3 |
422 | 2024-07-15T21:16:14.825Z | Downloaded regex-automata v0.4.6 |
423 | 2024-07-15T21:16:14.842Z | Downloaded dialoguer v0.10.4 |
424 | 2024-07-15T21:16:14.845Z | Downloaded clap_derive v4.5.8 |
425 | 2024-07-15T21:16:14.847Z | Downloaded sct v0.7.1 |
426 | 2024-07-15T21:16:14.850Z | Downloaded castaway v0.2.2 |
427 | 2024-07-15T21:16:14.853Z | Downloaded async-lock v2.8.0 |
428 | 2024-07-15T21:16:14.853Z | Downloaded async-executor v1.11.0 |
429 | 2024-07-15T21:16:14.855Z | Downloaded rustls-pemfile v2.1.2 |
430 | 2024-07-15T21:16:14.858Z | Downloaded fastrand v1.9.0 |
431 | 2024-07-15T21:16:14.858Z | Downloaded ena v0.14.3 |
432 | 2024-07-15T21:16:14.860Z | Downloaded assert_cmd v2.0.14 |
433 | 2024-07-15T21:16:14.860Z | Downloaded signal-hook-registry v1.4.2 |
434 | 2024-07-15T21:16:14.863Z | Downloaded event-listener v2.5.3 |
435 | 2024-07-15T21:16:14.863Z | Downloaded autocfg v1.3.0 |
436 | 2024-07-15T21:16:14.866Z | Downloaded same-file v1.0.6 |
437 | 2024-07-15T21:16:14.866Z | Downloaded either v1.11.0 |
438 | 2024-07-15T21:16:14.869Z | Downloaded bit-vec v0.6.3 |
439 | 2024-07-15T21:16:14.869Z | Downloaded openssl-macros v0.1.1 |
440 | 2024-07-15T21:16:14.869Z | Downloaded num-conv v0.1.0 |
441 | 2024-07-15T21:16:14.872Z | Downloaded async-lock v3.3.0 |
442 | 2024-07-15T21:16:14.872Z | Downloaded async-signal v0.2.6 |
443 | 2024-07-15T21:16:14.875Z | Downloaded async-channel v1.9.0 |
444 | 2024-07-15T21:16:14.875Z | Downloaded anstyle-parse v0.2.4 |
445 | 2024-07-15T21:16:14.879Z | Downloaded async-global-executor v2.4.1 |
446 | 2024-07-15T21:16:14.879Z | Downloaded slab v0.4.9 |
447 | 2024-07-15T21:16:14.882Z | Downloaded serde_path_to_error v0.1.16 |
448 | 2024-07-15T21:16:14.882Z | Downloaded bitflags v1.3.2 |
449 | 2024-07-15T21:16:14.882Z | Downloaded byteorder v1.5.0 |
450 | 2024-07-15T21:16:14.884Z | Downloaded predicates v3.1.0 |
451 | 2024-07-15T21:16:14.891Z | Downloaded tokio v1.38.0 |
452 | 2024-07-15T21:16:14.960Z | Downloaded petgraph v0.6.5 |
453 | 2024-07-15T21:16:14.988Z | Downloaded libc v0.2.154 |
454 | 2024-07-15T21:16:15.166Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
455 | 2024-07-15T21:16:15.252Z | Downloaded encoding_rs v0.8.34 |
456 | 2024-07-15T21:16:15.496Z | Downloaded libnghttp2-sys v0.1.10+1.61.0 |
457 | 2024-07-15T21:16:15.646Z | Downloaded ring v0.17.8 |
458 | 2024-07-15T21:16:15.759Z | Downloaded ring v0.16.20 |
459 | 2024-07-15T21:16:15.969Z | Downloaded curl-sys v0.4.72+curl-8.6.0 |
460 | 2024-07-15T21:16:16.277Z | Downloaded libz-sys v1.1.16 |
461 | 2024-07-15T21:16:16.785Z | Downloaded openssl-src v300.2.3+3.2.1 |
462 | 2024-07-15T21:16:17.351Z | Compiling proc-macro2 v1.0.86 |
463 | 2024-07-15T21:16:17.351Z | Compiling unicode-ident v1.0.12 |
464 | 2024-07-15T21:16:17.354Z | Compiling once_cell v1.19.0 |
465 | 2024-07-15T21:16:17.354Z | Compiling libc v0.2.154 |
466 | 2024-07-15T21:16:17.354Z | Compiling cfg-if v1.0.0 |
467 | 2024-07-15T21:16:17.354Z | Compiling autocfg v1.3.0 |
468 | 2024-07-15T21:16:17.378Z | Compiling serde v1.0.204 |
469 | 2024-07-15T21:16:17.391Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=62193931a758e13f -C extra-filename=-62193931a758e13f --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-62193931a758e13f -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
470 | 2024-07-15T21:16:17.391Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b64eb30348e58c1e -C extra-filename=-b64eb30348e58c1e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
471 | 2024-07-15T21:16:17.392Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=3250e89af52da2b5 -C extra-filename=-3250e89af52da2b5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
472 | 2024-07-15T21:16:17.395Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.154/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=f8a29f754ca2c968 -C extra-filename=-f8a29f754ca2c968 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libc-f8a29f754ca2c968 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
473 | 2024-07-15T21:16:17.395Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b3a1e01bc1d1ef78 -C extra-filename=-b3a1e01bc1d1ef78 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
474 | 2024-07-15T21:16:17.404Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=b39a3a1921870810 -C extra-filename=-b39a3a1921870810 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
475 | 2024-07-15T21:16:17.417Z | 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` |
476 | 2024-07-15T21:16:17.417Z | 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` |
477 | 2024-07-15T21:16:17.547Z | Compiling version_check v0.9.4 |
478 | 2024-07-15T21:16:17.566Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1a70fa4d021d4d8a -C extra-filename=-1a70fa4d021d4d8a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
479 | 2024-07-15T21:16:17.577Z | Compiling itoa v1.0.11 |
480 | 2024-07-15T21:16:17.609Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=19f528580378b217 -C extra-filename=-19f528580378b217 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
481 | 2024-07-15T21:16:17.784Z | Compiling pin-project-lite v0.2.14 |
482 | 2024-07-15T21:16:17.787Z | 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` |
483 | 2024-07-15T21:16:17.810Z | Compiling value-bag v1.9.0 |
484 | 2024-07-15T21:16:17.923Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="inline-i128"' -C metadata=26d527cdbeb88a22 -C extra-filename=-26d527cdbeb88a22 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
485 | 2024-07-15T21:16:17.963Z | Compiling memchr v2.7.2 |
486 | 2024-07-15T21:16:17.966Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=62677b9020943965 -C extra-filename=-62677b9020943965 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
487 | 2024-07-15T21:16:18.201Z | Compiling ahash v0.8.11 |
488 | 2024-07-15T21:16:18.204Z | Compiling futures-core v0.3.30 |
489 | 2024-07-15T21:16:18.205Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=2b132e3c4c9abde1 -C extra-filename=-2b132e3c4c9abde1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ahash-2b132e3c4c9abde1 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
490 | 2024-07-15T21:16:18.205Z | 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` |
491 | 2024-07-15T21:16:18.398Z | Compiling log v0.4.22 |
492 | 2024-07-15T21:16:18.415Z | 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-07-15T21:16:18.430Z | Compiling zerocopy v0.7.34 |
494 | 2024-07-15T21:16:18.437Z | 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` |
495 | 2024-07-15T21:16:18.957Z | Compiling allocator-api2 v0.2.18 |
496 | 2024-07-15T21:16:18.960Z | 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-07-15T21:16:19.119Z | Compiling pkg-config v0.3.30 |
498 | 2024-07-15T21:16:19.122Z | 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-07-15T21:16:19.175Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-c60e26fcad534716/build-script-build` |
500 | 2024-07-15T21:16:19.175Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-62193931a758e13f/build-script-build` |
501 | 2024-07-15T21:16:19.189Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-f8a29f754ca2c968/build-script-build` |
502 | 2024-07-15T21:16:19.192Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ahash-2b132e3c4c9abde1/build-script-build` |
503 | 2024-07-15T21:16:19.192Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-85c1f076fa20bc8f/build-script-build` |
504 | 2024-07-15T21:16:19.251Z | 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` |
505 | 2024-07-15T21:16:19.269Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3232d5cbfcf3c638 -C extra-filename=-3232d5cbfcf3c638 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-5e1c73aa613b5536.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'` |
506 | 2024-07-15T21:16:19.288Z | Compiling futures-io v0.3.30 |
507 | 2024-07-15T21:16:19.291Z | 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` |
508 | 2024-07-15T21:16:19.307Z | 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` |
509 | 2024-07-15T21:16:19.375Z | 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` |
510 | 2024-07-15T21:16:19.540Z | Compiling vcpkg v0.2.15 |
511 | 2024-07-15T21:16:19.542Z | 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` |
512 | 2024-07-15T21:16:19.639Z | Compiling lock_api v0.4.12 |
513 | 2024-07-15T21:16:19.642Z | 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` |
514 | 2024-07-15T21:16:19.790Z | Compiling hashbrown v0.14.5 |
515 | 2024-07-15T21:16:19.803Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=52d96862eacff376 -C extra-filename=-52d96862eacff376 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ahash=/work/oxidecomputer/oxide.rs/target/debug/deps/libahash-3232d5cbfcf3c638.rmeta --extern allocator_api2=/work/oxidecomputer/oxide.rs/target/debug/deps/liballocator_api2-efdfbec2ca0c7573.rmeta --cap-lints allow` |
516 | 2024-07-15T21:16:19.810Z | Compiling parking_lot_core v0.9.10 |
517 | 2024-07-15T21:16:19.813Z | 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` |
518 | 2024-07-15T21:16:20.017Z | Compiling jobserver v0.1.31 |
519 | 2024-07-15T21:16:20.022Z | 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` |
520 | 2024-07-15T21:16:20.054Z | Compiling ryu v1.0.18 |
521 | 2024-07-15T21:16:20.058Z | 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` |
522 | 2024-07-15T21:16:20.295Z | Compiling quote v1.0.36 |
523 | 2024-07-15T21:16:20.298Z | 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` |
524 | 2024-07-15T21:16:20.450Z | Compiling cc v1.0.97 |
525 | 2024-07-15T21:16:20.454Z | 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` |
526 | 2024-07-15T21:16:20.466Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-6561c4da8eda41f7/build-script-build` |
527 | 2024-07-15T21:16:20.519Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-f987badc8bb3ef96/build-script-build` |
528 | 2024-07-15T21:16:20.637Z | Compiling getrandom v0.2.15 |
529 | 2024-07-15T21:16:20.673Z | 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` |
530 | 2024-07-15T21:16:20.882Z | Compiling syn v2.0.70 |
531 | 2024-07-15T21:16:20.885Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.70/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=97c8046331639d17 -C extra-filename=-97c8046331639d17 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
532 | 2024-07-15T21:16:21.017Z | Compiling smallvec v1.13.2 |
533 | 2024-07-15T21:16:21.034Z | 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` |
534 | 2024-07-15T21:16:21.055Z | Compiling slab v0.4.9 |
535 | 2024-07-15T21:16:21.058Z | 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` |
536 | 2024-07-15T21:16:21.182Z | Compiling serde_json v1.0.120 |
537 | 2024-07-15T21:16:21.185Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.120/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ff8868d3933dbb1d -C extra-filename=-ff8868d3933dbb1d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/serde_json-ff8868d3933dbb1d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
538 | 2024-07-15T21:16:21.377Z | Compiling bytes v1.6.0 |
539 | 2024-07-15T21:16:21.382Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fa4cafb48031ffa1 -C extra-filename=-fa4cafb48031ffa1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
540 | 2024-07-15T21:16:21.395Z | Compiling signal-hook-registry v1.4.2 |
541 | 2024-07-15T21:16:21.414Z | 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` |
542 | 2024-07-15T21:16:21.486Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-41781b31142efd09/build-script-build` |
543 | 2024-07-15T21:16:21.493Z | Compiling equivalent v1.0.1 |
544 | 2024-07-15T21:16:21.496Z | 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` |
545 | 2024-07-15T21:16:21.578Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-ff8868d3933dbb1d/build-script-build` |
546 | 2024-07-15T21:16:21.597Z | Compiling num-traits v0.2.19 |
547 | 2024-07-15T21:16:21.597Z | 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` |
548 | 2024-07-15T21:16:21.600Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=af52aea2cd4214f5 -C extra-filename=-af52aea2cd4214f5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/num-traits-af52aea2cd4214f5 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-b39a3a1921870810.rlib --cap-lints allow` |
549 | 2024-07-15T21:16:21.633Z | Compiling bitflags v2.5.0 |
550 | 2024-07-15T21:16:21.636Z | Compiling scopeguard v1.2.0 |
551 | 2024-07-15T21:16:21.636Z | 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` |
552 | 2024-07-15T21:16:21.636Z | 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` |
553 | 2024-07-15T21:16:21.807Z | Compiling fnv v1.0.7 |
554 | 2024-07-15T21:16:21.822Z | 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` |
555 | 2024-07-15T21:16:21.868Z | 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` |
556 | 2024-07-15T21:16:21.933Z | Compiling openssl-src v300.2.3+3.2.1 |
557 | 2024-07-15T21:16:21.936Z | 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` |
558 | 2024-07-15T21:16:21.968Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-af52aea2cd4214f5/build-script-build` |
559 | 2024-07-15T21:16:22.115Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f0625eb9a96edb84 -C extra-filename=-f0625eb9a96edb84 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-d6ece56dbd014994.rmeta --cap-lints allow` |
560 | 2024-07-15T21:16:22.258Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c938d3c9478fcd97 -C extra-filename=-c938d3c9478fcd97 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg has_total_cmp` |
561 | 2024-07-15T21:16:22.320Z | Compiling mio v0.8.11 |
562 | 2024-07-15T21:16:22.355Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=76e5ff2821375482 -C extra-filename=-76e5ff2821375482 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --cap-lints allow` |
563 | 2024-07-15T21:16:22.388Z | Compiling tracing-core v0.1.32 |
564 | 2024-07-15T21:16:22.391Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=10cef7a13e1f7082 -C extra-filename=-10cef7a13e1f7082 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow` |
565 | 2024-07-15T21:16:22.438Z | Compiling regex-syntax v0.8.3 |
566 | 2024-07-15T21:16:22.441Z | 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` |
567 | 2024-07-15T21:16:22.748Z | Compiling crossbeam-utils v0.8.19 |
568 | 2024-07-15T21:16:22.751Z | 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` |
569 | 2024-07-15T21:16:22.965Z | Compiling parking_lot v0.12.2 |
570 | 2024-07-15T21:16:22.982Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=9f8791e7a7cd8c4a -C extra-filename=-9f8791e7a7cd8c4a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lock_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liblock_api-238386da467e65f0.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-f0625eb9a96edb84.rmeta --cap-lints allow` |
571 | 2024-07-15T21:16:23.389Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-1aace4d0925c592c/build-script-build` |
572 | 2024-07-15T21:16:23.415Z | Compiling socket2 v0.5.7 |
573 | 2024-07-15T21:16:23.418Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=69c133410a11ca54 -C extra-filename=-69c133410a11ca54 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
574 | 2024-07-15T21:16:23.921Z | 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-07-15T21:16:24.026Z | Compiling openssl-sys v0.9.102 |
576 | 2024-07-15T21:16:24.030Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' -C metadata=30090b2da5f861ca -C extra-filename=-30090b2da5f861ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-30090b2da5f861ca -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --extern openssl_src=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_src-4d5af5db9bf0e671.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-19b7fd6d715690a1.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-807650c813107af2.rlib --cap-lints allow` |
577 | 2024-07-15T21:16:24.107Z | Compiling http v0.2.12 |
578 | 2024-07-15T21:16:24.110Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2e5993128d8e55c9 -C extra-filename=-2e5993128d8e55c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --cap-lints allow` |
579 | 2024-07-15T21:16:24.175Z | Compiling tinyvec_macros v0.1.1 |
580 | 2024-07-15T21:16:24.178Z | 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` |
581 | 2024-07-15T21:16:24.201Z | Compiling pin-utils v0.1.0 |
582 | 2024-07-15T21:16:24.204Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c91c3a4fdde7d3d6 -C extra-filename=-c91c3a4fdde7d3d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
583 | 2024-07-15T21:16:24.269Z | Compiling percent-encoding v2.3.1 |
584 | 2024-07-15T21:16:24.272Z | 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` |
585 | 2024-07-15T21:16:24.293Z | Compiling futures-sink v0.3.30 |
586 | 2024-07-15T21:16:24.296Z | 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` |
587 | 2024-07-15T21:16:24.458Z | Compiling tinyvec v1.6.1 |
588 | 2024-07-15T21:16:24.461Z | 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-07-15T21:16:24.570Z | Compiling form_urlencoded v1.2.1 |
590 | 2024-07-15T21:16:24.575Z | 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` |
591 | 2024-07-15T21:16:24.696Z | Compiling ring v0.17.8 |
592 | 2024-07-15T21:16:24.701Z | 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` |
593 | 2024-07-15T21:16:24.904Z | Compiling num_cpus v1.16.0 |
594 | 2024-07-15T21:16:24.908Z | 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` |
595 | 2024-07-15T21:16:25.020Z | Compiling futures-channel v0.3.30 |
596 | 2024-07-15T21:16:25.023Z | 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` |
597 | 2024-07-15T21:16:25.058Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-30090b2da5f861ca/build-script-main` |
598 | 2024-07-15T21:16:25.368Z | Compiling futures-task v0.3.30 |
599 | 2024-07-15T21:16:25.371Z | 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` |
600 | 2024-07-15T21:16:25.448Z | Compiling unicode-bidi v0.3.15 |
601 | 2024-07-15T21:16:25.455Z | 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` |
602 | 2024-07-15T21:16:25.657Z | Compiling thiserror v1.0.61 |
603 | 2024-07-15T21:16:25.660Z | 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.61/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=9780f34437aa0715 -C extra-filename=-9780f34437aa0715 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-9780f34437aa0715 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
604 | 2024-07-15T21:16:25.766Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-c7013478511c32f9/build-script-build` |
605 | 2024-07-15T21:16:25.948Z | Compiling unicode-normalization v0.1.23 |
606 | 2024-07-15T21:16:25.951Z | 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` |
607 | 2024-07-15T21:16:26.166Z | 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` |
608 | 2024-07-15T21:16:26.535Z | Compiling httparse v1.8.0 |
609 | 2024-07-15T21:16:26.538Z | 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` |
610 | 2024-07-15T21:16:26.811Z | Compiling idna v0.5.0 |
611 | 2024-07-15T21:16:26.814Z | 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` |
612 | 2024-07-15T21:16:26.927Z | Compiling spin v0.9.8 |
613 | 2024-07-15T21:16:26.932Z | 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` |
614 | 2024-07-15T21:16:26.942Z | Compiling schemars v0.8.21 |
615 | 2024-07-15T21:16:26.946Z | 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` |
616 | 2024-07-15T21:16:26.985Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-62cce613a1049bac/build-script-build` |
617 | 2024-07-15T21:16:27.008Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-9780f34437aa0715/build-script-build` |
618 | 2024-07-15T21:16:27.115Z | Compiling concurrent-queue v2.5.0 |
619 | 2024-07-15T21:16:27.119Z | 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-07-15T21:16:27.142Z | Compiling untrusted v0.9.0 |
621 | 2024-07-15T21:16:27.147Z | 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` |
622 | 2024-07-15T21:16:27.275Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-55094047b34bd824/build-script-build` |
623 | 2024-07-15T21:16:27.301Z | Compiling parking v2.2.0 |
624 | 2024-07-15T21:16:27.305Z | 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` |
625 | 2024-07-15T21:16:27.322Z | 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` |
626 | 2024-07-15T21:16:27.428Z | Compiling dyn-clone v1.0.17 |
627 | 2024-07-15T21:16:27.431Z | 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-07-15T21:16:27.636Z | 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-07-15T21:16:27.682Z | Compiling socket2 v0.4.10 |
630 | 2024-07-15T21:16:27.685Z | 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-07-15T21:16:28.360Z | Compiling serde_derive_internals v0.29.0 |
632 | 2024-07-15T21:16:28.366Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=3dbe624c26308f70 -C extra-filename=-3dbe624c26308f70 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rmeta --cap-lints allow` |
633 | 2024-07-15T21:16:28.481Z | Compiling heck v0.5.0 |
634 | 2024-07-15T21:16:28.487Z | 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` |
635 | 2024-07-15T21:16:28.687Z | Compiling aho-corasick v1.1.3 |
636 | 2024-07-15T21:16:28.699Z | 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` |
637 | 2024-07-15T21:16:28.849Z | Compiling libz-sys v1.1.16 |
638 | 2024-07-15T21:16:28.853Z | 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` |
639 | 2024-07-15T21:16:29.014Z | Compiling errno v0.3.9 |
640 | 2024-07-15T21:16:29.017Z | 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` |
641 | 2024-07-15T21:16:29.263Z | Compiling fastrand v2.1.0 |
642 | 2024-07-15T21:16:29.267Z | 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` |
643 | 2024-07-15T21:16:29.479Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-2a7fe9d6e2825e67/build-script-build` |
644 | 2024-07-15T21:16:29.802Z | Compiling try-lock v0.2.5 |
645 | 2024-07-15T21:16:29.822Z | 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` |
646 | 2024-07-15T21:16:29.851Z | Compiling iana-time-zone v0.1.60 |
647 | 2024-07-15T21:16:29.855Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' -C metadata=a386be8828156f3b -C extra-filename=-a386be8828156f3b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
648 | 2024-07-15T21:16:29.951Z | Compiling openssl-probe v0.1.5 |
649 | 2024-07-15T21:16:29.955Z | 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` |
650 | 2024-07-15T21:16:30.241Z | Compiling rustix v0.38.34 |
651 | 2024-07-15T21:16:30.245Z | 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` |
652 | 2024-07-15T21:16:30.321Z | Compiling want v0.3.1 |
653 | 2024-07-15T21:16:30.323Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c97a904080338b58 -C extra-filename=-c97a904080338b58 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern try_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libtry_lock-faa406ed01f40ffa.rmeta --cap-lints allow` |
654 | 2024-07-15T21:16:30.395Z | Compiling http-body v0.4.6 |
655 | 2024-07-15T21:16:30.399Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bb15c908c7fd5ab8 -C extra-filename=-bb15c908c7fd5ab8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
656 | 2024-07-15T21:16:30.461Z | Compiling foreign-types-shared v0.1.1 |
657 | 2024-07-15T21:16:30.466Z | 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` |
658 | 2024-07-15T21:16:30.568Z | Compiling regex-automata v0.4.6 |
659 | 2024-07-15T21:16:30.573Z | 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` |
660 | 2024-07-15T21:16:30.597Z | Compiling openssl v0.10.64 |
661 | 2024-07-15T21:16:30.601Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="vendored"' -C metadata=1145c55981d69301 -C extra-filename=-1145c55981d69301 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/openssl-1145c55981d69301 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
662 | 2024-07-15T21:16:30.878Z | Compiling httpdate v1.0.3 |
663 | 2024-07-15T21:16:30.881Z | 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` |
664 | 2024-07-15T21:16:30.917Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-fd7484f0d96ec34a/build-script-build` |
665 | 2024-07-15T21:16:31.016Z | Compiling tower-service v0.3.2 |
666 | 2024-07-15T21:16:31.019Z | 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-07-15T21:16:31.036Z | 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` |
668 | 2024-07-15T21:16:31.150Z | Compiling foreign-types v0.3.2 |
669 | 2024-07-15T21:16:31.167Z | 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` |
670 | 2024-07-15T21:16:31.225Z | Compiling encoding_rs v0.8.34 |
671 | 2024-07-15T21:16:31.227Z | 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-07-15T21:16:31.398Z | Compiling native-tls v0.2.11 |
673 | 2024-07-15T21:16:31.402Z | 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` |
674 | 2024-07-15T21:16:31.751Z | Compiling rustls v0.21.12 |
675 | 2024-07-15T21:16:31.754Z | 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` |
676 | 2024-07-15T21:16:32.082Z | Compiling mime v0.3.17 |
677 | 2024-07-15T21:16:32.086Z | 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` |
678 | 2024-07-15T21:16:32.768Z | 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` |
679 | 2024-07-15T21:16:33.523Z | Compiling serde_derive v1.0.204 |
680 | 2024-07-15T21:16:33.527Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.204/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=dbf14eb1118f3040 -C extra-filename=-dbf14eb1118f3040 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
681 | 2024-07-15T21:16:35.445Z | Compiling tracing-attributes v0.1.27 |
682 | 2024-07-15T21:16:35.449Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=77fdc89d23074ef2 -C extra-filename=-77fdc89d23074ef2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
683 | 2024-07-15T21:16:35.688Z | Compiling tokio-macros v2.3.0 |
684 | 2024-07-15T21:16:35.691Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e0a0e1c5f8a0d215 -C extra-filename=-e0a0e1c5f8a0d215 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
685 | 2024-07-15T21:16:36.066Z | Compiling futures-macro v0.3.30 |
686 | 2024-07-15T21:16:36.098Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=643c03b387aaee63 -C extra-filename=-643c03b387aaee63 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
687 | 2024-07-15T21:16:36.436Z | Compiling schemars_derive v0.8.21 |
688 | 2024-07-15T21:16:36.441Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=5485bfc7bb65f1e2 -C extra-filename=-5485bfc7bb65f1e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-3dbe624c26308f70.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
689 | 2024-07-15T21:16:37.537Z | Compiling tokio v1.38.0 |
690 | 2024-07-15T21:16:37.541Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=bc5f82e9d3473f55 -C extra-filename=-bc5f82e9d3473f55 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-76e5ff2821375482.rmeta --extern num_cpus=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_cpus-ecbd16f512936c51.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-9f8791e7a7cd8c4a.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-6b1f4babd873b581.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-69c133410a11ca54.rmeta --extern tokio_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_macros-e0a0e1c5f8a0d215.so --cap-lints allow` |
691 | 2024-07-15T21:16:38.306Z | Compiling futures-util v0.3.30 |
692 | 2024-07-15T21:16:38.310Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=5cd51ec5e2f38649 -C extra-filename=-5cd51ec5e2f38649 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_macro-643c03b387aaee63.so --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-c91c3a4fdde7d3d6.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --cap-lints allow` |
693 | 2024-07-15T21:16:39.035Z | Compiling tracing v0.1.40 |
694 | 2024-07-15T21:16:39.040Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=944feb042ea9b649 -C extra-filename=-944feb042ea9b649 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern tracing_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_attributes-77fdc89d23074ef2.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-10cef7a13e1f7082.rmeta --cap-lints allow` |
695 | 2024-07-15T21:16:39.590Z | Compiling thiserror-impl v1.0.61 |
696 | 2024-07-15T21:16:39.594Z | 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.61/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=36f53ecc4bd4220e -C extra-filename=-36f53ecc4bd4220e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
697 | 2024-07-15T21:16:39.760Z | 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` |
698 | 2024-07-15T21:16:39.798Z | Compiling regex v1.10.5 |
699 | 2024-07-15T21:16:39.803Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=cfac3376645491e2 -C extra-filename=-cfac3376645491e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-5bdae607b196d571.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-3220006f2dd6aae4.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-228df75afea1e579.rmeta --cap-lints allow` |
700 | 2024-07-15T21:16:41.053Z | Compiling openssl-macros v0.1.1 |
701 | 2024-07-15T21:16:41.056Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=0a70900cce08d62a -C extra-filename=-0a70900cce08d62a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
702 | 2024-07-15T21:16:41.374Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.204/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=097c90a24016f9d0 -C extra-filename=-097c90a24016f9d0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive-dbf14eb1118f3040.so --cap-lints allow --cfg no_diagnostic_namespace` |
703 | 2024-07-15T21:16:41.949Z | Compiling sct v0.7.1 |
704 | 2024-07-15T21:16:41.978Z | 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` |
705 | 2024-07-15T21:16:42.318Z | Compiling rustls-webpki v0.101.7 |
706 | 2024-07-15T21:16:42.321Z | 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` |
707 | 2024-07-15T21:16:42.683Z | 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.61/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f399d6a1fa895976 -C extra-filename=-f399d6a1fa895976 --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-36f53ecc4bd4220e.so --cap-lints allow` |
708 | 2024-07-15T21:16:42.857Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-82d81cd4750fb3ac/build-script-build` |
709 | 2024-07-15T21:16:42.900Z | 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` |
710 | 2024-07-15T21:16:43.289Z | 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` |
711 | 2024-07-15T21:16:44.375Z | Compiling anstyle v1.0.7 |
712 | 2024-07-15T21:16:44.378Z | 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` |
713 | 2024-07-15T21:16:44.758Z | Compiling base64 v0.21.7 |
714 | 2024-07-15T21:16:44.762Z | 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` |
715 | 2024-07-15T21:16:44.796Z | Compiling typenum v1.17.0 |
716 | 2024-07-15T21:16:44.802Z | 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` |
717 | 2024-07-15T21:16:44.924Z | Compiling rand_core v0.6.4 |
718 | 2024-07-15T21:16:44.958Z | 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` |
719 | 2024-07-15T21:16:45.406Z | Compiling generic-array v0.14.7 |
720 | 2024-07-15T21:16:45.432Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' -C metadata=89677f8aab9db4a8 -C extra-filename=-89677f8aab9db4a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-89677f8aab9db4a8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
721 | 2024-07-15T21:16:45.565Z | Compiling ppv-lite86 v0.2.17 |
722 | 2024-07-15T21:16:45.570Z | 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` |
723 | 2024-07-15T21:16:45.761Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-89677f8aab9db4a8/build-script-build` |
724 | 2024-07-15T21:16:45.815Z | Compiling tokio-util v0.7.11 |
725 | 2024-07-15T21:16:45.819Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' -C metadata=a595e6f7f15e4450 -C extra-filename=-a595e6f7f15e4450 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --cap-lints allow` |
726 | 2024-07-15T21:16:45.856Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-e39b9cffd1db3e72/build-script-main` |
727 | 2024-07-15T21:16:46.030Z | 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` |
728 | 2024-07-15T21:16:46.363Z | Compiling rand_chacha v0.3.1 |
729 | 2024-07-15T21:16:46.366Z | 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` |
730 | 2024-07-15T21:16:47.288Z | Compiling tokio-rustls v0.24.1 |
731 | 2024-07-15T21:16:47.291Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=715c4592a8a1becb -C extra-filename=-715c4592a8a1becb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-4877e0783364c7ee.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
732 | 2024-07-15T21:16:47.664Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=0a13a706be10e40d -C extra-filename=-0a13a706be10e40d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern aho_corasick=/work/oxidecomputer/oxide.rs/target/debug/deps/libaho_corasick-e1c491fa2c3f2b6d.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-a3abc0c07df28b37.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-ebca22d932d0da94.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-228df75afea1e579.rmeta --cap-lints allow` |
733 | 2024-07-15T21:16:47.667Z | Compiling indexmap v2.2.6 |
734 | 2024-07-15T21:16:47.667Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=817048966608f014 -C extra-filename=-817048966608f014 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern equivalent=/work/oxidecomputer/oxide.rs/target/debug/deps/libequivalent-3cc869d592c774fc.rmeta --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-52d96862eacff376.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
735 | 2024-07-15T21:16:47.734Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.120/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=413d2fa70f1d69d5 -C extra-filename=-413d2fa70f1d69d5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-b13186bfcfd9c320.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow --cfg limb_width_64` |
736 | 2024-07-15T21:16:48.158Z | Compiling chrono v0.4.38 |
737 | 2024-07-15T21:16:48.161Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=605b606e73d17999 -C extra-filename=-605b606e73d17999 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/oxide.rs/target/debug/deps/libiana_time_zone-a386be8828156f3b.rmeta --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-c938d3c9478fcd97.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
738 | 2024-07-15T21:16:48.880Z | Compiling url v2.5.2 |
739 | 2024-07-15T21:16:48.884Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=b005a705b033a43e -C extra-filename=-b005a705b033a43e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-b8cb99f6b2e1657e.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
740 | 2024-07-15T21:16:49.226Z | Compiling h2 v0.3.26 |
741 | 2024-07-15T21:16:49.238Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6a8552f2b566708c -C extra-filename=-6a8552f2b566708c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-a595e6f7f15e4450.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --cap-lints allow` |
742 | 2024-07-15T21:16:51.047Z | Compiling uuid v1.9.1 |
743 | 2024-07-15T21:16:51.053Z | 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.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 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=6b5275129889eed8 -C extra-filename=-6b5275129889eed8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-54e5e557836924a8.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
744 | 2024-07-15T21:16:51.124Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-07-15T21:16:51.158Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8b08b5958ee4d708 -C extra-filename=-8b08b5958ee4d708 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-b13186bfcfd9c320.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
746 | 2024-07-15T21:16:51.163Z | Compiling rustls-pemfile v1.0.4 |
747 | 2024-07-15T21:16:51.172Z | 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` |
748 | 2024-07-15T21:16:51.653Z | Compiling event-listener v4.0.3 |
749 | 2024-07-15T21:16:51.661Z | 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` |
750 | 2024-07-15T21:16:51.698Z | 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=4c213c85f004ddf0 -C extra-filename=-4c213c85f004ddf0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-cc8f767d93e5e22c.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-5485bfc7bb65f1e2.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
751 | 2024-07-15T21:16:51.991Z | Compiling sync_wrapper v0.1.2 |
752 | 2024-07-15T21:16:52.058Z | 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` |
753 | 2024-07-15T21:16:52.119Z | Compiling ipnet v2.9.0 |
754 | 2024-07-15T21:16:52.129Z | 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` |
755 | 2024-07-15T21:16:52.270Z | Compiling either v1.11.0 |
756 | 2024-07-15T21:16:52.294Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_std"' -C metadata=b7a9e0043fde89a5 -C extra-filename=-b7a9e0043fde89a5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
757 | 2024-07-15T21:16:52.544Z | Compiling utf8parse v0.2.1 |
758 | 2024-07-15T21:16:55.956Z | 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` |
759 | 2024-07-15T21:16:55.957Z | Compiling webpki-roots v0.25.4 |
760 | 2024-07-15T21:16:55.957Z | 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-07-15T21:16:55.957Z | Compiling same-file v1.0.6 |
762 | 2024-07-15T21:16:55.957Z | 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` |
763 | 2024-07-15T21:16:55.957Z | Compiling anstyle-parse v0.2.4 |
764 | 2024-07-15T21:16:55.957Z | 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-07-15T21:16:55.957Z | Compiling walkdir v2.5.0 |
766 | 2024-07-15T21:16:55.957Z | 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-07-15T21:16:55.957Z | Compiling event-listener-strategy v0.4.0 |
768 | 2024-07-15T21:16:55.957Z | 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-07-15T21:16:55.957Z | Compiling serde_spanned v0.6.6 |
770 | 2024-07-15T21:16:55.957Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' -C metadata=e6238dbcc4f67186 -C extra-filename=-e6238dbcc4f67186 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
771 | 2024-07-15T21:16:55.957Z | Compiling serde_tokenstream v0.2.1 |
772 | 2024-07-15T21:16:55.957Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=e28adad9649a273b -C extra-filename=-e28adad9649a273b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rmeta --cap-lints allow` |
773 | 2024-07-15T21:16:55.957Z | Compiling toml_datetime v0.6.6 |
774 | 2024-07-15T21:16:55.957Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' -C metadata=4ce9d676c4ba271a -C extra-filename=-4ce9d676c4ba271a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
775 | 2024-07-15T21:16:55.957Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' -C metadata=bf7e2d63449f69cd -C extra-filename=-bf7e2d63449f69cd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-514c51e0ae2cae8c.rmeta --cap-lints allow --cfg relaxed_coherence` |
776 | 2024-07-15T21:16:55.957Z | Compiling rand v0.8.5 |
777 | 2024-07-15T21:16:55.957Z | 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-07-15T21:16:55.957Z | Compiling futures-lite v2.3.0 |
779 | 2024-07-15T21:16:55.957Z | 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-07-15T21:16:55.958Z | Compiling libnghttp2-sys v0.1.10+1.61.0 |
781 | 2024-07-15T21:16:55.958Z | 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-07-15T21:16:55.958Z | Compiling regress v0.10.0 |
783 | 2024-07-15T21:16:55.958Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4cb4b970579c719e -C extra-filename=-4cb4b970579c719e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-52d96862eacff376.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --cap-lints allow` |
784 | 2024-07-15T21:16:55.958Z | Compiling winnow v0.6.8 |
785 | 2024-07-15T21:16:55.958Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--allow=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=797d1a41f9fe8bfe -C extra-filename=-797d1a41f9fe8bfe --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
786 | 2024-07-15T21:16:56.040Z | Compiling anstyle-query v1.0.3 |
787 | 2024-07-15T21:16:56.044Z | 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` |
788 | 2024-07-15T21:16:56.055Z | Compiling is_terminal_polyfill v1.70.0 |
789 | 2024-07-15T21:16:56.055Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' -C metadata=8da8de8812ba0be6 -C extra-filename=-8da8de8812ba0be6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
790 | 2024-07-15T21:16:56.164Z | Compiling colorchoice v1.0.1 |
791 | 2024-07-15T21:16:56.167Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C metadata=9e0d23992528522a -C extra-filename=-9e0d23992528522a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
792 | 2024-07-15T21:16:56.182Z | Compiling event-listener v2.5.3 |
793 | 2024-07-15T21:16:56.186Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f55cdf44e1505c0c -C extra-filename=-f55cdf44e1505c0c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
794 | 2024-07-15T21:16:56.202Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-c2f6814531d99b4d/build-script-build` |
795 | 2024-07-15T21:16:56.335Z | Compiling hyper v0.14.28 |
796 | 2024-07-15T21:16:56.375Z | 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=76723ddd8a1b9881 -C extra-filename=-76723ddd8a1b9881 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-6a8552f2b566708c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-bb15c908c7fd5ab8.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-02ef4b1e0af5b63d.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-8346587b13f18216.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-09c5d48e32fe9842.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-c97a904080338b58.rmeta --cap-lints allow` |
797 | 2024-07-15T21:16:56.430Z | Compiling anstream v0.6.14 |
798 | 2024-07-15T21:16:56.433Z | 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` |
799 | 2024-07-15T21:16:56.669Z | Compiling async-lock v3.3.0 |
800 | 2024-07-15T21:16:56.672Z | 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-07-15T21:16:57.298Z | Compiling dirs-sys-next v0.1.2 |
802 | 2024-07-15T21:16:57.301Z | 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-07-15T21:16:58.127Z | Compiling polling v2.8.0 |
804 | 2024-07-15T21:16:58.130Z | 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-07-15T21:16:58.143Z | Compiling strsim v0.11.1 |
806 | 2024-07-15T21:16:58.145Z | 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` |
807 | 2024-07-15T21:16:58.485Z | Compiling clap_lex v0.7.0 |
808 | 2024-07-15T21:16:58.488Z | 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` |
809 | 2024-07-15T21:16:59.065Z | Compiling toml_edit v0.22.15 |
810 | 2024-07-15T21:16:59.068Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=5f6a3a9a9fbdd74b -C extra-filename=-5f6a3a9a9fbdd74b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-e6238dbcc4f67186.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-4ce9d676c4ba271a.rmeta --extern winnow=/work/oxidecomputer/oxide.rs/target/debug/deps/libwinnow-797d1a41f9fe8bfe.rmeta --cap-lints allow` |
811 | 2024-07-15T21:16:59.232Z | Compiling crunchy v0.2.2 |
812 | 2024-07-15T21:16:59.235Z | 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` |
813 | 2024-07-15T21:16:59.297Z | 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` |
814 | 2024-07-15T21:16:59.431Z | Compiling io-lifetimes v1.0.11 |
815 | 2024-07-15T21:16:59.434Z | 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` |
816 | 2024-07-15T21:16:59.718Z | Compiling atomic-waker v1.1.2 |
817 | 2024-07-15T21:16:59.722Z | 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` |
818 | 2024-07-15T21:16:59.921Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-c401f24cb2421025/build-script-build` |
819 | 2024-07-15T21:16:59.943Z | 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` |
820 | 2024-07-15T21:17:00.017Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-5d007121bab626bb/build-script-build` |
821 | 2024-07-15T21:17:00.285Z | Compiling clap_builder v4.5.9 |
822 | 2024-07-15T21:17:00.288Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=7c6a63947327afff -C extra-filename=-7c6a63947327afff --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstream-2ae956e94a5f4c8f.rmeta --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-00bcde0a43ff4c85.rmeta --extern clap_lex=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_lex-d8161a5bdc51b291.rmeta --extern strsim=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrsim-868eb24de85b27d5.rmeta --cap-lints allow` |
823 | 2024-07-15T21:17:00.385Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/polling-3fd7ad9423850f1b/build-script-build` |
824 | 2024-07-15T21:17:00.516Z | Compiling dirs-next v2.0.0 |
825 | 2024-07-15T21:17:00.523Z | 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` |
826 | 2024-07-15T21:17:00.590Z | Compiling crypto-common v0.1.6 |
827 | 2024-07-15T21:17:00.594Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=52cefadcfd72e47d -C extra-filename=-52cefadcfd72e47d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern generic_array=/work/oxidecomputer/oxide.rs/target/debug/deps/libgeneric_array-bf7e2d63449f69cd.rmeta --extern typenum=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypenum-514c51e0ae2cae8c.rmeta --cap-lints allow` |
828 | 2024-07-15T21:17:00.712Z | Compiling block-buffer v0.10.4 |
829 | 2024-07-15T21:17:00.734Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7aac53c173c7538a -C extra-filename=-7aac53c173c7538a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern generic_array=/work/oxidecomputer/oxide.rs/target/debug/deps/libgeneric_array-bf7e2d63449f69cd.rmeta --cap-lints allow` |
830 | 2024-07-15T21:17:00.783Z | Compiling polling v3.7.0 |
831 | 2024-07-15T21:17:00.786Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e8f0827f6e7aeac5 -C extra-filename=-e8f0827f6e7aeac5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --cap-lints allow` |
832 | 2024-07-15T21:17:00.928Z | Compiling clap_derive v4.5.8 |
833 | 2024-07-15T21:17:00.931Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' -C metadata=a1b9a488840db78b -C extra-filename=-a1b9a488840db78b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
834 | 2024-07-15T21:17:00.963Z | Compiling event-listener v5.3.0 |
835 | 2024-07-15T21:17:00.967Z | 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-07-15T21:17:01.206Z | Compiling curl-sys v0.4.72+curl-8.6.0 |
837 | 2024-07-15T21:17:01.210Z | 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-07-15T21:17:01.644Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a52b863144dbda51 -C extra-filename=-a52b863144dbda51 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-f8b9b880ee5800ba.rmeta --extern smallvec=/work/oxidecomputer/oxide.rs/target/debug/deps/libsmallvec-d6ece56dbd014994.rmeta --cap-lints allow` |
839 | 2024-07-15T21:17:01.644Z | Compiling fastrand v1.9.0 |
840 | 2024-07-15T21:17:01.674Z | 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` |
841 | 2024-07-15T21:17:02.000Z | Compiling rustix v0.37.27 |
842 | 2024-07-15T21:17:02.003Z | 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` |
843 | 2024-07-15T21:17:02.245Z | Compiling toml v0.8.14 |
844 | 2024-07-15T21:17:02.261Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=14d6d4f4a05da6d1 -C extra-filename=-14d6d4f4a05da6d1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_spanned=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_spanned-e6238dbcc4f67186.rmeta --extern toml_datetime=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_datetime-4ce9d676c4ba271a.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rmeta --cap-lints allow` |
845 | 2024-07-15T21:17:02.425Z | Compiling tiny-keccak v2.0.2 |
846 | 2024-07-15T21:17:02.429Z | 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` |
847 | 2024-07-15T21:17:02.625Z | Compiling siphasher v0.3.11 |
848 | 2024-07-15T21:17:02.628Z | 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` |
849 | 2024-07-15T21:17:02.774Z | Compiling waker-fn v1.1.1 |
850 | 2024-07-15T21:17:02.778Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name waker_fn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d4a64745b27fdd12 -C extra-filename=-d4a64745b27fdd12 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
851 | 2024-07-15T21:17:02.937Z | Compiling lazy_static v1.4.0 |
852 | 2024-07-15T21:17:02.946Z | 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` |
853 | 2024-07-15T21:17:03.058Z | Compiling phf_shared v0.10.0 |
854 | 2024-07-15T21:17:03.062Z | 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` |
855 | 2024-07-15T21:17:03.077Z | Compiling futures-lite v1.13.0 |
856 | 2024-07-15T21:17:03.102Z | 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` |
857 | 2024-07-15T21:17:03.449Z | Compiling hyper-rustls v0.24.2 |
858 | 2024-07-15T21:17:03.452Z | 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=343ca0fe8df90a13 -C extra-filename=-343ca0fe8df90a13 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-76723ddd8a1b9881.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-4877e0783364c7ee.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-715c4592a8a1becb.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
859 | 2024-07-15T21:17:03.840Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-5324aa666afe1fc5/build-script-build` |
860 | 2024-07-15T21:17:03.867Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-1b107a1d73ccc61a/build-script-build` |
861 | 2024-07-15T21:17:03.979Z | 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` |
862 | 2024-07-15T21:17:04.296Z | Compiling event-listener-strategy v0.5.2 |
863 | 2024-07-15T21:17:04.300Z | 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-07-15T21:17:04.523Z | Compiling async-io v2.3.2 |
865 | 2024-07-15T21:17:04.528Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=68a2cc44c5968d5c -C extra-filename=-68a2cc44c5968d5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-2008b118ac14e7e0.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-e1d2a806e2cf06bf.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-e8f0827f6e7aeac5.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --cap-lints allow` |
866 | 2024-07-15T21:17:05.080Z | Compiling digest v0.10.7 |
867 | 2024-07-15T21:17:05.082Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e1068141db1750c0 -C extra-filename=-e1068141db1750c0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern block_buffer=/work/oxidecomputer/oxide.rs/target/debug/deps/libblock_buffer-7aac53c173c7538a.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-52cefadcfd72e47d.rmeta --cap-lints allow` |
868 | 2024-07-15T21:17:05.100Z | Compiling term v0.7.0 |
869 | 2024-07-15T21:17:05.102Z | 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` |
870 | 2024-07-15T21:17:05.452Z | 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` |
871 | 2024-07-15T21:17:05.917Z | Compiling clap v4.5.9 |
872 | 2024-07-15T21:17:05.920Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="string"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=de3619bb44cd2a7d -C extra-filename=-de3619bb44cd2a7d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap_builder=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_builder-7c6a63947327afff.rmeta --extern clap_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_derive-a1b9a488840db78b.so --cap-lints allow` |
873 | 2024-07-15T21:17:06.007Z | 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` |
874 | 2024-07-15T21:17:06.049Z | 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` |
875 | 2024-07-15T21:17:06.135Z | Compiling futures-executor v0.3.30 |
876 | 2024-07-15T21:17:06.138Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=54cc0b523a6ae9ca -C extra-filename=-54cc0b523a6ae9ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --cap-lints allow` |
877 | 2024-07-15T21:17:06.218Z | Compiling async-io v1.13.0 |
878 | 2024-07-15T21:17:06.221Z | 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-07-15T21:17:06.597Z | Compiling cpufeatures v0.2.12 |
880 | 2024-07-15T21:17:06.601Z | 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` |
881 | 2024-07-15T21:17:06.695Z | Compiling powerfmt v0.2.0 |
882 | 2024-07-15T21:17:06.698Z | 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` |
883 | 2024-07-15T21:17:06.843Z | Compiling time-core v0.1.2 |
884 | 2024-07-15T21:17:06.846Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=78463298d0996e4f -C extra-filename=-78463298d0996e4f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
885 | 2024-07-15T21:17:07.033Z | Compiling bitflags v1.3.2 |
886 | 2024-07-15T21:17:07.036Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=b314dd0635d4a453 -C extra-filename=-b314dd0635d4a453 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
887 | 2024-07-15T21:17:07.105Z | Compiling fixedbitset v0.4.2 |
888 | 2024-07-15T21:17:07.105Z | 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` |
889 | 2024-07-15T21:17:07.129Z | Compiling async-task v4.7.1 |
890 | 2024-07-15T21:17:07.134Z | Compiling new_debug_unreachable v1.0.6 |
891 | 2024-07-15T21:17:07.134Z | 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` |
892 | 2024-07-15T21:17:07.146Z | 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` |
893 | 2024-07-15T21:17:07.224Z | Compiling rustversion v1.0.16 |
894 | 2024-07-15T21:17:07.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/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` |
895 | 2024-07-15T21:17:07.413Z | Compiling precomputed-hash v0.1.1 |
896 | 2024-07-15T21:17:07.418Z | 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` |
897 | 2024-07-15T21:17:07.493Z | Compiling unicode-width v0.1.12 |
898 | 2024-07-15T21:17:07.500Z | 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` |
899 | 2024-07-15T21:17:07.521Z | Compiling bit-vec v0.6.3 |
900 | 2024-07-15T21:17:07.530Z | 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` |
901 | 2024-07-15T21:17:07.706Z | Compiling num-conv v0.1.0 |
902 | 2024-07-15T21:17:07.723Z | 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` |
903 | 2024-07-15T21:17:07.727Z | Compiling string_cache v0.8.7 |
904 | 2024-07-15T21:17:07.727Z | 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` |
905 | 2024-07-15T21:17:07.805Z | Compiling petgraph v0.6.5 |
906 | 2024-07-15T21:17:07.831Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=7838c4b73b81a8e3 -C extra-filename=-7838c4b73b81a8e3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fixedbitset=/work/oxidecomputer/oxide.rs/target/debug/deps/libfixedbitset-7733a3ac9462985c.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --cap-lints allow` |
907 | 2024-07-15T21:17:07.894Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustversion-6e92aa5c3ebb4bde/build-script-build` |
908 | 2024-07-15T21:17:07.946Z | Compiling bit-set v0.5.3 |
909 | 2024-07-15T21:17:07.950Z | 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` |
910 | 2024-07-15T21:17:07.966Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="std"' -C metadata=6c8d6b72258960b9 -C extra-filename=-6c8d6b72258960b9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-b314dd0635d4a453.rmeta --extern libc_errno=/work/oxidecomputer/oxide.rs/target/debug/deps/liberrno-eed664db9d79d2d7.rmeta --extern io_lifetimes=/work/oxidecomputer/oxide.rs/target/debug/deps/libio_lifetimes-e539390e6d3e7f1a.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow --cfg libc --cfg solarish` |
911 | 2024-07-15T21:17:08.037Z | Compiling time-macros v0.2.18 |
912 | 2024-07-15T21:17:08.040Z | 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` |
913 | 2024-07-15T21:17:08.150Z | Compiling deranged v0.3.11 |
914 | 2024-07-15T21:17:08.153Z | 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` |
915 | 2024-07-15T21:17:08.222Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-io-28ec066985119802/build-script-build` |
916 | 2024-07-15T21:17:08.363Z | Compiling futures v0.3.30 |
917 | 2024-07-15T21:17:08.367Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=9e3c63aa3d6706dc -C extra-filename=-9e3c63aa3d6706dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-54cc0b523a6ae9ca.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --cap-lints allow` |
918 | 2024-07-15T21:17:08.479Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=950a78e91594856e -C extra-filename=-950a78e91594856e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crunchy=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrunchy-099739b55fd71f5a.rmeta --cap-lints allow` |
919 | 2024-07-15T21:17:09.031Z | Compiling ascii-canvas v3.0.0 |
920 | 2024-07-15T21:17:09.034Z | 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-07-15T21:17:09.521Z | Compiling async-channel v2.2.1 |
922 | 2024-07-15T21:17:09.546Z | 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-07-15T21:17:09.550Z | Compiling piper v0.2.1 |
924 | 2024-07-15T21:17:09.550Z | 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-07-15T21:17:09.873Z | Compiling async-channel v1.9.0 |
926 | 2024-07-15T21:17:09.876Z | 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-07-15T21:17:10.014Z | Compiling async-lock v2.8.0 |
928 | 2024-07-15T21:17:10.017Z | 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-07-15T21:17:10.193Z | Compiling itertools v0.11.0 |
930 | 2024-07-15T21:17:10.197Z | 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-07-15T21:17:10.244Z | Compiling lalrpop-util v0.20.2 |
932 | 2024-07-15T21:17:10.274Z | 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-07-15T21:17:10.350Z | Compiling ena v0.14.3 |
934 | 2024-07-15T21:17:10.353Z | 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-07-15T21:17:10.495Z | Compiling libgit2-sys v0.16.2+1.7.2 |
936 | 2024-07-15T21:17:10.498Z | 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.16.2+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 -C metadata=b5b07eed33a598b0 -C extra-filename=-b5b07eed33a598b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-b5b07eed33a598b0 -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-07-15T21:17:10.641Z | Compiling num_threads v0.1.7 |
938 | 2024-07-15T21:17:10.713Z | 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` |
939 | 2024-07-15T21:17:10.763Z | Compiling pico-args v0.5.0 |
940 | 2024-07-15T21:17:10.767Z | 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` |
941 | 2024-07-15T21:17:10.781Z | Compiling slog v2.7.0 |
942 | 2024-07-15T21:17:10.781Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7f2511497328d765 -C extra-filename=-7f2511497328d765 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/slog-7f2511497328d765 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
943 | 2024-07-15T21:17:10.827Z | Compiling home v0.5.9 |
944 | 2024-07-15T21:17:10.831Z | 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-07-15T21:17:11.125Z | Compiling base64 v0.22.1 |
946 | 2024-07-15T21:17:11.128Z | Compiling unicode-xid v0.2.4 |
947 | 2024-07-15T21:17:11.141Z | 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` |
948 | 2024-07-15T21:17:11.145Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1b9440c5d9c0e702 -C extra-filename=-1b9440c5d9c0e702 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
949 | 2024-07-15T21:17:11.271Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-7f2511497328d765/build-script-build` |
950 | 2024-07-15T21:17:11.290Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-b5b07eed33a598b0/build-script-build` |
951 | 2024-07-15T21:17:11.309Z | Compiling time v0.3.36 |
952 | 2024-07-15T21:17:11.313Z | 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` |
953 | 2024-07-15T21:17:11.313Z | 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` |
954 | 2024-07-15T21:17:11.341Z | Compiling blocking v1.6.0 |
955 | 2024-07-15T21:17:11.341Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3b5845910b06f4c9 -C extra-filename=-3b5845910b06f4c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-3475fe6245745a23.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-2008b118ac14e7e0.rmeta --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-42025715b4f85978.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-e1d2a806e2cf06bf.rmeta --extern piper=/work/oxidecomputer/oxide.rs/target/debug/deps/libpiper-8dbdaa7895aa16cc.rmeta --cap-lints allow` |
956 | 2024-07-15T21:17:11.969Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=da90f9524feba6ef -C extra-filename=-da90f9524feba6ef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow` |
957 | 2024-07-15T21:17:11.985Z | Compiling async-executor v1.11.0 |
958 | 2024-07-15T21:17:11.988Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=73869c374b8f0b2e -C extra-filename=-73869c374b8f0b2e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_task-42025715b4f85978.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-69c2236fd6634fd2.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-e1d2a806e2cf06bf.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --cap-lints allow` |
959 | 2024-07-15T21:17:12.815Z | Compiling async-signal v0.2.6 |
960 | 2024-07-15T21:17:12.821Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6028c83d2e1bac23 -C extra-filename=-6028c83d2e1bac23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-68a2cc44c5968d5c.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-6b1f4babd873b581.rmeta --cap-lints allow` |
961 | 2024-07-15T21:17:12.925Z | 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-07-15T21:17:13.207Z | Compiling lalrpop v0.20.2 |
963 | 2024-07-15T21:17:13.211Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' -C metadata=09cb0ce53c6002a9 -C extra-filename=-09cb0ce53c6002a9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/oxide.rs/target/debug/deps/libascii_canvas-a0916bef59da3376.rmeta --extern bit_set=/work/oxidecomputer/oxide.rs/target/debug/deps/libbit_set-7bf32aaf4d995b96.rmeta --extern ena=/work/oxidecomputer/oxide.rs/target/debug/deps/libena-fde142584cef194e.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-bdbff36c619fc05e.rmeta --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-5e58e5e407ad67b2.rmeta --extern petgraph=/work/oxidecomputer/oxide.rs/target/debug/deps/libpetgraph-7838c4b73b81a8e3.rmeta --extern pico_args=/work/oxidecomputer/oxide.rs/target/debug/deps/libpico_args-2d9b5663b31c65df.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-0a13a706be10e40d.rmeta --extern regex_syntax=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_syntax-228df75afea1e579.rmeta --extern string_cache=/work/oxidecomputer/oxide.rs/target/debug/deps/libstring_cache-91e6fcd5bc6dcc53.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-f9fff568f1f77c75.rmeta --extern tiny_keccak=/work/oxidecomputer/oxide.rs/target/debug/deps/libtiny_keccak-950a78e91594856e.rmeta --extern unicode_xid=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_xid-1b9440c5d9c0e702.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-0c0e68ea3f3500f7.rmeta --cap-lints allow` |
964 | 2024-07-15T21:17:13.226Z | Compiling pin-project-internal v1.1.5 |
965 | 2024-07-15T21:17:13.229Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=d10edc8444137453 -C extra-filename=-d10edc8444137453 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
966 | 2024-07-15T21:17:13.294Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libc"' -C metadata=42cdbbf6aeed836f -C extra-filename=-42cdbbf6aeed836f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z` |
967 | 2024-07-15T21:17:13.441Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libc"' -C metadata=9f226678412d95ad -C extra-filename=-9f226678412d95ad --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-f8b9b880ee5800ba.rmeta --cap-lints allow -L native=/usr/lib/amd64 -l z -l z` |
968 | 2024-07-15T21:17:13.444Z | Compiling event-listener v3.1.0 |
969 | 2024-07-15T21:17:13.444Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' -C metadata=7c3a5de5065d97aa -C extra-filename=-7c3a5de5065d97aa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
970 | 2024-07-15T21:17:13.580Z | Compiling dirs-sys v0.3.7 |
971 | 2024-07-15T21:17:13.583Z | 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-07-15T21:17:13.597Z | 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-07-15T21:17:14.016Z | Compiling similar v2.5.0 |
974 | 2024-07-15T21:17:14.019Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' -C metadata=1a50b907d2f96aef -C extra-filename=-1a50b907d2f96aef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
975 | 2024-07-15T21:17:14.315Z | Compiling curl v0.4.46 |
976 | 2024-07-15T21:17:14.319Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.46/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' -C metadata=dd208e87d572c5ea -C extra-filename=-dd208e87d572c5ea --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-dd208e87d572c5ea -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
977 | 2024-07-15T21:17:14.338Z | Compiling signal-hook v0.3.17 |
978 | 2024-07-15T21:17:14.341Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=0663e5266cc33606 -C extra-filename=-0663e5266cc33606 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-0663e5266cc33606 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
979 | 2024-07-15T21:17:14.667Z | Compiling unicode-segmentation v1.11.0 |
980 | 2024-07-15T21:17:14.670Z | 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` |
981 | 2024-07-15T21:17:14.693Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-0663e5266cc33606/build-script-build` |
982 | 2024-07-15T21:17:14.717Z | Compiling async-process v1.8.1 |
983 | 2024-07-15T21:17:14.720Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=90b58466eda9cebf -C extra-filename=-90b58466eda9cebf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-7fe813d03df1eee3.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-4be68d1eb73c3572.rmeta --extern async_signal=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_signal-6028c83d2e1bac23.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-7c3a5de5065d97aa.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-c293600dde1ca69d.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --cap-lints allow` |
984 | 2024-07-15T21:17:15.497Z | 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-07-15T21:17:15.700Z | Compiling dirs v4.0.0 |
986 | 2024-07-15T21:17:15.704Z | 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-07-15T21:17:15.889Z | Compiling async-global-executor v2.4.1 |
988 | 2024-07-15T21:17:15.894Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async-io"' --cfg 'feature="default"' -C metadata=89f373326b6ed516 -C extra-filename=-89f373326b6ed516 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-3475fe6245745a23.rmeta --extern async_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_executor-73869c374b8f0b2e.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-68a2cc44c5968d5c.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-2008b118ac14e7e0.rmeta --extern blocking=/work/oxidecomputer/oxide.rs/target/debug/deps/libblocking-3b5845910b06f4c9.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-e1d2a806e2cf06bf.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --cap-lints allow` |
989 | 2024-07-15T21:17:16.049Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e6ac4cb563bb831f -C extra-filename=-e6ac4cb563bb831f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg integer128` |
990 | 2024-07-15T21:17:16.228Z | Compiling pin-project v1.1.5 |
991 | 2024-07-15T21:17:16.262Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=57d7f68cfcf1200e -C extra-filename=-57d7f68cfcf1200e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_internal-d10edc8444137453.so --cap-lints allow` |
992 | 2024-07-15T21:17:16.313Z | Compiling sha1 v0.10.6 |
993 | 2024-07-15T21:17:16.316Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1dc3c58c554ed768 -C extra-filename=-1dc3c58c554ed768 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-c800e6746f28ebd7.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e1068141db1750c0.rmeta --cap-lints allow` |
994 | 2024-07-15T21:17:16.341Z | Compiling openapiv3 v2.0.0 |
995 | 2024-07-15T21:17:16.344Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' -C metadata=8b7d102d0b21e24c -C extra-filename=-8b7d102d0b21e24c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --cap-lints allow` |
996 | 2024-07-15T21:17:16.756Z | Compiling tempfile v3.10.1 |
997 | 2024-07-15T21:17:16.775Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a6a7c1a75d913402 -C extra-filename=-a6a7c1a75d913402 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-69c2236fd6634fd2.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --cap-lints allow` |
998 | 2024-07-15T21:17:16.833Z | Compiling async-trait v0.1.81 |
999 | 2024-07-15T21:17:16.836Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=28ba06e4bfa1975f -C extra-filename=-28ba06e4bfa1975f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1000 | 2024-07-15T21:17:16.852Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=7d7199a9fca720e7 -C extra-filename=-7d7199a9fca720e7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern idna=/work/oxidecomputer/oxide.rs/target/debug/deps/libidna-b8cb99f6b2e1657e.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --cap-lints allow` |
1001 | 2024-07-15T21:17:17.774Z | Compiling kv-log-macro v1.0.7 |
1002 | 2024-07-15T21:17:17.777Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=75c07c560de9566b -C extra-filename=-75c07c560de9566b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --cap-lints allow` |
1003 | 2024-07-15T21:17:18.025Z | Compiling isahc v1.7.2 |
1004 | 2024-07-15T21:17:18.027Z | 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` |
1005 | 2024-07-15T21:17:18.242Z | 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` |
1006 | 2024-07-15T21:17:18.527Z | Compiling rustls-pki-types v1.7.0 |
1007 | 2024-07-15T21:17:18.531Z | 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` |
1008 | 2024-07-15T21:17:18.540Z | Compiling paste v1.0.15 |
1009 | 2024-07-15T21:17:18.544Z | 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` |
1010 | 2024-07-15T21:17:18.594Z | Compiling predicates-core v1.0.6 |
1011 | 2024-07-15T21:17:18.600Z | 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` |
1012 | 2024-07-15T21:17:18.984Z | Compiling zeroize v1.7.0 |
1013 | 2024-07-15T21:17:18.987Z | 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` |
1014 | 2024-07-15T21:17:19.018Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-3fb8f4393b9203ec/build-script-build` |
1015 | 2024-07-15T21:17:19.082Z | Compiling async-std v1.12.0 |
1016 | 2024-07-15T21:17:19.085Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' -C metadata=46b0e842820fe6fe -C extra-filename=-46b0e842820fe6fe --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-d4e3dd1330bdc71e.rmeta --extern async_global_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_global_executor-89f373326b6ed516.rmeta --extern async_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_io-7fe813d03df1eee3.rmeta --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-4be68d1eb73c3572.rmeta --extern async_process=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_process-90b58466eda9cebf.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-c293600dde1ca69d.rmeta --extern kv_log_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libkv_log_macro-75c07c560de9566b.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern pin_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_utils-c91c3a4fdde7d3d6.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --cap-lints allow` |
1017 | 2024-07-15T21:17:19.312Z | Compiling tracing-futures v0.2.5 |
1018 | 2024-07-15T21:17:19.333Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tracing_futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-futures-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="pin-project"' --cfg 'feature="std"' --cfg 'feature="std-future"' -C metadata=beb9139c5e2203ce -C extra-filename=-beb9139c5e2203ce --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern pin_project=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project-57d7f68cfcf1200e.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --cap-lints allow` |
1019 | 2024-07-15T21:17:19.389Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=ec9c85512da142b7 -C extra-filename=-ec9c85512da142b7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern dirs_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_next-82f7a84e3790e786.rmeta --cap-lints allow` |
1020 | 2024-07-15T21:17:19.440Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=73a7b9e6e622e469 -C extra-filename=-73a7b9e6e622e469 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern signal_hook_registry=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_registry-6b1f4babd873b581.rmeta --cap-lints allow` |
1021 | 2024-07-15T21:17:19.511Z | Compiling sluice v0.5.5 |
1022 | 2024-07-15T21:17:19.560Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sluice --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sluice-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9fc7012a9f609ffe -C extra-filename=-9fc7012a9f609ffe --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-d4e3dd1330bdc71e.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --cap-lints allow` |
1023 | 2024-07-15T21:17:20.170Z | Compiling console v0.15.8 |
1024 | 2024-07-15T21:17:20.173Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=dc34631feff40d5e -C extra-filename=-dc34631feff40d5e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-018b598527f26950.rmeta --cap-lints allow` |
1025 | 2024-07-15T21:17:20.664Z | Compiling float-cmp v0.9.0 |
1026 | 2024-07-15T21:17:20.667Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=256d05776916ba66 -C extra-filename=-256d05776916ba66 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-c938d3c9478fcd97.rmeta --cap-lints allow` |
1027 | 2024-07-15T21:17:20.780Z | Compiling is-terminal v0.4.12 |
1028 | 2024-07-15T21:17:20.797Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2e3b083a4de365b3 -C extra-filename=-2e3b083a4de365b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
1029 | 2024-07-15T21:17:20.845Z | Compiling difflib v0.4.0 |
1030 | 2024-07-15T21:17:20.849Z | 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` |
1031 | 2024-07-15T21:17:20.909Z | Compiling rustls v0.22.4 |
1032 | 2024-07-15T21:17:20.913Z | 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` |
1033 | 2024-07-15T21:17:21.242Z | Compiling castaway v0.1.2 |
1034 | 2024-07-15T21:17:21.246Z | 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` |
1035 | 2024-07-15T21:17:21.277Z | Compiling normalize-line-endings v0.3.0 |
1036 | 2024-07-15T21:17:21.280Z | 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` |
1037 | 2024-07-15T21:17:21.374Z | Compiling data-encoding v2.6.0 |
1038 | 2024-07-15T21:17:21.378Z | 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` |
1039 | 2024-07-15T21:17:21.419Z | 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` |
1040 | 2024-07-15T21:17:21.764Z | Compiling utf-8 v0.7.6 |
1041 | 2024-07-15T21:17:21.767Z | 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` |
1042 | 2024-07-15T21:17:21.949Z | Compiling base64 v0.13.1 |
1043 | 2024-07-15T21:17:21.952Z | 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` |
1044 | 2024-07-15T21:17:22.101Z | Compiling portable-atomic v1.6.0 |
1045 | 2024-07-15T21:17:22.107Z | 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` |
1046 | 2024-07-15T21:17:22.543Z | Compiling heck v0.4.1 |
1047 | 2024-07-15T21:17:22.547Z | 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-07-15T21:17:22.938Z | Compiling byteorder v1.5.0 |
1049 | 2024-07-15T21:17:22.941Z | 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` |
1050 | 2024-07-15T21:17:22.963Z | Compiling strum_macros v0.26.2 |
1051 | 2024-07-15T21:17:22.966Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c45c1e519a8c13de -C extra-filename=-c45c1e519a8c13de --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-b52ad65f34e8ba35.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-da90f9524feba6ef.so --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1052 | 2024-07-15T21:17:23.052Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8ee8fa511153e1a4/build-script-build` |
1053 | 2024-07-15T21:17:23.118Z | Compiling predicates v3.1.0 |
1054 | 2024-07-15T21:17:23.121Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=57072254d63e2fba -C extra-filename=-57072254d63e2fba --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-00bcde0a43ff4c85.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-9ac0cd639c889c82.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-256d05776916ba66.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-1a5398f8eb94050b.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f7d3e7e4b957783f.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --cap-lints allow` |
1055 | 2024-07-15T21:17:23.419Z | Compiling tungstenite v0.20.1 |
1056 | 2024-07-15T21:17:23.422Z | 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=f33b20f819e31d85 -C extra-filename=-f33b20f819e31d85 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern byteorder=/work/oxidecomputer/oxide.rs/target/debug/deps/libbyteorder-f15dc302a153ff9c.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-fbba5ab5f2e9bf23.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-1dc3c58c554ed768.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-f399d6a1fa895976.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-bf3f808de3435388.rmeta --cap-lints allow` |
1057 | 2024-07-15T21:17:24.407Z | Compiling async-object-pool v0.1.4 |
1058 | 2024-07-15T21:17:24.427Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=32af4e1f90227c24 -C extra-filename=-32af4e1f90227c24 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_std=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_std-46b0e842820fe6fe.rmeta --cap-lints allow` |
1059 | 2024-07-15T21:17:24.427Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-93a089c4c6e556c7/build-script-build` |
1060 | 2024-07-15T21:17:24.428Z | Compiling signal-hook-mio v0.2.3 |
1061 | 2024-07-15T21:17:24.428Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=55c6574ac9c45dee -C extra-filename=-55c6574ac9c45dee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern mio_0_8=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-76e5ff2821375482.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-73a7b9e6e622e469.rmeta --cap-lints allow` |
1062 | 2024-07-15T21:17:24.485Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=0a949739aff33e52 -C extra-filename=-0a949739aff33e52 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro --cap-lints allow` |
1063 | 2024-07-15T21:17:25.246Z | Compiling rustls-webpki v0.102.3 |
1064 | 2024-07-15T21:17:25.252Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' -C metadata=a597b79b33ba2756 -C extra-filename=-a597b79b33ba2756 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ring=/work/oxidecomputer/oxide.rs/target/debug/deps/libring-fe9b5ebc27e6206f.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-490dddc732697d6f.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1065 | 2024-07-15T21:17:25.623Z | Compiling newline-converter v0.3.0 |
1066 | 2024-07-15T21:17:25.626Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=96d4693b16f09b7b -C extra-filename=-96d4693b16f09b7b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-fed9da3fb0b18572.rmeta --cap-lints allow` |
1067 | 2024-07-15T21:17:25.757Z | Compiling castaway v0.2.2 |
1068 | 2024-07-15T21:17:25.760Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f87a65e37e09e8ac -C extra-filename=-f87a65e37e09e8ac --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-da90f9524feba6ef.so --cap-lints allow` |
1069 | 2024-07-15T21:17:25.778Z | Compiling itertools v0.12.1 |
1070 | 2024-07-15T21:17:25.782Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=7abb2cf0d9eca60c -C extra-filename=-7abb2cf0d9eca60c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-b7a9e0043fde89a5.rmeta --cap-lints allow` |
1071 | 2024-07-15T21:17:25.921Z | Compiling assert-json-diff v2.0.2 |
1072 | 2024-07-15T21:17:25.926Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=539b3970554c9605 -C extra-filename=-539b3970554c9605 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --cap-lints allow` |
1073 | 2024-07-15T21:17:27.150Z | Compiling serde_regex v1.1.0 |
1074 | 2024-07-15T21:17:27.153Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=086566b4bdad2b50 -C extra-filename=-086566b4bdad2b50 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
1075 | 2024-07-15T21:17:27.412Z | Compiling serde_path_to_error v0.1.16 |
1076 | 2024-07-15T21:17:27.426Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=024cfd66eaad4439 -C extra-filename=-024cfd66eaad4439 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
1077 | 2024-07-15T21:17:27.822Z | Compiling ring v0.16.20 |
1078 | 2024-07-15T21:17:27.831Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=e5680c67efabbe1c -C extra-filename=-e5680c67efabbe1c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/ring-e5680c67efabbe1c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --cap-lints allow` |
1079 | 2024-07-15T21:17:28.031Z | Compiling multer v3.1.0 |
1080 | 2024-07-15T21:17:28.046Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=cc9155425a547cc6 -C extra-filename=-cc9155425a547cc6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/multer-cc9155425a547cc6 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
1081 | 2024-07-15T21:17:28.184Z | Compiling is-docker v0.2.0 |
1082 | 2024-07-15T21:17:28.192Z | 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` |
1083 | 2024-07-15T21:17:28.316Z | Compiling thread_local v1.1.8 |
1084 | 2024-07-15T21:17:28.330Z | 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` |
1085 | 2024-07-15T21:17:28.376Z | Compiling match_cfg v0.1.0 |
1086 | 2024-07-15T21:17:28.383Z | 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` |
1087 | 2024-07-15T21:17:28.471Z | Compiling levenshtein v1.0.5 |
1088 | 2024-07-15T21:17:28.479Z | 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` |
1089 | 2024-07-15T21:17:28.581Z | Compiling slog-async v2.8.0 |
1090 | 2024-07-15T21:17:28.593Z | 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` |
1091 | 2024-07-15T21:17:28.784Z | Compiling anyhow v1.0.86 |
1092 | 2024-07-15T21:17:28.802Z | 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` |
1093 | 2024-07-15T21:17:28.861Z | Compiling doc-comment v0.3.3 |
1094 | 2024-07-15T21:17:28.871Z | 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` |
1095 | 2024-07-15T21:17:28.997Z | Compiling camino v1.1.7 |
1096 | 2024-07-15T21:17:29.004Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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` |
1097 | 2024-07-15T21:17:29.087Z | Compiling subtle v2.5.0 |
1098 | 2024-07-15T21:17:29.109Z | Compiling static_assertions v1.1.0 |
1099 | 2024-07-15T21:17:29.109Z | 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` |
1100 | 2024-07-15T21:17:29.122Z | 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` |
1101 | 2024-07-15T21:17:29.207Z | Compiling compact_str v0.7.1 |
1102 | 2024-07-15T21:17:29.221Z | 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` |
1103 | 2024-07-15T21:17:29.337Z | 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` |
1104 | 2024-07-15T21:17:29.354Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-536015c78da4e116/build-script-build` |
1105 | 2024-07-15T21:17:29.407Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-6ad415cf3634a2b1/build-script-build` |
1106 | 2024-07-15T21:17:29.527Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-33631e55da1918f4/build-script-build` |
1107 | 2024-07-15T21:17:29.558Z | Compiling unicode-truncate v1.0.0 |
1108 | 2024-07-15T21:17:29.581Z | 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` |
1109 | 2024-07-15T21:17:29.590Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-bae818f09cd4e68d/build-script-build` |
1110 | 2024-07-15T21:17:29.597Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-e5680c67efabbe1c/build-script-build` |
1111 | 2024-07-15T21:17:29.635Z | Compiling hostname v0.3.1 |
1112 | 2024-07-15T21:17:29.643Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=6719f0b65385ac9d -C extra-filename=-6719f0b65385ac9d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern match_cfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libmatch_cfg-b32574b6b2e4cf95.rmeta --cap-lints allow` |
1113 | 2024-07-15T21:17:29.788Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-cc9155425a547cc6/build-script-build` |
1114 | 2024-07-15T21:17:29.839Z | Compiling is-wsl v0.4.0 |
1115 | 2024-07-15T21:17:29.932Z | 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` |
1116 | 2024-07-15T21:17:29.932Z | Compiling strum v0.26.2 |
1117 | 2024-07-15T21:17:29.932Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=87d2506432782620 -C extra-filename=-87d2506432782620 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern strum_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum_macros-c45c1e519a8c13de.so --cap-lints allow` |
1118 | 2024-07-15T21:17:33.141Z | Compiling crossterm v0.27.0 |
1119 | 2024-07-15T21:17:33.173Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' -C metadata=64efc8cbb2fd43c7 -C extra-filename=-64efc8cbb2fd43c7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-6e19d53e31df3de0.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libmio-76e5ff2821375482.rmeta --extern parking_lot=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot-9f8791e7a7cd8c4a.rmeta --extern signal_hook=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook-73a7b9e6e622e469.rmeta --extern signal_hook_mio=/work/oxidecomputer/oxide.rs/target/debug/deps/libsignal_hook_mio-55c6574ac9c45dee.rmeta --cap-lints allow` |
1120 | 2024-07-15T21:17:33.173Z | Compiling tokio-tungstenite v0.20.1 |
1121 | 2024-07-15T21:17:33.173Z | 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=56f85f361bd12028 -C extra-filename=-56f85f361bd12028 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-f33b20f819e31d85.rmeta --cap-lints allow` |
1122 | 2024-07-15T21:17:33.173Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=43adb6e6d45df2a3 -C extra-filename=-43adb6e6d45df2a3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow --cfg portable_atomic_llvm_16` |
1123 | 2024-07-15T21:17:33.173Z | Compiling slog-json v2.6.1 |
1124 | 2024-07-15T21:17:33.173Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=e2b5608c8b14571f -C extra-filename=-e2b5608c8b14571f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-80189e0adeedc857.rmeta --cap-lints allow` |
1125 | 2024-07-15T21:17:33.173Z | Compiling termini v1.0.0 |
1126 | 2024-07-15T21:17:33.173Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name termini --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termini-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2190315b952fdc35 -C extra-filename=-2190315b952fdc35 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern home=/work/oxidecomputer/oxide.rs/target/debug/deps/libhome-193acd7fe5dbcb23.rmeta --cap-lints allow` |
1127 | 2024-07-15T21:17:33.173Z | Compiling sha2 v0.10.8 |
1128 | 2024-07-15T21:17:33.173Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=514573b1f0e820e2 -C extra-filename=-514573b1f0e820e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern cpufeatures=/work/oxidecomputer/oxide.rs/target/debug/deps/libcpufeatures-c800e6746f28ebd7.rmeta --extern digest=/work/oxidecomputer/oxide.rs/target/debug/deps/libdigest-e1068141db1750c0.rmeta --cap-lints allow` |
1129 | 2024-07-15T21:17:33.173Z | Compiling ipnetwork v0.20.0 |
1130 | 2024-07-15T21:17:33.173Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=157028964e21141c -C extra-filename=-157028964e21141c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
1131 | 2024-07-15T21:17:33.174Z | Compiling stability v0.2.0 |
1132 | 2024-07-15T21:17:33.174Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=37c60196cd8a5c80 -C extra-filename=-37c60196cd8a5c80 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1133 | 2024-07-15T21:17:33.174Z | Compiling async-stream-impl v0.3.5 |
1134 | 2024-07-15T21:17:33.174Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=810b348884a97c0e -C extra-filename=-810b348884a97c0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1135 | 2024-07-15T21:17:33.174Z | Compiling crossbeam-channel v0.5.12 |
1136 | 2024-07-15T21:17:33.174Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=417259ce792ba317 -C extra-filename=-417259ce792ba317 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --cap-lints allow` |
1137 | 2024-07-15T21:17:33.783Z | Compiling http v1.1.0 |
1138 | 2024-07-15T21:17:33.787Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=155d7eea6f74449e -C extra-filename=-155d7eea6f74449e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern fnv=/work/oxidecomputer/oxide.rs/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --cap-lints allow` |
1139 | 2024-07-15T21:17:33.986Z | Compiling lru v0.12.3 |
1140 | 2024-07-15T21:17:33.990Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lru /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hashbrown"' -C metadata=54b8bb45b474a395 -C extra-filename=-54b8bb45b474a395 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-52d96862eacff376.rmeta --cap-lints allow` |
1141 | 2024-07-15T21:17:34.111Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot#6a3f84ca) |
1142 | 2024-07-15T21:17:34.115Z | 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/6a3f84c/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=65701426db82720c -C extra-filename=-65701426db82720c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-65701426db82720c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
1143 | 2024-07-15T21:17:34.130Z | Compiling humantime v2.1.0 |
1144 | 2024-07-15T21:17:34.133Z | 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` |
1145 | 2024-07-15T21:17:34.284Z | Compiling pathdiff v0.2.1 |
1146 | 2024-07-15T21:17:34.287Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7f8c8f1b959732b3 -C extra-filename=-7f8c8f1b959732b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1147 | 2024-07-15T21:17:34.435Z | Compiling termtree v0.4.1 |
1148 | 2024-07-15T21:17:34.438Z | 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` |
1149 | 2024-07-15T21:17:34.485Z | Compiling take_mut v0.2.2 |
1150 | 2024-07-15T21:17:34.503Z | 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-07-15T21:17:34.633Z | Compiling untrusted v0.7.1 |
1152 | 2024-07-15T21:17:34.637Z | 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` |
1153 | 2024-07-15T21:17:34.671Z | Compiling shell-words v1.1.0 |
1154 | 2024-07-15T21:17:34.692Z | 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` |
1155 | 2024-07-15T21:17:34.696Z | Compiling spin v0.5.2 |
1156 | 2024-07-15T21:17:34.712Z | 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` |
1157 | 2024-07-15T21:17:34.830Z | Compiling assert_cmd v2.0.14 |
1158 | 2024-07-15T21:17:34.859Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=be3580b7a6300f76 -C extra-filename=-be3580b7a6300f76 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-be3580b7a6300f76 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1159 | 2024-07-15T21:17:34.939Z | Compiling termcolor v1.4.1 |
1160 | 2024-07-15T21:17:34.943Z | 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` |
1161 | 2024-07-15T21:17:35.039Z | Compiling number_prefix v0.4.0 |
1162 | 2024-07-15T21:17:35.063Z | 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` |
1163 | 2024-07-15T21:17:35.247Z | Compiling cassowary v0.3.0 |
1164 | 2024-07-15T21:17:35.251Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9811913b1820020b -C extra-filename=-9811913b1820020b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1165 | 2024-07-15T21:17:35.264Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-be3580b7a6300f76/build-script-build` |
1166 | 2024-07-15T21:17:35.289Z | Compiling indicatif v0.17.8 |
1167 | 2024-07-15T21:17:35.293Z | 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` |
1168 | 2024-07-15T21:17:36.004Z | Compiling ratatui v0.26.3 |
1169 | 2024-07-15T21:17:36.007Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' '--warn=clippy::cargo' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=a275c868c87df4ab -C extra-filename=-a275c868c87df4ab --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-6e19d53e31df3de0.rmeta --extern cassowary=/work/oxidecomputer/oxide.rs/target/debug/deps/libcassowary-9811913b1820020b.rmeta --extern compact_str=/work/oxidecomputer/oxide.rs/target/debug/deps/libcompact_str-82a54d3a7245af53.rmeta --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rmeta --extern itertools=/work/oxidecomputer/oxide.rs/target/debug/deps/libitertools-7abb2cf0d9eca60c.rmeta --extern lru=/work/oxidecomputer/oxide.rs/target/debug/deps/liblru-54b8bb45b474a395.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-0a949739aff33e52.so --extern stability=/work/oxidecomputer/oxide.rs/target/debug/deps/libstability-37c60196cd8a5c80.so --extern strum=/work/oxidecomputer/oxide.rs/target/debug/deps/libstrum-87d2506432782620.rmeta --extern unicode_segmentation=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_segmentation-fed9da3fb0b18572.rmeta --extern unicode_truncate=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_truncate-eb9f45cca7d553fa.rmeta --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-018b598527f26950.rmeta --cap-lints allow` |
1170 | 2024-07-15T21:17:36.609Z | Compiling env_logger v0.10.2 |
1171 | 2024-07-15T21:17:36.612Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' -C metadata=fb2ee80622e18d61 -C extra-filename=-fb2ee80622e18d61 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rmeta --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-2e3b083a4de365b3.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern termcolor=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermcolor-802e4c96959df99c.rmeta --cap-lints allow` |
1172 | 2024-07-15T21:17:36.960Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=b122037b7e7fe438 -C extra-filename=-b122037b7e7fe438 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-4f474c23ae8ebced.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-155d7eea6f74449e.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-6b0b4916640efba1.rmeta --cap-lints allow` |
1173 | 2024-07-15T21:17:38.133Z | 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` |
1174 | 2024-07-15T21:17:38.189Z | Compiling dialoguer v0.10.4 |
1175 | 2024-07-15T21:17:38.193Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dialoguer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="editor"' --cfg 'feature="password"' --cfg 'feature="tempfile"' --cfg 'feature="zeroize"' -C metadata=26b1de6534de51e1 -C extra-filename=-26b1de6534de51e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-dc34631feff40d5e.rmeta --extern shell_words=/work/oxidecomputer/oxide.rs/target/debug/deps/libshell_words-de146c6cd09024ed.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rmeta --extern zeroize=/work/oxidecomputer/oxide.rs/target/debug/deps/libzeroize-fdc7d158bb3baa0d.rmeta --cap-lints allow` |
1176 | 2024-07-15T21:17:38.258Z | Compiling predicates-tree v1.0.9 |
1177 | 2024-07-15T21:17:38.262Z | 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` |
1178 | 2024-07-15T21:17:38.903Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=1ab63e4aed4d108f -C extra-filename=-1ab63e4aed4d108f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_channel-417259ce792ba317.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern take_mut=/work/oxidecomputer/oxide.rs/target/debug/deps/libtake_mut-46f0b70c247ae491.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-7a18f656dc1e078a.rmeta --cap-lints allow --cfg integer128` |
1179 | 2024-07-15T21:17:40.024Z | Compiling basic-cookies v0.1.5 |
1180 | 2024-07-15T21:17:40.063Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=6b011158cf98a5bb -C extra-filename=-6b011158cf98a5bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-6b011158cf98a5bb -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop-09cb0ce53c6002a9.rlib --cap-lints allow` |
1181 | 2024-07-15T21:17:40.355Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-65701426db82720c/build-script-build` |
1182 | 2024-07-15T21:17:40.390Z | Compiling open v4.2.0 |
1183 | 2024-07-15T21:17:40.395Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name open --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9ed530fc89b97f1b -C extra-filename=-9ed530fc89b97f1b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_wsl=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_wsl-a65257e30ccc1771.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern pathdiff=/work/oxidecomputer/oxide.rs/target/debug/deps/libpathdiff-7f8c8f1b959732b3.rmeta --cap-lints allow` |
1184 | 2024-07-15T21:17:40.418Z | Compiling async-stream v0.3.5 |
1185 | 2024-07-15T21:17:40.421Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7379ba38008f9d01 -C extra-filename=-7379ba38008f9d01 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_stream_impl-810b348884a97c0e.so --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
1186 | 2024-07-15T21:17:40.703Z | Compiling tokio-rustls v0.25.0 |
1187 | 2024-07-15T21:17:40.725Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=38373d26cde06816 -C extra-filename=-38373d26cde06816 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-02b297912a1f72a4.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-490dddc732697d6f.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1188 | 2024-07-15T21:17:40.797Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
1189 | 2024-07-15T21:17:40.806Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/f37a7aa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=e65288b102bd93e1 -C extra-filename=-e65288b102bd93e1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ipnetwork=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnetwork-157028964e21141c.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --cap-lints allow` |
1190 | 2024-07-15T21:17:41.120Z | Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#1f22ae24) |
1191 | 2024-07-15T21:17:41.123Z | 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=17b9d528802b4893 -C extra-filename=-17b9d528802b4893 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-ec9c85512da142b7.rmeta --extern termini=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermini-2190315b952fdc35.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-f399d6a1fa895976.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-56f85f361bd12028.rmeta --cap-lints allow` |
1192 | 2024-07-15T21:17:41.740Z | Compiling slog-bunyan v2.5.0 |
1193 | 2024-07-15T21:17:41.744Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a563307091c18add -C extra-filename=-a563307091c18add --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-6719f0b65385ac9d.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-e2b5608c8b14571f.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-80189e0adeedc857.rmeta --cap-lints allow` |
1194 | 2024-07-15T21:17:41.898Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-6b011158cf98a5bb/build-script-build` |
1195 | 2024-07-15T21:17:41.933Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=ff09e1a8455c2f8c -C extra-filename=-ff09e1a8455c2f8c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
1196 | 2024-07-15T21:17:41.949Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name basic_cookies --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-cookies-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=728650bff6ef3ce1 -C extra-filename=-728650bff6ef3ce1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lalrpop_util=/work/oxidecomputer/oxide.rs/target/debug/deps/liblalrpop_util-ddf60571ee831a78.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --cap-lints allow` |
1197 | 2024-07-15T21:17:41.985Z | 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` |
1198 | 2024-07-15T21:17:42.077Z | 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` |
1199 | 2024-07-15T21:17:42.238Z | Compiling slog-term v2.9.1 |
1200 | 2024-07-15T21:17:42.242Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a0cd264c8ed75402 -C extra-filename=-a0cd264c8ed75402 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern is_terminal=/work/oxidecomputer/oxide.rs/target/debug/deps/libis_terminal-2e3b083a4de365b3.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-ec9c85512da142b7.rmeta --extern thread_local=/work/oxidecomputer/oxide.rs/target/debug/deps/libthread_local-7a18f656dc1e078a.rmeta --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-80189e0adeedc857.rmeta --cap-lints allow` |
1201 | 2024-07-15T21:17:42.330Z | Compiling pem v1.1.1 |
1202 | 2024-07-15T21:17:42.334Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=02ded8909823d872 -C extra-filename=-02ded8909823d872 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-d1e908b25f55742f.rmeta --cap-lints allow` |
1203 | 2024-07-15T21:17:43.056Z | Compiling rustls-pemfile v2.1.2 |
1204 | 2024-07-15T21:17:43.060Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5163cec75fb64f96 -C extra-filename=-5163cec75fb64f96 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rmeta --extern pki_types=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pki_types-490dddc732697d6f.rmeta --cap-lints allow` |
1205 | 2024-07-15T21:17:43.113Z | Compiling yasna v0.5.2 |
1206 | 2024-07-15T21:17:43.117Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=68790672153a7c07 -C extra-filename=-68790672153a7c07 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern time=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime-80189e0adeedc857.rmeta --cap-lints allow` |
1207 | 2024-07-15T21:17:43.147Z | Compiling tabwriter v1.4.0 |
1208 | 2024-07-15T21:17:43.150Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=44377869cd78000b -C extra-filename=-44377869cd78000b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_width=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_width-018b598527f26950.rmeta --cap-lints allow` |
1209 | 2024-07-15T21:17:43.165Z | Compiling clap_complete v4.5.7 |
1210 | 2024-07-15T21:17:43.168Z | 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.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::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=03050bf59eddbe37 -C extra-filename=-03050bf59eddbe37 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rmeta --cap-lints allow` |
1211 | 2024-07-15T21:17:43.583Z | Compiling colored v2.1.0 |
1212 | 2024-07-15T21:17:43.609Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=80fe5b6caa6503da -C extra-filename=-80fe5b6caa6503da --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rmeta --cap-lints allow` |
1213 | 2024-07-15T21:17:43.634Z | Compiling waitgroup v0.1.2 |
1214 | 2024-07-15T21:17:43.637Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c5854a292acb82a2 -C extra-filename=-c5854a292acb82a2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-e7a19b0165a38f6d.rmeta --cap-lints allow` |
1215 | 2024-07-15T21:17:43.721Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot#6a3f84ca) |
1216 | 2024-07-15T21:17:43.724Z | 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/6a3f84c/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=c7a8230e2fe4b4aa -C extra-filename=-c7a8230e2fe4b4aa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-e28adad9649a273b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1217 | 2024-07-15T21:17:43.845Z | Compiling bstr v1.9.1 |
1218 | 2024-07-15T21:17:43.848Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=7a5ec30e103a9edd -C extra-filename=-7a5ec30e103a9edd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-3220006f2dd6aae4.rmeta --cap-lints allow` |
1219 | 2024-07-15T21:17:44.482Z | Compiling hostname v0.4.0 |
1220 | 2024-07-15T21:17:44.485Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=547118365c5a3c8d -C extra-filename=-547118365c5a3c8d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
1221 | 2024-07-15T21:17:44.500Z | Compiling wait-timeout v0.2.0 |
1222 | 2024-07-15T21:17:44.504Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2387ba789d1e2cee -C extra-filename=-2387ba789d1e2cee --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
1223 | 2024-07-15T21:17:44.763Z | Compiling semver v1.0.23 |
1224 | 2024-07-15T21:17:44.767Z | 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` |
1225 | 2024-07-15T21:17:45.017Z | Compiling diff v0.1.13 |
1226 | 2024-07-15T21:17:45.022Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5d47cf8a1fa4e7b2 -C extra-filename=-5d47cf8a1fa4e7b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1227 | 2024-07-15T21:17:45.196Z | Compiling debug-ignore v1.0.5 |
1228 | 2024-07-15T21:17:45.200Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=226b92a384f1f474 -C extra-filename=-226b92a384f1f474 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1229 | 2024-07-15T21:17:45.286Z | Compiling yansi v0.5.1 |
1230 | 2024-07-15T21:17:45.289Z | 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` |
1231 | 2024-07-15T21:17:45.307Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-6a3c066e410468b0/build-script-build` |
1232 | 2024-07-15T21:17:45.342Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d15ad20fac0769cf -C extra-filename=-d15ad20fac0769cf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-00bcde0a43ff4c85.rmeta --extern bstr=/work/oxidecomputer/oxide.rs/target/debug/deps/libbstr-7a5ec30e103a9edd.rmeta --extern doc_comment=/work/oxidecomputer/oxide.rs/target/debug/deps/libdoc_comment-87d0cd21a2c83278.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f7d3e7e4b957783f.rmeta --extern predicates_tree=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_tree-fc0d2c0460b80d9c.rmeta --extern wait_timeout=/work/oxidecomputer/oxide.rs/target/debug/deps/libwait_timeout-2387ba789d1e2cee.rmeta --cap-lints allow` |
1233 | 2024-07-15T21:17:45.369Z | Compiling rcgen v0.10.0 |
1234 | 2024-07-15T21:17:45.372Z | 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` |
1235 | 2024-07-15T21:17:45.652Z | Compiling pretty_assertions v1.4.0 |
1236 | 2024-07-15T21:17:45.681Z | 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` |
1237 | 2024-07-15T21:17:45.823Z | Compiling expectorate v1.1.0 |
1238 | 2024-07-15T21:17:45.827Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="predicates"' -C metadata=60da96cc3e455c6a -C extra-filename=-60da96cc3e455c6a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern console=/work/oxidecomputer/oxide.rs/target/debug/deps/libconsole-dc34631feff40d5e.rmeta --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rmeta --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1a50b907d2f96aef.rmeta --cap-lints allow` |
1239 | 2024-07-15T21:17:45.844Z | Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1240 | 2024-07-15T21:17:45.847Z | 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=5dff24c5c1b72320 -C extra-filename=-5dff24c5c1b72320 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rmeta` |
1241 | 2024-07-15T21:17:46.053Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=8c907fde5d89bbd6 -C extra-filename=-8c907fde5d89bbd6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern num_traits=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_traits-c938d3c9478fcd97.rmeta --cap-lints allow` |
1242 | 2024-07-15T21:17:46.306Z | 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.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 --allow=unexpected_cfgs -C metadata=7d251f86f730b3c9 -C extra-filename=-7d251f86f730b3c9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1243 | 2024-07-15T21:17:46.401Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=0f60464f44c88bff -C extra-filename=-0f60464f44c88bff --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
1244 | 2024-07-15T21:17:46.880Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df1d8ce674886bc1 -C extra-filename=-df1d8ce674886bc1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-52d96862eacff376.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-a3abc0c07df28b37.rmeta --cap-lints allow` |
1245 | 2024-07-15T21:17:46.982Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a3fe30938d9dc0f3 -C extra-filename=-a3fe30938d9dc0f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/semver-a3fe30938d9dc0f3 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1246 | 2024-07-15T21:17:47.115Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.70/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' -C metadata=07f78c2e440fbdbd -C extra-filename=-07f78c2e440fbdbd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1247 | 2024-07-15T21:17:47.497Z | 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=4a0a9c7b461edaa1 -C extra-filename=-4a0a9c7b461edaa1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8c907fde5d89bbd6.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-cc8f767d93e5e22c.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-5485bfc7bb65f1e2.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-7d251f86f730b3c9.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
1248 | 2024-07-15T21:17:47.516Z | 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/6a3f84c/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=0248b2522b11bda9 -C extra-filename=-0248b2522b11bda9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_stream=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_stream-7379ba38008f9d01.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ff09e1a8455c2f8c.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-226b92a384f1f474.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-c7a8230e2fe4b4aa.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-547118365c5a3c8d.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-76723ddd8a1b9881.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-b122037b7e7fe438.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-8b7d102d0b21e24c.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-0a949739aff33e52.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-02b297912a1f72a4.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-5163cec75fb64f96.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rmeta --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-4908f070df07d7d9.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-024cfd66eaad4439.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-1dc3c58c554ed768.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-1ab63e4aed4d108f.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-a563307091c18add.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-e2b5608c8b14571f.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-a0cd264c8ed75402.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-38373d26cde06816.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-c5854a292acb82a2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1249 | 2024-07-15T21:17:47.934Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-a3fe30938d9dc0f3/build-script-build` |
1250 | 2024-07-15T21:17:47.983Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0f5900ee20c0be0 -C extra-filename=-b0f5900ee20c0be0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1251 | 2024-07-15T21:17:48.110Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=edd49f8cdb657c00 -C extra-filename=-edd49f8cdb657c00 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --cap-lints allow` |
1252 | 2024-07-15T21:17:48.850Z | Compiling unsafe-libyaml v0.2.11 |
1253 | 2024-07-15T21:17:48.853Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=abe564f89c912fe9 -C extra-filename=-abe564f89c912fe9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1254 | 2024-07-15T21:17:50.638Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1255 | 2024-07-15T21:17:50.641Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d2e982d0c46ab2bd -C extra-filename=-d2e982d0c46ab2bd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-ee3c2e65c58c9129.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-df1d8ce674886bc1.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4a0a9c7b461edaa1.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-0f60464f44c88bff.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-f399d6a1fa895976.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1256 | 2024-07-15T21:17:52.180Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c513913bb9d22fd7 -C extra-filename=-c513913bb9d22fd7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-b0f5900ee20c0be0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-07f78c2e440fbdbd.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-f399d6a1fa895976.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1257 | 2024-07-15T21:17:52.475Z | Compiling serde_yaml v0.9.34+deprecated |
1258 | 2024-07-15T21:17:52.478Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=9b44f389bffc3a0d -C extra-filename=-9b44f389bffc3a0d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern ryu=/work/oxidecomputer/oxide.rs/target/debug/deps/libryu-b13186bfcfd9c320.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern unsafe_libyaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libunsafe_libyaml-abe564f89c912fe9.rmeta --cap-lints allow` |
1259 | 2024-07-15T21:17:52.582Z | Compiling toolchain_find v0.4.0 |
1260 | 2024-07-15T21:17:52.586Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=650d5e074390486d -C extra-filename=-650d5e074390486d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern home=/work/oxidecomputer/oxide.rs/target/debug/deps/libhome-193acd7fe5dbcb23.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-b0f5900ee20c0be0.rmeta --extern walkdir=/work/oxidecomputer/oxide.rs/target/debug/deps/libwalkdir-0c0e68ea3f3500f7.rmeta --cap-lints allow` |
1261 | 2024-07-15T21:17:53.424Z | Compiling rustfmt-wrapper v0.2.1 |
1262 | 2024-07-15T21:17:53.427Z | 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=eaac80b26f41c1ce -C extra-filename=-eaac80b26f41c1ce --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-f399d6a1fa895976.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-650d5e074390486d.rmeta --cap-lints allow` |
1263 | 2024-07-15T21:17:54.013Z | 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=155dd0285f34e50c -C extra-filename=-155dd0285f34e50c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib` |
1264 | 2024-07-15T21:17:58.657Z | 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.16.2+1.7.2/lib.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=8c312c8cc33fa246 -C extra-filename=-8c312c8cc33fa246 --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-3b734c0bbf522cbc/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
1265 | 2024-07-15T21:17:59.310Z | Compiling git2 v0.18.3 |
1266 | 2024-07-15T21:17:59.313Z | 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.18.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=7015abcae7eb072a -C extra-filename=-7015abcae7eb072a --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-8c312c8cc33fa246.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-3b734c0bbf522cbc/out/build -L native=/usr/lib/amd64` |
1267 | 2024-07-15T21:18:05.059Z | Compiling built v0.7.3 |
1268 | 2024-07-15T21:18:05.062Z | 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.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 --cfg 'feature="git2"' -C metadata=1da3ebc3769c9185 -C extra-filename=-1da3ebc3769c9185 --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-7015abcae7eb072a.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3b734c0bbf522cbc/out/build -L native=/usr/lib/amd64` |
1269 | 2024-07-15T21:18:07.828Z | Compiling oxide-cli v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/cli) |
1270 | 2024-07-15T21:18:07.831Z | 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=de66c357192a49f4 -C extra-filename=-de66c357192a49f4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-de66c357192a49f4 -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-1da3ebc3769c9185.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3b734c0bbf522cbc/out/build -L native=/usr/lib/amd64` |
1271 | 2024-07-15T21:18:08.644Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-de66c357192a49f4/build-script-build` |
1272 | 2024-07-15T21:18:11.873Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1273 | 2024-07-15T21:18:11.881Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=8546787be618f3ba -C extra-filename=-8546787be618f3ba --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-4a0a9c7b461edaa1.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-0f60464f44c88bff.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-e28adad9649a273b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-d2e982d0c46ab2bd.rlib --extern proc_macro --cap-lints allow` |
1274 | 2024-07-15T21:18:16.877Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1275 | 2024-07-15T21:18:16.880Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=bbc1119e099984d4 -C extra-filename=-bbc1119e099984d4 --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-d2e982d0c46ab2bd.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-8546787be618f3ba.so --cap-lints allow` |
1276 | 2024-07-15T21:18:17.004Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1277 | 2024-07-15T21:18:17.031Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=62bc5e5152473782 -C extra-filename=-62bc5e5152473782 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-edd49f8cdb657c00.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-0a13a706be10e40d.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4a0a9c7b461edaa1.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-f399d6a1fa895976.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-bbc1119e099984d4.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1278 | 2024-07-15T21:18:17.410Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=0ada79ee78ef0051 -C extra-filename=-0ada79ee78ef0051 --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-c513913bb9d22fd7.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-8546787be618f3ba.so --cap-lints allow` |
1279 | 2024-07-15T21:18:17.538Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7a55239e4a7cc336 -C extra-filename=-7a55239e4a7cc336 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-8b7d102d0b21e24c.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-07f78c2e440fbdbd.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-f399d6a1fa895976.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-0ada79ee78ef0051.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1280 | 2024-07-15T21:18:25.261Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1281 | 2024-07-15T21:18:25.264Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e5c4c2d6cee219d5 -C extra-filename=-e5c4c2d6cee219d5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-edd49f8cdb657c00.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-62bc5e5152473782.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4a0a9c7b461edaa1.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-e28adad9649a273b.rlib --extern serde_yaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_yaml-9b44f389bffc3a0d.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1282 | 2024-07-15T21:18:40.381Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' -C metadata=b4c4995ef18ca357 -C extra-filename=-b4c4995ef18ca357 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -l static=ssl -l static=crypto --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg openssl --cfg ossl320 --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1283 | 2024-07-15T21:18:40.384Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-50ba418cd75a3269/build-script-build` |
1284 | 2024-07-15T21:18:40.384Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-199295045709d550/build-script-build` |
1285 | 2024-07-15T21:18:40.396Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-1145c55981d69301/build-script-build` |
1286 | 2024-07-15T21:18:41.282Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="vendored"' -C metadata=6dff58b8a5a73c4f -C extra-filename=-6dff58b8a5a73c4f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-6e19d53e31df3de0.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern foreign_types=/work/oxidecomputer/oxide.rs/target/debug/deps/libforeign_types-633f1397b7c013c5.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern openssl_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_macros-0a70900cce08d62a.so --extern ffi=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-b4c4995ef18ca357.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300 --cfg ossl310 --cfg ossl320` |
1287 | 2024-07-15T21:18:43.855Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name curl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-sys-0.4.72+curl-8.6.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' -C metadata=eaeb1859c5e94daf -C extra-filename=-eaeb1859c5e94daf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern libnghttp2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibnghttp2_sys-62296b4f5a3c2fae.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-42cdbbf6aeed836f.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-b4c4995ef18ca357.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -l static=curl -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib --cfg libcurl_vendored --cfg link_libnghttp2 --cfg link_libz --cfg link_openssl` |
1288 | 2024-07-15T21:18:43.858Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-dd208e87d572c5ea/build-script-build` |
1289 | 2024-07-15T21:18:43.858Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/isahc-6b8bbe6616c74264/build-script-build` |
1290 | 2024-07-15T21:18:44.011Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name curl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' -C metadata=a462018c9d3a1a97 -C extra-filename=-a462018c9d3a1a97 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-eaeb1859c5e94daf.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-4d4cdea3d120a157.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-b4c4995ef18ca357.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-69c133410a11ca54.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib --cfg need_openssl_probe` |
1291 | 2024-07-15T21:18:44.691Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name isahc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/isahc-1.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="encoding_rs"' --cfg 'feature="http2"' --cfg 'feature="mime"' --cfg 'feature="static-curl"' --cfg 'feature="text-decoding"' -C metadata=9c81ff0ad93fb864 -C extra-filename=-9c81ff0ad93fb864 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_channel-d4e3dd1330bdc71e.rmeta --extern castaway=/work/oxidecomputer/oxide.rs/target/debug/deps/libcastaway-48e7259eedd626e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern curl=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl-a462018c9d3a1a97.rmeta --extern curl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libcurl_sys-eaeb1859c5e94daf.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-4f474c23ae8ebced.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f55cdf44e1505c0c.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-c293600dde1ca69d.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-75f7cd833ba82899.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --extern sluice=/work/oxidecomputer/oxide.rs/target/debug/deps/libsluice-9fc7012a9f609ffe.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --extern tracing_futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_futures-beb9139c5e2203ce.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --extern waker_fn=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaker_fn-d4a64745b27fdd12.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1292 | 2024-07-15T21:18:45.888Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="vendored"' -C metadata=c5314c3bd6b11094 -C extra-filename=-c5314c3bd6b11094 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern openssl=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl-6dff58b8a5a73c4f.rmeta --extern openssl_probe=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_probe-4d4cdea3d120a157.rmeta --extern openssl_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenssl_sys-b4c4995ef18ca357.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib --cfg have_min_max_version` |
1293 | 2024-07-15T21:18:46.105Z | Compiling tokio-native-tls v0.3.1 |
1294 | 2024-07-15T21:18:46.108Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2525dca2af7e0c95 -C extra-filename=-2525dca2af7e0c95 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-c5314c3bd6b11094.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1295 | 2024-07-15T21:18:46.316Z | Compiling hyper-tls v0.5.0 |
1296 | 2024-07-15T21:18:46.319Z | 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=1f61474df0739d1a -C extra-filename=-1f61474df0739d1a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-76723ddd8a1b9881.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-c5314c3bd6b11094.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-2525dca2af7e0c95.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1297 | 2024-07-15T21:18:46.341Z | Compiling httpmock v0.6.8 |
1298 | 2024-07-15T21:18:46.348Z | 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=5b083dd2593901fd -C extra-filename=-5b083dd2593901fd --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_json_diff-539b3970554c9605.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-32af4e1f90227c24.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rmeta --extern basic_cookies=/work/oxidecomputer/oxide.rs/target/debug/deps/libbasic_cookies-728650bff6ef3ce1.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-76723ddd8a1b9881.rmeta --extern isahc=/work/oxidecomputer/oxide.rs/target/debug/deps/libisahc-9c81ff0ad93fb864.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rmeta --extern levenshtein=/work/oxidecomputer/oxide.rs/target/debug/deps/liblevenshtein-ac68483962793787.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-086566b4bdad2b50.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1a50b907d2f96aef.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1299 | 2024-07-15T21:18:46.647Z | Compiling reqwest v0.11.27 |
1300 | 2024-07-15T21:18:46.650Z | 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=dfe1b141a5a19258 -C extra-filename=-dfe1b141a5a19258 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-4f474c23ae8ebced.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-6a8552f2b566708c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-bb15c908c7fd5ab8.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-76723ddd8a1b9881.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-343ca0fe8df90a13.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-1f61474df0739d1a.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-81b89b6a67fa03af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-c5314c3bd6b11094.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-4877e0783364c7ee.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-ac64e0cf10521e61.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-0b3030cec78f8ef9.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-2525dca2af7e0c95.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-715c4592a8a1becb.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-a595e6f7f15e4450.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-09c5d48e32fe9842.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-def8f56e183ae9f6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1301 | 2024-07-15T21:18:48.773Z | Compiling progenitor-client v0.7.0 |
1302 | 2024-07-15T21:18:48.776Z | Compiling oauth2 v4.4.2 |
1303 | 2024-07-15T21:18:48.776Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1304 | 2024-07-15T21:18:48.776Z | 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=175d449b9d725b9d -C extra-filename=-175d449b9d725b9d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1305 | 2024-07-15T21:18:48.776Z | 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=7a6d13d0b158eeab -C extra-filename=-7a6d13d0b158eeab --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-d1e908b25f55742f.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-024cfd66eaad4439.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-514573b1f0e820e2.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-f399d6a1fa895976.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1306 | 2024-07-15T21:18:48.776Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=151f6c20fd413b29 -C extra-filename=-151f6c20fd413b29 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1307 | 2024-07-15T21:18:49.008Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1308 | 2024-07-15T21:18:49.015Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a30ecada16f459c4 -C extra-filename=-a30ecada16f459c4 --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-151f6c20fd413b29.rmeta --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-7a55239e4a7cc336.rmeta --extern progenitor_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_macro-e5c4c2d6cee219d5.so --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1309 | 2024-07-15T21:18:49.027Z | Compiling oxide v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk) |
1310 | 2024-07-15T21:18:49.031Z | 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=a5f068c3c32c4d4e -C extra-filename=-a5f068c3c32c4d4e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-175d449b9d725b9d.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-f399d6a1fa895976.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1311 | 2024-07-15T21:18:55.471Z | Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1312 | 2024-07-15T21:18:55.476Z | 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=652f8f5efad36de7 -C extra-filename=-652f8f5efad36de7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-175d449b9d725b9d.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-f399d6a1fa895976.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1313 | 2024-07-15T21:18:55.477Z | 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=57305bc73c67af18 -C extra-filename=-57305bc73c67af18 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-a30ecada16f459c4.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-eaac80b26f41c1ce.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1a50b907d2f96aef.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1314 | 2024-07-15T21:18:55.477Z | 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=c36b073090100cca -C extra-filename=-c36b073090100cca --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-a30ecada16f459c4.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-eaac80b26f41c1ce.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1a50b907d2f96aef.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1315 | 2024-07-15T21:19:20.612Z | Compiling oxide-httpmock v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1316 | 2024-07-15T21:19:20.615Z | 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=94651c4da5028b4f -C extra-filename=-94651c4da5028b4f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1317 | 2024-07-15T21:19:37.629Z | 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=8be3d307cc026315 -C extra-filename=-8be3d307cc026315 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-0248b2522b11bda9.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.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-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1318 | 2024-07-15T21:19:37.629Z | 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=daa9a8b8243cc211 -C extra-filename=-daa9a8b8243cc211 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-0248b2522b11bda9.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.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-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1319 | 2024-07-15T21:19:37.633Z | 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=6cada4189571b19a -C extra-filename=-6cada4189571b19a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-0248b2522b11bda9.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.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-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1320 | 2024-07-15T21:19:37.634Z | 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=8852812aa4c4362e -C extra-filename=-8852812aa4c4362e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-0248b2522b11bda9.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.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-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1321 | 2024-07-15T21:19:37.635Z | 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=9c1388c43439b7bb -C extra-filename=-9c1388c43439b7bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-0248b2522b11bda9.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.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-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1322 | 2024-07-15T21:19:37.635Z | 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=68f602b4cba2606f -C extra-filename=-68f602b4cba2606f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-0248b2522b11bda9.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.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-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1323 | 2024-07-15T21:19:37.643Z | 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=8b3d7df01288058a -C extra-filename=-8b3d7df01288058a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1324 | 2024-07-15T21:19:37.643Z | 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=3e7931275fab470c -C extra-filename=-3e7931275fab470c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-0248b2522b11bda9.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.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-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1325 | 2024-07-15T21:19:48.819Z | 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=1e1557a2671b9e5b -C extra-filename=-1e1557a2671b9e5b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1326 | 2024-07-15T21:19:54.755Z | 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=6b1ec6c1e5e493ba -C extra-filename=-6b1ec6c1e5e493ba --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-0248b2522b11bda9.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.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-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1327 | 2024-07-15T21:19:56.680Z | 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=dc6c20cebf3bb9ce -C extra-filename=-dc6c20cebf3bb9ce --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-0248b2522b11bda9.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.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-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1328 | 2024-07-15T21:19:58.328Z | 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=2ed7c8755354c285 -C extra-filename=-2ed7c8755354c285 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-0248b2522b11bda9.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.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-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1329 | 2024-07-15T21:19:59.176Z | 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=a85c8a98e00b2df1 -C extra-filename=-a85c8a98e00b2df1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-03050bf59eddbe37.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-0248b2522b11bda9.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.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-7a6d13d0b158eeab.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-e65288b102bd93e1.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-17b9d528802b4893.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1330 | 2024-07-15T21:20:41.957Z | Finished dev [unoptimized + debuginfo] target(s) in 4m 35s |
1331 | 2024-07-15T21:20:42.192Z | |
1332 | 2024-07-15T21:20:42.192Z | real 4:35.401171560 |
1333 | 2024-07-15T21:20:42.192Z | user 23:40.169215428 |
1334 | 2024-07-15T21:20:42.192Z | sys 4:20.372992867 |
1335 | 2024-07-15T21:20:42.192Z | trap 0.812379962 |
1336 | 2024-07-15T21:20:42.192Z | tflt 5.670521302 |
1337 | 2024-07-15T21:20:42.194Z | dflt 6.420560035 |
1338 | 2024-07-15T21:20:42.194Z | kflt 0.013897283 |
1339 | 2024-07-15T21:20:42.194Z | lock 34:55.881553575 |
1340 | 2024-07-15T21:20:42.194Z | slp 1:19:24.793368008 |
1341 | 2024-07-15T21:20:42.194Z | lat 1:09.572079152 |
1342 | 2024-07-15T21:20:42.194Z | stop 1:41.104904907 |
1343 | 2024-07-15T21:20:42.194Z | + banner test |
1344 | 2024-07-15T21:20:42.197Z | |
1345 | 2024-07-15T21:20:42.197Z | ##### ###### #### ##### |
1346 | 2024-07-15T21:20:42.197Z | # # # # |
1347 | 2024-07-15T21:20:42.197Z | # ##### #### # |
1348 | 2024-07-15T21:20:42.198Z | # # # # |
1349 | 2024-07-15T21:20:42.198Z | # # # # # |
1350 | 2024-07-15T21:20:42.198Z | # ###### #### # |
1351 | 2024-07-15T21:20:42.198Z | |
1352 | 2024-07-15T21:20:42.198Z | + ptime -m cargo test --all-features --locked --verbose |
1353 | 2024-07-15T21:20:42.624Z | Fresh unicode-ident v1.0.12 |
1354 | 2024-07-15T21:20:42.624Z | Fresh once_cell v1.19.0 |
1355 | 2024-07-15T21:20:42.624Z | Fresh cfg-if v1.0.0 |
1356 | 2024-07-15T21:20:42.624Z | Fresh autocfg v1.3.0 |
1357 | 2024-07-15T21:20:42.628Z | Fresh proc-macro2 v1.0.86 |
1358 | 2024-07-15T21:20:42.629Z | Fresh version_check v0.9.4 |
1359 | 2024-07-15T21:20:42.629Z | Fresh itoa v1.0.11 |
1360 | 2024-07-15T21:20:42.629Z | Fresh pin-project-lite v0.2.14 |
1361 | 2024-07-15T21:20:42.629Z | Fresh value-bag v1.9.0 |
1362 | 2024-07-15T21:20:42.629Z | Fresh quote v1.0.36 |
1363 | 2024-07-15T21:20:42.629Z | Fresh libc v0.2.154 |
1364 | 2024-07-15T21:20:42.629Z | Fresh futures-core v0.3.30 |
1365 | 2024-07-15T21:20:42.629Z | Fresh zerocopy v0.7.34 |
1366 | 2024-07-15T21:20:42.629Z | Fresh jobserver v0.1.31 |
1367 | 2024-07-15T21:20:42.629Z | Fresh allocator-api2 v0.2.18 |
1368 | 2024-07-15T21:20:42.629Z | Fresh pkg-config v0.3.30 |
1369 | 2024-07-15T21:20:42.629Z | Fresh futures-io v0.3.30 |
1370 | 2024-07-15T21:20:42.629Z | Fresh vcpkg v0.2.15 |
1371 | 2024-07-15T21:20:42.629Z | Fresh ryu v1.0.18 |
1372 | 2024-07-15T21:20:42.629Z | Fresh serde_derive v1.0.204 |
1373 | 2024-07-15T21:20:42.629Z | Fresh cc v1.0.97 |
1374 | 2024-07-15T21:20:42.629Z | Fresh ahash v0.8.11 |
1375 | 2024-07-15T21:20:42.629Z | Fresh getrandom v0.2.15 |
1376 | 2024-07-15T21:20:42.629Z | Fresh smallvec v1.13.2 |
1377 | 2024-07-15T21:20:42.629Z | Fresh serde v1.0.204 |
1378 | 2024-07-15T21:20:42.630Z | Fresh hashbrown v0.14.5 |
1379 | 2024-07-15T21:20:42.630Z | Fresh bytes v1.6.0 |
1380 | 2024-07-15T21:20:42.630Z | Fresh signal-hook-registry v1.4.2 |
1381 | 2024-07-15T21:20:42.630Z | Fresh slab v0.4.9 |
1382 | 2024-07-15T21:20:42.630Z | Fresh equivalent v1.0.1 |
1383 | 2024-07-15T21:20:42.630Z | Fresh fnv v1.0.7 |
1384 | 2024-07-15T21:20:42.630Z | Fresh serde_json v1.0.120 |
1385 | 2024-07-15T21:20:42.630Z | Fresh indexmap v2.2.6 |
1386 | 2024-07-15T21:20:42.630Z | Fresh openssl-src v300.2.3+3.2.1 |
1387 | 2024-07-15T21:20:42.630Z | Fresh tracing-attributes v0.1.27 |
1388 | 2024-07-15T21:20:42.630Z | Fresh mio v0.8.11 |
1389 | 2024-07-15T21:20:42.630Z | Fresh tracing-core v0.1.32 |
1390 | 2024-07-15T21:20:42.630Z | Fresh num-traits v0.2.19 |
1391 | 2024-07-15T21:20:42.630Z | Fresh tracing v0.1.40 |
1392 | 2024-07-15T21:20:42.630Z | Fresh socket2 v0.5.7 |
1393 | 2024-07-15T21:20:42.630Z | Fresh regex-syntax v0.8.3 |
1394 | 2024-07-15T21:20:42.630Z | Fresh http v0.2.12 |
1395 | 2024-07-15T21:20:42.630Z | Fresh pin-utils v0.1.0 |
1396 | 2024-07-15T21:20:42.630Z | Fresh percent-encoding v2.3.1 |
1397 | 2024-07-15T21:20:42.630Z | Fresh tinyvec_macros v0.1.1 |
1398 | 2024-07-15T21:20:42.630Z | Fresh futures-sink v0.3.30 |
1399 | 2024-07-15T21:20:42.630Z | Fresh tokio-macros v2.3.0 |
1400 | 2024-07-15T21:20:42.631Z | Fresh crossbeam-utils v0.8.19 |
1401 | 2024-07-15T21:20:42.631Z | Fresh tinyvec v1.6.1 |
1402 | 2024-07-15T21:20:42.631Z | Fresh form_urlencoded v1.2.1 |
1403 | 2024-07-15T21:20:42.631Z | Fresh num_cpus v1.16.0 |
1404 | 2024-07-15T21:20:42.631Z | Fresh futures-channel v0.3.30 |
1405 | 2024-07-15T21:20:42.631Z | Fresh futures-macro v0.3.30 |
1406 | 2024-07-15T21:20:42.631Z | Fresh serde_derive_internals v0.29.0 |
1407 | 2024-07-15T21:20:42.631Z | Fresh unicode-normalization v0.1.23 |
1408 | 2024-07-15T21:20:42.631Z | Fresh tokio v1.38.0 |
1409 | 2024-07-15T21:20:42.631Z | Fresh unicode-bidi v0.3.15 |
1410 | 2024-07-15T21:20:42.631Z | Fresh futures-task v0.3.30 |
1411 | 2024-07-15T21:20:42.631Z | Fresh schemars_derive v0.8.21 |
1412 | 2024-07-15T21:20:42.631Z | Fresh dyn-clone v1.0.17 |
1413 | 2024-07-15T21:20:42.631Z | Fresh spin v0.9.8 |
1414 | 2024-07-15T21:20:42.631Z | Fresh idna v0.5.0 |
1415 | 2024-07-15T21:20:42.631Z | Fresh futures-util v0.3.30 |
1416 | 2024-07-15T21:20:42.631Z | Fresh concurrent-queue v2.5.0 |
1417 | 2024-07-15T21:20:42.631Z | Fresh thiserror-impl v1.0.61 |
1418 | 2024-07-15T21:20:42.631Z | Fresh log v0.4.22 |
1419 | 2024-07-15T21:20:42.631Z | Fresh untrusted v0.9.0 |
1420 | 2024-07-15T21:20:42.631Z | Fresh parking v2.2.0 |
1421 | 2024-07-15T21:20:42.631Z | Fresh socket2 v0.4.10 |
1422 | 2024-07-15T21:20:42.631Z | Fresh memchr v2.7.2 |
1423 | 2024-07-15T21:20:42.631Z | Fresh heck v0.5.0 |
1424 | 2024-07-15T21:20:42.631Z | Fresh openssl-sys v0.9.102 |
1425 | 2024-07-15T21:20:42.631Z | Fresh ring v0.17.8 |
1426 | 2024-07-15T21:20:42.631Z | Fresh httparse v1.8.0 |
1427 | 2024-07-15T21:20:42.631Z | Fresh thiserror v1.0.61 |
1428 | 2024-07-15T21:20:42.631Z | Fresh iana-time-zone v0.1.60 |
1429 | 2024-07-15T21:20:42.631Z | Fresh tokio-util v0.7.11 |
1430 | 2024-07-15T21:20:42.631Z | Fresh errno v0.3.9 |
1431 | 2024-07-15T21:20:42.631Z | Fresh try-lock v0.2.5 |
1432 | 2024-07-15T21:20:42.631Z | Fresh fastrand v2.1.0 |
1433 | 2024-07-15T21:20:42.631Z | Fresh openssl-probe v0.1.5 |
1434 | 2024-07-15T21:20:42.631Z | Fresh h2 v0.3.26 |
1435 | 2024-07-15T21:20:42.631Z | Fresh want v0.3.1 |
1436 | 2024-07-15T21:20:42.631Z | Fresh http-body v0.4.6 |
1437 | 2024-07-15T21:20:42.632Z | Fresh foreign-types-shared v0.1.1 |
1438 | 2024-07-15T21:20:42.632Z | Fresh httpdate v1.0.3 |
1439 | 2024-07-15T21:20:42.632Z | Fresh tower-service v0.3.2 |
1440 | 2024-07-15T21:20:42.632Z | Fresh foreign-types v0.3.2 |
1441 | 2024-07-15T21:20:42.632Z | Fresh hyper v0.14.28 |
1442 | 2024-07-15T21:20:42.632Z | Fresh openssl-macros v0.1.1 |
1443 | 2024-07-15T21:20:42.632Z | Fresh encoding_rs v0.8.34 |
1444 | 2024-07-15T21:20:42.632Z | Fresh mime v0.3.17 |
1445 | 2024-07-15T21:20:42.632Z | Fresh rustix v0.38.34 |
1446 | 2024-07-15T21:20:42.632Z | Fresh openssl v0.10.64 |
1447 | 2024-07-15T21:20:42.632Z | Fresh rustls-webpki v0.101.7 |
1448 | 2024-07-15T21:20:42.632Z | Fresh sct v0.7.1 |
1449 | 2024-07-15T21:20:42.632Z | Fresh rand_core v0.6.4 |
1450 | 2024-07-15T21:20:42.632Z | Fresh ppv-lite86 v0.2.17 |
1451 | 2024-07-15T21:20:42.632Z | Fresh aho-corasick v1.1.3 |
1452 | 2024-07-15T21:20:42.632Z | Fresh base64 v0.21.7 |
1453 | 2024-07-15T21:20:42.632Z | Fresh anstyle v1.0.7 |
1454 | 2024-07-15T21:20:42.632Z | Fresh serde_urlencoded v0.7.1 |
1455 | 2024-07-15T21:20:42.632Z | Fresh rand_chacha v0.3.1 |
1456 | 2024-07-15T21:20:42.632Z | Fresh native-tls v0.2.11 |
1457 | 2024-07-15T21:20:42.635Z | Fresh rustls v0.21.12 |
1458 | 2024-07-15T21:20:42.635Z | Fresh regex-automata v0.4.6 |
1459 | 2024-07-15T21:20:42.635Z | Fresh rustls-pemfile v1.0.4 |
1460 | 2024-07-15T21:20:42.635Z | Fresh event-listener v4.0.3 |
1461 | 2024-07-15T21:20:42.635Z | Fresh tokio-native-tls v0.3.1 |
1462 | 2024-07-15T21:20:42.636Z | Fresh rand v0.8.5 |
1463 | 2024-07-15T21:20:42.636Z | Fresh tokio-rustls v0.24.1 |
1464 | 2024-07-15T21:20:42.636Z | Fresh either v1.11.0 |
1465 | 2024-07-15T21:20:42.636Z | Fresh ipnet v2.9.0 |
1466 | 2024-07-15T21:20:42.636Z | Fresh utf8parse v0.2.1 |
1467 | 2024-07-15T21:20:42.636Z | Fresh webpki-roots v0.25.4 |
1468 | 2024-07-15T21:20:42.636Z | Fresh sync_wrapper v0.1.2 |
1469 | 2024-07-15T21:20:42.636Z | Fresh hyper-rustls v0.24.2 |
1470 | 2024-07-15T21:20:42.636Z | Fresh hyper-tls v0.5.0 |
1471 | 2024-07-15T21:20:42.636Z | Fresh anstyle-parse v0.2.4 |
1472 | 2024-07-15T21:20:42.636Z | Fresh typenum v1.17.0 |
1473 | 2024-07-15T21:20:42.636Z | Fresh regex v1.10.5 |
1474 | 2024-07-15T21:20:42.636Z | Fresh event-listener-strategy v0.4.0 |
1475 | 2024-07-15T21:20:42.636Z | Fresh futures-lite v2.3.0 |
1476 | 2024-07-15T21:20:42.636Z | Fresh reqwest v0.11.27 |
1477 | 2024-07-15T21:20:42.636Z | Fresh toml_datetime v0.6.6 |
1478 | 2024-07-15T21:20:42.636Z | Fresh serde_spanned v0.6.6 |
1479 | 2024-07-15T21:20:42.636Z | Fresh same-file v1.0.6 |
1480 | 2024-07-15T21:20:42.637Z | Fresh colorchoice v1.0.1 |
1481 | 2024-07-15T21:20:42.637Z | Fresh anstyle-query v1.0.3 |
1482 | 2024-07-15T21:20:42.637Z | Fresh is_terminal_polyfill v1.70.0 |
1483 | 2024-07-15T21:20:42.637Z | Fresh event-listener v2.5.3 |
1484 | 2024-07-15T21:20:42.637Z | Fresh winnow v0.6.8 |
1485 | 2024-07-15T21:20:42.637Z | Fresh walkdir v2.5.0 |
1486 | 2024-07-15T21:20:42.637Z | Fresh async-lock v3.3.0 |
1487 | 2024-07-15T21:20:42.637Z | Fresh generic-array v0.14.7 |
1488 | 2024-07-15T21:20:42.637Z | Fresh toml_edit v0.22.15 |
1489 | 2024-07-15T21:20:42.637Z | Fresh anstream v0.6.14 |
1490 | 2024-07-15T21:20:42.637Z | Fresh atomic-waker v1.1.2 |
1491 | 2024-07-15T21:20:42.637Z | Fresh clap_lex v0.7.0 |
1492 | 2024-07-15T21:20:42.637Z | Fresh strsim v0.11.1 |
1493 | 2024-07-15T21:20:42.637Z | Fresh scopeguard v1.2.0 |
1494 | 2024-07-15T21:20:42.637Z | Fresh clap_builder v4.5.9 |
1495 | 2024-07-15T21:20:42.637Z | Fresh toml v0.8.14 |
1496 | 2024-07-15T21:20:42.637Z | Fresh polling v3.7.0 |
1497 | 2024-07-15T21:20:42.637Z | Fresh lock_api v0.4.12 |
1498 | 2024-07-15T21:20:42.637Z | Fresh event-listener v5.3.0 |
1499 | 2024-07-15T21:20:42.637Z | Fresh clap_derive v4.5.8 |
1500 | 2024-07-15T21:20:42.637Z | Fresh futures-executor v0.3.30 |
1501 | 2024-07-15T21:20:42.637Z | Fresh parking_lot_core v0.9.10 |
1502 | 2024-07-15T21:20:42.637Z | Fresh serde_tokenstream v0.2.1 |
1503 | 2024-07-15T21:20:42.638Z | Fresh fastrand v1.9.0 |
1504 | 2024-07-15T21:20:42.638Z | Fresh siphasher v0.3.11 |
1505 | 2024-07-15T21:20:42.638Z | Fresh waker-fn v1.1.1 |
1506 | 2024-07-15T21:20:42.638Z | Fresh lazy_static v1.4.0 |
1507 | 2024-07-15T21:20:42.638Z | Fresh clap v4.5.9 |
1508 | 2024-07-15T21:20:42.638Z | Fresh futures v0.3.30 |
1509 | 2024-07-15T21:20:42.638Z | Fresh futures-lite v1.13.0 |
1510 | 2024-07-15T21:20:42.638Z | Fresh phf_shared v0.10.0 |
1511 | 2024-07-15T21:20:42.638Z | Fresh parking_lot v0.12.2 |
1512 | 2024-07-15T21:20:42.638Z | Fresh event-listener-strategy v0.5.2 |
1513 | 2024-07-15T21:20:42.638Z | Fresh async-io v2.3.2 |
1514 | 2024-07-15T21:20:42.638Z | Fresh polling v2.8.0 |
1515 | 2024-07-15T21:20:42.638Z | Fresh crunchy v0.2.2 |
1516 | 2024-07-15T21:20:42.638Z | Fresh io-lifetimes v1.0.11 |
1517 | 2024-07-15T21:20:42.638Z | Fresh block-buffer v0.10.4 |
1518 | 2024-07-15T21:20:42.638Z | Fresh crypto-common v0.1.6 |
1519 | 2024-07-15T21:20:42.638Z | Fresh fixedbitset v0.4.2 |
1520 | 2024-07-15T21:20:42.638Z | Fresh async-task v4.7.1 |
1521 | 2024-07-15T21:20:42.638Z | Fresh new_debug_unreachable v1.0.6 |
1522 | 2024-07-15T21:20:42.638Z | Fresh precomputed-hash v0.1.1 |
1523 | 2024-07-15T21:20:42.638Z | Fresh bitflags v1.3.2 |
1524 | 2024-07-15T21:20:42.638Z | Fresh base64 v0.22.1 |
1525 | 2024-07-15T21:20:42.638Z | Fresh bit-vec v0.6.3 |
1526 | 2024-07-15T21:20:42.638Z | Fresh tiny-keccak v2.0.2 |
1527 | 2024-07-15T21:20:42.638Z | Fresh ascii-canvas v3.0.0 |
1528 | 2024-07-15T21:20:42.639Z | Fresh bit-set v0.5.3 |
1529 | 2024-07-15T21:20:42.639Z | Fresh rustix v0.37.27 |
1530 | 2024-07-15T21:20:42.639Z | Fresh string_cache v0.8.7 |
1531 | 2024-07-15T21:20:42.639Z | Fresh digest v0.10.7 |
1532 | 2024-07-15T21:20:42.639Z | Fresh petgraph v0.6.5 |
1533 | 2024-07-15T21:20:42.639Z | Fresh async-channel v2.2.1 |
1534 | 2024-07-15T21:20:42.639Z | Fresh piper v0.2.1 |
1535 | 2024-07-15T21:20:42.639Z | Fresh async-channel v1.9.0 |
1536 | 2024-07-15T21:20:42.639Z | Fresh async-lock v2.8.0 |
1537 | 2024-07-15T21:20:42.639Z | Fresh itertools v0.11.0 |
1538 | 2024-07-15T21:20:42.639Z | Fresh ena v0.14.3 |
1539 | 2024-07-15T21:20:42.639Z | Fresh dirs-sys v0.3.7 |
1540 | 2024-07-15T21:20:42.639Z | Fresh cpufeatures v0.2.12 |
1541 | 2024-07-15T21:20:42.639Z | Fresh unicode-xid v0.2.4 |
1542 | 2024-07-15T21:20:42.639Z | Fresh num-conv v0.1.0 |
1543 | 2024-07-15T21:20:42.639Z | Fresh unicode-width v0.1.12 |
1544 | 2024-07-15T21:20:42.639Z | Fresh time-core v0.1.2 |
1545 | 2024-07-15T21:20:42.639Z | Fresh powerfmt v0.2.0 |
1546 | 2024-07-15T21:20:42.639Z | Fresh pico-args v0.5.0 |
1547 | 2024-07-15T21:20:42.639Z | Fresh dirs v4.0.0 |
1548 | 2024-07-15T21:20:42.639Z | Fresh async-io v1.13.0 |
1549 | 2024-07-15T21:20:42.639Z | Fresh blocking v1.6.0 |
1550 | 2024-07-15T21:20:42.639Z | Fresh time-macros v0.2.18 |
1551 | 2024-07-15T21:20:42.639Z | Fresh lalrpop v0.20.2 |
1552 | 2024-07-15T21:20:42.639Z | Fresh deranged v0.3.11 |
1553 | 2024-07-15T21:20:42.639Z | Fresh async-executor v1.11.0 |
1554 | 2024-07-15T21:20:42.639Z | Fresh async-signal v0.2.6 |
1555 | 2024-07-15T21:20:42.639Z | Fresh libnghttp2-sys v0.1.10+1.61.0 |
1556 | 2024-07-15T21:20:42.640Z | Fresh progenitor-client v0.7.0 |
1557 | 2024-07-15T21:20:42.643Z | Fresh event-listener v3.1.0 |
1558 | 2024-07-15T21:20:42.643Z | Fresh pin-project-internal v1.1.5 |
1559 | 2024-07-15T21:20:42.643Z | Fresh num_threads v0.1.7 |
1560 | 2024-07-15T21:20:42.643Z | Fresh time v0.3.36 |
1561 | 2024-07-15T21:20:42.643Z | Fresh async-process v1.8.1 |
1562 | 2024-07-15T21:20:42.643Z | Fresh curl-sys v0.4.72+curl-8.6.0 |
1563 | 2024-07-15T21:20:42.643Z | Fresh pin-project v1.1.5 |
1564 | 2024-07-15T21:20:42.643Z | Fresh async-global-executor v2.4.1 |
1565 | 2024-07-15T21:20:42.643Z | Fresh rustversion v1.0.16 |
1566 | 2024-07-15T21:20:42.643Z | Fresh libz-sys v1.1.16 |
1567 | 2024-07-15T21:20:42.643Z | Fresh async-trait v0.1.81 |
1568 | 2024-07-15T21:20:42.643Z | Fresh dirs-sys-next v0.1.2 |
1569 | 2024-07-15T21:20:42.643Z | Fresh kv-log-macro v1.0.7 |
1570 | 2024-07-15T21:20:42.643Z | Fresh similar v2.5.0 |
1571 | 2024-07-15T21:20:42.643Z | Fresh home v0.5.9 |
1572 | 2024-07-15T21:20:42.643Z | Fresh dirs-next v2.0.0 |
1573 | 2024-07-15T21:20:42.643Z | Fresh libgit2-sys v0.16.2+1.7.2 |
1574 | 2024-07-15T21:20:42.643Z | Fresh async-std v1.12.0 |
1575 | 2024-07-15T21:20:42.643Z | Fresh curl v0.4.46 |
1576 | 2024-07-15T21:20:42.643Z | Fresh slog v2.7.0 |
1577 | 2024-07-15T21:20:42.644Z | Fresh tracing-futures v0.2.5 |
1578 | 2024-07-15T21:20:42.644Z | Fresh sha1 v0.10.6 |
1579 | 2024-07-15T21:20:42.644Z | Fresh sluice v0.5.5 |
1580 | 2024-07-15T21:20:42.644Z | Fresh url v2.5.2 |
1581 | 2024-07-15T21:20:42.644Z | Fresh zeroize v1.7.0 |
1582 | 2024-07-15T21:20:42.644Z | Fresh castaway v0.1.2 |
1583 | 2024-07-15T21:20:42.644Z | Fresh lalrpop-util v0.20.2 |
1584 | 2024-07-15T21:20:42.644Z | Fresh bitflags v2.5.0 |
1585 | 2024-07-15T21:20:42.644Z | Fresh unicode-segmentation v1.11.0 |
1586 | 2024-07-15T21:20:42.644Z | Fresh rustls-pki-types v1.7.0 |
1587 | 2024-07-15T21:20:42.644Z | Fresh predicates-core v1.0.6 |
1588 | 2024-07-15T21:20:42.644Z | Fresh isahc v1.7.2 |
1589 | 2024-07-15T21:20:42.644Z | Fresh term v0.7.0 |
1590 | 2024-07-15T21:20:42.644Z | Fresh basic-cookies v0.1.5 |
1591 | 2024-07-15T21:20:42.644Z | Fresh git2 v0.18.3 |
1592 | 2024-07-15T21:20:42.644Z | Fresh async-object-pool v0.1.4 |
1593 | 2024-07-15T21:20:42.644Z | Fresh signal-hook v0.3.17 |
1594 | 2024-07-15T21:20:42.644Z | Fresh console v0.15.8 |
1595 | 2024-07-15T21:20:42.644Z | Fresh tempfile v3.10.1 |
1596 | 2024-07-15T21:20:42.644Z | Fresh serde_regex v1.1.0 |
1597 | 2024-07-15T21:20:42.644Z | Fresh float-cmp v0.9.0 |
1598 | 2024-07-15T21:20:42.644Z | Fresh assert-json-diff v2.0.2 |
1599 | 2024-07-15T21:20:42.644Z | Fresh is-terminal v0.4.12 |
1600 | 2024-07-15T21:20:42.645Z | Fresh base64 v0.13.1 |
1601 | 2024-07-15T21:20:42.645Z | Fresh levenshtein v1.0.5 |
1602 | 2024-07-15T21:20:42.645Z | Fresh heck v0.4.1 |
1603 | 2024-07-15T21:20:42.645Z | Fresh data-encoding v2.6.0 |
1604 | 2024-07-15T21:20:42.645Z | Fresh normalize-line-endings v0.3.0 |
1605 | 2024-07-15T21:20:42.645Z | Fresh byteorder v1.5.0 |
1606 | 2024-07-15T21:20:42.645Z | Fresh difflib v0.4.0 |
1607 | 2024-07-15T21:20:42.645Z | Fresh utf-8 v0.7.6 |
1608 | 2024-07-15T21:20:42.645Z | Fresh httpmock v0.6.8 |
1609 | 2024-07-15T21:20:42.645Z | Fresh tungstenite v0.20.1 |
1610 | 2024-07-15T21:20:42.645Z | Fresh predicates v3.1.0 |
1611 | 2024-07-15T21:20:42.645Z | Fresh strum_macros v0.26.2 |
1612 | 2024-07-15T21:20:42.645Z | Fresh built v0.7.3 |
1613 | 2024-07-15T21:20:42.645Z | Fresh paste v1.0.15 |
1614 | 2024-07-15T21:20:42.645Z | Fresh signal-hook-mio v0.2.3 |
1615 | 2024-07-15T21:20:42.645Z | Fresh rustls-webpki v0.102.3 |
1616 | 2024-07-15T21:20:42.645Z | Fresh castaway v0.2.2 |
1617 | 2024-07-15T21:20:42.645Z | Fresh itertools v0.12.1 |
1618 | 2024-07-15T21:20:42.645Z | Fresh serde_path_to_error v0.1.16 |
1619 | 2024-07-15T21:20:42.645Z | Fresh is-docker v0.2.0 |
1620 | 2024-07-15T21:20:42.645Z | Fresh thread_local v1.1.8 |
1621 | 2024-07-15T21:20:42.646Z | Fresh static_assertions v1.1.0 |
1622 | 2024-07-15T21:20:42.646Z | Fresh match_cfg v0.1.0 |
1623 | 2024-07-15T21:20:42.646Z | Fresh subtle v2.5.0 |
1624 | 2024-07-15T21:20:42.646Z | Fresh is-wsl v0.4.0 |
1625 | 2024-07-15T21:20:42.646Z | Fresh unicode-truncate v1.0.0 |
1626 | 2024-07-15T21:20:42.646Z | Fresh rustls v0.22.4 |
1627 | 2024-07-15T21:20:42.646Z | Fresh compact_str v0.7.1 |
1628 | 2024-07-15T21:20:42.646Z | Fresh hostname v0.3.1 |
1629 | 2024-07-15T21:20:42.646Z | Fresh portable-atomic v1.6.0 |
1630 | 2024-07-15T21:20:42.646Z | Fresh strum v0.26.2 |
1631 | 2024-07-15T21:20:42.646Z | Fresh crossterm v0.27.0 |
1632 | 2024-07-15T21:20:42.646Z | Fresh tokio-tungstenite v0.20.1 |
1633 | 2024-07-15T21:20:42.646Z | Fresh newline-converter v0.3.0 |
1634 | 2024-07-15T21:20:42.646Z | Fresh slog-json v2.6.1 |
1635 | 2024-07-15T21:20:42.646Z | Fresh termini v1.0.0 |
1636 | 2024-07-15T21:20:42.646Z | Fresh sha2 v0.10.8 |
1637 | 2024-07-15T21:20:42.646Z | Fresh crossbeam-channel v0.5.12 |
1638 | 2024-07-15T21:20:42.646Z | Fresh http v1.1.0 |
1639 | 2024-07-15T21:20:42.646Z | Fresh ipnetwork v0.20.0 |
1640 | 2024-07-15T21:20:42.646Z | Fresh lru v0.12.3 |
1641 | 2024-07-15T21:20:42.646Z | Fresh stability v0.2.0 |
1642 | 2024-07-15T21:20:42.646Z | Fresh async-stream-impl v0.3.5 |
1643 | 2024-07-15T21:20:42.646Z | Fresh take_mut v0.2.2 |
1644 | 2024-07-15T21:20:42.646Z | Fresh termcolor v1.4.1 |
1645 | 2024-07-15T21:20:42.646Z | Fresh humantime v2.1.0 |
1646 | 2024-07-15T21:20:42.647Z | Fresh shell-words v1.1.0 |
1647 | 2024-07-15T21:20:42.647Z | Fresh cassowary v0.3.0 |
1648 | 2024-07-15T21:20:42.647Z | Fresh pathdiff v0.2.1 |
1649 | 2024-07-15T21:20:42.647Z | Fresh spin v0.5.2 |
1650 | 2024-07-15T21:20:42.647Z | Fresh untrusted v0.7.1 |
1651 | 2024-07-15T21:20:42.647Z | Fresh number_prefix v0.4.0 |
1652 | 2024-07-15T21:20:42.647Z | Fresh termtree v0.4.1 |
1653 | 2024-07-15T21:20:42.647Z | Fresh dialoguer v0.10.4 |
1654 | 2024-07-15T21:20:42.647Z | Fresh env_logger v0.10.2 |
1655 | 2024-07-15T21:20:42.647Z | Fresh open v4.2.0 |
1656 | 2024-07-15T21:20:42.647Z | Fresh ring v0.16.20 |
1657 | 2024-07-15T21:20:42.650Z | Fresh indicatif v0.17.8 |
1658 | 2024-07-15T21:20:42.650Z | Fresh predicates-tree v1.0.9 |
1659 | 2024-07-15T21:20:42.650Z | Fresh slog-async v2.8.0 |
1660 | 2024-07-15T21:20:42.650Z | Fresh ratatui v0.26.3 |
1661 | 2024-07-15T21:20:42.650Z | Fresh oauth2 v4.4.2 |
1662 | 2024-07-15T21:20:42.650Z | Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#1f22ae24) |
1663 | 2024-07-15T21:20:42.650Z | Fresh multer v3.1.0 |
1664 | 2024-07-15T21:20:42.650Z | Fresh async-stream v0.3.5 |
1665 | 2024-07-15T21:20:42.650Z | Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
1666 | 2024-07-15T21:20:42.650Z | Fresh slog-bunyan v2.5.0 |
1667 | 2024-07-15T21:20:42.650Z | Fresh tokio-rustls v0.25.0 |
1668 | 2024-07-15T21:20:42.651Z | Fresh anyhow v1.0.86 |
1669 | 2024-07-15T21:20:42.651Z | Fresh camino v1.1.7 |
1670 | 2024-07-15T21:20:42.651Z | Fresh doc-comment v0.3.3 |
1671 | 2024-07-15T21:20:42.651Z | Fresh slog-term v2.9.1 |
1672 | 2024-07-15T21:20:42.651Z | Fresh pem v1.1.1 |
1673 | 2024-07-15T21:20:42.651Z | Fresh rustls-pemfile v2.1.2 |
1674 | 2024-07-15T21:20:42.651Z | Fresh yasna v0.5.2 |
1675 | 2024-07-15T21:20:42.651Z | Fresh tabwriter v1.4.0 |
1676 | 2024-07-15T21:20:42.651Z | Fresh colored v2.1.0 |
1677 | 2024-07-15T21:20:42.651Z | Fresh clap_complete v4.5.7 |
1678 | 2024-07-15T21:20:42.651Z | Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot#6a3f84ca) |
1679 | 2024-07-15T21:20:42.651Z | Fresh waitgroup v0.1.2 |
1680 | 2024-07-15T21:20:42.651Z | Fresh bstr v1.9.1 |
1681 | 2024-07-15T21:20:42.651Z | Fresh wait-timeout v0.2.0 |
1682 | 2024-07-15T21:20:42.651Z | Fresh hostname v0.4.0 |
1683 | 2024-07-15T21:20:42.651Z | Fresh yansi v0.5.1 |
1684 | 2024-07-15T21:20:42.651Z | Fresh diff v0.1.13 |
1685 | 2024-07-15T21:20:42.651Z | Fresh debug-ignore v1.0.5 |
1686 | 2024-07-15T21:20:42.651Z | Fresh assert_cmd v2.0.14 |
1687 | 2024-07-15T21:20:42.651Z | Fresh rcgen v0.10.0 |
1688 | 2024-07-15T21:20:42.651Z | Fresh expectorate v1.1.0 |
1689 | 2024-07-15T21:20:42.651Z | Fresh chrono v0.4.38 |
1690 | 2024-07-15T21:20:42.651Z | Fresh uuid v1.9.1 |
1691 | 2024-07-15T21:20:42.651Z | Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot#6a3f84ca) |
1692 | 2024-07-15T21:20:42.651Z | Fresh pretty_assertions v1.4.0 |
1693 | 2024-07-15T21:20:42.651Z | Fresh schemars v0.8.21 |
1694 | 2024-07-15T21:20:42.651Z | Fresh regress v0.10.0 |
1695 | 2024-07-15T21:20:42.651Z | Fresh syn v2.0.70 |
1696 | 2024-07-15T21:20:42.651Z | Fresh openapiv3 v2.0.0 |
1697 | 2024-07-15T21:20:42.651Z | Fresh unsafe-libyaml v0.2.11 |
1698 | 2024-07-15T21:20:42.651Z | Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1699 | 2024-07-15T21:20:42.652Z | Fresh semver v1.0.23 |
1700 | 2024-07-15T21:20:42.652Z | Fresh serde_yaml v0.9.34+deprecated |
1701 | 2024-07-15T21:20:42.652Z | Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1702 | 2024-07-15T21:20:42.652Z | Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1703 | 2024-07-15T21:20:42.652Z | Fresh toolchain_find v0.4.0 |
1704 | 2024-07-15T21:20:42.652Z | Fresh oxide-cli v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/cli) |
1705 | 2024-07-15T21:20:42.652Z | Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1706 | 2024-07-15T21:20:42.652Z | Fresh rustfmt-wrapper v0.2.1 |
1707 | 2024-07-15T21:20:42.652Z | Fresh oxide-httpmock v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1708 | 2024-07-15T21:20:42.652Z | Fresh oxide v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk) |
1709 | 2024-07-15T21:20:42.652Z | Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1710 | 2024-07-15T21:20:42.652Z | Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1711 | 2024-07-15T21:20:42.652Z | Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1712 | 2024-07-15T21:20:42.652Z | Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1713 | 2024-07-15T21:20:42.652Z | Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1714 | 2024-07-15T21:20:42.652Z | Finished test [unoptimized + debuginfo] target(s) in 0.38s |
1715 | 2024-07-15T21:20:42.652Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-652f8f5efad36de7` |
1716 | 2024-07-15T21:20:42.692Z | |
1717 | 2024-07-15T21:20:42.692Z | running 4 tests |
1718 | 2024-07-15T21:20:42.695Z | test clap_feature::tests::test_byte_count ... ok |
1719 | 2024-07-15T21:20:42.695Z | test clap_feature::tests::test_block_size ... ok |
1720 | 2024-07-15T21:20:42.695Z | test clap_feature::tests::test_name_or_id ... ok |
1721 | 2024-07-15T21:20:42.695Z | test clap_feature::tests::test_name ... ok |
1722 | 2024-07-15T21:20:42.695Z | |
1723 | 2024-07-15T21:20:42.695Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1724 | 2024-07-15T21:20:42.695Z | |
1725 | 2024-07-15T21:20:42.698Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-6cada4189571b19a` |
1726 | 2024-07-15T21:20:42.704Z | |
1727 | 2024-07-15T21:20:42.704Z | running 8 tests |
1728 | 2024-07-15T21:20:42.706Z | test cmd_api::tests::test_add_query_string ... ok |
1729 | 2024-07-15T21:20:42.707Z | test cli_builder::tests::resolve_value_parses_ipv4_addr ... ok |
1730 | 2024-07-15T21:20:42.707Z | test cli_builder::tests::resolve_value_parses_ipv6_addr ... ok |
1731 | 2024-07-15T21:20:42.707Z | test cmd_disk::test_get_disk_size ... ok |
1732 | 2024-07-15T21:20:42.707Z | test tests::test_autoref ... ok |
1733 | 2024-07-15T21:20:42.707Z | test cmd_auth::tests::test_parse_host ... ok |
1734 | 2024-07-15T21:20:42.711Z | test tests::test_json_body_required ... ok |
1735 | 2024-07-15T21:20:42.750Z | test cmd_version::version_success ... ok |
1736 | 2024-07-15T21:20:42.750Z | |
1737 | 2024-07-15T21:20:42.750Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1738 | 2024-07-15T21:20:42.750Z | |
1739 | 2024-07-15T21:20:42.753Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-3e7931275fab470c` |
1740 | 2024-07-15T21:20:42.761Z | |
1741 | 2024-07-15T21:20:42.761Z | running 3 tests |
1742 | 2024-07-15T21:20:42.810Z | test test_pagination_midway_failure ... ok |
1743 | 2024-07-15T21:20:42.813Z | test test_simple_api_call ... ok |
1744 | 2024-07-15T21:20:42.813Z | test test_pagination_success ... ok |
1745 | 2024-07-15T21:20:42.813Z | |
1746 | 2024-07-15T21:20:42.813Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1747 | 2024-07-15T21:20:42.813Z | |
1748 | 2024-07-15T21:20:42.815Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_auth-dc6c20cebf3bb9ce` |
1749 | 2024-07-15T21:20:42.824Z | |
1750 | 2024-07-15T21:20:42.824Z | running 6 tests |
1751 | 2024-07-15T21:20:42.929Z | test test_cmd_auth_status_env ... ok |
1752 | 2024-07-15T21:20:43.000Z | test test_cmd_auth_status ... ok |
1753 | 2024-07-15T21:20:43.905Z | test test_auth_login_first ... ok |
1754 | 2024-07-15T21:20:43.908Z | test test_auth_login_existing_no_default ... ok |
1755 | 2024-07-15T21:20:43.911Z | test test_auth_login_existing_default ... ok |
1756 | 2024-07-15T21:20:44.962Z | test test_auth_login_double ... ok |
1757 | 2024-07-15T21:20:44.962Z | |
1758 | 2024-07-15T21:20:44.962Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.14s |
1759 | 2024-07-15T21:20:44.962Z | |
1760 | 2024-07-15T21:20:44.966Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_disk_import-6b1ec6c1e5e493ba` |
1761 | 2024-07-15T21:20:44.974Z | |
1762 | 2024-07-15T21:20:44.974Z | running 14 tests |
1763 | 2024-07-15T21:20:45.001Z | test test_disk_import_bad_file_size ... ok |
1764 | 2024-07-15T21:20:45.066Z | test test_disk_import_finalize ... ok |
1765 | 2024-07-15T21:20:45.179Z | test test_disk_import_bad_block_size ... ok |
1766 | 2024-07-15T21:20:45.181Z | test test_disk_import_required_parameters ... ok |
1767 | 2024-07-15T21:20:45.200Z | test test_disk_import_image_exists_already ... ok |
1768 | 2024-07-15T21:20:45.219Z | test test_disk_import_disk_exists_already ... ok |
1769 | 2024-07-15T21:20:45.237Z | test test_disk_import_bulk_import_start_fail ... ok |
1770 | 2024-07-15T21:20:45.262Z | test test_disk_import_start ... ok |
1771 | 2024-07-15T21:20:45.272Z | test test_disk_import_stop ... ok |
1772 | 2024-07-15T21:20:45.276Z | test test_disk_import_write ... ok |
1773 | 2024-07-15T21:20:45.299Z | test test_disk_import_snapshot_exists_already ... ok |
1774 | 2024-07-15T21:20:45.422Z | test test_disk_import ... ok |
1775 | 2024-07-15T21:20:45.430Z | test test_disk_import_bulk_write_import_fail ... ok |
1776 | 2024-07-15T21:20:45.465Z | test test_disk_import_sparse ... ok |
1777 | 2024-07-15T21:20:45.465Z | |
1778 | 2024-07-15T21:20:45.466Z | test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s |
1779 | 2024-07-15T21:20:45.466Z | |
1780 | 2024-07-15T21:20:45.473Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_docs-a85c8a98e00b2df1` |
1781 | 2024-07-15T21:20:45.485Z | |
1782 | 2024-07-15T21:20:45.485Z | running 1 test |
1783 | 2024-07-15T21:20:45.535Z | test test_docs_json ... ok |
1784 | 2024-07-15T21:20:45.535Z | |
1785 | 2024-07-15T21:20:45.535Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1786 | 2024-07-15T21:20:45.536Z | |
1787 | 2024-07-15T21:20:45.538Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_instance-8be3d307cc026315` |
1788 | 2024-07-15T21:20:45.545Z | |
1789 | 2024-07-15T21:20:45.545Z | running 3 tests |
1790 | 2024-07-15T21:20:45.600Z | test test_instance_serial_console ... ok |
1791 | 2024-07-15T21:20:45.600Z | test test_instance_serial_history ... ok |
1792 | 2024-07-15T21:20:45.600Z | test test_instance_create ... ok |
1793 | 2024-07-15T21:20:45.600Z | |
1794 | 2024-07-15T21:20:45.600Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1795 | 2024-07-15T21:20:45.600Z | |
1796 | 2024-07-15T21:20:45.604Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_net-2ed7c8755354c285` |
1797 | 2024-07-15T21:20:45.612Z | |
1798 | 2024-07-15T21:20:45.612Z | running 1 test |
1799 | 2024-07-15T21:20:45.671Z | test test_port_config ... ok |
1800 | 2024-07-15T21:20:45.671Z | |
1801 | 2024-07-15T21:20:45.671Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1802 | 2024-07-15T21:20:45.671Z | |
1803 | 2024-07-15T21:20:45.674Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_projects-9c1388c43439b7bb` |
1804 | 2024-07-15T21:20:45.682Z | |
1805 | 2024-07-15T21:20:45.682Z | running 4 tests |
1806 | 2024-07-15T21:20:45.735Z | test test_project_delete ... ok |
1807 | 2024-07-15T21:20:45.738Z | test test_project_simple_list ... ok |
1808 | 2024-07-15T21:20:45.742Z | test test_project_list_paginated ... ok |
1809 | 2024-07-15T21:20:45.746Z | test test_project_list_paginated_fail ... ok |
1810 | 2024-07-15T21:20:45.746Z | |
1811 | 2024-07-15T21:20:45.746Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1812 | 2024-07-15T21:20:45.746Z | |
1813 | 2024-07-15T21:20:45.750Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_resolve_cert-daa9a8b8243cc211` |
1814 | 2024-07-15T21:20:45.758Z | |
1815 | 2024-07-15T21:20:45.758Z | running 3 tests |
1816 | 2024-07-15T21:20:45.807Z | test test_resolve_and_cacert ... ok |
1817 | 2024-07-15T21:20:45.807Z | test test_insecure_cert_validation ... ok |
1818 | 2024-07-15T21:20:45.809Z | test test_insecure_hostname_verification ... ok |
1819 | 2024-07-15T21:20:45.809Z | |
1820 | 2024-07-15T21:20:45.809Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1821 | 2024-07-15T21:20:45.809Z | |
1822 | 2024-07-15T21:20:45.809Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_silo_idp_saml-68f602b4cba2606f` |
1823 | 2024-07-15T21:20:45.817Z | |
1824 | 2024-07-15T21:20:45.817Z | running 1 test |
1825 | 2024-07-15T21:20:45.861Z | test test_silo_idp_saml_create ... ok |
1826 | 2024-07-15T21:20:45.861Z | |
1827 | 2024-07-15T21:20:45.861Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s |
1828 | 2024-07-15T21:20:45.862Z | |
1829 | 2024-07-15T21:20:45.865Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_system_networking_allowlist-8852812aa4c4362e` |
1830 | 2024-07-15T21:20:45.872Z | |
1831 | 2024-07-15T21:20:45.872Z | running 5 tests |
1832 | 2024-07-15T21:20:45.896Z | test test_allowlist_neither ... ok |
1833 | 2024-07-15T21:20:45.900Z | test test_allowlist_both ... ok |
1834 | 2024-07-15T21:20:45.928Z | test test_allowlist_any ... ok |
1835 | 2024-07-15T21:20:45.932Z | test test_allowlist_one_ip ... ok |
1836 | 2024-07-15T21:20:45.935Z | test test_allowlist_many_ips ... ok |
1837 | 2024-07-15T21:20:45.935Z | |
1838 | 2024-07-15T21:20:45.935Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1839 | 2024-07-15T21:20:45.935Z | |
1840 | 2024-07-15T21:20:45.939Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_httpmock-1e1557a2671b9e5b` |
1841 | 2024-07-15T21:20:45.946Z | |
1842 | 2024-07-15T21:20:45.946Z | running 0 tests |
1843 | 2024-07-15T21:20:45.946Z | |
1844 | 2024-07-15T21:20:45.946Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1845 | 2024-07-15T21:20:45.946Z | |
1846 | 2024-07-15T21:20:45.951Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_common-155dd0285f34e50c` |
1847 | 2024-07-15T21:20:45.954Z | |
1848 | 2024-07-15T21:20:45.954Z | running 1 test |
1849 | 2024-07-15T21:20:45.957Z | test json_mock::tests::test_one ... ok |
1850 | 2024-07-15T21:20:45.957Z | |
1851 | 2024-07-15T21:20:45.957Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1852 | 2024-07-15T21:20:45.957Z | |
1853 | 2024-07-15T21:20:45.957Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/xtask-57305bc73c67af18` |
1854 | 2024-07-15T21:20:45.962Z | |
1855 | 2024-07-15T21:20:45.962Z | running 0 tests |
1856 | 2024-07-15T21:20:45.962Z | |
1857 | 2024-07-15T21:20:45.962Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1858 | 2024-07-15T21:20:45.962Z | |
1859 | 2024-07-15T21:20:45.965Z | Doc-tests oxide |
1860 | 2024-07-15T21:20:45.965Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide --test sdk/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3b734c0bbf522cbc/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-175d449b9d725b9d.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-dfe1b141a5a19258.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-f399d6a1fa895976.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' --error-format human` |
1861 | 2024-07-15T21:20:50.837Z | |
1862 | 2024-07-15T21:20:50.837Z | running 197 tests |
1863 | 2024-07-15T21:20:50.842Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import (line 45823) ... ignored |
1864 | 2024-07-15T21:20:50.842Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_start (line 45841) ... ignored |
1865 | 2024-07-15T21:20:50.842Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_stop (line 45858) ... ignored |
1866 | 2024-07-15T21:20:50.842Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_create (line 45777) ... ignored |
1867 | 2024-07-15T21:20:50.842Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_delete (line 45807) ... ignored |
1868 | 2024-07-15T21:20:50.847Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_finalize_import (line 45874) ... ignored |
1869 | 2024-07-15T21:20:50.848Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_list (line 45760) ... ignored |
1870 | 2024-07-15T21:20:50.848Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_metrics_list (line 45897) ... ignored |
1871 | 2024-07-15T21:20:50.848Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_view (line 45792) ... ignored |
1872 | 2024-07-15T21:20:50.848Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_attach (line 46045) ... ignored |
1873 | 2024-07-15T21:20:50.848Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_create (line 45980) ... ignored |
1874 | 2024-07-15T21:20:50.848Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_delete (line 46027) ... ignored |
1875 | 2024-07-15T21:20:50.848Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_detach (line 46061) ... ignored |
1876 | 2024-07-15T21:20:50.849Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_list (line 45963) ... ignored |
1877 | 2024-07-15T21:20:50.853Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_update (line 46011) ... ignored |
1878 | 2024-07-15T21:20:50.854Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_view (line 45995) ... ignored |
1879 | 2024-07-15T21:20:50.854Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_access_token (line 46141) ... ignored |
1880 | 2024-07-15T21:20:50.854Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_confirm (line 46127) ... ignored |
1881 | 2024-07-15T21:20:50.854Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_request (line 46111) ... ignored |
1882 | 2024-07-15T21:20:50.854Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::logout (line 46217) ... ignored |
1883 | 2024-07-15T21:20:50.854Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_create (line 46175) ... ignored |
1884 | 2024-07-15T21:20:50.855Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_delete (line 46205) ... ignored |
1885 | 2024-07-15T21:20:50.855Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_list (line 46158) ... ignored |
1886 | 2024-07-15T21:20:50.855Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_view (line 46190) ... ignored |
1887 | 2024-07-15T21:20:50.855Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_create (line 46295) ... ignored |
1888 | 2024-07-15T21:20:50.855Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_delete (line 46331) ... ignored |
1889 | 2024-07-15T21:20:50.855Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_demote (line 46348) ... ignored |
1890 | 2024-07-15T21:20:50.855Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_list (line 46276) ... ignored |
1891 | 2024-07-15T21:20:50.863Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_promote (line 46365) ... ignored |
1892 | 2024-07-15T21:20:50.863Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_view (line 46312) ... ignored |
1893 | 2024-07-15T21:20:50.863Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_create (line 46431) ... ignored |
1894 | 2024-07-15T21:20:50.863Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_delete (line 46461) ... ignored |
1895 | 2024-07-15T21:20:50.863Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_attach (line 46499) ... ignored |
1896 | 2024-07-15T21:20:50.863Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_detach (line 46516) ... ignored |
1897 | 2024-07-15T21:20:50.863Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_list (line 46480) ... ignored |
1898 | 2024-07-15T21:20:50.863Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_attach (line 46549) ... ignored |
1899 | 2024-07-15T21:20:50.864Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_detach (line 46566) ... ignored |
1900 | 2024-07-15T21:20:50.864Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_external_ip_list (line 46532) ... ignored |
1901 | 2024-07-15T21:20:50.864Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_list (line 46414) ... ignored |
1902 | 2024-07-15T21:20:50.864Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_migrate (line 46582) ... ignored |
1903 | 2024-07-15T21:20:50.864Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_create (line 46745) ... ignored |
1904 | 2024-07-15T21:20:50.864Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_delete (line 46806) ... ignored |
1905 | 2024-07-15T21:20:50.869Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_list (line 46725) ... ignored |
1906 | 2024-07-15T21:20:50.869Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_update (line 46782) ... ignored |
1907 | 2024-07-15T21:20:50.870Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_view (line 46763) ... ignored |
1908 | 2024-07-15T21:20:50.870Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_reboot (line 46598) ... ignored |
1909 | 2024-07-15T21:20:50.870Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console (line 46625) ... ignored |
1910 | 2024-07-15T21:20:50.870Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console_stream (line 46648) ... ignored |
1911 | 2024-07-15T21:20:50.870Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ssh_public_key_list (line 46672) ... ignored |
1912 | 2024-07-15T21:20:50.870Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_start (line 46690) ... ignored |
1913 | 2024-07-15T21:20:50.870Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_stop (line 46705) ... ignored |
1914 | 2024-07-15T21:20:50.870Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_view (line 46446) ... ignored |
1915 | 2024-07-15T21:20:50.871Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_local (line 46926) ... ignored |
1916 | 2024-07-15T21:20:50.871Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_saml (line 46913) ... ignored |
1917 | 2024-07-15T21:20:50.871Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::silo_metric (line 46964) ... ignored |
1918 | 2024-07-15T21:20:50.871Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_query (line 46983) ... ignored |
1919 | 2024-07-15T21:20:50.871Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_schema_list (line 46998) ... ignored |
1920 | 2024-07-15T21:20:50.871Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_update (line 47038) ... ignored |
1921 | 2024-07-15T21:20:50.871Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_view (line 47028) ... ignored |
1922 | 2024-07-15T21:20:50.871Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_create (line 47113) ... ignored |
1923 | 2024-07-15T21:20:50.897Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_delete (line 47154) ... ignored |
1924 | 2024-07-15T21:20:50.897Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_list (line 47069) ... ignored |
1925 | 2024-07-15T21:20:50.897Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_view (line 47084) ... ignored |
1926 | 2024-07-15T21:20:50.897Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_list (line 47100) ... ignored |
1927 | 2024-07-15T21:20:50.898Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_update (line 47181) ... ignored |
1928 | 2024-07-15T21:20:50.898Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_view (line 47167) ... ignored |
1929 | 2024-07-15T21:20:50.899Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_update (line 47140) ... ignored |
1930 | 2024-07-15T21:20:50.899Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_view (line 47126) ... ignored |
1931 | 2024-07-15T21:20:50.899Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_list (line 47240) ... ignored |
1932 | 2024-07-15T21:20:50.899Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_view (line 47254) ... ignored |
1933 | 2024-07-15T21:20:50.899Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_groups (line 47294) ... ignored |
1934 | 2024-07-15T21:20:50.900Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_create (line 47329) ... ignored |
1935 | 2024-07-15T21:20:50.900Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_delete (line 47360) ... ignored |
1936 | 2024-07-15T21:20:50.900Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_list (line 47314) ... ignored |
1937 | 2024-07-15T21:20:50.900Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_view (line 47344) ... ignored |
1938 | 2024-07-15T21:20:50.900Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_view (line 47279) ... ignored |
1939 | 2024-07-15T21:20:50.900Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_create (line 47426) ... ignored |
1940 | 2024-07-15T21:20:50.901Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_delete (line 47452) ... ignored |
1941 | 2024-07-15T21:20:50.901Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_list (line 47410) ... ignored |
1942 | 2024-07-15T21:20:50.902Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_view (line 47439) ... ignored |
1943 | 2024-07-15T21:20:50.902Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_list (line 47468) ... ignored |
1944 | 2024-07-15T21:20:50.902Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_view (line 47483) ... ignored |
1945 | 2024-07-15T21:20:50.902Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_update (line 47504) ... ignored |
1946 | 2024-07-15T21:20:50.902Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_view (line 47494) ... ignored |
1947 | 2024-07-15T21:20:50.902Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::user_list (line 47521) ... ignored |
1948 | 2024-07-15T21:20:50.903Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::utilization_view (line 47535) ... ignored |
1949 | 2024-07-15T21:20:50.903Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_create (line 47616) ... ignored |
1950 | 2024-07-15T21:20:50.903Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_delete (line 47646) ... ignored |
1951 | 2024-07-15T21:20:50.903Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_list (line 47597) ... ignored |
1952 | 2024-07-15T21:20:50.903Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_view (line 47631) ... ignored |
1953 | 2024-07-15T21:20:50.903Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_apply_settings (line 47886) ... ignored |
1954 | 2024-07-15T21:20:50.904Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_clear_settings (line 47906) ... ignored |
1955 | 2024-07-15T21:20:50.904Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_list (line 47865) ... ignored |
1956 | 2024-07-15T21:20:50.904Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_status (line 47924) ... ignored |
1957 | 2024-07-15T21:20:50.904Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_list (line 47687) ... ignored |
1958 | 2024-07-15T21:20:50.904Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_view (line 47702) ... ignored |
1959 | 2024-07-15T21:20:50.904Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_list (line 47718) ... ignored |
1960 | 2024-07-15T21:20:50.904Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_view (line 47733) ... ignored |
1961 | 2024-07-15T21:20:50.904Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_add (line 47762) ... ignored |
1962 | 2024-07-15T21:20:50.905Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_instance_list (line 47812) ... ignored |
1963 | 2024-07-15T21:20:50.905Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list (line 47749) ... ignored |
1964 | 2024-07-15T21:20:50.905Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list_uninitialized (line 47846) ... ignored |
1965 | 2024-07-15T21:20:50.905Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_physical_disk_list (line 47792) ... ignored |
1966 | 2024-07-15T21:20:50.905Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_set_provision_policy (line 47830) ... ignored |
1967 | 2024-07-15T21:20:50.905Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_view (line 47775) ... ignored |
1968 | 2024-07-15T21:20:50.905Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_list (line 47942) ... ignored |
1969 | 2024-07-15T21:20:50.905Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_view (line 47957) ... ignored |
1970 | 2024-07-15T21:20:50.906Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_metric (line 48056) ... ignored |
1971 | 2024-07-15T21:20:50.906Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_create (line 48101) ... ignored |
1972 | 2024-07-15T21:20:50.906Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_delete (line 48142) ... ignored |
1973 | 2024-07-15T21:20:50.906Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_list (line 48088) ... ignored |
1974 | 2024-07-15T21:20:50.906Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_add (line 48178) ... ignored |
1975 | 2024-07-15T21:20:50.906Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_list (line 48160) ... ignored |
1976 | 2024-07-15T21:20:50.906Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_remove (line 48193) ... ignored |
1977 | 2024-07-15T21:20:50.906Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_add (line 48320) ... ignored |
1978 | 2024-07-15T21:20:50.917Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_list (line 48306) ... ignored |
1979 | 2024-07-15T21:20:50.918Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_remove (line 48331) ... ignored |
1980 | 2024-07-15T21:20:50.918Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_view (line 48290) ... ignored |
1981 | 2024-07-15T21:20:50.918Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_link (line 48232) ... ignored |
1982 | 2024-07-15T21:20:50.918Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_list (line 48211) ... ignored |
1983 | 2024-07-15T21:20:50.918Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_unlink (line 48265) ... ignored |
1984 | 2024-07-15T21:20:50.918Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_update (line 48250) ... ignored |
1985 | 2024-07-15T21:20:50.918Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_update (line 48128) ... ignored |
1986 | 2024-07-15T21:20:50.918Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_utilization_view (line 48279) ... ignored |
1987 | 2024-07-15T21:20:50.919Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_view (line 48114) ... ignored |
1988 | 2024-07-15T21:20:50.919Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_block_list (line 48392) ... ignored |
1989 | 2024-07-15T21:20:50.919Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_create (line 48360) ... ignored |
1990 | 2024-07-15T21:20:50.919Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_delete (line 48374) ... ignored |
1991 | 2024-07-15T21:20:50.919Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_list (line 48347) ... ignored |
1992 | 2024-07-15T21:20:50.919Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_update (line 48416) ... ignored |
1993 | 2024-07-15T21:20:50.919Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_view (line 48406) ... ignored |
1994 | 2024-07-15T21:20:50.919Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_disable (line 48427) ... ignored |
1995 | 2024-07-15T21:20:50.919Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_enable (line 48438) ... ignored |
1996 | 2024-07-15T21:20:50.920Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_status (line 48449) ... ignored |
1997 | 2024-07-15T21:20:50.920Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 48532) ... ignored |
1998 | 2024-07-15T21:20:50.920Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 48505) ... ignored |
1999 | 2024-07-15T21:20:50.920Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 48519) ... ignored |
2000 | 2024-07-15T21:20:50.920Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_create (line 48479) ... ignored |
2001 | 2024-07-15T21:20:50.920Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_delete (line 48492) ... ignored |
2002 | 2024-07-15T21:20:50.920Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_list (line 48465) ... ignored |
2003 | 2024-07-15T21:20:50.920Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 48558) ... ignored |
2004 | 2024-07-15T21:20:50.921Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_message_history (line 48545) ... ignored |
2005 | 2024-07-15T21:20:50.921Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_status (line 48569) ... ignored |
2006 | 2024-07-15T21:20:50.921Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_create (line 48597) ... ignored |
2007 | 2024-07-15T21:20:50.921Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_delete (line 48618) ... ignored |
2008 | 2024-07-15T21:20:50.921Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_list (line 48584) ... ignored |
2009 | 2024-07-15T21:20:50.922Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_create (line 48653) ... ignored |
2010 | 2024-07-15T21:20:50.922Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 48668) ... ignored |
2011 | 2024-07-15T21:20:50.923Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_list (line 48639) ... ignored |
2012 | 2024-07-15T21:20:50.923Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_view (line 48684) ... ignored |
2013 | 2024-07-15T21:20:50.923Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_create (line 48900) ... ignored |
2014 | 2024-07-15T21:20:50.923Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_delete (line 48916) ... ignored |
2015 | 2024-07-15T21:20:50.923Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_set_password (line 48936) ... ignored |
2016 | 2024-07-15T21:20:50.923Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_create (line 48952) ... ignored |
2017 | 2024-07-15T21:20:50.933Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_view (line 48967) ... ignored |
2018 | 2024-07-15T21:20:50.933Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_create (line 49017) ... ignored |
2019 | 2024-07-15T21:20:50.933Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_delete (line 49047) ... ignored |
2020 | 2024-07-15T21:20:50.933Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_identity_provider_list (line 48879) ... ignored |
2021 | 2024-07-15T21:20:50.934Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_ip_pool_list (line 49068) ... ignored |
2022 | 2024-07-15T21:20:50.934Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_list (line 49004) ... ignored |
2023 | 2024-07-15T21:20:50.934Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_update (line 49098) ... ignored |
2024 | 2024-07-15T21:20:50.934Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_view (line 49084) ... ignored |
2025 | 2024-07-15T21:20:50.936Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_update (line 49128) ... ignored |
2026 | 2024-07-15T21:20:50.937Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_view (line 49112) ... ignored |
2027 | 2024-07-15T21:20:50.938Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_list (line 49146) ... ignored |
2028 | 2024-07-15T21:20:50.938Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_view (line 49163) ... ignored |
2029 | 2024-07-15T21:20:50.938Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_list (line 49209) ... ignored |
2030 | 2024-07-15T21:20:50.938Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_view (line 49224) ... ignored |
2031 | 2024-07-15T21:20:50.938Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_view (line 49032) ... ignored |
2032 | 2024-07-15T21:20:50.939Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::system_quotas_list (line 48984) ... ignored |
2033 | 2024-07-15T21:20:50.939Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_list (line 49180) ... ignored |
2034 | 2024-07-15T21:20:50.939Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_view (line 49193) ... ignored |
2035 | 2024-07-15T21:20:50.939Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemStatusExt::ping (line 49331) ... ignored |
2036 | 2024-07-15T21:20:50.939Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_create (line 49742) ... ignored |
2037 | 2024-07-15T21:20:50.939Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_delete (line 49789) ... ignored |
2038 | 2024-07-15T21:20:50.939Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_update (line 49373) ... ignored |
2039 | 2024-07-15T21:20:50.939Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_view (line 49356) ... ignored |
2040 | 2024-07-15T21:20:50.939Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_list (line 49725) ... ignored |
2041 | 2024-07-15T21:20:50.939Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_create (line 49528) ... ignored |
2042 | 2024-07-15T21:20:50.939Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_delete (line 49584) ... ignored |
2043 | 2024-07-15T21:20:50.940Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_list (line 49508) ... ignored |
2044 | 2024-07-15T21:20:50.940Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_create (line 49421) ... ignored |
2045 | 2024-07-15T21:20:50.940Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_delete (line 49486) ... ignored |
2046 | 2024-07-15T21:20:50.940Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_list (line 49398) ... ignored |
2047 | 2024-07-15T21:20:50.940Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_update (line 49464) ... ignored |
2048 | 2024-07-15T21:20:50.940Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_view (line 49442) ... ignored |
2049 | 2024-07-15T21:20:50.940Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_update (line 49565) ... ignored |
2050 | 2024-07-15T21:20:50.940Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_view (line 49546) ... ignored |
2051 | 2024-07-15T21:20:50.940Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_create (line 49625) ... ignored |
2052 | 2024-07-15T21:20:50.940Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_delete (line 49681) ... ignored |
2053 | 2024-07-15T21:20:50.941Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list (line 49605) ... ignored |
2054 | 2024-07-15T21:20:50.941Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list_network_interfaces (line 49703) ... ignored |
2055 | 2024-07-15T21:20:50.941Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_update (line 49662) ... ignored |
2056 | 2024-07-15T21:20:50.941Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_view (line 49643) ... ignored |
2057 | 2024-07-15T21:20:50.941Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_update (line 49773) ... ignored |
2058 | 2024-07-15T21:20:50.941Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_view (line 49757) ... ignored |
2059 | 2024-07-15T21:20:51.384Z | test sdk/src/lib.rs - (line 43) - compile ... ok |
2060 | 2024-07-15T21:20:51.387Z | |
2061 | 2024-07-15T21:20:51.387Z | test result: ok. 1 passed; 0 failed; 196 ignored; 0 measured; 0 filtered out; finished in 0.55s |
2062 | 2024-07-15T21:20:51.388Z | |
2063 | 2024-07-15T21:20:51.475Z | Doc-tests oxide-httpmock |
2064 | 2024-07-15T21:20:51.475Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_httpmock --test sdk-httpmock/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk-httpmock -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3b734c0bbf522cbc/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-5b083dd2593901fd.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-a5f068c3c32c4d4e.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-94651c4da5028b4f.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -C embed-bitcode=no --error-format human` |
2065 | 2024-07-15T21:20:51.913Z | |
2066 | 2024-07-15T21:20:51.913Z | running 0 tests |
2067 | 2024-07-15T21:20:51.913Z | |
2068 | 2024-07-15T21:20:51.916Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2069 | 2024-07-15T21:20:51.916Z | |
2070 | 2024-07-15T21:20:51.930Z | Doc-tests test-common |
2071 | 2024-07-15T21:20:51.933Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name test_common --test test-common/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/test-common -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-3b734c0bbf522cbc/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-4c213c85f004ddf0.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-5dff24c5c1b72320.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-6b5275129889eed8.rlib -C embed-bitcode=no --error-format human` |
2072 | 2024-07-15T21:20:52.003Z | |
2073 | 2024-07-15T21:20:52.003Z | running 0 tests |
2074 | 2024-07-15T21:20:52.003Z | |
2075 | 2024-07-15T21:20:52.003Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2076 | 2024-07-15T21:20:52.003Z | |
2077 | 2024-07-15T21:20:52.025Z | |
2078 | 2024-07-15T21:20:52.028Z | real 9.816399937 |
2079 | 2024-07-15T21:20:52.028Z | user 7.188275056 |
2080 | 2024-07-15T21:20:52.028Z | sys 3.034875190 |
2081 | 2024-07-15T21:20:52.028Z | trap 0.005580751 |
2082 | 2024-07-15T21:20:52.028Z | tflt 0.010030569 |
2083 | 2024-07-15T21:20:52.028Z | dflt 0.009704453 |
2084 | 2024-07-15T21:20:52.028Z | kflt 0.000116662 |
2085 | 2024-07-15T21:20:52.028Z | lock 1:20.381691639 |
2086 | 2024-07-15T21:20:52.028Z | slp 59.630522356 |
2087 | 2024-07-15T21:20:52.028Z | lat 0.280311812 |
2088 | 2024-07-15T21:20:52.028Z | stop 4.012408740 |
2089 | 2024-07-15T21:20:52.028Z | process exited: duration 303247 ms, exit code 0 |
|
2090 | 2024-07-15T21:20:52.035Z | found 0 output files |