[go: up one dir, main page]

pistoncore-winit_window 0.9.0

A winit back-end for pistoncore-window
Documentation
Build #101186 2018-05-27 14:47:28

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading pistoncore-winit_window v0.9.0
Fresh lazy_static v1.0.0
Fresh itoa v0.3.4
Fresh pkg-config v0.3.11
Fresh smallvec v0.4.4
Fresh piston-float v0.3.0
Fresh winapi-build v0.1.1
Fresh winapi v0.2.8
Fresh half v1.1.0
Fresh bitflags v1.0.3
Fresh lazy_static v0.2.11
Fresh bitflags v0.9.1
Fresh shader_version v0.3.0
Fresh bitflags v0.7.0
Fresh dtoa v0.4.2
Fresh byteorder v1.2.3
Fresh vk-sys v0.3.3
Fresh xml-rs v0.6.1
Fresh crossbeam v0.3.2
Fresh fnv v1.0.6
Fresh libc v0.2.41
Fresh piston-viewport v0.3.0
Fresh wayland-scanner v0.9.10
Fresh serde v0.9.15
Fresh unicode-xid v0.1.0
Fresh shared_library v0.1.8
Fresh rand v0.4.2
Fresh kernel32-sys v0.2.2
Fresh siphasher v0.2.2
Fresh proc-macro2 v0.4.3
Compiling vulkano v0.7.2
Fresh rand v0.3.22
Compiling fs2 v0.2.5
Compiling serde v1.0.62
Fresh phf_shared v0.7.22
Fresh quote v0.6.2
Compiling tempfile v2.2.0
Running `rustc --crate-name fs2 .cargo/registry/src/github.com-1ecc6299db9ec823/fs2-0.2.5/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=d43b4b5bd02647ce -C extra-filename=-d43b4b5bd02647ce --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern kernel32=/home/cratesfyi/cratesfyi/debug/deps/libkernel32-a4c6ad9612359445.rlib --extern-version kernel32=kernel32-sys,0.2.2 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-6fadd81d8fdf3ed1.rlib --extern-version libc=libc,0.2.41 --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-97963d09fc19ffa3.rlib --extern-version winapi=winapi,0.2.8 --cap-lints allow`
Running `rustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ae72acfce5344ec5 -C extra-filename=-ae72acfce5344ec5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow --cfg de_boxed_c_str --cfg de_rc_dst --cfg integer128`
Fresh phf_generator v0.7.22
Fresh phf v0.7.22
Running `rustc --crate-name tempfile .cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-2.2.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f77b05bf097467be -C extra-filename=-f77b05bf097467be --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-6fadd81d8fdf3ed1.rlib --extern-version libc=libc,0.2.41 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-f68ac84df3818730.rlib --extern-version rand=rand,0.3.22 --cap-lints allow`
Fresh num-traits v0.2.4
Fresh num-traits v0.1.43
Fresh serde_json v0.9.10
Fresh x11-dl v2.17.5
Running `rustc --crate-name vulkano .cargo/registry/src/github.com-1ecc6299db9ec823/vulkano-0.7.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e7356182ece5fc76 -C extra-filename=-e7356182ece5fc76 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-d55f98f463c4591f.rlib --extern-version smallvec=smallvec,0.4.4 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-d70f4329f99e5c72.rlib --extern-version lazy_static=lazy_static,0.2.11 --extern fnv=/home/cratesfyi/cratesfyi/debug/deps/libfnv-faa257ace9f05d30.rlib --extern-version fnv=fnv,1.0.6 --extern half=/home/cratesfyi/cratesfyi/debug/deps/libhalf-bb75f84b09357471.rlib --extern-version half=half,1.1.0 --extern crossbeam=/home/cratesfyi/cratesfyi/debug/deps/libcrossbeam-83a293ebf182f5bb.rlib --extern-version crossbeam=crossbeam,0.3.2 --extern vk_sys=/home/cratesfyi/cratesfyi/debug/deps/libvk_sys-9c1699ec82342710.rlib --extern-version vk_sys=vk-sys,0.3.3 --extern shared_library=/home/cratesfyi/cratesfyi/debug/deps/libshared_library-b96602eb5696da3e.rlib --extern-version shared_library=shared_library,0.1.8 --cap-lints allow`
Fresh phf_codegen v0.7.22
Fresh syn v0.14.0
Compiling target_build_utils v0.3.1
Fresh serde_derive v1.0.62
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/target_build_utils-0.3.1/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde_json"' -C metadata=b401023a9c261c23 -C extra-filename=-b401023a9c261c23 --out-dir /home/cratesfyi/cratesfyi/debug/build/target_build_utils-b401023a9c261c23 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern phf_codegen=/home/cratesfyi/cratesfyi/debug/deps/libphf_codegen-21318d53333d69ed.rlib --extern-version phf_codegen=phf_codegen,0.7.22 --cap-lints allow`
Compiling memmap v0.4.0
Running `rustc --crate-name memmap .cargo/registry/src/github.com-1ecc6299db9ec823/memmap-0.4.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=a963d4bd71695e01 -C extra-filename=-a963d4bd71695e01 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-6fadd81d8fdf3ed1.rlib --extern-version libc=libc,0.2.41 --extern kernel32=/home/cratesfyi/cratesfyi/debug/deps/libkernel32-a4c6ad9612359445.rlib --extern-version kernel32=kernel32-sys,0.2.2 --extern fs2=/home/cratesfyi/cratesfyi/debug/deps/libfs2-d43b4b5bd02647ce.rlib --extern-version fs2=fs2,0.2.5 --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-97963d09fc19ffa3.rlib --extern-version winapi=winapi,0.2.8 --cap-lints allow`
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/value.rs:242:29
|
242 |     primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128);
|                             ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/value.rs:243:29
|
243 |     primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128);
|                             ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:183:28
|
183 |     impl FromPrimitive for i128 {
|                            ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:186:23
|
186 |             Some(n as i128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:190:23
|
190 |             Some(n as i128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:194:23
|
194 |             Some(n as i128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:198:23
|
198 |             Some(n as i128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:202:23
|
202 |             Some(n as i128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:206:23
|
206 |             Some(n as i128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:210:23
|
210 |             Some(n as i128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:214:23
|
214 |             Some(n as i128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:218:28
|
218 |     impl FromPrimitive for u128 {
|                            ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:222:27
|
222 |                 Some(n as u128)
|                           ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:230:27
|
230 |                 Some(n as u128)
|                           ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:238:27
|
238 |                 Some(n as u128)
|                           ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:246:27
|
246 |                 Some(n as u128)
|                           ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:253:23
|
253 |             Some(n as u128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:257:23
|
257 |             Some(n as u128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:261:23
|
261 |             Some(n as u128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/from_primitive.rs:265:23
|
265 |             Some(n as u128)
|                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:170:36
|
170 |     impl<'de> Deserialize<'de> for i128 {
|                                    ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:179:30
|
179 |                 type Value = i128;
|                              ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:188:43
|
188 |                 fn visit_i128<E>(self, v: i128) -> Result<Self::Value, E>
|                                           ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:196:43
|
196 |                 fn visit_u128<E>(self, v: u128) -> Result<Self::Value, E>
|                                           ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:200:29
|
200 |                     if v <= i128::max_value() as u128 {
|                             ^^^^^^^^^^^^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:200:50
|
200 |                     if v <= i128::max_value() as u128 {
|                                                  ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:201:33
|
201 |                         Ok(v as i128)
|                                 ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:212:36
|
212 |     impl<'de> Deserialize<'de> for u128 {
|                                    ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:221:30
|
221 |                 type Value = u128;
|                              ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:230:43
|
230 |                 fn visit_i128<E>(self, v: i128) -> Result<Self::Value, E>
|                                           ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:235:33
|
235 |                         Ok(v as u128)
|                                 ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/impls.rs:242:43
|
242 |                 fn visit_u128<E>(self, v: u128) -> Result<Self::Value, E>
|                                           ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/mod.rs:1328:35
|
1328 |         fn visit_i128<E>(self, v: i128) -> Result<Self::Value, E>
|                                   ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/mod.rs:1388:35
|
1388 |         fn visit_u128<E>(self, v: u128) -> Result<Self::Value, E>
|                                   ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/ser/impls.rs:20:28
|
20 |         impl Serialize for $ty {
|                            ^^^
...
48 |     primitive_impl!(i128, serialize_i128);
|     -------------------------------------- in this macro invocation
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/ser/impls.rs:20:28
|
20 |         impl Serialize for $ty {
|                            ^^^
...
49 |     primitive_impl!(u128, serialize_u128);
|     -------------------------------------- in this macro invocation
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/ser/mod.rs:520:36
|
520 |         fn serialize_i128(self, v: i128) -> Result<Self::Ok, Self::Error> {
|                                    ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/ser/mod.rs:655:36
|
655 |         fn serialize_u128(self, v: u128) -> Result<Self::Ok, Self::Error> {
|                                    ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

Running `/home/cratesfyi/cratesfyi/debug/build/target_build_utils-b401023a9c261c23/build-script-build`
Running `rustc --crate-name target_build_utils .cargo/registry/src/github.com-1ecc6299db9ec823/target_build_utils-0.3.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde_json"' -C metadata=259d30e1ce792e2a -C extra-filename=-259d30e1ce792e2a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern phf=/home/cratesfyi/cratesfyi/debug/deps/libphf-3d491337cbeeba51.rlib --extern-version phf=phf,0.7.22 --extern serde_json=/home/cratesfyi/cratesfyi/debug/deps/libserde_json-374ebeac618232b7.rlib --extern-version serde_json=serde_json,0.9.10 --cap-lints allow`
Compiling libloading v0.3.4
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.3.4/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=51b2942ce953e759 -C extra-filename=-51b2942ce953e759 --out-dir /home/cratesfyi/cratesfyi/debug/build/libloading-51b2942ce953e759 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern target_build_utils=/home/cratesfyi/cratesfyi/debug/deps/libtarget_build_utils-259d30e1ce792e2a.rlib --extern-version target_build_utils=target_build_utils,0.3.1 --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/libloading-51b2942ce953e759/build-script-build`
Running `rustc --crate-name libloading .cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.3.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6cea262c35b7e9da -C extra-filename=-6cea262c35b7e9da --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-d70f4329f99e5c72.rlib --extern-version lazy_static=lazy_static,0.2.11 --cap-lints allow -l dl`
Compiling dlib v0.3.1
Running `rustc --crate-name dlib .cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.3.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="dlopen"' -C metadata=86b0b09f8dfb6dac -C extra-filename=-86b0b09f8dfb6dac --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libloading=/home/cratesfyi/cratesfyi/debug/deps/liblibloading-6cea262c35b7e9da.rlib --extern-version libloading=libloading,0.3.4 --cap-lints allow`
Compiling wayland-sys v0.9.10
Running `rustc --crate-name wayland_sys .cargo/registry/src/github.com-1ecc6299db9ec823/wayland-sys-0.9.10/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="cursor"' --cfg 'feature="lazy_static"' --cfg 'feature="dlopen"' --cfg 'feature="client"' --cfg 'feature="dlib"' --cfg 'feature="egl"' -C metadata=3ce4fdbfb1da8659 -C extra-filename=-3ce4fdbfb1da8659 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern dlib=/home/cratesfyi/cratesfyi/debug/deps/libdlib-86b0b09f8dfb6dac.rlib --extern-version dlib=dlib,0.3.1 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-d70f4329f99e5c72.rlib --extern-version lazy_static=lazy_static,0.2.11 --cap-lints allow`
Compiling wayland-client v0.9.10
Running `rustc --crate-name wayland_client .cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.9.10/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="egl"' --cfg 'feature="dlopen"' --cfg 'feature="cursor"' --cfg 'feature="default"' --cfg 'feature="wayland-sys"' -C metadata=08862efa1f3e4730 -C extra-filename=-08862efa1f3e4730 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-6fadd81d8fdf3ed1.rlib --extern-version libc=libc,0.2.41 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-c8b3e4b415593713.rlib --extern-version bitflags=bitflags,0.9.1 --extern wayland_sys=/home/cratesfyi/cratesfyi/debug/deps/libwayland_sys-3ce4fdbfb1da8659.rlib --extern-version wayland_sys=wayland-sys,0.9.10 --cap-lints allow`
error: aborting due to 38 previous errors

For more information about this error, try `rustc --explain E0658`.
error: Could not compile `serde`.

Caused by:
process didn't exit successfully: `rustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="default" --cfg feature="std" -C metadata=ae72acfce5344ec5 -C extra-filename=-ae72acfce5344ec5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow --cfg de_boxed_c_str --cfg de_rc_dst --cfg integer128` (exit code: 101)
thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.