backend 0.1.6

A macro library for backend agnostic design
Build #103295 2018-06-06 04:17:58

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.28.0-dev (b9bf4f162 2018-06-02)

# 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` Fresh libc v0.1.12 Fresh bitflags v0.2.1 Fresh libc v0.2.42 Fresh cfg-if v0.1.3 Fresh rustc-serialize v0.3.24 Fresh khronos_api v0.0.8 Fresh bitflags v1.0.3 Fresh draw_state v0.1.2 Fresh rand v0.4.2 Fresh gl_common v0.1.0 Fresh log v0.4.2 Compiling xml-rs v0.1.26 Fresh num-traits v0.2.4 Fresh num-complex v0.1.43 Fresh num-integer v0.1.38 Fresh log v0.3.9 Running `rustc --crate-name xml .cargo/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=5b4097593b50fc25 -C extra-filename=-5b4097593b50fc25 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-147fcc7260b78db4.rlib --extern-version bitflags=bitflags,1.0.3 --cap-lints allow` Fresh num-bigint v0.1.44 Fresh num-iter v0.1.37 Fresh num-rational v0.1.42 Fresh num v0.1.42 Compiling gfx v0.6.5 Running `rustc --crate-name gfx .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e73f07f8f6c6193c -C extra-filename=-e73f07f8f6c6193c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num=/home/cratesfyi/cratesfyi/debug/deps/libnum-eeceddeac19c6916.rlib --extern-version num=num,0.1.42 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-147fcc7260b78db4.rlib --extern-version bitflags=bitflags,1.0.3 --extern draw_state=/home/cratesfyi/cratesfyi/debug/deps/libdraw_state-9d40c65f7991d247.rlib --extern-version draw_state=draw_state,0.1.2 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-f60611c4b4a0a67b.rlib --extern-version log=log,0.4.2 --cap-lints allow` error: no rules expected the token `flags` --> .cargo/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/writer/emitter.rs:115:5 | 115 | flags IndentFlags: u8 { | ^^^^^ error: aborting due to previous error error: Could not compile `xml-rs`. Caused by: process didn't exit successfully: `rustc --crate-name xml .cargo/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.1.26/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=5b4097593b50fc25 -C extra-filename=-5b4097593b50fc25 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-147fcc7260b78db4.rlib --extern-version bitflags=bitflags,1.0.3 --cap-lints allow` (exit code: 101) error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:58:19 | 58 | use std::{intrinsics, mem}; | ^^^^^^^^^^ | = help: add #![feature(core_intrinsics)] to the crate attributes to enable error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:73:19 | 73 | use std::{intrinsics, mem}; | ^^^^^^^^^^ | = help: add #![feature(core_intrinsics)] to the crate attributes to enable error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 | 133 | / fn map_readable<T: Copy>(&'a mut self, Self::RawMapping, usize) 134 | | -> Readable<T, R, Self>; | |____________________________________________^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `device::mapping::Readable` --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 | 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory<R>> where 35 | | F::Mapper: 'a 36 | | { 37 | | raw: F::Mapper, ... | 40 | | phantom_t: PhantomData<T> 41 | | } | |_^ error[E0277]: the trait bound `Self: device::Factory<R>` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 | 133 | / fn map_readable<T: Copy>(&'a mut self, Self::RawMapping, usize) 134 | | -> Readable<T, R, Self>; | |____________________________________________^ the trait `device::Factory<R>` is not implemented for `Self` | = help: consider adding a `where Self: device::Factory<R>` bound note: required by `device::mapping::Readable` --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 | 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory<R>> where 35 | | F::Mapper: 'a 36 | | { 37 | | raw: F::Mapper, ... | 40 | | phantom_t: PhantomData<T> 41 | | } | |_^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 | 135 | / fn map_writable<T: Copy>(&'a mut self, Self::RawMapping, usize) 136 | | -> Writable<T, R, Self>; | |____________________________________________^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `device::mapping::Writable` --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 | 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory<R>> where 63 | | F::Mapper: 'a 64 | | { 65 | | raw: F::Mapper, ... | 68 | | phantom_t: PhantomData<T> 69 | | } | |_^ error[E0277]: the trait bound `Self: device::Factory<R>` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 | 135 | / fn map_writable<T: Copy>(&'a mut self, Self::RawMapping, usize) 136 | | -> Writable<T, R, Self>; | |____________________________________________^ the trait `device::Factory<R>` is not implemented for `Self` | = help: consider adding a `where Self: device::Factory<R>` bound note: required by `device::mapping::Writable` --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 | 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory<R>> where 63 | | F::Mapper: 'a 64 | | { 65 | | raw: F::Mapper, ... | 68 | | phantom_t: PhantomData<T> 69 | | } | |_^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 | 137 | / fn map_read_write<T: Copy>(&'a mut self, Self::RawMapping, usize) 138 | | -> RW<T, R, Self>; | |________________________________________^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `device::mapping::RW` --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 | 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory<R>> where 93 | | F::Mapper: 'a 94 | | { 95 | | raw: F::Mapper, ... | 98 | | phantom_t: PhantomData<T> 99 | | } | |_^ error[E0277]: the trait bound `Self: device::Factory<R>` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 | 137 | / fn map_read_write<T: Copy>(&'a mut self, Self::RawMapping, usize) 138 | | -> RW<T, R, Self>; | |________________________________________^ the trait `device::Factory<R>` is not implemented for `Self` | = help: consider adding a `where Self: device::Factory<R>` bound note: required by `device::mapping::RW` --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 | 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory<R>> where 93 | | F::Mapper: 'a 94 | | { 95 | | raw: F::Mapper, ... | 98 | | phantom_t: PhantomData<T> 99 | | } | |_^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:230:5 | 230 | fn map_buffer_readable<T: Copy>(&mut self, &handle::Buffer<R, T>) -> mapping::Readable<T, R, Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `device::mapping::Readable` --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 | 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory<R>> where 35 | | F::Mapper: 'a 36 | | { 37 | | raw: F::Mapper, ... | 40 | | phantom_t: PhantomData<T> 41 | | } | |_^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:231:5 | 231 | fn map_buffer_writable<T: Copy>(&mut self, &handle::Buffer<R, T>) -> mapping::Writable<T, R, Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `device::mapping::Writable` --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 | 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory<R>> where 63 | | F::Mapper: 'a 64 | | { 65 | | raw: F::Mapper, ... | 68 | | phantom_t: PhantomData<T> 69 | | } | |_^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:232:5 | 232 | fn map_buffer_rw<T: Copy>(&mut self, &handle::Buffer<R, T>) -> mapping::RW<T, R, Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `device::mapping::RW` --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 | 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory<R>> where 93 | | F::Mapper: 'a 94 | | { 95 | | raw: F::Mapper, ... | 98 | | phantom_t: PhantomData<T> 99 | | } | |_^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/render/mesh.rs:42:5 | 42 | fn generate<R: Resources>(buffer: &handle::Buffer<R, Self>) -> Vec<Attribute<R>>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `device::handle::Buffer` --> .cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/handle.rs:43:1 | 43 | pub struct Buffer<R: Resources, T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to 12 previous errors Some errors occurred: E0277, E0658. For more information about an error, try `rustc --explain E0277`. 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.