|
|
|
1 | 2024-07-17T22:27:14.771Z | job assigned to worker 01J31CVPP640CM2SVFYDQK46WV (queued for 50 s) |
|
2 | 2024-07-17T22:27:22.356Z | starting task 0: "setup" |
3 | 2024-07-17T22:27:22.413Z | ++ uname -s |
4 | 2024-07-17T22:27:22.416Z | + kern=SunOS |
5 | 2024-07-17T22:27:22.416Z | + case "$kern" in |
6 | 2024-07-17T22:27:22.416Z | + groupadd -g 12345 build |
7 | 2024-07-17T22:27:22.419Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-17T22:27:24.436Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-17T22:27:24.552Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-17T22:27:24.555Z | + home_fs=zfs |
11 | 2024-07-17T22:27:24.555Z | + [[ zfs == autofs ]] |
12 | 2024-07-17T22:27:24.555Z | + mkdir -p /home/build |
13 | 2024-07-17T22:27:24.555Z | + chown build:build /home/build /work |
14 | 2024-07-17T22:27:26.557Z | + chmod 0700 /home/build /work |
15 | 2024-07-17T22:27:26.569Z | process exited: duration 4204 ms, exit code 0 |
|
16 | 2024-07-17T22:27:26.579Z | starting task 1: "rust-toolchain" |
17 | 2024-07-17T22:27:26.583Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-17T22:27:26.584Z | * toolchain channel = "stable" |
19 | 2024-07-17T22:27:26.584Z | * toolchain profile = "default" |
20 | 2024-07-17T22:27:26.584Z | ' stable |
21 | 2024-07-17T22:27:26.584Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-17T22:27:26.584Z | ' default |
23 | 2024-07-17T22:27:26.587Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-17T22:27:26.587Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-07-17T22:27:26.701Z | info: downloading installer |
26 | 2024-07-17T22:27:27.970Z | info: profile set to 'default' |
27 | 2024-07-17T22:27:27.970Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-17T22:27:27.975Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-07-17T22:27:28.117Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
30 | 2024-07-17T22:27:28.117Z | info: downloading component 'cargo' |
31 | 2024-07-17T22:27:28.774Z | info: downloading component 'clippy' |
32 | 2024-07-17T22:27:28.984Z | info: downloading component 'rust-docs' |
33 | 2024-07-17T22:27:29.813Z | info: downloading component 'rust-std' |
34 | 2024-07-17T22:27:30.993Z | info: downloading component 'rustc' |
35 | 2024-07-17T22:27:34.234Z | info: downloading component 'rustfmt' |
36 | 2024-07-17T22:27:34.408Z | info: installing component 'cargo' |
37 | 2024-07-17T22:27:35.242Z | info: installing component 'clippy' |
38 | 2024-07-17T22:27:35.605Z | info: installing component 'rust-docs' |
39 | 2024-07-17T22:27:37.178Z | info: installing component 'rust-std' |
40 | 2024-07-17T22:27:38.785Z | info: installing component 'rustc' |
41 | 2024-07-17T22:27:43.082Z | info: installing component 'rustfmt' |
42 | 2024-07-17T22:27:43.434Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-07-17T22:27:43.434Z | |
44 | 2024-07-17T22:27:43.748Z | stable-x86_64-unknown-illumos installed - rustc 1.79.0 (129f3b996 2024-06-10) |
45 | 2024-07-17T22:27:43.748Z | |
46 | 2024-07-17T22:27:43.755Z | |
47 | 2024-07-17T22:27:43.755Z | Rust is installed now. Great! |
48 | 2024-07-17T22:27:43.755Z | |
49 | 2024-07-17T22:27:43.755Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-17T22:27:43.756Z | environment variable. This has not been done automatically. |
51 | 2024-07-17T22:27:43.756Z | |
52 | 2024-07-17T22:27:43.756Z | To configure your current shell, you need to source |
53 | 2024-07-17T22:27:43.756Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-17T22:27:43.756Z | |
55 | 2024-07-17T22:27:43.756Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-17T22:27:43.756Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-17T22:27:43.756Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-17T22:27:43.791Z | + rustc --version |
59 | 2024-07-17T22:27:43.854Z | rustc 1.79.0 (129f3b996 2024-06-10) |
60 | 2024-07-17T22:27:43.857Z | process exited: duration 17279 ms, exit code 0 |
|
61 | 2024-07-17T22:27:43.868Z | starting task 2: "authentication" |
62 | 2024-07-17T22:27:43.891Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-17T22:27:43.900Z | starting task 3: "clone repository" |
64 | 2024-07-17T22:27:43.910Z | + mkdir -p /work/oxidecomputer/oxide.rs |
65 | 2024-07-17T22:27:43.918Z | + git clone https://github.com/oxidecomputer/oxide.rs /work/oxidecomputer/oxide.rs |
66 | 2024-07-17T22:27:44.051Z | Cloning into '/work/oxidecomputer/oxide.rs'... |
67 | 2024-07-17T22:27:49.839Z | + cd /work/oxidecomputer/oxide.rs |
68 | 2024-07-17T22:27:49.839Z | + git fetch origin e86e8e4f216ce6f87bb4129514bf47ed24b85f99 |
69 | 2024-07-17T22:27:49.876Z | From https://github.com/oxidecomputer/oxide.rs |
70 | 2024-07-17T22:27:49.876Z | * branch e86e8e4f216ce6f87bb4129514bf47ed24b85f99 -> FETCH_HEAD |
71 | 2024-07-17T22:27:49.876Z | + [[ -n cli-docs-required ]] |
72 | 2024-07-17T22:27:49.876Z | ++ git branch --show-current |
73 | 2024-07-17T22:27:49.876Z | + current=main |
74 | 2024-07-17T22:27:49.877Z | + [[ main != cli-docs-required ]] |
75 | 2024-07-17T22:27:49.877Z | + git branch -f cli-docs-required e86e8e4f216ce6f87bb4129514bf47ed24b85f99 |
76 | 2024-07-17T22:27:49.877Z | + git checkout -f cli-docs-required |
77 | 2024-07-17T22:27:49.877Z | Switched to branch 'cli-docs-required' |
78 | 2024-07-17T22:27:49.877Z | + git reset --hard e86e8e4f216ce6f87bb4129514bf47ed24b85f99 |
79 | 2024-07-17T22:27:49.877Z | HEAD is now at e86e8e4 Merge branch 'main' into cli-docs-required |
80 | 2024-07-17T22:27:49.877Z | process exited: duration 2531 ms, exit code 0 |
|
81 | 2024-07-17T22:27:49.927Z | starting task 4: "build" |
82 | 2024-07-17T22:27:49.948Z | + cargo --version |
83 | 2024-07-17T22:27:49.948Z | info: syncing channel updates for '1.76-x86_64-unknown-illumos' |
84 | 2024-07-17T22:27:50.081Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
85 | 2024-07-17T22:27:50.081Z | info: downloading component 'cargo' |
86 | 2024-07-17T22:27:50.977Z | info: downloading component 'clippy' |
87 | 2024-07-17T22:27:51.459Z | info: downloading component 'rust-docs' |
88 | 2024-07-17T22:27:52.243Z | info: downloading component 'rust-std' |
89 | 2024-07-17T22:27:53.778Z | info: downloading component 'rustc' |
90 | 2024-07-17T22:27:57.193Z | info: downloading component 'rustfmt' |
91 | 2024-07-17T22:27:57.646Z | info: installing component 'cargo' |
92 | 2024-07-17T22:27:58.503Z | info: installing component 'clippy' |
93 | 2024-07-17T22:27:58.844Z | info: installing component 'rust-docs' |
94 | 2024-07-17T22:28:00.323Z | info: installing component 'rust-std' |
95 | 2024-07-17T22:28:02.135Z | info: installing component 'rustc' |
96 | 2024-07-17T22:28:06.315Z | info: installing component 'rustfmt' |
97 | 2024-07-17T22:28:06.712Z | cargo 1.76.0 (c84b36747 2024-01-18) |
98 | 2024-07-17T22:28:06.716Z | + rustc --version |
99 | 2024-07-17T22:28:06.777Z | rustc 1.76.0 (07dca489a 2024-02-04) |
100 | 2024-07-17T22:28:06.782Z | + banner build |
101 | 2024-07-17T22:28:06.840Z | |
102 | 2024-07-17T22:28:06.840Z | ##### # # # # ##### |
103 | 2024-07-17T22:28:06.840Z | # # # # # # # # |
104 | 2024-07-17T22:28:06.840Z | ##### # # # # # # |
105 | 2024-07-17T22:28:06.840Z | # # # # # # # # |
106 | 2024-07-17T22:28:06.840Z | # # # # # # # # |
107 | 2024-07-17T22:28:06.840Z | ##### #### # ###### ##### |
108 | 2024-07-17T22:28:06.840Z | |
109 | 2024-07-17T22:28:06.843Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
110 | 2024-07-17T22:28:07.026Z | Updating crates.io index |
111 | 2024-07-17T22:28:07.095Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
112 | 2024-07-17T22:28:07.434Z | Updating git repository `https://github.com/oxidecomputer/thouart.git` |
113 | 2024-07-17T22:28:07.724Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
114 | 2024-07-17T22:28:08.598Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
115 | 2024-07-17T22:28:10.578Z | Updating git repository `https://github.com/oxidecomputer/typify` |
116 | 2024-07-17T22:28:13.649Z | Downloading crates ... |
117 | 2024-07-17T22:28:13.747Z | Downloaded async-stream-impl v0.3.5 |
118 | 2024-07-17T22:28:13.752Z | Downloaded basic-cookies v0.1.5 |
119 | 2024-07-17T22:28:13.762Z | Downloaded async-object-pool v0.1.4 |
120 | 2024-07-17T22:28:13.766Z | Downloaded equivalent v1.0.1 |
121 | 2024-07-17T22:28:13.769Z | Downloaded foreign-types-shared v0.1.1 |
122 | 2024-07-17T22:28:13.769Z | Downloaded castaway v0.1.2 |
123 | 2024-07-17T22:28:13.772Z | Downloaded crunchy v0.2.2 |
124 | 2024-07-17T22:28:13.776Z | Downloaded powerfmt v0.2.0 |
125 | 2024-07-17T22:28:13.779Z | Downloaded foreign-types v0.3.2 |
126 | 2024-07-17T22:28:13.779Z | Downloaded progenitor-client v0.7.0 |
127 | 2024-07-17T22:28:13.779Z | Downloaded async-stream v0.3.5 |
128 | 2024-07-17T22:28:13.782Z | Downloaded precomputed-hash v0.1.1 |
129 | 2024-07-17T22:28:13.782Z | Downloaded bit-vec v0.6.3 |
130 | 2024-07-17T22:28:13.785Z | Downloaded autocfg v1.3.0 |
131 | 2024-07-17T22:28:13.786Z | Downloaded anstyle v1.0.7 |
132 | 2024-07-17T22:28:13.789Z | Downloaded strum v0.26.2 |
133 | 2024-07-17T22:28:13.794Z | Downloaded async-channel v1.9.0 |
134 | 2024-07-17T22:28:13.794Z | Downloaded stability v0.2.0 |
135 | 2024-07-17T22:28:13.794Z | Downloaded anstyle-query v1.0.3 |
136 | 2024-07-17T22:28:13.798Z | Downloaded blocking v1.6.0 |
137 | 2024-07-17T22:28:13.798Z | Downloaded take_mut v0.2.2 |
138 | 2024-07-17T22:28:13.798Z | Downloaded sync_wrapper v0.1.2 |
139 | 2024-07-17T22:28:13.801Z | Downloaded digest v0.10.7 |
140 | 2024-07-17T22:28:13.801Z | Downloaded tinyvec_macros v0.1.1 |
141 | 2024-07-17T22:28:13.805Z | Downloaded deranged v0.3.11 |
142 | 2024-07-17T22:28:13.805Z | Downloaded castaway v0.2.2 |
143 | 2024-07-17T22:28:13.808Z | Downloaded rand_chacha v0.3.1 |
144 | 2024-07-17T22:28:13.808Z | Downloaded data-encoding v2.6.0 |
145 | 2024-07-17T22:28:13.808Z | Downloaded predicates-tree v1.0.9 |
146 | 2024-07-17T22:28:13.812Z | Downloaded cpufeatures v0.2.12 |
147 | 2024-07-17T22:28:13.812Z | Downloaded cfg-if v1.0.0 |
148 | 2024-07-17T22:28:13.819Z | Downloaded sha1 v0.10.6 |
149 | 2024-07-17T22:28:13.819Z | Downloaded ppv-lite86 v0.2.17 |
150 | 2024-07-17T22:28:13.819Z | Downloaded predicates-core v1.0.6 |
151 | 2024-07-17T22:28:13.819Z | Downloaded rand_core v0.6.4 |
152 | 2024-07-17T22:28:13.819Z | Downloaded predicates v3.1.0 |
153 | 2024-07-17T22:28:13.837Z | Downloaded slab v0.4.9 |
154 | 2024-07-17T22:28:13.837Z | Downloaded rustversion v1.0.16 |
155 | 2024-07-17T22:28:13.837Z | Downloaded slog-bunyan v2.5.0 |
156 | 2024-07-17T22:28:13.837Z | Downloaded slog-async v2.8.0 |
157 | 2024-07-17T22:28:13.853Z | Downloaded block-buffer v0.10.4 |
158 | 2024-07-17T22:28:13.853Z | Downloaded openssl-macros v0.1.1 |
159 | 2024-07-17T22:28:13.853Z | Downloaded doc-comment v0.3.3 |
160 | 2024-07-17T22:28:13.853Z | Downloaded string_cache v0.8.7 |
161 | 2024-07-17T22:28:13.853Z | Downloaded shell-words v1.1.0 |
162 | 2024-07-17T22:28:13.853Z | Downloaded schemars_derive v0.8.21 |
163 | 2024-07-17T22:28:13.853Z | Downloaded bit-set v0.5.3 |
164 | 2024-07-17T22:28:13.853Z | Downloaded subtle v2.5.0 |
165 | 2024-07-17T22:28:13.853Z | Downloaded tokio-macros v2.3.0 |
166 | 2024-07-17T22:28:13.853Z | Downloaded serde_urlencoded v0.7.1 |
167 | 2024-07-17T22:28:13.853Z | Downloaded rustfmt-wrapper v0.2.1 |
168 | 2024-07-17T22:28:13.853Z | Downloaded bitflags v1.3.2 |
169 | 2024-07-17T22:28:13.853Z | Downloaded quote v1.0.36 |
170 | 2024-07-17T22:28:13.853Z | Downloaded sct v0.7.1 |
171 | 2024-07-17T22:28:13.857Z | Downloaded rustls-pemfile v2.1.2 |
172 | 2024-07-17T22:28:13.857Z | Downloaded clap_complete v4.5.8 |
173 | 2024-07-17T22:28:13.861Z | Downloaded spin v0.5.2 |
174 | 2024-07-17T22:28:13.865Z | Downloaded event-listener v4.0.3 |
175 | 2024-07-17T22:28:13.872Z | Downloaded time-core v0.1.2 |
176 | 2024-07-17T22:28:13.872Z | Downloaded tower-service v0.3.2 |
177 | 2024-07-17T22:28:13.872Z | Downloaded crypto-common v0.1.6 |
178 | 2024-07-17T22:28:13.872Z | Downloaded colorchoice v1.0.1 |
179 | 2024-07-17T22:28:13.872Z | Downloaded bitflags v2.5.0 |
180 | 2024-07-17T22:28:13.886Z | Downloaded dirs v4.0.0 |
181 | 2024-07-17T22:28:13.886Z | Downloaded sluice v0.5.5 |
182 | 2024-07-17T22:28:13.886Z | Downloaded built v0.7.4 |
183 | 2024-07-17T22:28:13.886Z | Downloaded dyn-clone v1.0.17 |
184 | 2024-07-17T22:28:13.886Z | Downloaded async-lock v3.3.0 |
185 | 2024-07-17T22:28:13.886Z | Downloaded errno v0.3.9 |
186 | 2024-07-17T22:28:13.886Z | Downloaded try-lock v0.2.5 |
187 | 2024-07-17T22:28:13.889Z | Downloaded difflib v0.4.0 |
188 | 2024-07-17T22:28:13.889Z | Downloaded fnv v1.0.7 |
189 | 2024-07-17T22:28:13.889Z | Downloaded event-listener-strategy v0.5.2 |
190 | 2024-07-17T22:28:13.889Z | Downloaded tokio-rustls v0.24.1 |
191 | 2024-07-17T22:28:13.893Z | Downloaded fixedbitset v0.4.2 |
192 | 2024-07-17T22:28:13.893Z | Downloaded time-macros v0.2.18 |
193 | 2024-07-17T22:28:13.896Z | Downloaded rcgen v0.10.0 |
194 | 2024-07-17T22:28:13.900Z | Downloaded pin-project-lite v0.2.14 |
195 | 2024-07-17T22:28:13.903Z | Downloaded normalize-line-endings v0.3.0 |
196 | 2024-07-17T22:28:13.906Z | Downloaded async-task v4.7.1 |
197 | 2024-07-17T22:28:13.911Z | Downloaded newline-converter v0.3.0 |
198 | 2024-07-17T22:28:13.911Z | Downloaded clap v4.5.9 |
199 | 2024-07-17T22:28:13.918Z | Downloaded signal-hook-registry v1.4.2 |
200 | 2024-07-17T22:28:13.922Z | Downloaded termtree v0.4.1 |
201 | 2024-07-17T22:28:13.922Z | Downloaded toolchain_find v0.4.0 |
202 | 2024-07-17T22:28:13.922Z | Downloaded tiny-keccak v2.0.2 |
203 | 2024-07-17T22:28:13.925Z | Downloaded match_cfg v0.1.0 |
204 | 2024-07-17T22:28:13.925Z | Downloaded termcolor v1.4.1 |
205 | 2024-07-17T22:28:13.938Z | Downloaded thiserror-impl v1.0.62 |
206 | 2024-07-17T22:28:13.939Z | Downloaded percent-encoding v2.3.1 |
207 | 2024-07-17T22:28:13.939Z | Downloaded tabwriter v1.4.0 |
208 | 2024-07-17T22:28:13.939Z | Downloaded rustls-pemfile v1.0.4 |
209 | 2024-07-17T22:28:13.939Z | Downloaded unicode-xid v0.2.4 |
210 | 2024-07-17T22:28:13.939Z | Downloaded thread_local v1.1.8 |
211 | 2024-07-17T22:28:13.939Z | Downloaded strsim v0.11.1 |
212 | 2024-07-17T22:28:13.939Z | Downloaded native-tls v0.2.11 |
213 | 2024-07-17T22:28:13.948Z | Downloaded static_assertions v1.1.0 |
214 | 2024-07-17T22:28:13.949Z | Downloaded scopeguard v1.2.0 |
215 | 2024-07-17T22:28:13.949Z | Downloaded console v0.15.8 |
216 | 2024-07-17T22:28:13.949Z | Downloaded pathdiff v0.2.1 |
217 | 2024-07-17T22:28:13.949Z | Downloaded similar v2.5.0 |
218 | 2024-07-17T22:28:13.952Z | Downloaded heck v0.5.0 |
219 | 2024-07-17T22:28:13.955Z | Downloaded hyper-tls v0.5.0 |
220 | 2024-07-17T22:28:13.955Z | Downloaded futures-sink v0.3.30 |
221 | 2024-07-17T22:28:13.955Z | Downloaded kv-log-macro v1.0.7 |
222 | 2024-07-17T22:28:13.959Z | Downloaded heck v0.4.1 |
223 | 2024-07-17T22:28:13.959Z | Downloaded wait-timeout v0.2.0 |
224 | 2024-07-17T22:28:13.962Z | Downloaded num_cpus v1.16.0 |
225 | 2024-07-17T22:28:13.962Z | Downloaded is-docker v0.2.0 |
226 | 2024-07-17T22:28:13.965Z | Downloaded is-terminal v0.4.12 |
227 | 2024-07-17T22:28:13.966Z | Downloaded diff v0.1.13 |
228 | 2024-07-17T22:28:13.968Z | Downloaded toml_datetime v0.6.6 |
229 | 2024-07-17T22:28:13.975Z | Downloaded utf-8 v0.7.6 |
230 | 2024-07-17T22:28:13.975Z | Downloaded lru v0.12.3 |
231 | 2024-07-17T22:28:13.975Z | Downloaded event-listener v3.1.0 |
232 | 2024-07-17T22:28:13.975Z | Downloaded lalrpop-util v0.20.2 |
233 | 2024-07-17T22:28:13.975Z | Downloaded ipnetwork v0.20.0 |
234 | 2024-07-17T22:28:14.006Z | Downloaded utf8parse v0.2.1 |
235 | 2024-07-17T22:28:14.006Z | Downloaded want v0.3.1 |
236 | 2024-07-17T22:28:14.015Z | Downloaded futures-io v0.3.30 |
237 | 2024-07-17T22:28:14.016Z | Downloaded tokio-tungstenite v0.20.1 |
238 | 2024-07-17T22:28:14.016Z | Downloaded httpdate v1.0.3 |
239 | 2024-07-17T22:28:14.016Z | Downloaded mime v0.3.17 |
240 | 2024-07-17T22:28:14.016Z | Downloaded tinyvec v1.6.1 |
241 | 2024-07-17T22:28:14.016Z | Downloaded number_prefix v0.4.0 |
242 | 2024-07-17T22:28:14.016Z | Downloaded num_threads v0.1.7 |
243 | 2024-07-17T22:28:14.016Z | Downloaded tokio-native-tls v0.3.1 |
244 | 2024-07-17T22:28:14.016Z | Downloaded pin-project-internal v1.1.5 |
245 | 2024-07-17T22:28:14.016Z | Downloaded dialoguer v0.10.4 |
246 | 2024-07-17T22:28:14.016Z | Downloaded sha2 v0.10.8 |
247 | 2024-07-17T22:28:14.016Z | Downloaded semver v1.0.23 |
248 | 2024-07-17T22:28:14.016Z | Downloaded yansi v0.5.1 |
249 | 2024-07-17T22:28:14.016Z | Downloaded futures-macro v0.3.30 |
250 | 2024-07-17T22:28:14.016Z | Downloaded unicode-truncate v1.0.0 |
251 | 2024-07-17T22:28:14.016Z | Downloaded http-body v0.4.6 |
252 | 2024-07-17T22:28:14.016Z | Downloaded itoa v1.0.11 |
253 | 2024-07-17T22:28:14.016Z | Downloaded lock_api v0.4.12 |
254 | 2024-07-17T22:28:14.016Z | Downloaded levenshtein v1.0.5 |
255 | 2024-07-17T22:28:14.017Z | Downloaded hyper-rustls v0.24.2 |
256 | 2024-07-17T22:28:14.023Z | Downloaded futures-channel v0.3.30 |
257 | 2024-07-17T22:28:14.023Z | Downloaded home v0.5.9 |
258 | 2024-07-17T22:28:14.023Z | Downloaded io-lifetimes v1.0.11 |
259 | 2024-07-17T22:28:14.023Z | Downloaded pico-args v0.5.0 |
260 | 2024-07-17T22:28:14.027Z | Downloaded generic-array v0.14.7 |
261 | 2024-07-17T22:28:14.027Z | Downloaded futures-core v0.3.30 |
262 | 2024-07-17T22:28:14.031Z | Downloaded tokio-rustls v0.25.0 |
263 | 2024-07-17T22:28:14.031Z | Downloaded openssl-probe v0.1.5 |
264 | 2024-07-17T22:28:14.031Z | Downloaded num-conv v0.1.0 |
265 | 2024-07-17T22:28:14.070Z | Downloaded is_terminal_polyfill v1.70.0 |
266 | 2024-07-17T22:28:14.070Z | Downloaded waitgroup v0.1.2 |
267 | 2024-07-17T22:28:14.070Z | Downloaded phf_shared v0.10.0 |
268 | 2024-07-17T22:28:14.071Z | Downloaded is-wsl v0.4.0 |
269 | 2024-07-17T22:28:14.071Z | Downloaded waker-fn v1.1.1 |
270 | 2024-07-17T22:28:14.071Z | Downloaded hostname v0.3.1 |
271 | 2024-07-17T22:28:14.071Z | Downloaded iana-time-zone v0.1.60 |
272 | 2024-07-17T22:28:14.071Z | Downloaded paste v1.0.15 |
273 | 2024-07-17T22:28:14.071Z | Downloaded yasna v0.5.2 |
274 | 2024-07-17T22:28:14.071Z | Downloaded version_check v0.9.4 |
275 | 2024-07-17T22:28:14.071Z | Downloaded pretty_assertions v1.4.0 |
276 | 2024-07-17T22:28:14.071Z | Downloaded parking v2.2.0 |
277 | 2024-07-17T22:28:14.071Z | Downloaded event-listener v5.3.0 |
278 | 2024-07-17T22:28:14.071Z | Downloaded socket2 v0.5.7 |
279 | 2024-07-17T22:28:14.071Z | Downloaded signal-hook v0.3.17 |
280 | 2024-07-17T22:28:14.071Z | Downloaded jobserver v0.1.31 |
281 | 2024-07-17T22:28:14.071Z | Downloaded socket2 v0.4.10 |
282 | 2024-07-17T22:28:14.071Z | Downloaded form_urlencoded v1.2.1 |
283 | 2024-07-17T22:28:14.071Z | Downloaded serde_yaml v0.9.34+deprecated |
284 | 2024-07-17T22:28:14.071Z | Downloaded rand v0.8.5 |
285 | 2024-07-17T22:28:14.075Z | Downloaded log v0.4.22 |
286 | 2024-07-17T22:28:14.075Z | Downloaded curl v0.4.46 |
287 | 2024-07-17T22:28:14.092Z | Downloaded zeroize v1.7.0 |
288 | 2024-07-17T22:28:14.093Z | Downloaded parking_lot_core v0.9.10 |
289 | 2024-07-17T22:28:14.093Z | Downloaded getrandom v0.2.15 |
290 | 2024-07-17T22:28:14.093Z | Downloaded lazy_static v1.4.0 |
291 | 2024-07-17T22:28:14.093Z | Downloaded walkdir v2.5.0 |
292 | 2024-07-17T22:28:14.093Z | Downloaded once_cell v1.19.0 |
293 | 2024-07-17T22:28:14.093Z | Downloaded expectorate v1.1.0 |
294 | 2024-07-17T22:28:14.093Z | Downloaded futures-lite v2.3.0 |
295 | 2024-07-17T22:28:14.096Z | Downloaded untrusted v0.9.0 |
296 | 2024-07-17T22:28:14.096Z | Downloaded polling v2.8.0 |
297 | 2024-07-17T22:28:14.100Z | Downloaded cc v1.0.97 |
298 | 2024-07-17T22:28:14.103Z | Downloaded httpmock v0.6.8 |
299 | 2024-07-17T22:28:14.106Z | Downloaded schemars v0.8.21 |
300 | 2024-07-17T22:28:14.118Z | Downloaded num-traits v0.2.19 |
301 | 2024-07-17T22:28:14.146Z | Downloaded toml v0.8.14 |
302 | 2024-07-17T22:28:14.146Z | Downloaded crossbeam-channel v0.5.12 |
303 | 2024-07-17T22:28:14.146Z | Downloaded pem v1.1.1 |
304 | 2024-07-17T22:28:14.146Z | Downloaded futures v0.3.30 |
305 | 2024-07-17T22:28:14.146Z | Downloaded tracing-attributes v0.1.27 |
306 | 2024-07-17T22:28:14.146Z | Downloaded unsafe-libyaml v0.2.11 |
307 | 2024-07-17T22:28:14.146Z | Downloaded unicode-ident v1.0.12 |
308 | 2024-07-17T22:28:14.146Z | Downloaded oauth2 v4.4.2 |
309 | 2024-07-17T22:28:14.164Z | Downloaded unicode-bidi v0.3.15 |
310 | 2024-07-17T22:28:14.168Z | Downloaded tracing v0.1.40 |
311 | 2024-07-17T22:28:14.168Z | Downloaded openssl-sys v0.9.102 |
312 | 2024-07-17T22:28:14.168Z | Downloaded pin-project v1.1.5 |
313 | 2024-07-17T22:28:14.173Z | Downloaded typenum v1.17.0 |
314 | 2024-07-17T22:28:14.176Z | Downloaded memchr v2.7.2 |
315 | 2024-07-17T22:28:14.180Z | Downloaded time v0.3.36 |
316 | 2024-07-17T22:28:14.184Z | Downloaded indexmap v2.2.6 |
317 | 2024-07-17T22:28:14.189Z | Downloaded crossterm v0.27.0 |
318 | 2024-07-17T22:28:14.195Z | Downloaded tracing-core v0.1.32 |
319 | 2024-07-17T22:28:14.198Z | Downloaded tungstenite v0.20.1 |
320 | 2024-07-17T22:28:14.201Z | Downloaded unicode-segmentation v1.11.0 |
321 | 2024-07-17T22:28:14.206Z | Downloaded polling v3.7.0 |
322 | 2024-07-17T22:28:14.212Z | Downloaded slog v2.7.0 |
323 | 2024-07-17T22:28:14.364Z | Downloaded uuid v1.10.0 |
324 | 2024-07-17T22:28:14.364Z | Downloaded toml_edit v0.22.15 |
325 | 2024-07-17T22:28:14.515Z | Downloaded http v0.2.12 |
326 | 2024-07-17T22:28:14.515Z | Downloaded indicatif v0.17.8 |
327 | 2024-07-17T22:28:14.515Z | Downloaded url v2.5.2 |
328 | 2024-07-17T22:28:14.515Z | Downloaded tokio-util v0.7.11 |
329 | 2024-07-17T22:28:14.515Z | Downloaded aho-corasick v1.1.3 |
330 | 2024-07-17T22:28:14.515Z | Downloaded itertools v0.11.0 |
331 | 2024-07-17T22:28:14.515Z | Downloaded winnow v0.6.8 |
332 | 2024-07-17T22:28:14.515Z | Downloaded serde_json v1.0.120 |
333 | 2024-07-17T22:28:14.515Z | Downloaded http v1.1.0 |
334 | 2024-07-17T22:28:14.515Z | Downloaded portable-atomic v1.6.0 |
335 | 2024-07-17T22:28:14.515Z | Downloaded unicode-normalization v0.1.23 |
336 | 2024-07-17T22:28:14.516Z | Downloaded reqwest v0.11.27 |
337 | 2024-07-17T22:28:14.516Z | Downloaded rustls-webpki v0.101.7 |
338 | 2024-07-17T22:28:14.516Z | Downloaded zerocopy v0.7.34 |
339 | 2024-07-17T22:28:14.516Z | Downloaded chrono v0.4.38 |
340 | 2024-07-17T22:28:14.516Z | Downloaded h2 v0.3.26 |
341 | 2024-07-17T22:28:14.516Z | Downloaded futures-util v0.3.30 |
342 | 2024-07-17T22:28:14.516Z | Downloaded hashbrown v0.14.5 |
343 | 2024-07-17T22:28:14.516Z | Downloaded vcpkg v0.2.15 |
344 | 2024-07-17T22:28:14.527Z | Downloaded openssl v0.10.64 |
345 | 2024-07-17T22:28:14.527Z | Downloaded regex v1.10.5 |
346 | 2024-07-17T22:28:14.527Z | Downloaded lalrpop v0.20.2 |
347 | 2024-07-17T22:28:14.527Z | Downloaded openapiv3 v2.0.0 |
348 | 2024-07-17T22:28:14.527Z | Downloaded bstr v1.9.1 |
349 | 2024-07-17T22:28:14.527Z | Downloaded webpki-roots v0.25.4 |
350 | 2024-07-17T22:28:14.527Z | Downloaded rustls-webpki v0.102.3 |
351 | 2024-07-17T22:28:14.527Z | Downloaded isahc v1.7.2 |
352 | 2024-07-17T22:28:14.527Z | Downloaded git2 v0.19.0 |
353 | 2024-07-17T22:28:14.527Z | Downloaded syn v2.0.70 |
354 | 2024-07-17T22:28:14.527Z | Downloaded regress v0.10.0 |
355 | 2024-07-17T22:28:14.527Z | Downloaded rustls v0.21.12 |
356 | 2024-07-17T22:28:14.535Z | Downloaded itertools v0.12.1 |
357 | 2024-07-17T22:28:14.536Z | Downloaded hyper v0.14.28 |
358 | 2024-07-17T22:28:14.540Z | Downloaded regex-syntax v0.8.3 |
359 | 2024-07-17T22:28:14.546Z | Downloaded async-std v1.12.0 |
360 | 2024-07-17T22:28:14.567Z | Downloaded idna v0.5.0 |
361 | 2024-07-17T22:28:14.572Z | Downloaded rustls v0.22.4 |
362 | 2024-07-17T22:28:14.633Z | Downloaded rustix v0.37.27 |
363 | 2024-07-17T22:28:14.643Z | Downloaded ratatui v0.26.3 |
364 | 2024-07-17T22:28:14.643Z | Downloaded rustix v0.38.34 |
365 | 2024-07-17T22:28:14.648Z | Downloaded clap_builder v4.5.9 |
366 | 2024-07-17T22:28:14.654Z | Downloaded mio v0.8.11 |
367 | 2024-07-17T22:28:14.659Z | Downloaded base64 v0.22.1 |
368 | 2024-07-17T22:28:14.662Z | Downloaded allocator-api2 v0.2.18 |
369 | 2024-07-17T22:28:14.663Z | Downloaded serde v1.0.204 |
370 | 2024-07-17T22:28:14.667Z | Downloaded ryu v1.0.18 |
371 | 2024-07-17T22:28:14.723Z | Downloaded serde_derive v1.0.204 |
372 | 2024-07-17T22:28:14.723Z | Downloaded compact_str v0.7.1 |
373 | 2024-07-17T22:28:14.723Z | Downloaded bytes v1.6.0 |
374 | 2024-07-17T22:28:14.723Z | Downloaded ipnet v2.9.0 |
375 | 2024-07-17T22:28:14.723Z | Downloaded httparse v1.8.0 |
376 | 2024-07-17T22:28:14.723Z | Downloaded futures-lite v1.13.0 |
377 | 2024-07-17T22:28:14.723Z | Downloaded value-bag v1.9.0 |
378 | 2024-07-17T22:28:14.723Z | Downloaded pkg-config v0.3.30 |
379 | 2024-07-17T22:28:14.723Z | Downloaded piper v0.2.1 |
380 | 2024-07-17T22:28:14.723Z | Downloaded pin-utils v0.1.0 |
381 | 2024-07-17T22:28:14.723Z | Downloaded parking_lot v0.12.2 |
382 | 2024-07-17T22:28:14.723Z | Downloaded hostname v0.4.0 |
383 | 2024-07-17T22:28:14.723Z | Downloaded untrusted v0.7.1 |
384 | 2024-07-17T22:28:14.723Z | Downloaded humantime v2.1.0 |
385 | 2024-07-17T22:28:14.723Z | Downloaded futures-task v0.3.30 |
386 | 2024-07-17T22:28:14.728Z | Downloaded env_logger v0.10.2 |
387 | 2024-07-17T22:28:14.728Z | Downloaded async-io v2.3.2 |
388 | 2024-07-17T22:28:14.728Z | Downloaded serde_regex v1.1.0 |
389 | 2024-07-17T22:28:14.728Z | Downloaded rustls-pki-types v1.7.0 |
390 | 2024-07-17T22:28:14.728Z | Downloaded regex-automata v0.4.6 |
391 | 2024-07-17T22:28:14.728Z | Downloaded encoding_rs v0.8.34 |
392 | 2024-07-17T22:28:14.741Z | Downloaded tempfile v3.10.1 |
393 | 2024-07-17T22:28:14.794Z | Downloaded spin v0.9.8 |
394 | 2024-07-17T22:28:14.795Z | Downloaded futures-executor v0.3.30 |
395 | 2024-07-17T22:28:14.795Z | Downloaded multer v3.1.0 |
396 | 2024-07-17T22:28:14.795Z | Downloaded crossbeam-utils v0.8.19 |
397 | 2024-07-17T22:28:14.795Z | Downloaded base64 v0.21.7 |
398 | 2024-07-17T22:28:14.795Z | Downloaded base64 v0.13.1 |
399 | 2024-07-17T22:28:14.795Z | Downloaded open v4.2.0 |
400 | 2024-07-17T22:28:14.795Z | Downloaded ahash v0.8.11 |
401 | 2024-07-17T22:28:14.795Z | Downloaded strum_macros v0.26.2 |
402 | 2024-07-17T22:28:14.795Z | Downloaded clap_derive v4.5.8 |
403 | 2024-07-17T22:28:14.795Z | Downloaded slog-json v2.6.1 |
404 | 2024-07-17T22:28:14.795Z | Downloaded siphasher v0.3.11 |
405 | 2024-07-17T22:28:14.934Z | Downloaded unicode-width v0.1.12 |
406 | 2024-07-17T22:28:14.934Z | Downloaded tracing-futures v0.2.5 |
407 | 2024-07-17T22:28:14.934Z | Downloaded ena v0.14.3 |
408 | 2024-07-17T22:28:14.934Z | Downloaded dirs-sys v0.3.7 |
409 | 2024-07-17T22:28:14.934Z | Downloaded serde_tokenstream v0.2.1 |
410 | 2024-07-17T22:28:14.934Z | Downloaded camino v1.1.7 |
411 | 2024-07-17T22:28:14.934Z | Downloaded anyhow v1.0.86 |
412 | 2024-07-17T22:28:14.934Z | Downloaded new_debug_unreachable v1.0.6 |
413 | 2024-07-17T22:28:14.934Z | Downloaded proc-macro2 v1.0.86 |
414 | 2024-07-17T22:28:14.934Z | Downloaded fastrand v1.9.0 |
415 | 2024-07-17T22:28:14.934Z | Downloaded thiserror v1.0.62 |
416 | 2024-07-17T22:28:14.934Z | Downloaded term v0.7.0 |
417 | 2024-07-17T22:28:14.935Z | Downloaded debug-ignore v1.0.5 |
418 | 2024-07-17T22:28:14.935Z | Downloaded cassowary v0.3.0 |
419 | 2024-07-17T22:28:14.935Z | Downloaded tokio v1.38.0 |
420 | 2024-07-17T22:28:14.971Z | Downloaded petgraph v0.6.5 |
421 | 2024-07-17T22:28:14.971Z | Downloaded libc v0.2.154 |
422 | 2024-07-17T22:28:14.971Z | Downloaded libnghttp2-sys v0.1.10+1.61.0 |
423 | 2024-07-17T22:28:14.977Z | Downloaded assert_cmd v2.0.14 |
424 | 2024-07-17T22:28:14.977Z | Downloaded anstream v0.6.14 |
425 | 2024-07-17T22:28:14.977Z | Downloaded smallvec v1.13.2 |
426 | 2024-07-17T22:28:14.977Z | Downloaded slog-term v2.9.1 |
427 | 2024-07-17T22:28:14.977Z | Downloaded serde_derive_internals v0.29.0 |
428 | 2024-07-17T22:28:14.977Z | Downloaded dirs-sys-next v0.1.2 |
429 | 2024-07-17T22:28:14.982Z | Downloaded async-process v1.8.1 |
430 | 2024-07-17T22:28:14.982Z | Downloaded termini v1.0.0 |
431 | 2024-07-17T22:28:14.983Z | Downloaded async-global-executor v2.4.1 |
432 | 2024-07-17T22:28:14.983Z | Downloaded async-executor v1.11.0 |
433 | 2024-07-17T22:28:14.983Z | Downloaded anstyle-parse v0.2.4 |
434 | 2024-07-17T22:28:14.988Z | Downloaded signal-hook-mio v0.2.3 |
435 | 2024-07-17T22:28:14.988Z | Downloaded serde_spanned v0.6.6 |
436 | 2024-07-17T22:28:14.988Z | Downloaded event-listener-strategy v0.4.0 |
437 | 2024-07-17T22:28:14.988Z | Downloaded atomic-waker v1.1.2 |
438 | 2024-07-17T22:28:15.009Z | Downloaded async-channel v2.2.1 |
439 | 2024-07-17T22:28:15.009Z | Downloaded serde_path_to_error v0.1.16 |
440 | 2024-07-17T22:28:15.009Z | Downloaded same-file v1.0.6 |
441 | 2024-07-17T22:28:15.009Z | Downloaded float-cmp v0.9.0 |
442 | 2024-07-17T22:28:15.009Z | Downloaded fastrand v2.1.0 |
443 | 2024-07-17T22:28:15.036Z | Downloaded event-listener v2.5.3 |
444 | 2024-07-17T22:28:15.036Z | Downloaded async-trait v0.1.81 |
445 | 2024-07-17T22:28:15.037Z | Downloaded assert-json-diff v2.0.2 |
446 | 2024-07-17T22:28:15.037Z | Downloaded either v1.11.0 |
447 | 2024-07-17T22:28:15.037Z | Downloaded colored v2.1.0 |
448 | 2024-07-17T22:28:15.037Z | Downloaded async-lock v2.8.0 |
449 | 2024-07-17T22:28:15.037Z | Downloaded async-io v1.13.0 |
450 | 2024-07-17T22:28:15.037Z | Downloaded dirs-next v2.0.0 |
451 | 2024-07-17T22:28:15.037Z | Downloaded concurrent-queue v2.5.0 |
452 | 2024-07-17T22:28:15.037Z | Downloaded clap_lex v0.7.0 |
453 | 2024-07-17T22:28:15.037Z | Downloaded byteorder v1.5.0 |
454 | 2024-07-17T22:28:15.037Z | Downloaded ascii-canvas v3.0.0 |
455 | 2024-07-17T22:28:15.037Z | Downloaded async-signal v0.2.6 |
456 | 2024-07-17T22:28:15.122Z | Downloaded curl-sys v0.4.72+curl-8.6.0 |
457 | 2024-07-17T22:28:15.505Z | Downloaded libz-sys v1.1.16 |
458 | 2024-07-17T22:28:15.660Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
459 | 2024-07-17T22:28:15.934Z | Downloaded ring v0.17.8 |
460 | 2024-07-17T22:28:16.106Z | Downloaded ring v0.16.20 |
461 | 2024-07-17T22:28:16.483Z | Downloaded openssl-src v300.2.3+3.2.1 |
462 | 2024-07-17T22:28:17.026Z | Compiling proc-macro2 v1.0.86 |
463 | 2024-07-17T22:28:17.027Z | Compiling unicode-ident v1.0.12 |
464 | 2024-07-17T22:28:17.039Z | Compiling once_cell v1.19.0 |
465 | 2024-07-17T22:28:17.039Z | Compiling libc v0.2.154 |
466 | 2024-07-17T22:28:17.039Z | Compiling cfg-if v1.0.0 |
467 | 2024-07-17T22:28:17.039Z | Compiling autocfg v1.3.0 |
468 | 2024-07-17T22:28:17.056Z | Compiling serde v1.0.204 |
469 | 2024-07-17T22:28:17.067Z | 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-17T22:28:17.067Z | 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-17T22:28:17.067Z | 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-17T22:28:17.067Z | 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-17T22:28:17.067Z | 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-17T22:28:17.067Z | 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` |
475 | 2024-07-17T22:28:17.067Z | 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-17T22:28:17.077Z | 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` |
477 | 2024-07-17T22:28:20.617Z | Compiling version_check v0.9.4 |
478 | 2024-07-17T22:28:20.657Z | 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-17T22:28:20.657Z | Compiling itoa v1.0.11 |
480 | 2024-07-17T22:28:20.657Z | 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-17T22:28:20.657Z | Compiling pin-project-lite v0.2.14 |
482 | 2024-07-17T22:28:20.657Z | 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-17T22:28:20.657Z | Compiling value-bag v1.9.0 |
484 | 2024-07-17T22:28:20.657Z | 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-17T22:28:20.657Z | Compiling memchr v2.7.2 |
486 | 2024-07-17T22:28:20.657Z | 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-17T22:28:20.657Z | Compiling zerocopy v0.7.34 |
488 | 2024-07-17T22:28:20.657Z | 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` |
489 | 2024-07-17T22:28:20.657Z | Compiling log v0.4.22 |
490 | 2024-07-17T22:28:20.657Z | 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` |
491 | 2024-07-17T22:28:20.657Z | Compiling ahash v0.8.11 |
492 | 2024-07-17T22:28:20.657Z | 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` |
493 | 2024-07-17T22:28:20.657Z | Compiling futures-core v0.3.30 |
494 | 2024-07-17T22:28:20.657Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=00de630c8c0c4b02 -C extra-filename=-00de630c8c0c4b02 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
495 | 2024-07-17T22:28:20.657Z | Compiling allocator-api2 v0.2.18 |
496 | 2024-07-17T22:28:20.657Z | 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-17T22:28:20.657Z | Compiling pkg-config v0.3.30 |
498 | 2024-07-17T22:28:20.657Z | 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-17T22:28:20.658Z | Compiling vcpkg v0.2.15 |
500 | 2024-07-17T22:28:20.658Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=807650c813107af2 -C extra-filename=-807650c813107af2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
501 | 2024-07-17T22:28:20.658Z | Compiling futures-io v0.3.30 |
502 | 2024-07-17T22:28:20.658Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5a57c87a43d3d711 -C extra-filename=-5a57c87a43d3d711 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
503 | 2024-07-17T22:28:20.658Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/proc-macro2-62193931a758e13f/build-script-build` |
504 | 2024-07-17T22:28:20.658Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-f8a29f754ca2c968/build-script-build` |
505 | 2024-07-17T22:28:20.658Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde-85c1f076fa20bc8f/build-script-build` |
506 | 2024-07-17T22:28:20.658Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libc-c60e26fcad534716/build-script-build` |
507 | 2024-07-17T22:28:20.658Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ahash-2b132e3c4c9abde1/build-script-build` |
508 | 2024-07-17T22:28:20.658Z | Compiling lock_api v0.4.12 |
509 | 2024-07-17T22:28:20.658Z | 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` |
510 | 2024-07-17T22:28:20.658Z | 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` |
511 | 2024-07-17T22:28:20.658Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3232d5cbfcf3c638 -C extra-filename=-3232d5cbfcf3c638 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern zerocopy=/work/oxidecomputer/oxide.rs/target/debug/deps/libzerocopy-5e1c73aa613b5536.rmeta --cap-lints allow --cfg 'feature="folded_multiply"'` |
512 | 2024-07-17T22:28:20.658Z | 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` |
513 | 2024-07-17T22:28:20.658Z | 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` |
514 | 2024-07-17T22:28:20.658Z | Compiling ryu v1.0.18 |
515 | 2024-07-17T22:28:20.658Z | 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` |
516 | 2024-07-17T22:28:20.658Z | Compiling parking_lot_core v0.9.10 |
517 | 2024-07-17T22:28:20.658Z | 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-17T22:28:20.658Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/lock_api-f987badc8bb3ef96/build-script-build` |
519 | 2024-07-17T22:28:20.658Z | Compiling smallvec v1.13.2 |
520 | 2024-07-17T22:28:20.658Z | 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` |
521 | 2024-07-17T22:28:20.658Z | Compiling hashbrown v0.14.5 |
522 | 2024-07-17T22:28:20.658Z | 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` |
523 | 2024-07-17T22:28:20.658Z | Compiling slab v0.4.9 |
524 | 2024-07-17T22:28:20.658Z | 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` |
525 | 2024-07-17T22:28:20.658Z | Compiling jobserver v0.1.31 |
526 | 2024-07-17T22:28:20.658Z | 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` |
527 | 2024-07-17T22:28:20.658Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/parking_lot_core-6561c4da8eda41f7/build-script-build` |
528 | 2024-07-17T22:28:20.658Z | Compiling bytes v1.6.0 |
529 | 2024-07-17T22:28:20.658Z | 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` |
530 | 2024-07-17T22:28:20.658Z | Compiling quote v1.0.36 |
531 | 2024-07-17T22:28:20.659Z | 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` |
532 | 2024-07-17T22:28:20.659Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slab-41781b31142efd09/build-script-build` |
533 | 2024-07-17T22:28:20.659Z | Compiling serde_json v1.0.120 |
534 | 2024-07-17T22:28:20.659Z | 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` |
535 | 2024-07-17T22:28:20.812Z | Compiling syn v2.0.70 |
536 | 2024-07-17T22:28:20.812Z | 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` |
537 | 2024-07-17T22:28:20.812Z | Compiling cc v1.0.97 |
538 | 2024-07-17T22:28:20.848Z | 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` |
539 | 2024-07-17T22:28:20.848Z | Compiling getrandom v0.2.15 |
540 | 2024-07-17T22:28:20.848Z | 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` |
541 | 2024-07-17T22:28:20.864Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/serde_json-ff8868d3933dbb1d/build-script-build` |
542 | 2024-07-17T22:28:20.886Z | Compiling signal-hook-registry v1.4.2 |
543 | 2024-07-17T22:28:20.911Z | 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` |
544 | 2024-07-17T22:28:20.916Z | 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` |
545 | 2024-07-17T22:28:21.056Z | Compiling equivalent v1.0.1 |
546 | 2024-07-17T22:28:21.059Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3cc869d592c774fc -C extra-filename=-3cc869d592c774fc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
547 | 2024-07-17T22:28:21.159Z | Compiling num-traits v0.2.19 |
548 | 2024-07-17T22:28:21.159Z | Compiling bitflags v2.5.0 |
549 | 2024-07-17T22:28:21.159Z | 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` |
550 | 2024-07-17T22:28:21.162Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=6e19d53e31df3de0 -C extra-filename=-6e19d53e31df3de0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
551 | 2024-07-17T22:28:21.191Z | Compiling fnv v1.0.7 |
552 | 2024-07-17T22:28:21.194Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6c3e22e26d0d6d9f -C extra-filename=-6c3e22e26d0d6d9f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
553 | 2024-07-17T22:28:21.318Z | Compiling scopeguard v1.2.0 |
554 | 2024-07-17T22:28:21.322Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=4908f070df07d7d9 -C extra-filename=-4908f070df07d7d9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
555 | 2024-07-17T22:28:21.364Z | 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` |
556 | 2024-07-17T22:28:21.384Z | Compiling mio v0.8.11 |
557 | 2024-07-17T22:28:21.388Z | 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` |
558 | 2024-07-17T22:28:21.488Z | 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` |
559 | 2024-07-17T22:28:21.535Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/num-traits-af52aea2cd4214f5/build-script-build` |
560 | 2024-07-17T22:28:21.602Z | Compiling tracing-core v0.1.32 |
561 | 2024-07-17T22:28:21.609Z | 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` |
562 | 2024-07-17T22:28:21.750Z | 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` |
563 | 2024-07-17T22:28:21.885Z | Compiling openssl-src v300.2.3+3.2.1 |
564 | 2024-07-17T22:28:21.888Z | 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` |
565 | 2024-07-17T22:28:21.966Z | Compiling crossbeam-utils v0.8.19 |
566 | 2024-07-17T22:28:21.970Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1aace4d0925c592c -C extra-filename=-1aace4d0925c592c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-1aace4d0925c592c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
567 | 2024-07-17T22:28:22.119Z | Compiling regex-syntax v0.8.3 |
568 | 2024-07-17T22:28:22.135Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=228df75afea1e579 -C extra-filename=-228df75afea1e579 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
569 | 2024-07-17T22:28:22.397Z | Compiling parking_lot v0.12.2 |
570 | 2024-07-17T22:28:22.401Z | 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-17T22:28:22.558Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crossbeam-utils-1aace4d0925c592c/build-script-build` |
572 | 2024-07-17T22:28:22.582Z | Compiling socket2 v0.5.7 |
573 | 2024-07-17T22:28:22.586Z | 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-17T22:28:22.858Z | 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-17T22:28:23.343Z | Compiling http v0.2.12 |
576 | 2024-07-17T22:28:23.346Z | 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` |
577 | 2024-07-17T22:28:23.496Z | Compiling tinyvec_macros v0.1.1 |
578 | 2024-07-17T22:28:23.499Z | 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` |
579 | 2024-07-17T22:28:23.580Z | Compiling pin-utils v0.1.0 |
580 | 2024-07-17T22:28:23.584Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c91c3a4fdde7d3d6 -C extra-filename=-c91c3a4fdde7d3d6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
581 | 2024-07-17T22:28:23.645Z | Compiling percent-encoding v2.3.1 |
582 | 2024-07-17T22:28:23.648Z | 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` |
583 | 2024-07-17T22:28:23.668Z | Compiling futures-sink v0.3.30 |
584 | 2024-07-17T22:28:23.717Z | 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` |
585 | 2024-07-17T22:28:23.766Z | Compiling tinyvec v1.6.1 |
586 | 2024-07-17T22:28:23.782Z | 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` |
587 | 2024-07-17T22:28:23.819Z | Compiling form_urlencoded v1.2.1 |
588 | 2024-07-17T22:28:23.830Z | 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` |
589 | 2024-07-17T22:28:24.066Z | Compiling num_cpus v1.16.0 |
590 | 2024-07-17T22:28:24.070Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ecbd16f512936c51 -C extra-filename=-ecbd16f512936c51 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
591 | 2024-07-17T22:28:24.128Z | Compiling openssl-sys v0.9.102 |
592 | 2024-07-17T22:28:24.132Z | 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` |
593 | 2024-07-17T22:28:24.184Z | Compiling ring v0.17.8 |
594 | 2024-07-17T22:28:24.194Z | 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` |
595 | 2024-07-17T22:28:24.202Z | Compiling futures-channel v0.3.30 |
596 | 2024-07-17T22:28:24.205Z | 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-17T22:28:24.383Z | Compiling futures-task v0.3.30 |
598 | 2024-07-17T22:28:24.386Z | 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` |
599 | 2024-07-17T22:28:24.631Z | Compiling unicode-bidi v0.3.15 |
600 | 2024-07-17T22:28:24.634Z | 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` |
601 | 2024-07-17T22:28:24.696Z | Compiling spin v0.9.8 |
602 | 2024-07-17T22:28:24.719Z | 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` |
603 | 2024-07-17T22:28:24.936Z | Compiling httparse v1.8.0 |
604 | 2024-07-17T22:28:24.939Z | 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` |
605 | 2024-07-17T22:28:25.114Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-30090b2da5f861ca/build-script-main` |
606 | 2024-07-17T22:28:25.255Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-c7013478511c32f9/build-script-build` |
607 | 2024-07-17T22:28:25.272Z | Compiling unicode-normalization v0.1.23 |
608 | 2024-07-17T22:28:25.276Z | 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` |
609 | 2024-07-17T22:28:25.327Z | 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` |
610 | 2024-07-17T22:28:25.649Z | Compiling schemars v0.8.21 |
611 | 2024-07-17T22:28:25.652Z | 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` |
612 | 2024-07-17T22:28:25.962Z | Compiling idna v0.5.0 |
613 | 2024-07-17T22:28:25.966Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b8cb99f6b2e1657e -C extra-filename=-b8cb99f6b2e1657e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_bidi-8e0f9c0ac325a90f.rmeta --extern unicode_normalization=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_normalization-df489fb56f6cc509.rmeta --cap-lints allow` |
614 | 2024-07-17T22:28:26.047Z | Compiling thiserror v1.0.62 |
615 | 2024-07-17T22:28:26.050Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.62/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=67347fca83ee7662 -C extra-filename=-67347fca83ee7662 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/thiserror-67347fca83ee7662 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
616 | 2024-07-17T22:28:26.155Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/schemars-55094047b34bd824/build-script-build` |
617 | 2024-07-17T22:28:26.175Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/httparse-62cce613a1049bac/build-script-build` |
618 | 2024-07-17T22:28:26.197Z | Compiling concurrent-queue v2.5.0 |
619 | 2024-07-17T22:28:26.206Z | 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-17T22:28:26.212Z | Compiling parking v2.2.0 |
621 | 2024-07-17T22:28:26.216Z | 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` |
622 | 2024-07-17T22:28:26.493Z | Compiling dyn-clone v1.0.17 |
623 | 2024-07-17T22:28:26.496Z | 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` |
624 | 2024-07-17T22:28:26.542Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/thiserror-67347fca83ee7662/build-script-build` |
625 | 2024-07-17T22:28:26.558Z | Compiling untrusted v0.9.0 |
626 | 2024-07-17T22:28:26.561Z | 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` |
627 | 2024-07-17T22:28:26.658Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=a3abc0c07df28b37 -C extra-filename=-a3abc0c07df28b37 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
628 | 2024-07-17T22:28:26.678Z | 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-17T22:28:26.707Z | Compiling heck v0.5.0 |
630 | 2024-07-17T22:28:26.710Z | 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` |
631 | 2024-07-17T22:28:27.165Z | Compiling aho-corasick v1.1.3 |
632 | 2024-07-17T22:28:27.169Z | 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` |
633 | 2024-07-17T22:28:27.337Z | Compiling serde_derive_internals v0.29.0 |
634 | 2024-07-17T22:28:27.340Z | 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` |
635 | 2024-07-17T22:28:27.354Z | Compiling libz-sys v1.1.16 |
636 | 2024-07-17T22:28:27.359Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' -C metadata=2a7fe9d6e2825e67 -C extra-filename=-2a7fe9d6e2825e67 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-2a7fe9d6e2825e67 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-19b7fd6d715690a1.rlib --extern vcpkg=/work/oxidecomputer/oxide.rs/target/debug/deps/libvcpkg-807650c813107af2.rlib --cap-lints allow` |
637 | 2024-07-17T22:28:27.986Z | Compiling errno v0.3.9 |
638 | 2024-07-17T22:28:27.989Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=eed664db9d79d2d7 -C extra-filename=-eed664db9d79d2d7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
639 | 2024-07-17T22:28:28.004Z | Compiling fastrand v2.1.0 |
640 | 2024-07-17T22:28:28.007Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=69c2236fd6634fd2 -C extra-filename=-69c2236fd6634fd2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
641 | 2024-07-17T22:28:28.196Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libz-sys-2a7fe9d6e2825e67/build-script-build` |
642 | 2024-07-17T22:28:28.555Z | Compiling iana-time-zone v0.1.60 |
643 | 2024-07-17T22:28:28.558Z | 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` |
644 | 2024-07-17T22:28:28.976Z | Compiling regex-automata v0.4.6 |
645 | 2024-07-17T22:28:28.980Z | 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` |
646 | 2024-07-17T22:28:29.173Z | Compiling rustix v0.38.34 |
647 | 2024-07-17T22:28:29.176Z | 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` |
648 | 2024-07-17T22:28:29.212Z | Compiling try-lock v0.2.5 |
649 | 2024-07-17T22:28:29.215Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=faa406ed01f40ffa -C extra-filename=-faa406ed01f40ffa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
650 | 2024-07-17T22:28:29.336Z | Compiling openssl-probe v0.1.5 |
651 | 2024-07-17T22:28:29.353Z | 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` |
652 | 2024-07-17T22:28:29.353Z | Compiling want v0.3.1 |
653 | 2024-07-17T22:28:29.357Z | 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-17T22:28:29.640Z | Compiling http-body v0.4.6 |
655 | 2024-07-17T22:28:29.644Z | 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-17T22:28:29.685Z | Compiling foreign-types-shared v0.1.1 |
657 | 2024-07-17T22:28:29.688Z | 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-17T22:28:29.787Z | Compiling tower-service v0.3.2 |
659 | 2024-07-17T22:28:29.790Z | 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` |
660 | 2024-07-17T22:28:29.805Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-fd7484f0d96ec34a/build-script-build` |
661 | 2024-07-17T22:28:29.897Z | Compiling httpdate v1.0.3 |
662 | 2024-07-17T22:28:29.900Z | 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` |
663 | 2024-07-17T22:28:29.914Z | Compiling openssl v0.10.64 |
664 | 2024-07-17T22:28:29.917Z | 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` |
665 | 2024-07-17T22:28:30.079Z | 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` |
666 | 2024-07-17T22:28:30.332Z | Compiling foreign-types v0.3.2 |
667 | 2024-07-17T22:28:30.336Z | 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` |
668 | 2024-07-17T22:28:30.399Z | Compiling encoding_rs v0.8.34 |
669 | 2024-07-17T22:28:30.402Z | 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` |
670 | 2024-07-17T22:28:30.423Z | Compiling rustls v0.21.12 |
671 | 2024-07-17T22:28:30.438Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=82d81cd4750fb3ac -C extra-filename=-82d81cd4750fb3ac --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/rustls-82d81cd4750fb3ac -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
672 | 2024-07-17T22:28:30.733Z | Compiling mime v0.3.17 |
673 | 2024-07-17T22:28:30.737Z | 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` |
674 | 2024-07-17T22:28:31.333Z | Compiling native-tls v0.2.11 |
675 | 2024-07-17T22:28:31.342Z | 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` |
676 | 2024-07-17T22:28:31.672Z | 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` |
677 | 2024-07-17T22:28:32.617Z | Compiling serde_derive v1.0.204 |
678 | 2024-07-17T22:28:32.621Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.204/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=dbf14eb1118f3040 -C extra-filename=-dbf14eb1118f3040 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
679 | 2024-07-17T22:28:33.471Z | Compiling tracing-attributes v0.1.27 |
680 | 2024-07-17T22:28:33.479Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=77fdc89d23074ef2 -C extra-filename=-77fdc89d23074ef2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
681 | 2024-07-17T22:28:34.627Z | Compiling tokio-macros v2.3.0 |
682 | 2024-07-17T22:28:34.642Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e0a0e1c5f8a0d215 -C extra-filename=-e0a0e1c5f8a0d215 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
683 | 2024-07-17T22:28:35.108Z | Compiling futures-macro v0.3.30 |
684 | 2024-07-17T22:28:35.112Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=643c03b387aaee63 -C extra-filename=-643c03b387aaee63 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
685 | 2024-07-17T22:28:36.069Z | Compiling schemars_derive v0.8.21 |
686 | 2024-07-17T22:28:36.073Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=5485bfc7bb65f1e2 -C extra-filename=-5485bfc7bb65f1e2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern serde_derive_internals=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_derive_internals-3dbe624c26308f70.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
687 | 2024-07-17T22:28:36.325Z | Compiling tokio v1.38.0 |
688 | 2024-07-17T22:28:36.339Z | 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` |
689 | 2024-07-17T22:28:36.764Z | Compiling tracing v0.1.40 |
690 | 2024-07-17T22:28:36.767Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=944feb042ea9b649 -C extra-filename=-944feb042ea9b649 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern tracing_attributes=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_attributes-77fdc89d23074ef2.so --extern tracing_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing_core-10cef7a13e1f7082.rmeta --cap-lints allow` |
691 | 2024-07-17T22:28:37.029Z | Compiling futures-util v0.3.30 |
692 | 2024-07-17T22:28:37.056Z | 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-17T22:28:37.305Z | Compiling thiserror-impl v1.0.62 |
694 | 2024-07-17T22:28:37.310Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.62/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=779bac7f1072992a -C extra-filename=-779bac7f1072992a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
695 | 2024-07-17T22:28:38.320Z | 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` |
696 | 2024-07-17T22:28:39.137Z | Compiling regex v1.10.5 |
697 | 2024-07-17T22:28:39.140Z | 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` |
698 | 2024-07-17T22:28:40.008Z | 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` |
699 | 2024-07-17T22:28:40.214Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.62/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fbf9a37eed24efda -C extra-filename=-fbf9a37eed24efda --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror_impl-779bac7f1072992a.so --cap-lints allow` |
700 | 2024-07-17T22:28:40.336Z | Compiling openssl-macros v0.1.1 |
701 | 2024-07-17T22:28:40.339Z | 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-17T22:28:40.339Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-82d81cd4750fb3ac/build-script-build` |
703 | 2024-07-17T22:28:40.426Z | 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` |
704 | 2024-07-17T22:28:40.806Z | Compiling rustls-webpki v0.101.7 |
705 | 2024-07-17T22:28:40.810Z | 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` |
706 | 2024-07-17T22:28:41.233Z | Compiling sct v0.7.1 |
707 | 2024-07-17T22:28:41.235Z | 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` |
708 | 2024-07-17T22:28:41.587Z | Compiling typenum v1.17.0 |
709 | 2024-07-17T22:28:41.608Z | 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` |
710 | 2024-07-17T22:28:42.561Z | 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-17T22:28:42.778Z | Compiling anstyle v1.0.7 |
712 | 2024-07-17T22:28:42.781Z | 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-17T22:28:43.100Z | Compiling base64 v0.21.7 |
714 | 2024-07-17T22:28:43.131Z | 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-17T22:28:43.258Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/typenum-e39b9cffd1db3e72/build-script-main` |
716 | 2024-07-17T22:28:43.456Z | Compiling rand_core v0.6.4 |
717 | 2024-07-17T22:28:43.459Z | 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` |
718 | 2024-07-17T22:28:43.503Z | Compiling generic-array v0.14.7 |
719 | 2024-07-17T22:28:43.506Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' -C metadata=89677f8aab9db4a8 -C extra-filename=-89677f8aab9db4a8 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/generic-array-89677f8aab9db4a8 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
720 | 2024-07-17T22:28:43.832Z | Compiling ppv-lite86 v0.2.17 |
721 | 2024-07-17T22:28:43.854Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=0befd25cab6fd854 -C extra-filename=-0befd25cab6fd854 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
722 | 2024-07-17T22:28:43.887Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/generic-array-89677f8aab9db4a8/build-script-build` |
723 | 2024-07-17T22:28:43.923Z | Compiling rustls-pemfile v1.0.4 |
724 | 2024-07-17T22:28:43.926Z | 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` |
725 | 2024-07-17T22:28:43.980Z | 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` |
726 | 2024-07-17T22:28:44.408Z | Compiling tokio-util v0.7.11 |
727 | 2024-07-17T22:28:44.412Z | 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` |
728 | 2024-07-17T22:28:44.631Z | Compiling rand_chacha v0.3.1 |
729 | 2024-07-17T22:28:44.635Z | 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-17T22:28:45.484Z | 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` |
731 | 2024-07-17T22:28:45.755Z | Compiling event-listener v4.0.3 |
732 | 2024-07-17T22:28:45.758Z | 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` |
733 | 2024-07-17T22:28:45.899Z | Compiling ipnet v2.9.0 |
734 | 2024-07-17T22:28:45.902Z | 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` |
735 | 2024-07-17T22:28:46.363Z | Compiling indexmap v2.2.6 |
736 | 2024-07-17T22:28:46.366Z | 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` |
737 | 2024-07-17T22:28:46.479Z | 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` |
738 | 2024-07-17T22:28:46.667Z | Compiling url v2.5.2 |
739 | 2024-07-17T22:28:46.671Z | 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-17T22:28:47.399Z | Compiling chrono v0.4.38 |
741 | 2024-07-17T22:28:47.405Z | 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` |
742 | 2024-07-17T22:28:47.729Z | Compiling h2 v0.3.26 |
743 | 2024-07-17T22:28:47.732Z | 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` |
744 | 2024-07-17T22:28:48.324Z | Compiling uuid v1.10.0 |
745 | 2024-07-17T22:28:48.351Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=420b6523f328db4e -C extra-filename=-420b6523f328db4e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern getrandom=/work/oxidecomputer/oxide.rs/target/debug/deps/libgetrandom-54e5e557836924a8.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow` |
746 | 2024-07-17T22:28:48.851Z | Compiling tokio-rustls v0.24.1 |
747 | 2024-07-17T22:28:48.854Z | 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` |
748 | 2024-07-17T22:28:49.239Z | Compiling serde_urlencoded v0.7.1 |
749 | 2024-07-17T22:28:49.241Z | 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` |
750 | 2024-07-17T22:28:49.295Z | Compiling same-file v1.0.6 |
751 | 2024-07-17T22:28:49.298Z | 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` |
752 | 2024-07-17T22:28:49.526Z | Compiling either v1.11.0 |
753 | 2024-07-17T22:28:49.529Z | 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` |
754 | 2024-07-17T22:28:49.610Z | Compiling utf8parse v0.2.1 |
755 | 2024-07-17T22:28:49.613Z | 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` |
756 | 2024-07-17T22:28:49.767Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=91bcce1bd2c1fc28 -C extra-filename=-91bcce1bd2c1fc28 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-cc8f767d93e5e22c.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-5485bfc7bb65f1e2.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
757 | 2024-07-17T22:28:49.785Z | Compiling sync_wrapper v0.1.2 |
758 | 2024-07-17T22:28:49.788Z | 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` |
759 | 2024-07-17T22:28:49.910Z | Compiling webpki-roots v0.25.4 |
760 | 2024-07-17T22:28:49.913Z | 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-17T22:28:49.926Z | Compiling anstyle-parse v0.2.4 |
762 | 2024-07-17T22:28:49.930Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=a5ef43da85e5e5df -C extra-filename=-a5ef43da85e5e5df --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern utf8parse=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8parse-55b94bf56b111e50.rmeta --cap-lints allow` |
763 | 2024-07-17T22:28:50.043Z | Compiling walkdir v2.5.0 |
764 | 2024-07-17T22:28:50.046Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0c0e68ea3f3500f7 -C extra-filename=-0c0e68ea3f3500f7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern same_file=/work/oxidecomputer/oxide.rs/target/debug/deps/libsame_file-78253212bcd3c8db.rmeta --cap-lints allow` |
765 | 2024-07-17T22:28:50.253Z | Compiling event-listener-strategy v0.4.0 |
766 | 2024-07-17T22:28:50.256Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=0128bbe095656f9e -C extra-filename=-0128bbe095656f9e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-b73384e9399a6ac8.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
767 | 2024-07-17T22:28:50.465Z | Compiling serde_spanned v0.6.6 |
768 | 2024-07-17T22:28:50.468Z | 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` |
769 | 2024-07-17T22:28:50.721Z | Compiling toml_datetime v0.6.6 |
770 | 2024-07-17T22:28:50.724Z | 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` |
771 | 2024-07-17T22:28:50.928Z | Compiling serde_tokenstream v0.2.1 |
772 | 2024-07-17T22:28:50.931Z | 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-17T22:28:51.267Z | 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` |
774 | 2024-07-17T22:28:51.439Z | Compiling rand v0.8.5 |
775 | 2024-07-17T22:28:51.442Z | 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` |
776 | 2024-07-17T22:28:51.613Z | Compiling futures-lite v2.3.0 |
777 | 2024-07-17T22:28:51.616Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=e1d2a806e2cf06bf -C extra-filename=-e1d2a806e2cf06bf --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-69c2236fd6634fd2.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
778 | 2024-07-17T22:28:52.514Z | Compiling libnghttp2-sys v0.1.10+1.61.0 |
779 | 2024-07-17T22:28:52.517Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.10+1.61.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=c2f6814531d99b4d -C extra-filename=-c2f6814531d99b4d --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-c2f6814531d99b4d -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --cap-lints allow` |
780 | 2024-07-17T22:28:53.051Z | Compiling regress v0.10.0 |
781 | 2024-07-17T22:28:53.054Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4cb4b970579c719e -C extra-filename=-4cb4b970579c719e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxide.rs/target/debug/deps/libhashbrown-52d96862eacff376.rmeta --extern memchr=/work/oxidecomputer/oxide.rs/target/debug/deps/libmemchr-62677b9020943965.rmeta --cap-lints allow` |
782 | 2024-07-17T22:28:53.309Z | Compiling is_terminal_polyfill v1.70.0 |
783 | 2024-07-17T22:28:53.314Z | 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` |
784 | 2024-07-17T22:28:53.317Z | Compiling anstyle-query v1.0.3 |
785 | 2024-07-17T22:28:53.320Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C metadata=6742f4bd8504ff15 -C extra-filename=-6742f4bd8504ff15 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
786 | 2024-07-17T22:28:53.334Z | Compiling colorchoice v1.0.1 |
787 | 2024-07-17T22:28:53.350Z | 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` |
788 | 2024-07-17T22:28:53.455Z | Compiling event-listener v2.5.3 |
789 | 2024-07-17T22:28:53.458Z | 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` |
790 | 2024-07-17T22:28:53.472Z | Compiling winnow v0.6.8 |
791 | 2024-07-17T22:28:53.489Z | 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` |
792 | 2024-07-17T22:28:53.492Z | Compiling anstream v0.6.14 |
793 | 2024-07-17T22:28:53.492Z | 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` |
794 | 2024-07-17T22:28:53.658Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-c2f6814531d99b4d/build-script-build` |
795 | 2024-07-17T22:28:53.916Z | Compiling async-lock v3.3.0 |
796 | 2024-07-17T22:28:53.919Z | 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` |
797 | 2024-07-17T22:28:54.272Z | Compiling dirs-sys-next v0.1.2 |
798 | 2024-07-17T22:28:54.275Z | 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` |
799 | 2024-07-17T22:28:54.326Z | Compiling hyper v0.14.28 |
800 | 2024-07-17T22:28:54.329Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=04baa67122d3106d -C extra-filename=-04baa67122d3106d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-6a8552f2b566708c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-bb15c908c7fd5ab8.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern httpdate=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpdate-02ef4b1e0af5b63d.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern socket2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsocket2-69c133410a11ca54.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-09c5d48e32fe9842.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --extern want=/work/oxidecomputer/oxide.rs/target/debug/deps/libwant-c97a904080338b58.rmeta --cap-lints allow` |
801 | 2024-07-17T22:28:55.046Z | Compiling polling v2.8.0 |
802 | 2024-07-17T22:28:55.049Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3fd7ad9423850f1b -C extra-filename=-3fd7ad9423850f1b --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/polling-3fd7ad9423850f1b -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-b39a3a1921870810.rlib --cap-lints allow` |
803 | 2024-07-17T22:28:55.340Z | 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` |
804 | 2024-07-17T22:28:55.377Z | Compiling clap_lex v0.7.0 |
805 | 2024-07-17T22:28:55.404Z | 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` |
806 | 2024-07-17T22:28:55.462Z | Compiling strsim v0.11.1 |
807 | 2024-07-17T22:28:55.465Z | 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` |
808 | 2024-07-17T22:28:55.949Z | Compiling io-lifetimes v1.0.11 |
809 | 2024-07-17T22:28:55.952Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=5d007121bab626bb -C extra-filename=-5d007121bab626bb --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-5d007121bab626bb -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
810 | 2024-07-17T22:28:56.495Z | Compiling atomic-waker v1.1.2 |
811 | 2024-07-17T22:28:56.538Z | 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` |
812 | 2024-07-17T22:28:56.541Z | Compiling crunchy v0.2.2 |
813 | 2024-07-17T22:28:56.541Z | 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` |
814 | 2024-07-17T22:28:56.689Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/io-lifetimes-5d007121bab626bb/build-script-build` |
815 | 2024-07-17T22:28:56.949Z | Compiling toml_edit v0.22.15 |
816 | 2024-07-17T22:28:56.952Z | 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` |
817 | 2024-07-17T22:28:57.028Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/crunchy-c401f24cb2421025/build-script-build` |
818 | 2024-07-17T22:28:57.047Z | Compiling clap_builder v4.5.9 |
819 | 2024-07-17T22:28:57.050Z | 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` |
820 | 2024-07-17T22:28:57.216Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=d41e2ca14637d9c0 -C extra-filename=-d41e2ca14637d9c0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-db506aa409dd179d.rmeta --cap-lints allow --cfg has_const_fn_trait_bound` |
821 | 2024-07-17T22:28:57.616Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/polling-3fd7ad9423850f1b/build-script-build` |
822 | 2024-07-17T22:28:57.733Z | Compiling dirs-next v2.0.0 |
823 | 2024-07-17T22:28:57.736Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=32e1e2a8b0f85e6f -C extra-filename=-32e1e2a8b0f85e6f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern dirs_sys_next=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs_sys_next-7d165399a5004531.rmeta --cap-lints allow` |
824 | 2024-07-17T22:28:57.918Z | Compiling crypto-common v0.1.6 |
825 | 2024-07-17T22:28:57.921Z | 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` |
826 | 2024-07-17T22:28:58.004Z | Compiling block-buffer v0.10.4 |
827 | 2024-07-17T22:28:58.007Z | 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` |
828 | 2024-07-17T22:28:58.088Z | Compiling polling v3.7.0 |
829 | 2024-07-17T22:28:58.187Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e8f0827f6e7aeac5 -C extra-filename=-e8f0827f6e7aeac5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --cap-lints allow` |
830 | 2024-07-17T22:28:58.206Z | Compiling clap_derive v4.5.8 |
831 | 2024-07-17T22:28:58.209Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' -C metadata=a1b9a488840db78b -C extra-filename=-a1b9a488840db78b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
832 | 2024-07-17T22:28:58.477Z | Compiling event-listener v5.3.0 |
833 | 2024-07-17T22:28:58.480Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' -C metadata=813eeec79e553996 -C extra-filename=-813eeec79e553996 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
834 | 2024-07-17T22:28:58.876Z | Compiling curl-sys v0.4.72+curl-8.6.0 |
835 | 2024-07-17T22:28:58.878Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-sys-0.4.72+curl-8.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' -C metadata=50ba418cd75a3269 -C extra-filename=-50ba418cd75a3269 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-50ba418cd75a3269 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-19b7fd6d715690a1.rlib --cap-lints allow` |
836 | 2024-07-17T22:28:59.009Z | 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` |
837 | 2024-07-17T22:28:59.152Z | Compiling waker-fn v1.1.1 |
838 | 2024-07-17T22:28:59.155Z | 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` |
839 | 2024-07-17T22:28:59.272Z | Compiling siphasher v0.3.11 |
840 | 2024-07-17T22:28:59.275Z | 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` |
841 | 2024-07-17T22:28:59.644Z | Compiling rustix v0.37.27 |
842 | 2024-07-17T22:28:59.647Z | 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-17T22:28:59.679Z | Compiling fastrand v1.9.0 |
844 | 2024-07-17T22:28:59.682Z | 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` |
845 | 2024-07-17T22:28:59.801Z | Compiling lazy_static v1.4.0 |
846 | 2024-07-17T22:28:59.804Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8f93af5ac36cac0e -C extra-filename=-8f93af5ac36cac0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
847 | 2024-07-17T22:28:59.934Z | Compiling toml v0.8.14 |
848 | 2024-07-17T22:28:59.938Z | 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` |
849 | 2024-07-17T22:29:00.234Z | Compiling tiny-keccak v2.0.2 |
850 | 2024-07-17T22:29:00.237Z | 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` |
851 | 2024-07-17T22:29:00.249Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustix-1b107a1d73ccc61a/build-script-build` |
852 | 2024-07-17T22:29:00.348Z | Compiling futures-lite v1.13.0 |
853 | 2024-07-17T22:29:00.351Z | 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` |
854 | 2024-07-17T22:29:00.566Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/tiny-keccak-5324aa666afe1fc5/build-script-build` |
855 | 2024-07-17T22:29:00.589Z | Compiling phf_shared v0.10.0 |
856 | 2024-07-17T22:29:00.592Z | 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` |
857 | 2024-07-17T22:29:00.959Z | Compiling hyper-rustls v0.24.2 |
858 | 2024-07-17T22:29:00.962Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4637f79667688025 -C extra-filename=-4637f79667688025 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-04baa67122d3106d.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-4877e0783364c7ee.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-715c4592a8a1becb.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
859 | 2024-07-17T22:29:01.321Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=b7bda6cdaedf384b -C extra-filename=-b7bda6cdaedf384b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern lock_api=/work/oxidecomputer/oxide.rs/target/debug/deps/liblock_api-d41e2ca14637d9c0.rmeta --extern parking_lot_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking_lot_core-a52b863144dbda51.rmeta --cap-lints allow` |
860 | 2024-07-17T22:29:01.857Z | Compiling event-listener-strategy v0.5.2 |
861 | 2024-07-17T22:29:01.860Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=f44ddcf183937962 -C extra-filename=-f44ddcf183937962 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-813eeec79e553996.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
862 | 2024-07-17T22:29:02.065Z | Compiling async-io v2.3.2 |
863 | 2024-07-17T22:29:02.069Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=68a2cc44c5968d5c -C extra-filename=-68a2cc44c5968d5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_lock=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_lock-2008b118ac14e7e0.rmeta --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_lite-e1d2a806e2cf06bf.rmeta --extern parking=/work/oxidecomputer/oxide.rs/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern polling=/work/oxidecomputer/oxide.rs/target/debug/deps/libpolling-e8f0827f6e7aeac5.rmeta --extern rustix=/work/oxidecomputer/oxide.rs/target/debug/deps/librustix-02810ab983029614.rmeta --extern slab=/work/oxidecomputer/oxide.rs/target/debug/deps/libslab-99208f5d56d2e885.rmeta --extern tracing=/work/oxidecomputer/oxide.rs/target/debug/deps/libtracing-944feb042ea9b649.rmeta --cap-lints allow` |
864 | 2024-07-17T22:29:02.224Z | Compiling digest v0.10.7 |
865 | 2024-07-17T22:29:02.251Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e1068141db1750c0 -C extra-filename=-e1068141db1750c0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern block_buffer=/work/oxidecomputer/oxide.rs/target/debug/deps/libblock_buffer-7aac53c173c7538a.rmeta --extern crypto_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrypto_common-52cefadcfd72e47d.rmeta --cap-lints allow` |
866 | 2024-07-17T22:29:02.363Z | Compiling term v0.7.0 |
867 | 2024-07-17T22:29:02.366Z | 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` |
868 | 2024-07-17T22:29:02.566Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=75f7cd833ba82899 -C extra-filename=-75f7cd833ba82899 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxide.rs/target/debug/deps/libcfg_if-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --cap-lints allow` |
869 | 2024-07-17T22:29:03.024Z | Compiling clap v4.5.9 |
870 | 2024-07-17T22:29:03.027Z | 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` |
871 | 2024-07-17T22:29:03.111Z | 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` |
872 | 2024-07-17T22:29:03.130Z | 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` |
873 | 2024-07-17T22:29:03.208Z | Compiling futures-executor v0.3.30 |
874 | 2024-07-17T22:29:03.210Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=54cc0b523a6ae9ca -C extra-filename=-54cc0b523a6ae9ca --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --cap-lints allow` |
875 | 2024-07-17T22:29:03.327Z | Compiling async-io v1.13.0 |
876 | 2024-07-17T22:29:03.334Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=28ec066985119802 -C extra-filename=-28ec066985119802 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/async-io-28ec066985119802 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern autocfg=/work/oxidecomputer/oxide.rs/target/debug/deps/libautocfg-b39a3a1921870810.rlib --cap-lints allow` |
877 | 2024-07-17T22:29:03.680Z | Compiling rustversion v1.0.16 |
878 | 2024-07-17T22:29:03.686Z | 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` |
879 | 2024-07-17T22:29:03.880Z | Compiling bitflags v1.3.2 |
880 | 2024-07-17T22:29:03.883Z | 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` |
881 | 2024-07-17T22:29:03.973Z | Compiling new_debug_unreachable v1.0.6 |
882 | 2024-07-17T22:29:03.988Z | 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` |
883 | 2024-07-17T22:29:04.088Z | Compiling bit-vec v0.6.3 |
884 | 2024-07-17T22:29:04.106Z | 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` |
885 | 2024-07-17T22:29:04.269Z | Compiling precomputed-hash v0.1.1 |
886 | 2024-07-17T22:29:04.272Z | 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` |
887 | 2024-07-17T22:29:04.337Z | Compiling cpufeatures v0.2.12 |
888 | 2024-07-17T22:29:04.340Z | 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` |
889 | 2024-07-17T22:29:04.381Z | Compiling time-core v0.1.2 |
890 | 2024-07-17T22:29:04.385Z | 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` |
891 | 2024-07-17T22:29:04.430Z | Compiling num-conv v0.1.0 |
892 | 2024-07-17T22:29:04.471Z | 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` |
893 | 2024-07-17T22:29:04.474Z | Compiling unicode-width v0.1.12 |
894 | 2024-07-17T22:29:04.502Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=018b598527f26950 -C extra-filename=-018b598527f26950 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
895 | 2024-07-17T22:29:04.549Z | Compiling powerfmt v0.2.0 |
896 | 2024-07-17T22:29:04.576Z | 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` |
897 | 2024-07-17T22:29:04.682Z | Compiling async-task v4.7.1 |
898 | 2024-07-17T22:29:04.685Z | 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` |
899 | 2024-07-17T22:29:04.711Z | Compiling fixedbitset v0.4.2 |
900 | 2024-07-17T22:29:04.714Z | 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` |
901 | 2024-07-17T22:29:04.746Z | Compiling time-macros v0.2.18 |
902 | 2024-07-17T22:29:04.749Z | 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` |
903 | 2024-07-17T22:29:04.960Z | Compiling petgraph v0.6.5 |
904 | 2024-07-17T22:29:04.963Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=7838c4b73b81a8e3 -C extra-filename=-7838c4b73b81a8e3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern fixedbitset=/work/oxidecomputer/oxide.rs/target/debug/deps/libfixedbitset-7733a3ac9462985c.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --cap-lints allow` |
905 | 2024-07-17T22:29:05.034Z | Compiling deranged v0.3.11 |
906 | 2024-07-17T22:29:05.039Z | 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` |
907 | 2024-07-17T22:29:05.096Z | Compiling bit-set v0.5.3 |
908 | 2024-07-17T22:29:05.099Z | 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` |
909 | 2024-07-17T22:29:05.212Z | Compiling string_cache v0.8.7 |
910 | 2024-07-17T22:29:05.215Z | 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` |
911 | 2024-07-17T22:29:05.337Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustversion-6e92aa5c3ebb4bde/build-script-build` |
912 | 2024-07-17T22:29:05.469Z | 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` |
913 | 2024-07-17T22:29:05.637Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/async-io-28ec066985119802/build-script-build` |
914 | 2024-07-17T22:29:05.737Z | Compiling futures v0.3.30 |
915 | 2024-07-17T22:29:05.741Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=9e3c63aa3d6706dc -C extra-filename=-9e3c63aa3d6706dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_channel=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_executor=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_executor-54cc0b523a6ae9ca.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --extern futures_sink=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --cap-lints allow` |
916 | 2024-07-17T22:29:05.845Z | 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` |
917 | 2024-07-17T22:29:06.369Z | Compiling ascii-canvas v3.0.0 |
918 | 2024-07-17T22:29:06.371Z | 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` |
919 | 2024-07-17T22:29:06.838Z | Compiling async-channel v2.2.1 |
920 | 2024-07-17T22:29:06.842Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3475fe6245745a23 -C extra-filename=-3475fe6245745a23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-813eeec79e553996.rmeta --extern event_listener_strategy=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener_strategy-f44ddcf183937962.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --cap-lints allow` |
921 | 2024-07-17T22:29:06.924Z | Compiling piper v0.2.1 |
922 | 2024-07-17T22:29:06.927Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' -C metadata=8dbdaa7895aa16cc -C extra-filename=-8dbdaa7895aa16cc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern atomic_waker=/work/oxidecomputer/oxide.rs/target/debug/deps/libatomic_waker-e7a19b0165a38f6d.rmeta --extern fastrand=/work/oxidecomputer/oxide.rs/target/debug/deps/libfastrand-69c2236fd6634fd2.rmeta --extern futures_io=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_io-5a57c87a43d3d711.rmeta --cap-lints allow` |
923 | 2024-07-17T22:29:07.074Z | Compiling async-channel v1.9.0 |
924 | 2024-07-17T22:29:07.077Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d4e3dd1330bdc71e -C extra-filename=-d4e3dd1330bdc71e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/oxide.rs/target/debug/deps/libconcurrent_queue-7c15cab6f3adef7c.rmeta --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f55cdf44e1505c0c.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --cap-lints allow` |
925 | 2024-07-17T22:29:07.188Z | Compiling async-lock v2.8.0 |
926 | 2024-07-17T22:29:07.191Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4be68d1eb73c3572 -C extra-filename=-4be68d1eb73c3572 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern event_listener=/work/oxidecomputer/oxide.rs/target/debug/deps/libevent_listener-f55cdf44e1505c0c.rmeta --cap-lints allow` |
927 | 2024-07-17T22:29:07.357Z | Compiling itertools v0.11.0 |
928 | 2024-07-17T22:29:07.374Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=bdbff36c619fc05e -C extra-filename=-bdbff36c619fc05e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern either=/work/oxidecomputer/oxide.rs/target/debug/deps/libeither-b7a9e0043fde89a5.rmeta --cap-lints allow` |
929 | 2024-07-17T22:29:07.377Z | Compiling lalrpop-util v0.20.2 |
930 | 2024-07-17T22:29:07.377Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="lexer"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=5e58e5e407ad67b2 -C extra-filename=-5e58e5e407ad67b2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern regex_automata=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex_automata-ebca22d932d0da94.rmeta --cap-lints allow` |
931 | 2024-07-17T22:29:07.473Z | Compiling ena v0.14.3 |
932 | 2024-07-17T22:29:07.475Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=fde142584cef194e -C extra-filename=-fde142584cef194e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-ee3c2e65c58c9129.rmeta --cap-lints allow` |
933 | 2024-07-17T22:29:07.585Z | Compiling libgit2-sys v0.17.0+1.8.1 |
934 | 2024-07-17T22:29:07.622Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=70e947452d78c237 -C extra-filename=-70e947452d78c237 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-70e947452d78c237 -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern cc=/work/oxidecomputer/oxide.rs/target/debug/deps/libcc-55ca078c0d923f96.rlib --extern pkg_config=/work/oxidecomputer/oxide.rs/target/debug/deps/libpkg_config-19b7fd6d715690a1.rlib --cap-lints allow` |
935 | 2024-07-17T22:29:07.737Z | Compiling socket2 v0.4.10 |
936 | 2024-07-17T22:29:07.741Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=8346587b13f18216 -C extra-filename=-8346587b13f18216 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --cap-lints allow` |
937 | 2024-07-17T22:29:07.811Z | Compiling pico-args v0.5.0 |
938 | 2024-07-17T22:29:07.814Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pico_args --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pico-args-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2d9b5663b31c65df -C extra-filename=-2d9b5663b31c65df --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
939 | 2024-07-17T22:29:07.872Z | Compiling home v0.5.9 |
940 | 2024-07-17T22:29:07.876Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C metadata=193acd7fe5dbcb23 -C extra-filename=-193acd7fe5dbcb23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
941 | 2024-07-17T22:29:07.965Z | Compiling unicode-xid v0.2.4 |
942 | 2024-07-17T22:29:07.968Z | 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` |
943 | 2024-07-17T22:29:08.118Z | Compiling num_threads v0.1.7 |
944 | 2024-07-17T22:29:08.121Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=999b5fbf548386b0 -C extra-filename=-999b5fbf548386b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
945 | 2024-07-17T22:29:08.137Z | Compiling slog v2.7.0 |
946 | 2024-07-17T22:29:08.140Z | 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` |
947 | 2024-07-17T22:29:08.187Z | Compiling base64 v0.22.1 |
948 | 2024-07-17T22:29:08.226Z | 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` |
949 | 2024-07-17T22:29:08.246Z | Compiling time v0.3.36 |
950 | 2024-07-17T22:29:08.249Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=80189e0adeedc857 -C extra-filename=-80189e0adeedc857 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern deranged=/work/oxidecomputer/oxide.rs/target/debug/deps/libderanged-2b8cb70a9b1cc0a4.rmeta --extern itoa=/work/oxidecomputer/oxide.rs/target/debug/deps/libitoa-19f528580378b217.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern num_conv=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_conv-9808afdcd566b1f1.rmeta --extern num_threads=/work/oxidecomputer/oxide.rs/target/debug/deps/libnum_threads-999b5fbf548386b0.rmeta --extern powerfmt=/work/oxidecomputer/oxide.rs/target/debug/deps/libpowerfmt-4c4409d58f4da343.rmeta --extern time_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_core-78463298d0996e4f.rmeta --extern time_macros=/work/oxidecomputer/oxide.rs/target/debug/deps/libtime_macros-2bf5fbb2876d403f.so --cap-lints allow` |
951 | 2024-07-17T22:29:08.336Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-70e947452d78c237/build-script-build` |
952 | 2024-07-17T22:29:08.645Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-7f2511497328d765/build-script-build` |
953 | 2024-07-17T22:29:08.695Z | 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-17T22:29:08.713Z | Compiling blocking v1.6.0 |
955 | 2024-07-17T22:29:08.716Z | 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-17T22:29:08.732Z | 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-17T22:29:09.011Z | Compiling async-executor v1.11.0 |
958 | 2024-07-17T22:29:09.011Z | 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-17T22:29:09.402Z | Compiling async-signal v0.2.6 |
960 | 2024-07-17T22:29:09.405Z | 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-17T22:29:09.842Z | 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-17T22:29:09.907Z | Compiling pin-project-internal v1.1.5 |
963 | 2024-07-17T22:29:09.910Z | 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` |
964 | 2024-07-17T22:29:10.099Z | Compiling lalrpop v0.20.2 |
965 | 2024-07-17T22:29:10.102Z | 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` |
966 | 2024-07-17T22:29:10.116Z | 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` |
967 | 2024-07-17T22:29:10.175Z | 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` |
968 | 2024-07-17T22:29:10.263Z | Compiling event-listener v3.1.0 |
969 | 2024-07-17T22:29:10.266Z | 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-17T22:29:10.309Z | Compiling dirs-sys v0.3.7 |
971 | 2024-07-17T22:29:10.312Z | 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-17T22:29:10.799Z | 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-17T22:29:10.815Z | Compiling similar v2.5.0 |
974 | 2024-07-17T22:29:10.818Z | 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-17T22:29:11.047Z | Compiling unicode-segmentation v1.11.0 |
976 | 2024-07-17T22:29:11.050Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fed9da3fb0b18572 -C extra-filename=-fed9da3fb0b18572 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
977 | 2024-07-17T22:29:11.494Z | Compiling signal-hook v0.3.17 |
978 | 2024-07-17T22:29:11.523Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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-17T22:29:11.809Z | Compiling curl v0.4.46 |
980 | 2024-07-17T22:29:11.812Z | 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` |
981 | 2024-07-17T22:29:11.860Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/signal-hook-0663e5266cc33606/build-script-build` |
982 | 2024-07-17T22:29:11.884Z | 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` |
983 | 2024-07-17T22:29:12.077Z | Compiling async-process v1.8.1 |
984 | 2024-07-17T22:29:12.079Z | 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` |
985 | 2024-07-17T22:29:12.170Z | Compiling dirs v4.0.0 |
986 | 2024-07-17T22:29:12.173Z | 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-17T22:29:12.366Z | Compiling async-global-executor v2.4.1 |
988 | 2024-07-17T22:29:12.369Z | 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-17T22:29:12.614Z | 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-17T22:29:12.659Z | Compiling pin-project v1.1.5 |
991 | 2024-07-17T22:29:12.663Z | 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-17T22:29:12.775Z | Compiling sha1 v0.10.6 |
993 | 2024-07-17T22:29:12.778Z | 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-17T22:29:13.201Z | Compiling openapiv3 v2.0.0 |
995 | 2024-07-17T22:29:13.204Z | 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-17T22:29:13.355Z | Compiling tempfile v3.10.1 |
997 | 2024-07-17T22:29:13.358Z | 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-17T22:29:13.459Z | Compiling async-trait v0.1.81 |
999 | 2024-07-17T22:29:13.461Z | 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-17T22:29:13.544Z | 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-17T22:29:14.343Z | Compiling kv-log-macro v1.0.7 |
1002 | 2024-07-17T22:29:14.347Z | 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-17T22:29:14.565Z | Compiling isahc v1.7.2 |
1004 | 2024-07-17T22:29:14.568Z | 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-17T22:29:14.703Z | Compiling paste v1.0.15 |
1006 | 2024-07-17T22:29:14.706Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=3fb8f4393b9203ec -C extra-filename=-3fb8f4393b9203ec --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/paste-3fb8f4393b9203ec -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1007 | 2024-07-17T22:29:15.085Z | 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` |
1008 | 2024-07-17T22:29:15.164Z | Compiling predicates-core v1.0.6 |
1009 | 2024-07-17T22:29:15.167Z | Compiling rustls-pki-types v1.7.0 |
1010 | 2024-07-17T22:29:15.167Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f7d3e7e4b957783f -C extra-filename=-f7d3e7e4b957783f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1011 | 2024-07-17T22:29:15.167Z | 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` |
1012 | 2024-07-17T22:29:15.357Z | Compiling zeroize v1.7.0 |
1013 | 2024-07-17T22:29:15.387Z | 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-17T22:29:15.558Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/paste-3fb8f4393b9203ec/build-script-build` |
1015 | 2024-07-17T22:29:15.594Z | Compiling async-std v1.12.0 |
1016 | 2024-07-17T22:29:15.600Z | 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-17T22:29:15.614Z | Compiling tracing-futures v0.2.5 |
1018 | 2024-07-17T22:29:15.614Z | 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-17T22:29:15.801Z | 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-17T22:29:15.947Z | 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-17T22:29:16.060Z | Compiling sluice v0.5.5 |
1022 | 2024-07-17T22:29:16.064Z | 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-17T22:29:16.634Z | Compiling console v0.15.8 |
1024 | 2024-07-17T22:29:16.637Z | 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-17T22:29:17.090Z | Compiling float-cmp v0.9.0 |
1026 | 2024-07-17T22:29:17.092Z | 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-17T22:29:17.288Z | Compiling is-terminal v0.4.12 |
1028 | 2024-07-17T22:29:17.291Z | 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-17T22:29:17.412Z | Compiling heck v0.4.1 |
1030 | 2024-07-17T22:29:17.429Z | 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` |
1031 | 2024-07-17T22:29:17.640Z | Compiling rustls v0.22.4 |
1032 | 2024-07-17T22:29:17.643Z | 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-17T22:29:17.678Z | Compiling castaway v0.1.2 |
1034 | 2024-07-17T22:29:17.681Z | 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-17T22:29:17.801Z | Compiling utf-8 v0.7.6 |
1036 | 2024-07-17T22:29:17.801Z | 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` |
1037 | 2024-07-17T22:29:17.818Z | Compiling normalize-line-endings v0.3.0 |
1038 | 2024-07-17T22:29:17.820Z | 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` |
1039 | 2024-07-17T22:29:17.941Z | Compiling base64 v0.13.1 |
1040 | 2024-07-17T22:29:17.944Z | 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` |
1041 | 2024-07-17T22:29:17.944Z | Compiling byteorder v1.5.0 |
1042 | 2024-07-17T22:29:17.944Z | 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` |
1043 | 2024-07-17T22:29:18.109Z | 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` |
1044 | 2024-07-17T22:29:18.372Z | Compiling difflib v0.4.0 |
1045 | 2024-07-17T22:29:18.387Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9ac0cd639c889c82 -C extra-filename=-9ac0cd639c889c82 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1046 | 2024-07-17T22:29:18.401Z | Compiling data-encoding v2.6.0 |
1047 | 2024-07-17T22:29:18.404Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fbba5ab5f2e9bf23 -C extra-filename=-fbba5ab5f2e9bf23 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1048 | 2024-07-17T22:29:18.450Z | Compiling portable-atomic v1.6.0 |
1049 | 2024-07-17T22:29:18.453Z | 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` |
1050 | 2024-07-17T22:29:18.527Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/rustls-93a089c4c6e556c7/build-script-build` |
1051 | 2024-07-17T22:29:18.550Z | Compiling strum_macros v0.26.2 |
1052 | 2024-07-17T22:29:18.554Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c45c1e519a8c13de -C extra-filename=-c45c1e519a8c13de --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-b52ad65f34e8ba35.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern rustversion=/work/oxidecomputer/oxide.rs/target/debug/deps/librustversion-da90f9524feba6ef.so --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1053 | 2024-07-17T22:29:19.371Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/portable-atomic-8ee8fa511153e1a4/build-script-build` |
1054 | 2024-07-17T22:29:19.431Z | Compiling tungstenite v0.20.1 |
1055 | 2024-07-17T22:29:19.435Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=c17faa665b67d656 -C extra-filename=-c17faa665b67d656 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern byteorder=/work/oxidecomputer/oxide.rs/target/debug/deps/libbyteorder-f15dc302a153ff9c.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern data_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libdata_encoding-fbba5ab5f2e9bf23.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern httparse=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-1dc3c58c554ed768.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --extern utf8=/work/oxidecomputer/oxide.rs/target/debug/deps/libutf8-bf3f808de3435388.rmeta --cap-lints allow` |
1056 | 2024-07-17T22:29:20.279Z | Compiling async-object-pool v0.1.4 |
1057 | 2024-07-17T22:29:20.293Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=32af4e1f90227c24 -C extra-filename=-32af4e1f90227c24 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_std=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_std-46b0e842820fe6fe.rmeta --cap-lints allow` |
1058 | 2024-07-17T22:29:20.436Z | Compiling predicates v3.1.0 |
1059 | 2024-07-17T22:29:20.439Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=57072254d63e2fba -C extra-filename=-57072254d63e2fba --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anstyle=/work/oxidecomputer/oxide.rs/target/debug/deps/libanstyle-00bcde0a43ff4c85.rmeta --extern difflib=/work/oxidecomputer/oxide.rs/target/debug/deps/libdifflib-9ac0cd639c889c82.rmeta --extern float_cmp=/work/oxidecomputer/oxide.rs/target/debug/deps/libfloat_cmp-256d05776916ba66.rmeta --extern normalize_line_endings=/work/oxidecomputer/oxide.rs/target/debug/deps/libnormalize_line_endings-1a5398f8eb94050b.rmeta --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f7d3e7e4b957783f.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --cap-lints allow` |
1060 | 2024-07-17T22:29:21.076Z | Compiling signal-hook-mio v0.2.3 |
1061 | 2024-07-17T22:29:21.081Z | 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-17T22:29:21.236Z | Compiling rustls-webpki v0.102.3 |
1063 | 2024-07-17T22:29:21.239Z | 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` |
1064 | 2024-07-17T22:29:21.628Z | 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` |
1065 | 2024-07-17T22:29:22.451Z | Compiling newline-converter v0.3.0 |
1066 | 2024-07-17T22:29:22.461Z | 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-17T22:29:22.581Z | Compiling castaway v0.2.2 |
1068 | 2024-07-17T22:29:22.584Z | 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-17T22:29:22.713Z | Compiling itertools v0.12.1 |
1070 | 2024-07-17T22:29:22.729Z | 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-17T22:29:22.741Z | Compiling assert-json-diff v2.0.2 |
1072 | 2024-07-17T22:29:22.744Z | 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-17T22:29:23.209Z | Compiling serde_path_to_error v0.1.16 |
1074 | 2024-07-17T22:29:23.211Z | 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` |
1075 | 2024-07-17T22:29:23.566Z | Compiling serde_regex v1.1.0 |
1076 | 2024-07-17T22:29:23.569Z | 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` |
1077 | 2024-07-17T22:29:23.827Z | Compiling ring v0.16.20 |
1078 | 2024-07-17T22:29:23.830Z | 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-17T22:29:23.907Z | Compiling multer v3.1.0 |
1080 | 2024-07-17T22:29:23.910Z | 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-17T22:29:24.047Z | Compiling is-docker v0.2.0 |
1082 | 2024-07-17T22:29:24.050Z | 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-17T22:29:24.114Z | Compiling thread_local v1.1.8 |
1084 | 2024-07-17T22:29:24.145Z | 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-17T22:29:24.286Z | Compiling slog-async v2.8.0 |
1086 | 2024-07-17T22:29:24.289Z | 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` |
1087 | 2024-07-17T22:29:24.443Z | Compiling anyhow v1.0.86 |
1088 | 2024-07-17T22:29:24.446Z | 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` |
1089 | 2024-07-17T22:29:24.740Z | Compiling levenshtein v1.0.5 |
1090 | 2024-07-17T22:29:24.743Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name levenshtein /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/levenshtein-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ac68483962793787 -C extra-filename=-ac68483962793787 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1091 | 2024-07-17T22:29:24.762Z | Compiling subtle v2.5.0 |
1092 | 2024-07-17T22:29:24.831Z | 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` |
1093 | 2024-07-17T22:29:24.861Z | Compiling match_cfg v0.1.0 |
1094 | 2024-07-17T22:29:24.864Z | 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` |
1095 | 2024-07-17T22:29:24.952Z | Compiling camino v1.1.7 |
1096 | 2024-07-17T22:29:24.954Z | 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-17T22:29:24.996Z | Compiling doc-comment v0.3.3 |
1098 | 2024-07-17T22:29:24.999Z | 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` |
1099 | 2024-07-17T22:29:25.012Z | Compiling static_assertions v1.1.0 |
1100 | 2024-07-17T22:29:25.016Z | 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-17T22:29:25.030Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/anyhow-536015c78da4e116/build-script-build` |
1102 | 2024-07-17T22:29:25.103Z | Compiling compact_str v0.7.1 |
1103 | 2024-07-17T22:29:25.106Z | 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` |
1104 | 2024-07-17T22:29:25.182Z | 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` |
1105 | 2024-07-17T22:29:25.502Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/camino-bae818f09cd4e68d/build-script-build` |
1106 | 2024-07-17T22:29:25.520Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/doc-comment-6ad415cf3634a2b1/build-script-build` |
1107 | 2024-07-17T22:29:25.561Z | Compiling hostname v0.3.1 |
1108 | 2024-07-17T22:29:25.564Z | 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` |
1109 | 2024-07-17T22:29:25.649Z | Compiling unicode-truncate v1.0.0 |
1110 | 2024-07-17T22:29:25.652Z | 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` |
1111 | 2024-07-17T22:29:25.780Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/ring-e5680c67efabbe1c/build-script-build` |
1112 | 2024-07-17T22:29:25.797Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/slog-async-33631e55da1918f4/build-script-build` |
1113 | 2024-07-17T22:29:25.857Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/multer-cc9155425a547cc6/build-script-build` |
1114 | 2024-07-17T22:29:25.875Z | Compiling is-wsl v0.4.0 |
1115 | 2024-07-17T22:29:25.890Z | 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-17T22:29:25.914Z | Compiling strum v0.26.2 |
1117 | 2024-07-17T22:29:25.916Z | 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-17T22:29:26.071Z | Compiling crossterm v0.27.0 |
1119 | 2024-07-17T22:29:26.074Z | 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-17T22:29:26.106Z | Compiling tokio-tungstenite v0.20.1 |
1121 | 2024-07-17T22:29:26.109Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=409276c9ee4b953f -C extra-filename=-409276c9ee4b953f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtungstenite-c17faa665b67d656.rmeta --cap-lints allow` |
1122 | 2024-07-17T22:29:26.158Z | 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-17T22:29:26.609Z | Compiling slog-json v2.6.1 |
1124 | 2024-07-17T22:29:26.613Z | 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-17T22:29:27.000Z | Compiling termini v1.0.0 |
1126 | 2024-07-17T22:29:27.002Z | 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-17T22:29:27.483Z | Compiling sha2 v0.10.8 |
1128 | 2024-07-17T22:29:27.486Z | 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-17T22:29:28.309Z | Compiling ipnetwork v0.20.0 |
1130 | 2024-07-17T22:29:28.312Z | 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-17T22:29:28.389Z | Compiling async-stream-impl v0.3.5 |
1132 | 2024-07-17T22:29:28.392Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=810b348884a97c0e -C extra-filename=-810b348884a97c0e --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1133 | 2024-07-17T22:29:28.545Z | Compiling stability v0.2.0 |
1134 | 2024-07-17T22:29:28.562Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=37c60196cd8a5c80 -C extra-filename=-37c60196cd8a5c80 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1135 | 2024-07-17T22:29:28.913Z | Compiling crossbeam-channel v0.5.12 |
1136 | 2024-07-17T22:29:28.916Z | 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-17T22:29:29.592Z | Compiling http v1.1.0 |
1138 | 2024-07-17T22:29:29.594Z | 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-17T22:29:29.758Z | Compiling lru v0.12.3 |
1140 | 2024-07-17T22:29:29.761Z | 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-17T22:29:29.774Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot#fb254ad9) |
1142 | 2024-07-17T22:29:29.777Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fb254ad/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=65701426db82720c -C extra-filename=-65701426db82720c --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/dropshot-65701426db82720c -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern version_check=/work/oxidecomputer/oxide.rs/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
1143 | 2024-07-17T22:29:30.019Z | Compiling shell-words v1.1.0 |
1144 | 2024-07-17T22:29:30.022Z | 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` |
1145 | 2024-07-17T22:29:30.100Z | Compiling untrusted v0.7.1 |
1146 | 2024-07-17T22:29:30.103Z | 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` |
1147 | 2024-07-17T22:29:30.147Z | Compiling take_mut v0.2.2 |
1148 | 2024-07-17T22:29:30.150Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=46f0b70c247ae491 -C extra-filename=-46f0b70c247ae491 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1149 | 2024-07-17T22:29:30.279Z | Compiling termcolor v1.4.1 |
1150 | 2024-07-17T22:29:30.283Z | 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` |
1151 | 2024-07-17T22:29:30.297Z | Compiling assert_cmd v2.0.14 |
1152 | 2024-07-17T22:29:30.298Z | 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` |
1153 | 2024-07-17T22:29:30.322Z | Compiling pathdiff v0.2.1 |
1154 | 2024-07-17T22:29:30.325Z | 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` |
1155 | 2024-07-17T22:29:30.439Z | Compiling humantime v2.1.0 |
1156 | 2024-07-17T22:29:30.442Z | 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` |
1157 | 2024-07-17T22:29:30.687Z | Compiling number_prefix v0.4.0 |
1158 | 2024-07-17T22:29:30.690Z | 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` |
1159 | 2024-07-17T22:29:30.904Z | Compiling cassowary v0.3.0 |
1160 | 2024-07-17T22:29:30.907Z | 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` |
1161 | 2024-07-17T22:29:30.977Z | Compiling termtree v0.4.1 |
1162 | 2024-07-17T22:29:30.979Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=56e30ba0b2b56a5c -C extra-filename=-56e30ba0b2b56a5c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1163 | 2024-07-17T22:29:31.158Z | Compiling spin v0.5.2 |
1164 | 2024-07-17T22:29:31.160Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=acee181154aa4361 -C extra-filename=-acee181154aa4361 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1165 | 2024-07-17T22:29:31.194Z | Compiling predicates-tree v1.0.9 |
1166 | 2024-07-17T22:29:31.202Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fc0d2c0460b80d9c -C extra-filename=-fc0d2c0460b80d9c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern predicates_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates_core-f7d3e7e4b957783f.rmeta --extern termtree=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermtree-56e30ba0b2b56a5c.rmeta --cap-lints allow` |
1167 | 2024-07-17T22:29:31.395Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=85069a19d62fa904 -C extra-filename=-85069a19d62fa904 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern spin=/work/oxidecomputer/oxide.rs/target/debug/deps/libspin-acee181154aa4361.rmeta --extern untrusted=/work/oxidecomputer/oxide.rs/target/debug/deps/libuntrusted-844a7e271ec2bd61.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out -l static=ring-core -l static=ring-test` |
1168 | 2024-07-17T22:29:31.817Z | Compiling ratatui v0.26.3 |
1169 | 2024-07-17T22:29:31.820Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' '--warn=clippy::cargo' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=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-17T22:29:32.347Z | 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` |
1171 | 2024-07-17T22:29:32.440Z | Compiling indicatif v0.17.8 |
1172 | 2024-07-17T22:29:32.444Z | 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` |
1173 | 2024-07-17T22:29:33.565Z | Compiling env_logger v0.10.2 |
1174 | 2024-07-17T22:29:33.572Z | 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` |
1175 | 2024-07-17T22:29:34.992Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/assert_cmd-be3580b7a6300f76/build-script-build` |
1176 | 2024-07-17T22:29:35.014Z | Compiling open v4.2.0 |
1177 | 2024-07-17T22:29:35.018Z | 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` |
1178 | 2024-07-17T22:29:35.262Z | 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-17T22:29:35.297Z | Compiling dialoguer v0.10.4 |
1180 | 2024-07-17T22:29:35.300Z | 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` |
1181 | 2024-07-17T22:29:35.416Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/dropshot-65701426db82720c/build-script-build` |
1182 | 2024-07-17T22:29:35.461Z | Compiling async-stream v0.3.5 |
1183 | 2024-07-17T22:29:35.464Z | 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` |
1184 | 2024-07-17T22:29:35.487Z | Compiling basic-cookies v0.1.5 |
1185 | 2024-07-17T22:29:35.490Z | 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` |
1186 | 2024-07-17T22:29:35.805Z | Compiling tokio-rustls v0.25.0 |
1187 | 2024-07-17T22:29:35.811Z | 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-17T22:29:36.181Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
1189 | 2024-07-17T22:29:36.209Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/f37a7aa/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=7f435898199db8f5 -C extra-filename=-7f435898199db8f5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern ipnetwork=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnetwork-157028964e21141c.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --cap-lints allow` |
1190 | 2024-07-17T22:29:36.634Z | Compiling thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#1f22ae24) |
1191 | 2024-07-17T22:29:36.636Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name thouart --edition=2021 /home/build/.cargo/git/checkouts/thouart-4cf3e9982a1a152f/1f22ae2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=69f7bcaea70b923d -C extra-filename=-69f7bcaea70b923d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-0d273fa728df0bfa.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern term=/work/oxidecomputer/oxide.rs/target/debug/deps/libterm-ec9c85512da142b7.rmeta --extern termini=/work/oxidecomputer/oxide.rs/target/debug/deps/libtermini-2190315b952fdc35.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_tungstenite=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_tungstenite-409276c9ee4b953f.rmeta --cap-lints allow` |
1192 | 2024-07-17T22:29:37.092Z | Compiling slog-bunyan v2.5.0 |
1193 | 2024-07-17T22:29:37.120Z | 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-17T22:29:37.198Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/basic-cookies-6b011158cf98a5bb/build-script-build` |
1195 | 2024-07-17T22:29:37.235Z | 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` |
1196 | 2024-07-17T22:29:37.276Z | 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` |
1197 | 2024-07-17T22:29:37.337Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=ff09e1a8455c2f8c -C extra-filename=-ff09e1a8455c2f8c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
1198 | 2024-07-17T22:29:37.362Z | 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-17T22:29:37.396Z | Compiling slog-term v2.9.1 |
1200 | 2024-07-17T22:29:37.399Z | 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-17T22:29:37.399Z | Compiling pem v1.1.1 |
1202 | 2024-07-17T22:29:37.411Z | 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-17T22:29:38.161Z | Compiling rustls-pemfile v2.1.2 |
1204 | 2024-07-17T22:29:38.164Z | 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-17T22:29:38.318Z | Compiling yasna v0.5.2 |
1206 | 2024-07-17T22:29:38.321Z | 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-17T22:29:38.340Z | Compiling tabwriter v1.4.0 |
1208 | 2024-07-17T22:29:38.343Z | 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-17T22:29:38.406Z | Compiling clap_complete v4.5.8 |
1210 | 2024-07-17T22:29:38.409Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name clap_complete --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' -C metadata=8c98d54f2d1ac452 -C extra-filename=-8c98d54f2d1ac452 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rmeta --cap-lints allow` |
1211 | 2024-07-17T22:29:38.630Z | Compiling colored v2.1.0 |
1212 | 2024-07-17T22:29:38.633Z | 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-17T22:29:38.644Z | Compiling waitgroup v0.1.2 |
1214 | 2024-07-17T22:29:38.647Z | 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-17T22:29:38.885Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot#fb254ad9) |
1216 | 2024-07-17T22:29:38.888Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fb254ad/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=c7a8230e2fe4b4aa -C extra-filename=-c7a8230e2fe4b4aa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-e28adad9649a273b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1217 | 2024-07-17T22:29:38.910Z | Compiling bstr v1.9.1 |
1218 | 2024-07-17T22:29:38.913Z | 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-17T22:29:39.450Z | Compiling wait-timeout v0.2.0 |
1220 | 2024-07-17T22:29:39.453Z | 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` |
1221 | 2024-07-17T22:29:39.798Z | Compiling hostname v0.4.0 |
1222 | 2024-07-17T22:29:39.801Z | 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` |
1223 | 2024-07-17T22:29:40.058Z | Compiling semver v1.0.23 |
1224 | 2024-07-17T22:29:40.061Z | 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-17T22:29:40.111Z | Compiling debug-ignore v1.0.5 |
1226 | 2024-07-17T22:29:40.114Z | 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` |
1227 | 2024-07-17T22:29:40.170Z | Compiling yansi v0.5.1 |
1228 | 2024-07-17T22:29:40.173Z | 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` |
1229 | 2024-07-17T22:29:40.247Z | Compiling diff v0.1.13 |
1230 | 2024-07-17T22:29:40.264Z | 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` |
1231 | 2024-07-17T22:29:40.539Z | Compiling pretty_assertions v1.4.0 |
1232 | 2024-07-17T22:29:40.539Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-6a3c066e410468b0/build-script-build` |
1233 | 2024-07-17T22:29:40.553Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2a6ad269328f39b0 -C extra-filename=-2a6ad269328f39b0 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libdiff-5d47cf8a1fa4e7b2.rmeta --extern yansi=/work/oxidecomputer/oxide.rs/target/debug/deps/libyansi-c6f328d0ec8ebb69.rmeta --cap-lints allow` |
1234 | 2024-07-17T22:29:40.553Z | 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` |
1235 | 2024-07-17T22:29:40.575Z | Compiling rcgen v0.10.0 |
1236 | 2024-07-17T22:29:40.578Z | 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` |
1237 | 2024-07-17T22:29:40.850Z | Compiling expectorate v1.1.0 |
1238 | 2024-07-17T22:29:40.853Z | 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-17T22:29:40.868Z | Compiling test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1240 | 2024-07-17T22:29:40.871Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_common --edition=2021 test-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b35dfe25faa5dc7c -C extra-filename=-b35dfe25faa5dc7c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rmeta` |
1241 | 2024-07-17T22:29:41.025Z | 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-17T22:29:41.272Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs -C metadata=675e1634e40093ef -C extra-filename=-675e1634e40093ef --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --cap-lints allow` |
1243 | 2024-07-17T22:29:41.386Z | 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-17T22:29:41.814Z | 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-17T22:29:42.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/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-17T22:29:42.116Z | 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-17T22:29:42.536Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=39a63cd6626e8588 -C extra-filename=-39a63cd6626e8588 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-8c907fde5d89bbd6.rmeta --extern dyn_clone=/work/oxidecomputer/oxide.rs/target/debug/deps/libdyn_clone-cc8f767d93e5e22c.rmeta --extern schemars_derive=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars_derive-5485bfc7bb65f1e2.so --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid1=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-675e1634e40093ef.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
1248 | 2024-07-17T22:29:42.571Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fb254ad/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=d9efe282eb0df3e5 -C extra-filename=-d9efe282eb0df3e5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern async_stream=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_stream-7379ba38008f9d01.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern camino=/work/oxidecomputer/oxide.rs/target/debug/deps/libcamino-ff09e1a8455c2f8c.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern debug_ignore=/work/oxidecomputer/oxide.rs/target/debug/deps/libdebug_ignore-226b92a384f1f474.rmeta --extern dropshot_endpoint=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot_endpoint-c7a8230e2fe4b4aa.so --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rmeta --extern hostname=/work/oxidecomputer/oxide.rs/target/debug/deps/libhostname-547118365c5a3c8d.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-04baa67122d3106d.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern multer=/work/oxidecomputer/oxide.rs/target/debug/deps/libmulter-b122037b7e7fe438.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-8b7d102d0b21e24c.rmeta --extern paste=/work/oxidecomputer/oxide.rs/target/debug/deps/libpaste-0a949739aff33e52.so --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-02b297912a1f72a4.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-5163cec75fb64f96.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern scopeguard=/work/oxidecomputer/oxide.rs/target/debug/deps/libscopeguard-4908f070df07d7d9.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-024cfd66eaad4439.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --extern sha1=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha1-1dc3c58c554ed768.rmeta --extern slog=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog-e6ac4cb563bb831f.rmeta --extern slog_async=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_async-1ab63e4aed4d108f.rmeta --extern slog_bunyan=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_bunyan-a563307091c18add.rmeta --extern slog_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_json-e2b5608c8b14571f.rmeta --extern slog_term=/work/oxidecomputer/oxide.rs/target/debug/deps/libslog_term-a0cd264c8ed75402.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-38373d26cde06816.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rmeta --extern waitgroup=/work/oxidecomputer/oxide.rs/target/debug/deps/libwaitgroup-c5854a292acb82a2.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1249 | 2024-07-17T22:29:42.937Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/semver-a3fe30938d9dc0f3/build-script-build` |
1250 | 2024-07-17T22:29:42.974Z | 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` |
1251 | 2024-07-17T22:29:42.995Z | 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` |
1252 | 2024-07-17T22:29:43.831Z | Compiling unsafe-libyaml v0.2.11 |
1253 | 2024-07-17T22:29:43.834Z | 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-17T22:29:45.587Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1255 | 2024-07-17T22:29:45.590Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=70ac2bbb8dc41f91 -C extra-filename=-70ac2bbb8dc41f91 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-ee3c2e65c58c9129.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-df1d8ce674886bc1.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-39a63cd6626e8588.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-0f60464f44c88bff.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1256 | 2024-07-17T22:29:47.124Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c3524c38eaedfe31 -C extra-filename=-c3524c38eaedfe31 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-b0f5900ee20c0be0.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-07f78c2e440fbdbd.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1257 | 2024-07-17T22:29:47.187Z | Compiling serde_yaml v0.9.34+deprecated |
1258 | 2024-07-17T22:29:47.191Z | 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-17T22:29:47.218Z | Compiling toolchain_find v0.4.0 |
1260 | 2024-07-17T22:29:47.221Z | 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-17T22:29:48.007Z | Compiling rustfmt-wrapper v0.2.1 |
1262 | 2024-07-17T22:29:48.010Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d60c878976fe81ff -C extra-filename=-d60c878976fe81ff --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rmeta --extern toolchain_find=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoolchain_find-650d5e074390486d.rmeta --cap-lints allow` |
1263 | 2024-07-17T22:29:48.566Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name test_common --edition=2021 test-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=a33449ea3087d4aa -C extra-filename=-a33449ea3087d4aa --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib` |
1264 | 2024-07-17T22:29:55.194Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=d61620958652372c -C extra-filename=-d61620958652372c --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-f8b9b880ee5800ba.rmeta --extern libz_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibz_sys-9f226678412d95ad.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
1265 | 2024-07-17T22:29:55.811Z | Compiling git2 v0.19.0 |
1266 | 2024-07-17T22:29:55.814Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=4ec75942c521fff9 -C extra-filename=-4ec75942c521fff9 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bitflags=/work/oxidecomputer/oxide.rs/target/debug/deps/libbitflags-2284994f9f640e23.rmeta --extern libc=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibc-f8b9b880ee5800ba.rmeta --extern libgit2_sys=/work/oxidecomputer/oxide.rs/target/debug/deps/liblibgit2_sys-d61620958652372c.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-ee3c2e65c58c9129.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-7d7199a9fca720e7.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/usr/lib/amd64` |
1267 | 2024-07-17T22:30:02.235Z | Compiling built v0.7.4 |
1268 | 2024-07-17T22:30:02.238Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name built --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/built-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="git2"' -C metadata=60363a66c1b553a6 -C extra-filename=-60363a66c1b553a6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern git2=/work/oxidecomputer/oxide.rs/target/debug/deps/libgit2-4ec75942c521fff9.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/usr/lib/amd64` |
1269 | 2024-07-17T22:30:02.719Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1270 | 2024-07-17T22:30:02.722Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c118dff58e44f70d -C extra-filename=-c118dff58e44f70d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-39a63cd6626e8588.rlib --extern semver=/work/oxidecomputer/oxide.rs/target/debug/deps/libsemver-0f60464f44c88bff.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-e28adad9649a273b.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-70ac2bbb8dc41f91.rlib --extern proc_macro --cap-lints allow` |
1271 | 2024-07-17T22:30:03.414Z | Compiling oxide-cli v0.6.1+20240710.0 (/work/oxidecomputer/oxide.rs/cli) |
1272 | 2024-07-17T22:30:03.453Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=2f26cd95b0323ec7 -C extra-filename=-2f26cd95b0323ec7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-2f26cd95b0323ec7 -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern built=/work/oxidecomputer/oxide.rs/target/debug/deps/libbuilt-60363a66c1b553a6.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/usr/lib/amd64` |
1273 | 2024-07-17T22:30:04.220Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/oxide-cli-2f26cd95b0323ec7/build-script-build` |
1274 | 2024-07-17T22:30:07.702Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1275 | 2024-07-17T22:30:07.706Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=12b482396792a609 -C extra-filename=-12b482396792a609 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-70ac2bbb8dc41f91.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-c118dff58e44f70d.so --cap-lints allow` |
1276 | 2024-07-17T22:30:07.821Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1277 | 2024-07-17T22:30:07.824Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8e4fc5369fdbeb53 -C extra-filename=-8e4fc5369fdbeb53 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-edd49f8cdb657c00.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-0a13a706be10e40d.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-39a63cd6626e8588.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-12b482396792a609.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1278 | 2024-07-17T22:30:08.079Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/abf38e3/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=81beef5776719661 -C extra-filename=-81beef5776719661 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern typify_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_impl-c3524c38eaedfe31.rmeta --extern typify_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify_macro-c118dff58e44f70d.so --cap-lints allow` |
1279 | 2024-07-17T22:30:08.206Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4aedcf754d8df534 -C extra-filename=-4aedcf754d8df534 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern heck=/work/oxidecomputer/oxide.rs/target/debug/deps/libheck-c9878ed38073e638.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern indexmap=/work/oxidecomputer/oxide.rs/target/debug/deps/libindexmap-817048966608f014.rmeta --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-8b7d102d0b21e24c.rmeta --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rmeta --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-07f78c2e440fbdbd.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern typify=/work/oxidecomputer/oxide.rs/target/debug/deps/libtypify-81beef5776719661.rmeta --extern unicode_ident=/work/oxidecomputer/oxide.rs/target/debug/deps/libunicode_ident-b64eb30348e58c1e.rmeta --cap-lints allow` |
1280 | 2024-07-17T22:30:15.707Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1281 | 2024-07-17T22:30:15.710Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9292030a2625670d -C extra-filename=-9292030a2625670d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern openapiv3=/work/oxidecomputer/oxide.rs/target/debug/deps/libopenapiv3-edd49f8cdb657c00.rlib --extern proc_macro2=/work/oxidecomputer/oxide.rs/target/debug/deps/libproc_macro2-e5aa6c2de76eb81f.rlib --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-8e4fc5369fdbeb53.rlib --extern quote=/work/oxidecomputer/oxide.rs/target/debug/deps/libquote-619c1f3782360a7b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-39a63cd6626e8588.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern serde_tokenstream=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_tokenstream-e28adad9649a273b.rlib --extern serde_yaml=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_yaml-9b44f389bffc3a0d.rlib --extern syn=/work/oxidecomputer/oxide.rs/target/debug/deps/libsyn-97c8046331639d17.rlib --extern proc_macro --cap-lints allow` |
1282 | 2024-07-17T22:30:33.408Z | 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-17T22:30:33.411Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-50ba418cd75a3269/build-script-build` |
1284 | 2024-07-17T22:30:33.411Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/native-tls-199295045709d550/build-script-build` |
1285 | 2024-07-17T22:30:33.411Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/openssl-1145c55981d69301/build-script-build` |
1286 | 2024-07-17T22:30:34.288Z | 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-17T22:30:36.873Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/curl-dd208e87d572c5ea/build-script-build` |
1288 | 2024-07-17T22:30:36.876Z | Running `/work/oxidecomputer/oxide.rs/target/debug/build/isahc-6b8bbe6616c74264/build-script-build` |
1289 | 2024-07-17T22:30:36.876Z | 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` |
1290 | 2024-07-17T22:30:37.032Z | 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-17T22:30:37.650Z | 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-17T22:30:38.492Z | 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-17T22:30:38.691Z | Compiling tokio-native-tls v0.3.1 |
1294 | 2024-07-17T22:30:38.693Z | 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-17T22:30:38.890Z | Compiling hyper-tls v0.5.0 |
1296 | 2024-07-17T22:30:38.893Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7f0a33873318f3b1 -C extra-filename=-7f0a33873318f3b1 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-04baa67122d3106d.rmeta --extern native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-c5314c3bd6b11094.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-2525dca2af7e0c95.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1297 | 2024-07-17T22:30:39.124Z | Compiling reqwest v0.11.27 |
1298 | 2024-07-17T22:30:39.127Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls"' --cfg 'feature="native-tls-crate"' --cfg 'feature="native-tls-vendored"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=35c3c51ce44df31b -C extra-filename=-35c3c51ce44df31b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rmeta --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern encoding_rs=/work/oxidecomputer/oxide.rs/target/debug/deps/libencoding_rs-4f474c23ae8ebced.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern h2=/work/oxidecomputer/oxide.rs/target/debug/deps/libh2-6a8552f2b566708c.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern http_body=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp_body-bb15c908c7fd5ab8.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-04baa67122d3106d.rmeta --extern hyper_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_rustls-4637f79667688025.rmeta --extern hyper_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper_tls-7f0a33873318f3b1.rmeta --extern ipnet=/work/oxidecomputer/oxide.rs/target/debug/deps/libipnet-81b89b6a67fa03af.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern mime=/work/oxidecomputer/oxide.rs/target/debug/deps/libmime-a34827aadd55c062.rmeta --extern native_tls_crate=/work/oxidecomputer/oxide.rs/target/debug/deps/libnative_tls-c5314c3bd6b11094.rmeta --extern once_cell=/work/oxidecomputer/oxide.rs/target/debug/deps/libonce_cell-3250e89af52da2b5.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern pin_project_lite=/work/oxidecomputer/oxide.rs/target/debug/deps/libpin_project_lite-715d23d2106da0eb.rmeta --extern rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls-4877e0783364c7ee.rmeta --extern rustls_pemfile=/work/oxidecomputer/oxide.rs/target/debug/deps/librustls_pemfile-ac64e0cf10521e61.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --extern sync_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/libsync_wrapper-0b3030cec78f8ef9.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern tokio_native_tls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_native_tls-2525dca2af7e0c95.rmeta --extern tokio_rustls=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_rustls-715c4592a8a1becb.rmeta --extern tokio_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio_util-a595e6f7f15e4450.rmeta --extern tower_service=/work/oxidecomputer/oxide.rs/target/debug/deps/libtower_service-09c5d48e32fe9842.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --extern webpki_roots=/work/oxidecomputer/oxide.rs/target/debug/deps/libwebpki_roots-def8f56e183ae9f6.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1299 | 2024-07-17T22:30:39.254Z | Compiling httpmock v0.6.8 |
1300 | 2024-07-17T22:30:39.258Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="basic-cookies"' --cfg 'feature="cookies"' --cfg 'feature="default"' -C metadata=934e4bda1dd49c70 -C extra-filename=-934e4bda1dd49c70 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_json_diff-539b3970554c9605.rmeta --extern async_object_pool=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_object_pool-32af4e1f90227c24.rmeta --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-0b029c77597f8d47.rmeta --extern basic_cookies=/work/oxidecomputer/oxide.rs/target/debug/deps/libbasic_cookies-728650bff6ef3ce1.rmeta --extern crossbeam_utils=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossbeam_utils-d635ff551b53ede7.rmeta --extern form_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures_util=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_util-5cd51ec5e2f38649.rmeta --extern hyper=/work/oxidecomputer/oxide.rs/target/debug/deps/libhyper-04baa67122d3106d.rmeta --extern isahc=/work/oxidecomputer/oxide.rs/target/debug/deps/libisahc-9c81ff0ad93fb864.rmeta --extern lazy_static=/work/oxidecomputer/oxide.rs/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rmeta --extern levenshtein=/work/oxidecomputer/oxide.rs/target/debug/deps/liblevenshtein-ac68483962793787.rmeta --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_regex-086566b4bdad2b50.rmeta --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1a50b907d2f96aef.rmeta --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1301 | 2024-07-17T22:30:41.139Z | Compiling progenitor-client v0.7.0 |
1302 | 2024-07-17T22:30:41.142Z | Compiling oauth2 v4.4.2 |
1303 | 2024-07-17T22:30:41.142Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1304 | 2024-07-17T22:30:41.142Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0f32562868528a0b -C extra-filename=-0f32562868528a0b --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1305 | 2024-07-17T22:30:41.142Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oauth2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oauth2-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="reqwest"' --cfg 'feature="rustls-tls"' -C metadata=4bdc36e2106e12d7 -C extra-filename=-4bdc36e2106e12d7 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-d1e908b25f55742f.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern http=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttp-2e5993128d8e55c9.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_path_to_error=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_path_to_error-024cfd66eaad4439.rmeta --extern sha2=/work/oxidecomputer/oxide.rs/target/debug/deps/libsha2-514573b1f0e820e2.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1306 | 2024-07-17T22:30:41.142Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e37ad6f218a4b8e5 -C extra-filename=-e37ad6f218a4b8e5 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern bytes=/work/oxidecomputer/oxide.rs/target/debug/deps/libbytes-fa4cafb48031ffa1.rmeta --extern futures_core=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern percent_encoding=/work/oxidecomputer/oxide.rs/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern serde_urlencoded=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_urlencoded-8b08b5958ee4d708.rmeta --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1307 | 2024-07-17T22:30:41.346Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1308 | 2024-07-17T22:30:41.349Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/0deadb0/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1e53a3ae9614c884 -C extra-filename=-1e53a3ae9614c884 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-e37ad6f218a4b8e5.rmeta --extern progenitor_impl=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_impl-4aedcf754d8df534.rmeta --extern progenitor_macro=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_macro-9292030a2625670d.so --cap-lints allow -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1309 | 2024-07-17T22:30:41.406Z | Compiling oxide v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk) |
1310 | 2024-07-17T22:30:41.409Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 sdk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="default"' -C metadata=8863c2aaf876a9d2 -C extra-filename=-8863c2aaf876a9d2 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rmeta --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rmeta --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rmeta --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rmeta --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-0f32562868528a0b.rmeta --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rmeta --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rmeta --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rmeta --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rmeta --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rmeta --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rmeta --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1311 | 2024-07-17T22:30:47.416Z | Compiling xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1312 | 2024-07-17T22:30:47.419Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9aa95c7096c2a64f -C extra-filename=-9aa95c7096c2a64f --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-1e53a3ae9614c884.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-d60c878976fe81ff.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1a50b907d2f96aef.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1313 | 2024-07-17T22:30:47.419Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=ccdf923f51bc7498 -C extra-filename=-ccdf923f51bc7498 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern newline_converter=/work/oxidecomputer/oxide.rs/target/debug/deps/libnewline_converter-96d4693b16f09b7b.rlib --extern progenitor=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor-1e53a3ae9614c884.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern rustfmt_wrapper=/work/oxidecomputer/oxide.rs/target/debug/deps/librustfmt_wrapper-d60c878976fe81ff.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern similar=/work/oxidecomputer/oxide.rs/target/debug/deps/libsimilar-1a50b907d2f96aef.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1314 | 2024-07-17T22:30:47.419Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxide --edition=2021 sdk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="clap"' --cfg 'feature="default"' -C metadata=e989eeee7b58e7b3 -C extra-filename=-e989eeee7b58e7b3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-0f32562868528a0b.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1315 | 2024-07-17T22:31:10.391Z | Compiling oxide-httpmock v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1316 | 2024-07-17T22:31:10.393Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxide_httpmock --edition=2021 sdk-httpmock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4bc7ef3f33366560 -C extra-filename=-4bc7ef3f33366560 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rmeta --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rmeta --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rmeta --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rmeta --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rmeta --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rmeta -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1317 | 2024-07-17T22:31:26.048Z | 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=c25452f60535c6cc -C extra-filename=-c25452f60535c6cc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1318 | 2024-07-17T22:31:26.053Z | 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=3aca3ee7d13ff50d -C extra-filename=-3aca3ee7d13ff50d --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1319 | 2024-07-17T22:31:26.053Z | 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=1e1041880d7647a6 -C extra-filename=-1e1041880d7647a6 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1320 | 2024-07-17T22:31:26.053Z | 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=f5ea1a81111a9105 -C extra-filename=-f5ea1a81111a9105 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib` |
1321 | 2024-07-17T22:31:26.053Z | 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=d8573f26fd987c59 -C extra-filename=-d8573f26fd987c59 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1322 | 2024-07-17T22:31:26.071Z | 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=a10bc05c40d2ba83 -C extra-filename=-a10bc05c40d2ba83 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1323 | 2024-07-17T22:31:26.074Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustc --crate-name oxide_httpmock --edition=2021 sdk-httpmock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=336cb50855b3e5f3 -C extra-filename=-336cb50855b3e5f3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out` |
1324 | 2024-07-17T22:31:26.074Z | 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=a62512a76f25e10a -C extra-filename=-a62512a76f25e10a --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1325 | 2024-07-17T22:31:28.237Z | 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=10c913054607a8c3 -C extra-filename=-10c913054607a8c3 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1326 | 2024-07-17T22:31:31.949Z | 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=d171c66be29c9316 -C extra-filename=-d171c66be29c9316 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1327 | 2024-07-17T22:31:36.139Z | 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=1e6e881899a345e4 -C extra-filename=-1e6e881899a345e4 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1328 | 2024-07-17T22:31:43.585Z | 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=b56b5b35deb800dc -C extra-filename=-b56b5b35deb800dc --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1329 | 2024-07-17T22:31:43.943Z | 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=6043b50e9f95d517 -C extra-filename=-6043b50e9f95d517 --out-dir /work/oxidecomputer/oxide.rs/target/debug/deps -C incremental=/work/oxidecomputer/oxide.rs/target/debug/incremental -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps --extern anyhow=/work/oxidecomputer/oxide.rs/target/debug/deps/libanyhow-8da672ff12e95671.rlib --extern assert_cmd=/work/oxidecomputer/oxide.rs/target/debug/deps/libassert_cmd-d15ad20fac0769cf.rlib --extern async_trait=/work/oxidecomputer/oxide.rs/target/debug/deps/libasync_trait-28ba06e4bfa1975f.so --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern clap_complete=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap_complete-8c98d54f2d1ac452.rlib --extern colored=/work/oxidecomputer/oxide.rs/target/debug/deps/libcolored-80fe5b6caa6503da.rlib --extern crossterm=/work/oxidecomputer/oxide.rs/target/debug/deps/libcrossterm-64efc8cbb2fd43c7.rlib --extern dialoguer=/work/oxidecomputer/oxide.rs/target/debug/deps/libdialoguer-26b1de6534de51e1.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern dropshot=/work/oxidecomputer/oxide.rs/target/debug/deps/libdropshot-d9efe282eb0df3e5.rlib --extern env_logger=/work/oxidecomputer/oxide.rs/target/debug/deps/libenv_logger-fb2ee80622e18d61.rlib --extern expectorate=/work/oxidecomputer/oxide.rs/target/debug/deps/libexpectorate-60da96cc3e455c6a.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern humantime=/work/oxidecomputer/oxide.rs/target/debug/deps/libhumantime-a6079f328e78e155.rlib --extern indicatif=/work/oxidecomputer/oxide.rs/target/debug/deps/libindicatif-a1b64806ed81b87f.rlib --extern log=/work/oxidecomputer/oxide.rs/target/debug/deps/liblog-26cf496c4afe36c1.rlib --extern oauth2=/work/oxidecomputer/oxide.rs/target/debug/deps/liboauth2-4bdc36e2106e12d7.rlib --extern open=/work/oxidecomputer/oxide.rs/target/debug/deps/libopen-9ed530fc89b97f1b.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern oxnet=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxnet-7f435898199db8f5.rlib --extern predicates=/work/oxidecomputer/oxide.rs/target/debug/deps/libpredicates-57072254d63e2fba.rlib --extern pretty_assertions=/work/oxidecomputer/oxide.rs/target/debug/deps/libpretty_assertions-2a6ad269328f39b0.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern ratatui=/work/oxidecomputer/oxide.rs/target/debug/deps/libratatui-a275c868c87df4ab.rlib --extern rcgen=/work/oxidecomputer/oxide.rs/target/debug/deps/librcgen-a7226adac799e622.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern tabwriter=/work/oxidecomputer/oxide.rs/target/debug/deps/libtabwriter-44377869cd78000b.rlib --extern tempfile=/work/oxidecomputer/oxide.rs/target/debug/deps/libtempfile-a6a7c1a75d913402.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern thouart=/work/oxidecomputer/oxide.rs/target/debug/deps/libthouart-69f7bcaea70b923d.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern url=/work/oxidecomputer/oxide.rs/target/debug/deps/liburl-b005a705b033a43e.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out` |
1330 | 2024-07-17T22:32:28.013Z | Finished dev [unoptimized + debuginfo] target(s) in 4m 21s |
1331 | 2024-07-17T22:32:28.234Z | |
1332 | 2024-07-17T22:32:28.234Z | real 4:21.284047048 |
1333 | 2024-07-17T22:32:28.234Z | user 22:15.437827507 |
1334 | 2024-07-17T22:32:28.234Z | sys 4:10.718455758 |
1335 | 2024-07-17T22:32:28.234Z | trap 0.742455782 |
1336 | 2024-07-17T22:32:28.234Z | tflt 5.590775714 |
1337 | 2024-07-17T22:32:28.234Z | dflt 7.609333729 |
1338 | 2024-07-17T22:32:28.234Z | kflt 0.015646331 |
1339 | 2024-07-17T22:32:28.234Z | lock 32:06.554580215 |
1340 | 2024-07-17T22:32:28.239Z | slp 1:13:49.476991204 |
1341 | 2024-07-17T22:32:28.239Z | lat 1:05.041140243 |
1342 | 2024-07-17T22:32:28.239Z | stop 1:36.341119684 |
1343 | 2024-07-17T22:32:28.239Z | + banner test |
1344 | 2024-07-17T22:32:28.239Z | |
1345 | 2024-07-17T22:32:28.239Z | ##### ###### #### ##### |
1346 | 2024-07-17T22:32:28.239Z | # # # # |
1347 | 2024-07-17T22:32:28.240Z | # ##### #### # |
1348 | 2024-07-17T22:32:28.240Z | # # # # |
1349 | 2024-07-17T22:32:28.240Z | # # # # # |
1350 | 2024-07-17T22:32:28.240Z | # ###### #### # |
1351 | 2024-07-17T22:32:28.240Z | |
1352 | 2024-07-17T22:32:28.240Z | + ptime -m cargo test --all-features --locked --verbose |
1353 | 2024-07-17T22:32:28.562Z | Fresh unicode-ident v1.0.12 |
1354 | 2024-07-17T22:32:28.562Z | Fresh once_cell v1.19.0 |
1355 | 2024-07-17T22:32:28.562Z | Fresh cfg-if v1.0.0 |
1356 | 2024-07-17T22:32:28.562Z | Fresh autocfg v1.3.0 |
1357 | 2024-07-17T22:32:28.566Z | Fresh proc-macro2 v1.0.86 |
1358 | 2024-07-17T22:32:28.566Z | Fresh version_check v0.9.4 |
1359 | 2024-07-17T22:32:28.566Z | Fresh itoa v1.0.11 |
1360 | 2024-07-17T22:32:28.566Z | Fresh pin-project-lite v0.2.14 |
1361 | 2024-07-17T22:32:28.566Z | Fresh value-bag v1.9.0 |
1362 | 2024-07-17T22:32:28.566Z | Fresh quote v1.0.36 |
1363 | 2024-07-17T22:32:28.566Z | Fresh libc v0.2.154 |
1364 | 2024-07-17T22:32:28.566Z | Fresh zerocopy v0.7.34 |
1365 | 2024-07-17T22:32:28.566Z | Fresh futures-core v0.3.30 |
1366 | 2024-07-17T22:32:28.566Z | Fresh jobserver v0.1.31 |
1367 | 2024-07-17T22:32:28.566Z | Fresh allocator-api2 v0.2.18 |
1368 | 2024-07-17T22:32:28.566Z | Fresh pkg-config v0.3.30 |
1369 | 2024-07-17T22:32:28.566Z | Fresh ryu v1.0.18 |
1370 | 2024-07-17T22:32:28.566Z | Fresh futures-io v0.3.30 |
1371 | 2024-07-17T22:32:28.566Z | Fresh vcpkg v0.2.15 |
1372 | 2024-07-17T22:32:28.566Z | Fresh serde_derive v1.0.204 |
1373 | 2024-07-17T22:32:28.566Z | Fresh cc v1.0.97 |
1374 | 2024-07-17T22:32:28.566Z | Fresh ahash v0.8.11 |
1375 | 2024-07-17T22:32:28.566Z | Fresh getrandom v0.2.15 |
1376 | 2024-07-17T22:32:28.566Z | Fresh smallvec v1.13.2 |
1377 | 2024-07-17T22:32:28.566Z | Fresh serde v1.0.204 |
1378 | 2024-07-17T22:32:28.566Z | Fresh hashbrown v0.14.5 |
1379 | 2024-07-17T22:32:28.566Z | Fresh bytes v1.6.0 |
1380 | 2024-07-17T22:32:28.567Z | Fresh signal-hook-registry v1.4.2 |
1381 | 2024-07-17T22:32:28.567Z | Fresh slab v0.4.9 |
1382 | 2024-07-17T22:32:28.567Z | Fresh equivalent v1.0.1 |
1383 | 2024-07-17T22:32:28.567Z | Fresh fnv v1.0.7 |
1384 | 2024-07-17T22:32:28.567Z | Fresh serde_json v1.0.120 |
1385 | 2024-07-17T22:32:28.567Z | Fresh indexmap v2.2.6 |
1386 | 2024-07-17T22:32:28.567Z | Fresh openssl-src v300.2.3+3.2.1 |
1387 | 2024-07-17T22:32:28.567Z | Fresh tracing-attributes v0.1.27 |
1388 | 2024-07-17T22:32:28.567Z | Fresh mio v0.8.11 |
1389 | 2024-07-17T22:32:28.567Z | Fresh tracing-core v0.1.32 |
1390 | 2024-07-17T22:32:28.567Z | Fresh num-traits v0.2.19 |
1391 | 2024-07-17T22:32:28.567Z | Fresh tracing v0.1.40 |
1392 | 2024-07-17T22:32:28.567Z | Fresh socket2 v0.5.7 |
1393 | 2024-07-17T22:32:28.567Z | Fresh regex-syntax v0.8.3 |
1394 | 2024-07-17T22:32:28.567Z | Fresh http v0.2.12 |
1395 | 2024-07-17T22:32:28.567Z | Fresh percent-encoding v2.3.1 |
1396 | 2024-07-17T22:32:28.567Z | Fresh futures-sink v0.3.30 |
1397 | 2024-07-17T22:32:28.567Z | Fresh tinyvec_macros v0.1.1 |
1398 | 2024-07-17T22:32:28.567Z | Fresh pin-utils v0.1.0 |
1399 | 2024-07-17T22:32:28.567Z | Fresh tokio-macros v2.3.0 |
1400 | 2024-07-17T22:32:28.567Z | Fresh crossbeam-utils v0.8.19 |
1401 | 2024-07-17T22:32:28.567Z | Fresh form_urlencoded v1.2.1 |
1402 | 2024-07-17T22:32:28.567Z | Fresh tinyvec v1.6.1 |
1403 | 2024-07-17T22:32:28.567Z | Fresh num_cpus v1.16.0 |
1404 | 2024-07-17T22:32:28.567Z | Fresh futures-channel v0.3.30 |
1405 | 2024-07-17T22:32:28.567Z | Fresh futures-macro v0.3.30 |
1406 | 2024-07-17T22:32:28.567Z | Fresh serde_derive_internals v0.29.0 |
1407 | 2024-07-17T22:32:28.567Z | Fresh tokio v1.38.0 |
1408 | 2024-07-17T22:32:28.567Z | Fresh unicode-normalization v0.1.23 |
1409 | 2024-07-17T22:32:28.567Z | Fresh unicode-bidi v0.3.15 |
1410 | 2024-07-17T22:32:28.567Z | Fresh futures-task v0.3.30 |
1411 | 2024-07-17T22:32:28.567Z | Fresh schemars_derive v0.8.21 |
1412 | 2024-07-17T22:32:28.567Z | Fresh dyn-clone v1.0.17 |
1413 | 2024-07-17T22:32:28.567Z | Fresh spin v0.9.8 |
1414 | 2024-07-17T22:32:28.567Z | Fresh idna v0.5.0 |
1415 | 2024-07-17T22:32:28.567Z | Fresh futures-util v0.3.30 |
1416 | 2024-07-17T22:32:28.567Z | Fresh concurrent-queue v2.5.0 |
1417 | 2024-07-17T22:32:28.567Z | Fresh thiserror-impl v1.0.62 |
1418 | 2024-07-17T22:32:28.567Z | Fresh untrusted v0.9.0 |
1419 | 2024-07-17T22:32:28.567Z | Fresh log v0.4.22 |
1420 | 2024-07-17T22:32:28.568Z | Fresh parking v2.2.0 |
1421 | 2024-07-17T22:32:28.568Z | Fresh ring v0.17.8 |
1422 | 2024-07-17T22:32:28.568Z | Fresh memchr v2.7.2 |
1423 | 2024-07-17T22:32:28.568Z | Fresh heck v0.5.0 |
1424 | 2024-07-17T22:32:28.568Z | Fresh openssl-sys v0.9.102 |
1425 | 2024-07-17T22:32:28.568Z | Fresh thiserror v1.0.62 |
1426 | 2024-07-17T22:32:28.568Z | Fresh httparse v1.8.0 |
1427 | 2024-07-17T22:32:28.568Z | Fresh iana-time-zone v0.1.60 |
1428 | 2024-07-17T22:32:28.568Z | Fresh tokio-util v0.7.11 |
1429 | 2024-07-17T22:32:28.568Z | Fresh errno v0.3.9 |
1430 | 2024-07-17T22:32:28.568Z | Fresh try-lock v0.2.5 |
1431 | 2024-07-17T22:32:28.568Z | Fresh fastrand v2.1.0 |
1432 | 2024-07-17T22:32:28.568Z | Fresh openssl-probe v0.1.5 |
1433 | 2024-07-17T22:32:28.568Z | Fresh h2 v0.3.26 |
1434 | 2024-07-17T22:32:28.568Z | Fresh want v0.3.1 |
1435 | 2024-07-17T22:32:28.568Z | Fresh http-body v0.4.6 |
1436 | 2024-07-17T22:32:28.568Z | Fresh foreign-types-shared v0.1.1 |
1437 | 2024-07-17T22:32:28.568Z | Fresh tower-service v0.3.2 |
1438 | 2024-07-17T22:32:28.568Z | Fresh httpdate v1.0.3 |
1439 | 2024-07-17T22:32:28.568Z | Fresh hyper v0.14.28 |
1440 | 2024-07-17T22:32:28.568Z | Fresh foreign-types v0.3.2 |
1441 | 2024-07-17T22:32:28.568Z | Fresh openssl-macros v0.1.1 |
1442 | 2024-07-17T22:32:28.568Z | Fresh encoding_rs v0.8.34 |
1443 | 2024-07-17T22:32:28.568Z | Fresh mime v0.3.17 |
1444 | 2024-07-17T22:32:28.568Z | Fresh rustix v0.38.34 |
1445 | 2024-07-17T22:32:28.568Z | Fresh openssl v0.10.64 |
1446 | 2024-07-17T22:32:28.568Z | Fresh sct v0.7.1 |
1447 | 2024-07-17T22:32:28.568Z | Fresh rustls-webpki v0.101.7 |
1448 | 2024-07-17T22:32:28.568Z | Fresh rand_core v0.6.4 |
1449 | 2024-07-17T22:32:28.568Z | Fresh ppv-lite86 v0.2.17 |
1450 | 2024-07-17T22:32:28.568Z | Fresh native-tls v0.2.11 |
1451 | 2024-07-17T22:32:28.568Z | Fresh aho-corasick v1.1.3 |
1452 | 2024-07-17T22:32:28.568Z | Fresh base64 v0.21.7 |
1453 | 2024-07-17T22:32:28.568Z | Fresh anstyle v1.0.7 |
1454 | 2024-07-17T22:32:28.568Z | Fresh serde_urlencoded v0.7.1 |
1455 | 2024-07-17T22:32:28.568Z | Fresh rustls v0.21.12 |
1456 | 2024-07-17T22:32:28.568Z | Fresh rand_chacha v0.3.1 |
1457 | 2024-07-17T22:32:28.572Z | Fresh regex-automata v0.4.6 |
1458 | 2024-07-17T22:32:28.572Z | Fresh tokio-native-tls v0.3.1 |
1459 | 2024-07-17T22:32:28.572Z | Fresh rustls-pemfile v1.0.4 |
1460 | 2024-07-17T22:32:28.572Z | Fresh event-listener v4.0.3 |
1461 | 2024-07-17T22:32:28.572Z | Fresh rand v0.8.5 |
1462 | 2024-07-17T22:32:28.572Z | Fresh tokio-rustls v0.24.1 |
1463 | 2024-07-17T22:32:28.572Z | Fresh hyper-tls v0.5.0 |
1464 | 2024-07-17T22:32:28.572Z | Fresh utf8parse v0.2.1 |
1465 | 2024-07-17T22:32:28.572Z | Fresh ipnet v2.9.0 |
1466 | 2024-07-17T22:32:28.572Z | Fresh sync_wrapper v0.1.2 |
1467 | 2024-07-17T22:32:28.572Z | Fresh either v1.11.0 |
1468 | 2024-07-17T22:32:28.572Z | Fresh webpki-roots v0.25.4 |
1469 | 2024-07-17T22:32:28.572Z | Fresh hyper-rustls v0.24.2 |
1470 | 2024-07-17T22:32:28.573Z | Fresh anstyle-parse v0.2.4 |
1471 | 2024-07-17T22:32:28.573Z | Fresh regex v1.10.5 |
1472 | 2024-07-17T22:32:28.573Z | Fresh typenum v1.17.0 |
1473 | 2024-07-17T22:32:28.573Z | Fresh event-listener-strategy v0.4.0 |
1474 | 2024-07-17T22:32:28.573Z | Fresh futures-lite v2.3.0 |
1475 | 2024-07-17T22:32:28.573Z | Fresh toml_datetime v0.6.6 |
1476 | 2024-07-17T22:32:28.573Z | Fresh reqwest v0.11.27 |
1477 | 2024-07-17T22:32:28.573Z | Fresh serde_spanned v0.6.6 |
1478 | 2024-07-17T22:32:28.573Z | Fresh anstyle-query v1.0.3 |
1479 | 2024-07-17T22:32:28.573Z | Fresh same-file v1.0.6 |
1480 | 2024-07-17T22:32:28.573Z | Fresh winnow v0.6.8 |
1481 | 2024-07-17T22:32:28.573Z | Fresh is_terminal_polyfill v1.70.0 |
1482 | 2024-07-17T22:32:28.573Z | Fresh colorchoice v1.0.1 |
1483 | 2024-07-17T22:32:28.573Z | Fresh event-listener v2.5.3 |
1484 | 2024-07-17T22:32:28.573Z | Fresh walkdir v2.5.0 |
1485 | 2024-07-17T22:32:28.573Z | Fresh toml_edit v0.22.15 |
1486 | 2024-07-17T22:32:28.573Z | Fresh generic-array v0.14.7 |
1487 | 2024-07-17T22:32:28.573Z | Fresh async-lock v3.3.0 |
1488 | 2024-07-17T22:32:28.573Z | Fresh anstream v0.6.14 |
1489 | 2024-07-17T22:32:28.573Z | Fresh atomic-waker v1.1.2 |
1490 | 2024-07-17T22:32:28.573Z | Fresh clap_lex v0.7.0 |
1491 | 2024-07-17T22:32:28.573Z | Fresh strsim v0.11.1 |
1492 | 2024-07-17T22:32:28.573Z | Fresh scopeguard v1.2.0 |
1493 | 2024-07-17T22:32:28.573Z | Fresh lock_api v0.4.12 |
1494 | 2024-07-17T22:32:28.573Z | Fresh clap_builder v4.5.9 |
1495 | 2024-07-17T22:32:28.573Z | Fresh toml v0.8.14 |
1496 | 2024-07-17T22:32:28.573Z | Fresh polling v3.7.0 |
1497 | 2024-07-17T22:32:28.573Z | Fresh clap_derive v4.5.8 |
1498 | 2024-07-17T22:32:28.573Z | Fresh event-listener v5.3.0 |
1499 | 2024-07-17T22:32:28.573Z | Fresh futures-executor v0.3.30 |
1500 | 2024-07-17T22:32:28.574Z | Fresh parking_lot_core v0.9.10 |
1501 | 2024-07-17T22:32:28.574Z | Fresh serde_tokenstream v0.2.1 |
1502 | 2024-07-17T22:32:28.574Z | Fresh waker-fn v1.1.1 |
1503 | 2024-07-17T22:32:28.574Z | Fresh siphasher v0.3.11 |
1504 | 2024-07-17T22:32:28.574Z | Fresh fastrand v1.9.0 |
1505 | 2024-07-17T22:32:28.574Z | Fresh lazy_static v1.4.0 |
1506 | 2024-07-17T22:32:28.574Z | Fresh clap v4.5.9 |
1507 | 2024-07-17T22:32:28.574Z | Fresh futures v0.3.30 |
1508 | 2024-07-17T22:32:28.574Z | Fresh parking_lot v0.12.2 |
1509 | 2024-07-17T22:32:28.574Z | Fresh futures-lite v1.13.0 |
1510 | 2024-07-17T22:32:28.574Z | Fresh phf_shared v0.10.0 |
1511 | 2024-07-17T22:32:28.574Z | Fresh event-listener-strategy v0.5.2 |
1512 | 2024-07-17T22:32:28.574Z | Fresh async-io v2.3.2 |
1513 | 2024-07-17T22:32:28.574Z | Fresh polling v2.8.0 |
1514 | 2024-07-17T22:32:28.574Z | Fresh crunchy v0.2.2 |
1515 | 2024-07-17T22:32:28.574Z | Fresh io-lifetimes v1.0.11 |
1516 | 2024-07-17T22:32:28.574Z | Fresh crypto-common v0.1.6 |
1517 | 2024-07-17T22:32:28.574Z | Fresh block-buffer v0.10.4 |
1518 | 2024-07-17T22:32:28.574Z | Fresh precomputed-hash v0.1.1 |
1519 | 2024-07-17T22:32:28.574Z | Fresh bitflags v1.3.2 |
1520 | 2024-07-17T22:32:28.574Z | Fresh async-task v4.7.1 |
1521 | 2024-07-17T22:32:28.574Z | Fresh bit-vec v0.6.3 |
1522 | 2024-07-17T22:32:28.574Z | Fresh base64 v0.22.1 |
1523 | 2024-07-17T22:32:28.574Z | Fresh new_debug_unreachable v1.0.6 |
1524 | 2024-07-17T22:32:28.574Z | Fresh fixedbitset v0.4.2 |
1525 | 2024-07-17T22:32:28.574Z | Fresh tiny-keccak v2.0.2 |
1526 | 2024-07-17T22:32:28.574Z | Fresh digest v0.10.7 |
1527 | 2024-07-17T22:32:28.574Z | Fresh rustix v0.37.27 |
1528 | 2024-07-17T22:32:28.574Z | Fresh petgraph v0.6.5 |
1529 | 2024-07-17T22:32:28.574Z | Fresh string_cache v0.8.7 |
1530 | 2024-07-17T22:32:28.574Z | Fresh bit-set v0.5.3 |
1531 | 2024-07-17T22:32:28.574Z | Fresh async-channel v2.2.1 |
1532 | 2024-07-17T22:32:28.574Z | Fresh ascii-canvas v3.0.0 |
1533 | 2024-07-17T22:32:28.574Z | Fresh piper v0.2.1 |
1534 | 2024-07-17T22:32:28.574Z | Fresh async-channel v1.9.0 |
1535 | 2024-07-17T22:32:28.574Z | Fresh async-lock v2.8.0 |
1536 | 2024-07-17T22:32:28.574Z | Fresh itertools v0.11.0 |
1537 | 2024-07-17T22:32:28.574Z | Fresh ena v0.14.3 |
1538 | 2024-07-17T22:32:28.574Z | Fresh dirs-sys v0.3.7 |
1539 | 2024-07-17T22:32:28.575Z | Fresh socket2 v0.4.10 |
1540 | 2024-07-17T22:32:28.575Z | Fresh pico-args v0.5.0 |
1541 | 2024-07-17T22:32:28.575Z | Fresh powerfmt v0.2.0 |
1542 | 2024-07-17T22:32:28.575Z | Fresh unicode-width v0.1.12 |
1543 | 2024-07-17T22:32:28.575Z | Fresh unicode-xid v0.2.4 |
1544 | 2024-07-17T22:32:28.575Z | Fresh cpufeatures v0.2.12 |
1545 | 2024-07-17T22:32:28.575Z | Fresh num-conv v0.1.0 |
1546 | 2024-07-17T22:32:28.575Z | Fresh time-core v0.1.2 |
1547 | 2024-07-17T22:32:28.575Z | Fresh async-io v1.13.0 |
1548 | 2024-07-17T22:32:28.575Z | Fresh dirs v4.0.0 |
1549 | 2024-07-17T22:32:28.575Z | Fresh time-macros v0.2.18 |
1550 | 2024-07-17T22:32:28.575Z | Fresh lalrpop v0.20.2 |
1551 | 2024-07-17T22:32:28.575Z | Fresh deranged v0.3.11 |
1552 | 2024-07-17T22:32:28.575Z | Fresh blocking v1.6.0 |
1553 | 2024-07-17T22:32:28.575Z | Fresh async-executor v1.11.0 |
1554 | 2024-07-17T22:32:28.575Z | Fresh async-signal v0.2.6 |
1555 | 2024-07-17T22:32:28.575Z | Fresh libnghttp2-sys v0.1.10+1.61.0 |
1556 | 2024-07-17T22:32:28.575Z | Fresh progenitor-client v0.7.0 |
1557 | 2024-07-17T22:32:28.578Z | Fresh event-listener v3.1.0 |
1558 | 2024-07-17T22:32:28.578Z | Fresh pin-project-internal v1.1.5 |
1559 | 2024-07-17T22:32:28.578Z | Fresh num_threads v0.1.7 |
1560 | 2024-07-17T22:32:28.578Z | Fresh pin-project v1.1.5 |
1561 | 2024-07-17T22:32:28.578Z | Fresh async-process v1.8.1 |
1562 | 2024-07-17T22:32:28.578Z | Fresh time v0.3.36 |
1563 | 2024-07-17T22:32:28.578Z | Fresh curl-sys v0.4.72+curl-8.6.0 |
1564 | 2024-07-17T22:32:28.578Z | Fresh async-global-executor v2.4.1 |
1565 | 2024-07-17T22:32:28.578Z | Fresh rustversion v1.0.16 |
1566 | 2024-07-17T22:32:28.578Z | Fresh libz-sys v1.1.16 |
1567 | 2024-07-17T22:32:28.578Z | Fresh async-trait v0.1.81 |
1568 | 2024-07-17T22:32:28.578Z | Fresh dirs-sys-next v0.1.2 |
1569 | 2024-07-17T22:32:28.578Z | Fresh kv-log-macro v1.0.7 |
1570 | 2024-07-17T22:32:28.578Z | Fresh similar v2.5.0 |
1571 | 2024-07-17T22:32:28.579Z | Fresh home v0.5.9 |
1572 | 2024-07-17T22:32:28.579Z | Fresh async-std v1.12.0 |
1573 | 2024-07-17T22:32:28.579Z | Fresh dirs-next v2.0.0 |
1574 | 2024-07-17T22:32:28.579Z | Fresh libgit2-sys v0.17.0+1.8.1 |
1575 | 2024-07-17T22:32:28.579Z | Fresh slog v2.7.0 |
1576 | 2024-07-17T22:32:28.579Z | Fresh tracing-futures v0.2.5 |
1577 | 2024-07-17T22:32:28.579Z | Fresh curl v0.4.46 |
1578 | 2024-07-17T22:32:28.579Z | Fresh sha1 v0.10.6 |
1579 | 2024-07-17T22:32:28.579Z | Fresh sluice v0.5.5 |
1580 | 2024-07-17T22:32:28.579Z | Fresh url v2.5.2 |
1581 | 2024-07-17T22:32:28.579Z | Fresh zeroize v1.7.0 |
1582 | 2024-07-17T22:32:28.579Z | Fresh unicode-segmentation v1.11.0 |
1583 | 2024-07-17T22:32:28.579Z | Fresh rustls-pki-types v1.7.0 |
1584 | 2024-07-17T22:32:28.579Z | Fresh predicates-core v1.0.6 |
1585 | 2024-07-17T22:32:28.579Z | Fresh lalrpop-util v0.20.2 |
1586 | 2024-07-17T22:32:28.579Z | Fresh castaway v0.1.2 |
1587 | 2024-07-17T22:32:28.579Z | Fresh bitflags v2.5.0 |
1588 | 2024-07-17T22:32:28.579Z | Fresh signal-hook v0.3.17 |
1589 | 2024-07-17T22:32:28.579Z | Fresh term v0.7.0 |
1590 | 2024-07-17T22:32:28.579Z | Fresh git2 v0.19.0 |
1591 | 2024-07-17T22:32:28.579Z | Fresh basic-cookies v0.1.5 |
1592 | 2024-07-17T22:32:28.579Z | Fresh isahc v1.7.2 |
1593 | 2024-07-17T22:32:28.579Z | Fresh async-object-pool v0.1.4 |
1594 | 2024-07-17T22:32:28.579Z | Fresh console v0.15.8 |
1595 | 2024-07-17T22:32:28.579Z | Fresh tempfile v3.10.1 |
1596 | 2024-07-17T22:32:28.579Z | Fresh serde_regex v1.1.0 |
1597 | 2024-07-17T22:32:28.579Z | Fresh float-cmp v0.9.0 |
1598 | 2024-07-17T22:32:28.579Z | Fresh assert-json-diff v2.0.2 |
1599 | 2024-07-17T22:32:28.579Z | Fresh is-terminal v0.4.12 |
1600 | 2024-07-17T22:32:28.579Z | Fresh normalize-line-endings v0.3.0 |
1601 | 2024-07-17T22:32:28.579Z | Fresh base64 v0.13.1 |
1602 | 2024-07-17T22:32:28.579Z | Fresh data-encoding v2.6.0 |
1603 | 2024-07-17T22:32:28.579Z | Fresh byteorder v1.5.0 |
1604 | 2024-07-17T22:32:28.579Z | Fresh utf-8 v0.7.6 |
1605 | 2024-07-17T22:32:28.579Z | Fresh difflib v0.4.0 |
1606 | 2024-07-17T22:32:28.579Z | Fresh levenshtein v1.0.5 |
1607 | 2024-07-17T22:32:28.579Z | Fresh heck v0.4.1 |
1608 | 2024-07-17T22:32:28.579Z | Fresh built v0.7.4 |
1609 | 2024-07-17T22:32:28.580Z | Fresh strum_macros v0.26.2 |
1610 | 2024-07-17T22:32:28.580Z | Fresh predicates v3.1.0 |
1611 | 2024-07-17T22:32:28.580Z | Fresh httpmock v0.6.8 |
1612 | 2024-07-17T22:32:28.580Z | Fresh tungstenite v0.20.1 |
1613 | 2024-07-17T22:32:28.580Z | Fresh paste v1.0.15 |
1614 | 2024-07-17T22:32:28.580Z | Fresh rustls-webpki v0.102.3 |
1615 | 2024-07-17T22:32:28.580Z | Fresh signal-hook-mio v0.2.3 |
1616 | 2024-07-17T22:32:28.580Z | Fresh castaway v0.2.2 |
1617 | 2024-07-17T22:32:28.580Z | Fresh itertools v0.12.1 |
1618 | 2024-07-17T22:32:28.580Z | Fresh serde_path_to_error v0.1.16 |
1619 | 2024-07-17T22:32:28.580Z | Fresh thread_local v1.1.8 |
1620 | 2024-07-17T22:32:28.580Z | Fresh is-docker v0.2.0 |
1621 | 2024-07-17T22:32:28.580Z | Fresh subtle v2.5.0 |
1622 | 2024-07-17T22:32:28.580Z | Fresh static_assertions v1.1.0 |
1623 | 2024-07-17T22:32:28.580Z | Fresh match_cfg v0.1.0 |
1624 | 2024-07-17T22:32:28.580Z | Fresh is-wsl v0.4.0 |
1625 | 2024-07-17T22:32:28.580Z | Fresh unicode-truncate v1.0.0 |
1626 | 2024-07-17T22:32:28.580Z | Fresh hostname v0.3.1 |
1627 | 2024-07-17T22:32:28.580Z | Fresh compact_str v0.7.1 |
1628 | 2024-07-17T22:32:28.580Z | Fresh rustls v0.22.4 |
1629 | 2024-07-17T22:32:28.580Z | Fresh strum v0.26.2 |
1630 | 2024-07-17T22:32:28.580Z | Fresh tokio-tungstenite v0.20.1 |
1631 | 2024-07-17T22:32:28.580Z | Fresh crossterm v0.27.0 |
1632 | 2024-07-17T22:32:28.580Z | Fresh portable-atomic v1.6.0 |
1633 | 2024-07-17T22:32:28.580Z | Fresh newline-converter v0.3.0 |
1634 | 2024-07-17T22:32:28.580Z | Fresh slog-json v2.6.1 |
1635 | 2024-07-17T22:32:28.580Z | Fresh termini v1.0.0 |
1636 | 2024-07-17T22:32:28.580Z | Fresh sha2 v0.10.8 |
1637 | 2024-07-17T22:32:28.580Z | Fresh crossbeam-channel v0.5.12 |
1638 | 2024-07-17T22:32:28.580Z | Fresh http v1.1.0 |
1639 | 2024-07-17T22:32:28.580Z | Fresh ipnetwork v0.20.0 |
1640 | 2024-07-17T22:32:28.580Z | Fresh lru v0.12.3 |
1641 | 2024-07-17T22:32:28.580Z | Fresh async-stream-impl v0.3.5 |
1642 | 2024-07-17T22:32:28.580Z | Fresh stability v0.2.0 |
1643 | 2024-07-17T22:32:28.580Z | Fresh take_mut v0.2.2 |
1644 | 2024-07-17T22:32:28.580Z | Fresh spin v0.5.2 |
1645 | 2024-07-17T22:32:28.581Z | Fresh cassowary v0.3.0 |
1646 | 2024-07-17T22:32:28.581Z | Fresh pathdiff v0.2.1 |
1647 | 2024-07-17T22:32:28.581Z | Fresh termtree v0.4.1 |
1648 | 2024-07-17T22:32:28.581Z | Fresh shell-words v1.1.0 |
1649 | 2024-07-17T22:32:28.581Z | Fresh humantime v2.1.0 |
1650 | 2024-07-17T22:32:28.581Z | Fresh number_prefix v0.4.0 |
1651 | 2024-07-17T22:32:28.581Z | Fresh untrusted v0.7.1 |
1652 | 2024-07-17T22:32:28.581Z | Fresh termcolor v1.4.1 |
1653 | 2024-07-17T22:32:28.581Z | Fresh slog-async v2.8.0 |
1654 | 2024-07-17T22:32:28.581Z | Fresh ratatui v0.26.3 |
1655 | 2024-07-17T22:32:28.581Z | Fresh predicates-tree v1.0.9 |
1656 | 2024-07-17T22:32:28.581Z | Fresh open v4.2.0 |
1657 | 2024-07-17T22:32:28.584Z | Fresh ring v0.16.20 |
1658 | 2024-07-17T22:32:28.584Z | Fresh env_logger v0.10.2 |
1659 | 2024-07-17T22:32:28.584Z | Fresh indicatif v0.17.8 |
1660 | 2024-07-17T22:32:28.584Z | Fresh dialoguer v0.10.4 |
1661 | 2024-07-17T22:32:28.584Z | Fresh oauth2 v4.4.2 |
1662 | 2024-07-17T22:32:28.584Z | Fresh multer v3.1.0 |
1663 | 2024-07-17T22:32:28.584Z | Fresh async-stream v0.3.5 |
1664 | 2024-07-17T22:32:28.584Z | Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
1665 | 2024-07-17T22:32:28.584Z | Fresh thouart v0.1.0 (https://github.com/oxidecomputer/thouart.git#1f22ae24) |
1666 | 2024-07-17T22:32:28.584Z | Fresh slog-bunyan v2.5.0 |
1667 | 2024-07-17T22:32:28.584Z | Fresh tokio-rustls v0.25.0 |
1668 | 2024-07-17T22:32:28.584Z | Fresh doc-comment v0.3.3 |
1669 | 2024-07-17T22:32:28.584Z | Fresh camino v1.1.7 |
1670 | 2024-07-17T22:32:28.584Z | Fresh anyhow v1.0.86 |
1671 | 2024-07-17T22:32:28.584Z | Fresh slog-term v2.9.1 |
1672 | 2024-07-17T22:32:28.584Z | Fresh pem v1.1.1 |
1673 | 2024-07-17T22:32:28.584Z | Fresh rustls-pemfile v2.1.2 |
1674 | 2024-07-17T22:32:28.584Z | Fresh yasna v0.5.2 |
1675 | 2024-07-17T22:32:28.584Z | Fresh tabwriter v1.4.0 |
1676 | 2024-07-17T22:32:28.584Z | Fresh clap_complete v4.5.8 |
1677 | 2024-07-17T22:32:28.584Z | Fresh colored v2.1.0 |
1678 | 2024-07-17T22:32:28.585Z | Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot#fb254ad9) |
1679 | 2024-07-17T22:32:28.585Z | Fresh waitgroup v0.1.2 |
1680 | 2024-07-17T22:32:28.585Z | Fresh bstr v1.9.1 |
1681 | 2024-07-17T22:32:28.585Z | Fresh wait-timeout v0.2.0 |
1682 | 2024-07-17T22:32:28.585Z | Fresh hostname v0.4.0 |
1683 | 2024-07-17T22:32:28.585Z | Fresh diff v0.1.13 |
1684 | 2024-07-17T22:32:28.585Z | Fresh yansi v0.5.1 |
1685 | 2024-07-17T22:32:28.585Z | Fresh debug-ignore v1.0.5 |
1686 | 2024-07-17T22:32:28.585Z | Fresh assert_cmd v2.0.14 |
1687 | 2024-07-17T22:32:28.585Z | Fresh rcgen v0.10.0 |
1688 | 2024-07-17T22:32:28.585Z | Fresh expectorate v1.1.0 |
1689 | 2024-07-17T22:32:28.585Z | Fresh chrono v0.4.38 |
1690 | 2024-07-17T22:32:28.585Z | Fresh uuid v1.10.0 |
1691 | 2024-07-17T22:32:28.585Z | Fresh pretty_assertions v1.4.0 |
1692 | 2024-07-17T22:32:28.585Z | Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot#fb254ad9) |
1693 | 2024-07-17T22:32:28.585Z | Fresh schemars v0.8.21 |
1694 | 2024-07-17T22:32:28.585Z | Fresh regress v0.10.0 |
1695 | 2024-07-17T22:32:28.585Z | Fresh syn v2.0.70 |
1696 | 2024-07-17T22:32:28.585Z | Fresh openapiv3 v2.0.0 |
1697 | 2024-07-17T22:32:28.585Z | Fresh unsafe-libyaml v0.2.11 |
1698 | 2024-07-17T22:32:28.585Z | Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1699 | 2024-07-17T22:32:28.585Z | Fresh semver v1.0.23 |
1700 | 2024-07-17T22:32:28.585Z | Fresh serde_yaml v0.9.34+deprecated |
1701 | 2024-07-17T22:32:28.585Z | Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1702 | 2024-07-17T22:32:28.585Z | Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1703 | 2024-07-17T22:32:28.585Z | Fresh toolchain_find v0.4.0 |
1704 | 2024-07-17T22:32:28.585Z | Fresh oxide-cli v0.6.1+20240710.0 (/work/oxidecomputer/oxide.rs/cli) |
1705 | 2024-07-17T22:32:28.585Z | Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
1706 | 2024-07-17T22:32:28.585Z | Fresh rustfmt-wrapper v0.2.1 |
1707 | 2024-07-17T22:32:28.585Z | Fresh oxide-httpmock v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk-httpmock) |
1708 | 2024-07-17T22:32:28.585Z | Fresh oxide v0.6.0+20240710.0 (/work/oxidecomputer/oxide.rs/sdk) |
1709 | 2024-07-17T22:32:28.585Z | Fresh test-common v0.0.0 (/work/oxidecomputer/oxide.rs/test-common) |
1710 | 2024-07-17T22:32:28.585Z | Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1711 | 2024-07-17T22:32:28.585Z | Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1712 | 2024-07-17T22:32:28.585Z | Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor#0deadb0d) |
1713 | 2024-07-17T22:32:28.585Z | Fresh xtask v0.0.0 (/work/oxidecomputer/oxide.rs/xtask) |
1714 | 2024-07-17T22:32:28.585Z | Finished test [unoptimized + debuginfo] target(s) in 0.28s |
1715 | 2024-07-17T22:32:28.585Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-e989eeee7b58e7b3` |
1716 | 2024-07-17T22:32:28.622Z | |
1717 | 2024-07-17T22:32:28.622Z | running 4 tests |
1718 | 2024-07-17T22:32:28.624Z | test clap_feature::tests::test_block_size ... ok |
1719 | 2024-07-17T22:32:28.625Z | test clap_feature::tests::test_byte_count ... ok |
1720 | 2024-07-17T22:32:28.625Z | test clap_feature::tests::test_name_or_id ... ok |
1721 | 2024-07-17T22:32:28.625Z | test clap_feature::tests::test_name ... ok |
1722 | 2024-07-17T22:32:28.625Z | |
1723 | 2024-07-17T22:32:28.625Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1724 | 2024-07-17T22:32:28.625Z | |
1725 | 2024-07-17T22:32:28.625Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide-1e6e881899a345e4` |
1726 | 2024-07-17T22:32:28.631Z | |
1727 | 2024-07-17T22:32:28.631Z | running 9 tests |
1728 | 2024-07-17T22:32:28.634Z | test cmd_api::tests::test_add_query_string ... ok |
1729 | 2024-07-17T22:32:28.634Z | test cli_builder::tests::resolve_value_parses_ipv4_addr ... ok |
1730 | 2024-07-17T22:32:28.634Z | test cli_builder::tests::resolve_value_parses_ipv6_addr ... ok |
1731 | 2024-07-17T22:32:28.634Z | test cmd_disk::test_get_disk_size ... ok |
1732 | 2024-07-17T22:32:28.634Z | test tests::test_autoref ... ok |
1733 | 2024-07-17T22:32:28.634Z | test cmd_auth::tests::test_parse_host ... ok |
1734 | 2024-07-17T22:32:28.641Z | test tests::test_json_body_required ... ok |
1735 | 2024-07-17T22:32:28.674Z | test cmd_auth::tests::test_cmd_auth_login ... ok |
1736 | 2024-07-17T22:32:28.680Z | test cmd_version::version_success ... ok |
1737 | 2024-07-17T22:32:28.680Z | |
1738 | 2024-07-17T22:32:28.680Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s |
1739 | 2024-07-17T22:32:28.680Z | |
1740 | 2024-07-17T22:32:28.680Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_api-3aca3ee7d13ff50d` |
1741 | 2024-07-17T22:32:28.683Z | |
1742 | 2024-07-17T22:32:28.683Z | running 3 tests |
1743 | 2024-07-17T22:32:28.727Z | test test_simple_api_call ... ok |
1744 | 2024-07-17T22:32:28.732Z | test test_pagination_midway_failure ... ok |
1745 | 2024-07-17T22:32:28.736Z | test test_pagination_success ... ok |
1746 | 2024-07-17T22:32:28.736Z | |
1747 | 2024-07-17T22:32:28.736Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1748 | 2024-07-17T22:32:28.736Z | |
1749 | 2024-07-17T22:32:28.739Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_auth-10c913054607a8c3` |
1750 | 2024-07-17T22:32:28.745Z | |
1751 | 2024-07-17T22:32:28.745Z | running 6 tests |
1752 | 2024-07-17T22:32:28.838Z | test test_cmd_auth_status_env ... ok |
1753 | 2024-07-17T22:32:28.896Z | test test_cmd_auth_status ... ok |
1754 | 2024-07-17T22:32:29.814Z | test test_auth_login_first ... ok |
1755 | 2024-07-17T22:32:29.819Z | test test_auth_login_existing_default ... ok |
1756 | 2024-07-17T22:32:29.819Z | test test_auth_login_existing_no_default ... ok |
1757 | 2024-07-17T22:32:30.858Z | test test_auth_login_double ... ok |
1758 | 2024-07-17T22:32:30.858Z | |
1759 | 2024-07-17T22:32:30.858Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.11s |
1760 | 2024-07-17T22:32:30.858Z | |
1761 | 2024-07-17T22:32:30.862Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_disk_import-1e1041880d7647a6` |
1762 | 2024-07-17T22:32:30.869Z | |
1763 | 2024-07-17T22:32:30.869Z | running 14 tests |
1764 | 2024-07-17T22:32:30.897Z | test test_disk_import_bad_file_size ... ok |
1765 | 2024-07-17T22:32:30.943Z | test test_disk_import_finalize ... ok |
1766 | 2024-07-17T22:32:31.045Z | test test_disk_import_required_parameters ... ok |
1767 | 2024-07-17T22:32:31.054Z | test test_disk_import_bad_block_size ... ok |
1768 | 2024-07-17T22:32:31.102Z | test test_disk_import_disk_exists_already ... ok |
1769 | 2024-07-17T22:32:31.109Z | test test_disk_import_image_exists_already ... ok |
1770 | 2024-07-17T22:32:31.122Z | test test_disk_import_bulk_import_start_fail ... ok |
1771 | 2024-07-17T22:32:31.135Z | test test_disk_import_start ... ok |
1772 | 2024-07-17T22:32:31.144Z | test test_disk_import_snapshot_exists_already ... ok |
1773 | 2024-07-17T22:32:31.158Z | test test_disk_import_stop ... ok |
1774 | 2024-07-17T22:32:31.168Z | test test_disk_import_write ... ok |
1775 | 2024-07-17T22:32:31.297Z | test test_disk_import ... ok |
1776 | 2024-07-17T22:32:31.299Z | test test_disk_import_bulk_write_import_fail ... ok |
1777 | 2024-07-17T22:32:31.349Z | test test_disk_import_sparse ... ok |
1778 | 2024-07-17T22:32:31.349Z | |
1779 | 2024-07-17T22:32:31.352Z | test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s |
1780 | 2024-07-17T22:32:31.352Z | |
1781 | 2024-07-17T22:32:31.354Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_docs-d8573f26fd987c59` |
1782 | 2024-07-17T22:32:31.361Z | |
1783 | 2024-07-17T22:32:31.361Z | running 1 test |
1784 | 2024-07-17T22:32:31.411Z | test test_docs_json ... ok |
1785 | 2024-07-17T22:32:31.412Z | |
1786 | 2024-07-17T22:32:31.412Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1787 | 2024-07-17T22:32:31.412Z | |
1788 | 2024-07-17T22:32:31.415Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_instance-6043b50e9f95d517` |
1789 | 2024-07-17T22:32:31.419Z | |
1790 | 2024-07-17T22:32:31.419Z | running 3 tests |
1791 | 2024-07-17T22:32:31.465Z | test test_instance_serial_history ... ok |
1792 | 2024-07-17T22:32:31.465Z | test test_instance_serial_console ... ok |
1793 | 2024-07-17T22:32:31.465Z | test test_instance_create ... ok |
1794 | 2024-07-17T22:32:31.468Z | |
1795 | 2024-07-17T22:32:31.468Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1796 | 2024-07-17T22:32:31.468Z | |
1797 | 2024-07-17T22:32:31.470Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_net-c25452f60535c6cc` |
1798 | 2024-07-17T22:32:31.476Z | |
1799 | 2024-07-17T22:32:31.476Z | running 1 test |
1800 | 2024-07-17T22:32:31.527Z | test test_port_config ... ok |
1801 | 2024-07-17T22:32:31.528Z | |
1802 | 2024-07-17T22:32:31.528Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1803 | 2024-07-17T22:32:31.528Z | |
1804 | 2024-07-17T22:32:31.531Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_projects-d171c66be29c9316` |
1805 | 2024-07-17T22:32:31.537Z | |
1806 | 2024-07-17T22:32:31.537Z | running 4 tests |
1807 | 2024-07-17T22:32:31.587Z | test test_project_delete ... ok |
1808 | 2024-07-17T22:32:31.590Z | test test_project_simple_list ... ok |
1809 | 2024-07-17T22:32:31.592Z | test test_project_list_paginated ... ok |
1810 | 2024-07-17T22:32:31.596Z | test test_project_list_paginated_fail ... ok |
1811 | 2024-07-17T22:32:31.596Z | |
1812 | 2024-07-17T22:32:31.596Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1813 | 2024-07-17T22:32:31.596Z | |
1814 | 2024-07-17T22:32:31.598Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_resolve_cert-a62512a76f25e10a` |
1815 | 2024-07-17T22:32:31.603Z | |
1816 | 2024-07-17T22:32:31.603Z | running 3 tests |
1817 | 2024-07-17T22:32:31.645Z | test test_insecure_hostname_verification ... ok |
1818 | 2024-07-17T22:32:31.645Z | test test_resolve_and_cacert ... ok |
1819 | 2024-07-17T22:32:31.648Z | test test_insecure_cert_validation ... ok |
1820 | 2024-07-17T22:32:31.648Z | |
1821 | 2024-07-17T22:32:31.648Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s |
1822 | 2024-07-17T22:32:31.648Z | |
1823 | 2024-07-17T22:32:31.648Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_silo_idp_saml-b56b5b35deb800dc` |
1824 | 2024-07-17T22:32:31.656Z | |
1825 | 2024-07-17T22:32:31.656Z | running 1 test |
1826 | 2024-07-17T22:32:31.695Z | test test_silo_idp_saml_create ... ok |
1827 | 2024-07-17T22:32:31.695Z | |
1828 | 2024-07-17T22:32:31.695Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s |
1829 | 2024-07-17T22:32:31.695Z | |
1830 | 2024-07-17T22:32:31.699Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_system_networking_allowlist-a10bc05c40d2ba83` |
1831 | 2024-07-17T22:32:31.704Z | |
1832 | 2024-07-17T22:32:31.704Z | running 5 tests |
1833 | 2024-07-17T22:32:31.723Z | test test_allowlist_neither ... ok |
1834 | 2024-07-17T22:32:31.723Z | test test_allowlist_both ... ok |
1835 | 2024-07-17T22:32:31.751Z | test test_allowlist_any ... ok |
1836 | 2024-07-17T22:32:31.756Z | test test_allowlist_one_ip ... ok |
1837 | 2024-07-17T22:32:31.765Z | test test_allowlist_many_ips ... ok |
1838 | 2024-07-17T22:32:31.765Z | |
1839 | 2024-07-17T22:32:31.765Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
1840 | 2024-07-17T22:32:31.765Z | |
1841 | 2024-07-17T22:32:31.769Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/oxide_httpmock-336cb50855b3e5f3` |
1842 | 2024-07-17T22:32:31.775Z | |
1843 | 2024-07-17T22:32:31.775Z | running 0 tests |
1844 | 2024-07-17T22:32:31.775Z | |
1845 | 2024-07-17T22:32:31.775Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1846 | 2024-07-17T22:32:31.775Z | |
1847 | 2024-07-17T22:32:31.777Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/test_common-a33449ea3087d4aa` |
1848 | 2024-07-17T22:32:31.780Z | |
1849 | 2024-07-17T22:32:31.780Z | running 1 test |
1850 | 2024-07-17T22:32:31.783Z | test json_mock::tests::test_one ... ok |
1851 | 2024-07-17T22:32:31.784Z | |
1852 | 2024-07-17T22:32:31.784Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1853 | 2024-07-17T22:32:31.784Z | |
1854 | 2024-07-17T22:32:31.784Z | Running `/work/oxidecomputer/oxide.rs/target/debug/deps/xtask-ccdf923f51bc7498` |
1855 | 2024-07-17T22:32:31.786Z | |
1856 | 2024-07-17T22:32:31.787Z | running 0 tests |
1857 | 2024-07-17T22:32:31.787Z | |
1858 | 2024-07-17T22:32:31.789Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1859 | 2024-07-17T22:32:31.789Z | |
1860 | 2024-07-17T22:32:31.789Z | Doc-tests oxide |
1861 | 2024-07-17T22:32:31.789Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide --test sdk/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out --extern base64=/work/oxidecomputer/oxide.rs/target/debug/deps/libbase64-5d83904e29cde09e.rlib --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern clap=/work/oxidecomputer/oxide.rs/target/debug/deps/libclap-de3619bb44cd2a7d.rlib --extern dirs=/work/oxidecomputer/oxide.rs/target/debug/deps/libdirs-8d4465a42981c6a2.rlib --extern futures=/work/oxidecomputer/oxide.rs/target/debug/deps/libfutures-9e3c63aa3d6706dc.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern progenitor_client=/work/oxidecomputer/oxide.rs/target/debug/deps/libprogenitor_client-0f32562868528a0b.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern regress=/work/oxidecomputer/oxide.rs/target/debug/deps/libregress-4cb4b970579c719e.rlib --extern reqwest=/work/oxidecomputer/oxide.rs/target/debug/deps/libreqwest-35c3c51ce44df31b.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern thiserror=/work/oxidecomputer/oxide.rs/target/debug/deps/libthiserror-fbf9a37eed24efda.rlib --extern tokio=/work/oxidecomputer/oxide.rs/target/debug/deps/libtokio-bc5f82e9d3473f55.rlib --extern toml=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml-14d6d4f4a05da6d1.rlib --extern toml_edit=/work/oxidecomputer/oxide.rs/target/debug/deps/libtoml_edit-5f6a3a9a9fbdd74b.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' --error-format human` |
1862 | 2024-07-17T22:32:36.411Z | |
1863 | 2024-07-17T22:32:36.411Z | running 197 tests |
1864 | 2024-07-17T22:32:36.414Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import (line 45823) ... ignored |
1865 | 2024-07-17T22:32:36.417Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_start (line 45841) ... ignored |
1866 | 2024-07-17T22:32:36.417Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_bulk_write_import_stop (line 45858) ... ignored |
1867 | 2024-07-17T22:32:36.417Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_create (line 45777) ... ignored |
1868 | 2024-07-17T22:32:36.417Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_delete (line 45807) ... ignored |
1869 | 2024-07-17T22:32:36.417Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_finalize_import (line 45874) ... ignored |
1870 | 2024-07-17T22:32:36.417Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_list (line 45760) ... ignored |
1871 | 2024-07-17T22:32:36.420Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_metrics_list (line 45897) ... ignored |
1872 | 2024-07-17T22:32:36.420Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientDisksExt::disk_view (line 45792) ... ignored |
1873 | 2024-07-17T22:32:36.420Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_attach (line 46045) ... ignored |
1874 | 2024-07-17T22:32:36.420Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_create (line 45980) ... ignored |
1875 | 2024-07-17T22:32:36.420Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_delete (line 46027) ... ignored |
1876 | 2024-07-17T22:32:36.420Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_detach (line 46061) ... ignored |
1877 | 2024-07-17T22:32:36.423Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_list (line 45963) ... ignored |
1878 | 2024-07-17T22:32:36.423Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_update (line 46011) ... ignored |
1879 | 2024-07-17T22:32:36.423Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientFloatingIpsExt::floating_ip_view (line 45995) ... ignored |
1880 | 2024-07-17T22:32:36.423Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_access_token (line 46141) ... ignored |
1881 | 2024-07-17T22:32:36.423Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_confirm (line 46127) ... ignored |
1882 | 2024-07-17T22:32:36.423Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::device_auth_request (line 46111) ... ignored |
1883 | 2024-07-17T22:32:36.426Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::logout (line 46217) ... ignored |
1884 | 2024-07-17T22:32:36.426Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_create (line 46175) ... ignored |
1885 | 2024-07-17T22:32:36.426Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_delete (line 46205) ... ignored |
1886 | 2024-07-17T22:32:36.426Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_list (line 46158) ... ignored |
1887 | 2024-07-17T22:32:36.426Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientHiddenExt::probe_view (line 46190) ... ignored |
1888 | 2024-07-17T22:32:36.426Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_create (line 46295) ... ignored |
1889 | 2024-07-17T22:32:36.426Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_delete (line 46331) ... ignored |
1890 | 2024-07-17T22:32:36.429Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_demote (line 46348) ... ignored |
1891 | 2024-07-17T22:32:36.429Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_list (line 46276) ... ignored |
1892 | 2024-07-17T22:32:36.429Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_promote (line 46365) ... ignored |
1893 | 2024-07-17T22:32:36.429Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientImagesExt::image_view (line 46312) ... ignored |
1894 | 2024-07-17T22:32:36.429Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_create (line 46431) ... ignored |
1895 | 2024-07-17T22:32:36.429Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_delete (line 46461) ... ignored |
1896 | 2024-07-17T22:32:36.429Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_attach (line 46499) ... ignored |
1897 | 2024-07-17T22:32:36.432Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_detach (line 46516) ... ignored |
1898 | 2024-07-17T22:32:36.432Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_disk_list (line 46480) ... ignored |
1899 | 2024-07-17T22:32:36.432Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_attach (line 46549) ... ignored |
1900 | 2024-07-17T22:32:36.432Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ephemeral_ip_detach (line 46566) ... ignored |
1901 | 2024-07-17T22:32:36.432Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_external_ip_list (line 46532) ... ignored |
1902 | 2024-07-17T22:32:36.432Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_list (line 46414) ... ignored |
1903 | 2024-07-17T22:32:36.435Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_migrate (line 46582) ... ignored |
1904 | 2024-07-17T22:32:36.435Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_create (line 46745) ... ignored |
1905 | 2024-07-17T22:32:36.435Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_delete (line 46806) ... ignored |
1906 | 2024-07-17T22:32:36.435Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_list (line 46725) ... ignored |
1907 | 2024-07-17T22:32:36.435Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_update (line 46782) ... ignored |
1908 | 2024-07-17T22:32:36.435Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_network_interface_view (line 46763) ... ignored |
1909 | 2024-07-17T22:32:36.435Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_reboot (line 46598) ... ignored |
1910 | 2024-07-17T22:32:36.438Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console (line 46625) ... ignored |
1911 | 2024-07-17T22:32:36.438Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_serial_console_stream (line 46648) ... ignored |
1912 | 2024-07-17T22:32:36.438Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_ssh_public_key_list (line 46672) ... ignored |
1913 | 2024-07-17T22:32:36.438Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_start (line 46690) ... ignored |
1914 | 2024-07-17T22:32:36.438Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_stop (line 46705) ... ignored |
1915 | 2024-07-17T22:32:36.438Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientInstancesExt::instance_view (line 46446) ... ignored |
1916 | 2024-07-17T22:32:36.438Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_local (line 46926) ... ignored |
1917 | 2024-07-17T22:32:36.439Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientLoginExt::login_saml (line 46913) ... ignored |
1918 | 2024-07-17T22:32:36.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::silo_metric (line 46964) ... ignored |
1919 | 2024-07-17T22:32:36.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_query (line 46983) ... ignored |
1920 | 2024-07-17T22:32:36.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientMetricsExt::timeseries_schema_list (line 46998) ... ignored |
1921 | 2024-07-17T22:32:36.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_update (line 47038) ... ignored |
1922 | 2024-07-17T22:32:36.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientPolicyExt::system_policy_view (line 47028) ... ignored |
1923 | 2024-07-17T22:32:36.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_create (line 47113) ... ignored |
1924 | 2024-07-17T22:32:36.442Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_delete (line 47154) ... ignored |
1925 | 2024-07-17T22:32:36.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_list (line 47069) ... ignored |
1926 | 2024-07-17T22:32:36.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_ip_pool_view (line 47084) ... ignored |
1927 | 2024-07-17T22:32:36.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_list (line 47100) ... ignored |
1928 | 2024-07-17T22:32:36.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_update (line 47181) ... ignored |
1929 | 2024-07-17T22:32:36.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_policy_view (line 47167) ... ignored |
1930 | 2024-07-17T22:32:36.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_update (line 47140) ... ignored |
1931 | 2024-07-17T22:32:36.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientProjectsExt::project_view (line 47126) ... ignored |
1932 | 2024-07-17T22:32:36.445Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_list (line 47240) ... ignored |
1933 | 2024-07-17T22:32:36.448Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientRolesExt::role_view (line 47254) ... ignored |
1934 | 2024-07-17T22:32:36.448Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_groups (line 47294) ... ignored |
1935 | 2024-07-17T22:32:36.448Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_create (line 47329) ... ignored |
1936 | 2024-07-17T22:32:36.448Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_delete (line 47360) ... ignored |
1937 | 2024-07-17T22:32:36.448Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_list (line 47314) ... ignored |
1938 | 2024-07-17T22:32:36.448Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_ssh_key_view (line 47344) ... ignored |
1939 | 2024-07-17T22:32:36.448Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSessionExt::current_user_view (line 47279) ... ignored |
1940 | 2024-07-17T22:32:36.451Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_create (line 47426) ... ignored |
1941 | 2024-07-17T22:32:36.451Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_delete (line 47452) ... ignored |
1942 | 2024-07-17T22:32:36.451Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_list (line 47410) ... ignored |
1943 | 2024-07-17T22:32:36.451Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::certificate_view (line 47439) ... ignored |
1944 | 2024-07-17T22:32:36.451Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_list (line 47468) ... ignored |
1945 | 2024-07-17T22:32:36.451Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::group_view (line 47483) ... ignored |
1946 | 2024-07-17T22:32:36.454Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_update (line 47504) ... ignored |
1947 | 2024-07-17T22:32:36.454Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::policy_view (line 47494) ... ignored |
1948 | 2024-07-17T22:32:36.454Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::user_list (line 47521) ... ignored |
1949 | 2024-07-17T22:32:36.454Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSilosExt::utilization_view (line 47535) ... ignored |
1950 | 2024-07-17T22:32:36.454Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_create (line 47616) ... ignored |
1951 | 2024-07-17T22:32:36.454Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_delete (line 47646) ... ignored |
1952 | 2024-07-17T22:32:36.454Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_list (line 47597) ... ignored |
1953 | 2024-07-17T22:32:36.454Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSnapshotsExt::snapshot_view (line 47631) ... ignored |
1954 | 2024-07-17T22:32:36.457Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_apply_settings (line 47886) ... ignored |
1955 | 2024-07-17T22:32:36.457Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_clear_settings (line 47906) ... ignored |
1956 | 2024-07-17T22:32:36.457Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_list (line 47865) ... ignored |
1957 | 2024-07-17T22:32:36.457Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::networking_switch_port_status (line 47924) ... ignored |
1958 | 2024-07-17T22:32:36.457Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_list (line 47687) ... ignored |
1959 | 2024-07-17T22:32:36.457Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::physical_disk_view (line 47702) ... ignored |
1960 | 2024-07-17T22:32:36.457Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_list (line 47718) ... ignored |
1961 | 2024-07-17T22:32:36.461Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::rack_view (line 47733) ... ignored |
1962 | 2024-07-17T22:32:36.461Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_add (line 47762) ... ignored |
1963 | 2024-07-17T22:32:36.461Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_instance_list (line 47812) ... ignored |
1964 | 2024-07-17T22:32:36.461Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list (line 47749) ... ignored |
1965 | 2024-07-17T22:32:36.461Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_list_uninitialized (line 47846) ... ignored |
1966 | 2024-07-17T22:32:36.461Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_physical_disk_list (line 47792) ... ignored |
1967 | 2024-07-17T22:32:36.461Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_set_provision_policy (line 47830) ... ignored |
1968 | 2024-07-17T22:32:36.464Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::sled_view (line 47775) ... ignored |
1969 | 2024-07-17T22:32:36.464Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_list (line 47942) ... ignored |
1970 | 2024-07-17T22:32:36.464Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemHardwareExt::switch_view (line 47957) ... ignored |
1971 | 2024-07-17T22:32:36.464Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemMetricsExt::system_metric (line 48056) ... ignored |
1972 | 2024-07-17T22:32:36.464Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_create (line 48101) ... ignored |
1973 | 2024-07-17T22:32:36.464Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_delete (line 48142) ... ignored |
1974 | 2024-07-17T22:32:36.464Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_list (line 48088) ... ignored |
1975 | 2024-07-17T22:32:36.464Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_add (line 48178) ... ignored |
1976 | 2024-07-17T22:32:36.467Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_list (line 48160) ... ignored |
1977 | 2024-07-17T22:32:36.467Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_range_remove (line 48193) ... ignored |
1978 | 2024-07-17T22:32:36.467Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_add (line 48320) ... ignored |
1979 | 2024-07-17T22:32:36.467Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_list (line 48306) ... ignored |
1980 | 2024-07-17T22:32:36.467Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_range_remove (line 48331) ... ignored |
1981 | 2024-07-17T22:32:36.467Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_service_view (line 48290) ... ignored |
1982 | 2024-07-17T22:32:36.467Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_link (line 48232) ... ignored |
1983 | 2024-07-17T22:32:36.470Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_list (line 48211) ... ignored |
1984 | 2024-07-17T22:32:36.470Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_unlink (line 48265) ... ignored |
1985 | 2024-07-17T22:32:36.470Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_silo_update (line 48250) ... ignored |
1986 | 2024-07-17T22:32:36.470Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_update (line 48128) ... ignored |
1987 | 2024-07-17T22:32:36.470Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_utilization_view (line 48279) ... ignored |
1988 | 2024-07-17T22:32:36.470Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::ip_pool_view (line 48114) ... ignored |
1989 | 2024-07-17T22:32:36.470Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_block_list (line 48392) ... ignored |
1990 | 2024-07-17T22:32:36.473Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_create (line 48360) ... ignored |
1991 | 2024-07-17T22:32:36.473Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_delete (line 48374) ... ignored |
1992 | 2024-07-17T22:32:36.473Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_address_lot_list (line 48347) ... ignored |
1993 | 2024-07-17T22:32:36.473Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_update (line 48416) ... ignored |
1994 | 2024-07-17T22:32:36.473Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_allow_list_view (line 48406) ... ignored |
1995 | 2024-07-17T22:32:36.473Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_disable (line 48427) ... ignored |
1996 | 2024-07-17T22:32:36.473Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_enable (line 48438) ... ignored |
1997 | 2024-07-17T22:32:36.473Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bfd_status (line 48449) ... ignored |
1998 | 2024-07-17T22:32:36.476Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 48532) ... ignored |
1999 | 2024-07-17T22:32:36.476Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 48505) ... ignored |
2000 | 2024-07-17T22:32:36.476Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 48519) ... ignored |
2001 | 2024-07-17T22:32:36.476Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_create (line 48479) ... ignored |
2002 | 2024-07-17T22:32:36.476Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_delete (line 48492) ... ignored |
2003 | 2024-07-17T22:32:36.476Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_config_list (line 48465) ... ignored |
2004 | 2024-07-17T22:32:36.476Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 48558) ... ignored |
2005 | 2024-07-17T22:32:36.479Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_message_history (line 48545) ... ignored |
2006 | 2024-07-17T22:32:36.479Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_bgp_status (line 48569) ... ignored |
2007 | 2024-07-17T22:32:36.479Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_create (line 48597) ... ignored |
2008 | 2024-07-17T22:32:36.480Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_delete (line 48618) ... ignored |
2009 | 2024-07-17T22:32:36.480Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_loopback_address_list (line 48584) ... ignored |
2010 | 2024-07-17T22:32:36.480Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_create (line 48653) ... ignored |
2011 | 2024-07-17T22:32:36.482Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 48668) ... ignored |
2012 | 2024-07-17T22:32:36.482Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_list (line 48639) ... ignored |
2013 | 2024-07-17T22:32:36.482Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemNetworkingExt::networking_switch_port_settings_view (line 48684) ... ignored |
2014 | 2024-07-17T22:32:36.482Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_create (line 48900) ... ignored |
2015 | 2024-07-17T22:32:36.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_delete (line 48916) ... ignored |
2016 | 2024-07-17T22:32:36.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::local_idp_user_set_password (line 48936) ... ignored |
2017 | 2024-07-17T22:32:36.483Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_create (line 48952) ... ignored |
2018 | 2024-07-17T22:32:36.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::saml_identity_provider_view (line 48967) ... ignored |
2019 | 2024-07-17T22:32:36.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_create (line 49017) ... ignored |
2020 | 2024-07-17T22:32:36.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_delete (line 49047) ... ignored |
2021 | 2024-07-17T22:32:36.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_identity_provider_list (line 48879) ... ignored |
2022 | 2024-07-17T22:32:36.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_ip_pool_list (line 49068) ... ignored |
2023 | 2024-07-17T22:32:36.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_list (line 49004) ... ignored |
2024 | 2024-07-17T22:32:36.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_update (line 49098) ... ignored |
2025 | 2024-07-17T22:32:36.486Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_policy_view (line 49084) ... ignored |
2026 | 2024-07-17T22:32:36.489Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_update (line 49128) ... ignored |
2027 | 2024-07-17T22:32:36.489Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_quotas_view (line 49112) ... ignored |
2028 | 2024-07-17T22:32:36.489Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_list (line 49146) ... ignored |
2029 | 2024-07-17T22:32:36.489Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_user_view (line 49163) ... ignored |
2030 | 2024-07-17T22:32:36.489Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_list (line 49209) ... ignored |
2031 | 2024-07-17T22:32:36.489Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_utilization_view (line 49224) ... ignored |
2032 | 2024-07-17T22:32:36.489Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::silo_view (line 49032) ... ignored |
2033 | 2024-07-17T22:32:36.489Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::system_quotas_list (line 48984) ... ignored |
2034 | 2024-07-17T22:32:36.492Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_list (line 49180) ... ignored |
2035 | 2024-07-17T22:32:36.492Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemSilosExt::user_builtin_view (line 49193) ... ignored |
2036 | 2024-07-17T22:32:36.492Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientSystemStatusExt::ping (line 49331) ... ignored |
2037 | 2024-07-17T22:32:36.492Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_create (line 49742) ... ignored |
2038 | 2024-07-17T22:32:36.492Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_delete (line 49789) ... ignored |
2039 | 2024-07-17T22:32:36.492Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_update (line 49373) ... ignored |
2040 | 2024-07-17T22:32:36.492Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_firewall_rules_view (line 49356) ... ignored |
2041 | 2024-07-17T22:32:36.492Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_list (line 49725) ... ignored |
2042 | 2024-07-17T22:32:36.495Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_create (line 49528) ... ignored |
2043 | 2024-07-17T22:32:36.495Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_delete (line 49584) ... ignored |
2044 | 2024-07-17T22:32:36.495Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_list (line 49508) ... ignored |
2045 | 2024-07-17T22:32:36.495Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_create (line 49421) ... ignored |
2046 | 2024-07-17T22:32:36.495Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_delete (line 49486) ... ignored |
2047 | 2024-07-17T22:32:36.495Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_list (line 49398) ... ignored |
2048 | 2024-07-17T22:32:36.495Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_update (line 49464) ... ignored |
2049 | 2024-07-17T22:32:36.498Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_route_view (line 49442) ... ignored |
2050 | 2024-07-17T22:32:36.498Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_update (line 49565) ... ignored |
2051 | 2024-07-17T22:32:36.498Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_router_view (line 49546) ... ignored |
2052 | 2024-07-17T22:32:36.498Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_create (line 49625) ... ignored |
2053 | 2024-07-17T22:32:36.498Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_delete (line 49681) ... ignored |
2054 | 2024-07-17T22:32:36.498Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list (line 49605) ... ignored |
2055 | 2024-07-17T22:32:36.498Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_list_network_interfaces (line 49703) ... ignored |
2056 | 2024-07-17T22:32:36.498Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_update (line 49662) ... ignored |
2057 | 2024-07-17T22:32:36.498Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_subnet_view (line 49643) ... ignored |
2058 | 2024-07-17T22:32:36.499Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_update (line 49773) ... ignored |
2059 | 2024-07-17T22:32:36.499Z | test sdk/src/generated_sdk.rs - generated_sdk::ClientVpcsExt::vpc_view (line 49757) ... ignored |
2060 | 2024-07-17T22:32:36.936Z | test sdk/src/lib.rs - (line 43) - compile ... ok |
2061 | 2024-07-17T22:32:36.939Z | |
2062 | 2024-07-17T22:32:36.939Z | test result: ok. 1 passed; 0 failed; 196 ignored; 0 measured; 0 filtered out; finished in 0.53s |
2063 | 2024-07-17T22:32:36.939Z | |
2064 | 2024-07-17T22:32:37.019Z | Doc-tests oxide-httpmock |
2065 | 2024-07-17T22:32:37.020Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_httpmock --test sdk-httpmock/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/sdk-httpmock -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/libhttpmock-934e4bda1dd49c70.rlib --extern oxide=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide-8863c2aaf876a9d2.rlib --extern oxide_httpmock=/work/oxidecomputer/oxide.rs/target/debug/deps/liboxide_httpmock-4bc7ef3f33366560.rlib --extern regex=/work/oxidecomputer/oxide.rs/target/debug/deps/libregex-cfac3376645491e2.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -C embed-bitcode=no --error-format human` |
2066 | 2024-07-17T22:32:37.422Z | |
2067 | 2024-07-17T22:32:37.422Z | running 0 tests |
2068 | 2024-07-17T22:32:37.422Z | |
2069 | 2024-07-17T22:32:37.422Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2070 | 2024-07-17T22:32:37.422Z | |
2071 | 2024-07-17T22:32:37.439Z | Doc-tests test-common |
2072 | 2024-07-17T22:32:37.439Z | Running `/home/build/.rustup/toolchains/1.76-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name test_common --test test-common/src/lib.rs --test-run-directory /work/oxidecomputer/oxide.rs/test-common -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L dependency=/work/oxidecomputer/oxide.rs/target/debug/deps -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/oxide.rs/target/debug/build/curl-sys-8cc723a7ed8b37eb/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libgit2-sys-47bac1729d47a52b/out/build -L native=/work/oxidecomputer/oxide.rs/target/debug/build/libnghttp2-sys-2900b78d195a2830/out/i/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/openssl-sys-031c11061d7aeeb4/out/openssl-build/install/lib -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-4aea07600dafcd1e/out -L native=/work/oxidecomputer/oxide.rs/target/debug/build/ring-abe43f8ff73dd995/out --extern chrono=/work/oxidecomputer/oxide.rs/target/debug/deps/libchrono-605b606e73d17999.rlib --extern rand=/work/oxidecomputer/oxide.rs/target/debug/deps/librand-06c38deb2a0eb123.rlib --extern schemars=/work/oxidecomputer/oxide.rs/target/debug/deps/libschemars-91bcce1bd2c1fc28.rlib --extern serde=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde-097c90a24016f9d0.rlib --extern serde_json=/work/oxidecomputer/oxide.rs/target/debug/deps/libserde_json-413d2fa70f1d69d5.rlib --extern test_common=/work/oxidecomputer/oxide.rs/target/debug/deps/libtest_common-b35dfe25faa5dc7c.rlib --extern uuid=/work/oxidecomputer/oxide.rs/target/debug/deps/libuuid-420b6523f328db4e.rlib -C embed-bitcode=no --error-format human` |
2073 | 2024-07-17T22:32:37.505Z | |
2074 | 2024-07-17T22:32:37.506Z | running 0 tests |
2075 | 2024-07-17T22:32:37.506Z | |
2076 | 2024-07-17T22:32:37.506Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2077 | 2024-07-17T22:32:37.506Z | |
2078 | 2024-07-17T22:32:37.526Z | |
2079 | 2024-07-17T22:32:37.526Z | real 9.276318773 |
2080 | 2024-07-17T22:32:37.526Z | user 6.759593509 |
2081 | 2024-07-17T22:32:37.526Z | sys 2.773717042 |
2082 | 2024-07-17T22:32:37.526Z | trap 0.004208864 |
2083 | 2024-07-17T22:32:37.526Z | tflt 0.009066808 |
2084 | 2024-07-17T22:32:37.526Z | dflt 0.008291603 |
2085 | 2024-07-17T22:32:37.526Z | kflt 0.000119605 |
2086 | 2024-07-17T22:32:37.526Z | lock 1:17.316261781 |
2087 | 2024-07-17T22:32:37.526Z | slp 57.852517129 |
2088 | 2024-07-17T22:32:37.526Z | lat 0.289289581 |
2089 | 2024-07-17T22:32:37.526Z | stop 3.729306396 |
2090 | 2024-07-17T22:32:37.529Z | process exited: duration 287597 ms, exit code 0 |
|
2091 | 2024-07-17T22:32:37.535Z | found 0 output files |