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.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading gfx v0.6.1
Compiling num-traits v0.1.34
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.1.34/src/lib.rs --crate-name num_traits --crate-type lib -g -C metadata=ca71ec056d3f4118 -C extra-filename=-ca71ec056d3f4118 --out-dir /home/cratesfyi/gfx-0.6.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps --cap-lints allow`
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/gfx-0.6.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps --cap-lints allow`
Compiling bitflags v0.7.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.7.0/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=0e272044714c8076 -C extra-filename=-0e272044714c8076 --out-dir /home/cratesfyi/gfx-0.6.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps --cap-lints allow`
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/gfx-0.6.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps --cap-lints allow`
Compiling log v0.3.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.6/src/lib.rs --crate-name log --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/gfx-0.6.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps --cap-lints allow`
Compiling draw_state v0.0.8
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs --crate-name draw_state --crate-type lib -g -C metadata=9aca2eed9e5d8bd0 -C extra-filename=-9aca2eed9e5d8bd0 --out-dir /home/cratesfyi/gfx-0.6.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps --extern bitflags=/home/cratesfyi/gfx-0.6.1/debug/deps/libbitflags-0e272044714c8076.rlib --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:26:14: 26:18 error: struct `Mask` is private
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:26 use target::{Mask, Rect, Stencil};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:46:21: 46:37 error: struct `ColorMask` is private
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:46 pub color_mask: state::ColorMask,
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:84:25: 84:40 error: constant `MASK_ALL` is private
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:84 color_mask: state::MASK_ALL,
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:91:37: 91:47 error: constant `STENCIL` is private
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:91 (if self.stencil.is_some() {t::STENCIL} else {Mask::empty()}) |
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:92:37: 92:45 error: constant `DEPTH` is private
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:92 (if self.depth.is_some() {t::DEPTH} else {Mask::empty()}) |
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:93:37: 93:45 error: constant `COLOR` is private
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs:93 (if self.blend.is_some() {t::COLOR} else {Mask::empty()})
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/state.rs:301:1: 325:2 error: conflicting implementations of trait `std::fmt::Debug` for type `state::ColorMask`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/state.rs:301 impl fmt::Debug for ColorMask {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/state.rs:301:1: 325:2 help: run `rustc --explain E0119` to see a detailed explanation
<bitflags macros>:23:1: 39:35 note: conflicting implementation is here:
<bitflags macros>:23 impl $ crate :: __core :: fmt :: Debug for $ BitFlags {
^
<bitflags macros>:17:24: 19:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/state.rs:289:1: 299:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/target.rs:56:1: 60:2 error: conflicting implementations of trait `std::fmt::Debug` for type `target::Mask`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/target.rs:56 impl fmt::Debug for Mask {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/target.rs:56:1: 60:2 help: run `rustc --explain E0119` to see a detailed explanation
<bitflags macros>:23:1: 39:35 note: conflicting implementation is here:
<bitflags macros>:23 impl $ crate :: __core :: fmt :: Debug for $ BitFlags {
^
<bitflags macros>:17:24: 19:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/target.rs:43:1: 54:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:23:1: 39:35 error: conflicting implementations of trait `std::fmt::Debug` for type `target::Mirror`: [E0119]
<bitflags macros>:23 impl $ crate :: __core :: fmt :: Debug for $ BitFlags {
^
<bitflags macros>:17:24: 19:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:140:1: 142:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/target.rs:62:1: 69:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:23:1: 39:35 help: run `rustc --explain E0119` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/target.rs:64:14: 64:19 note: conflicting implementation is here:
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/target.rs:64 #[derive(Debug)]
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/target.rs:64:14: 64:19 note: in this expansion of #[derive(Debug)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/target.rs)
<bitflags macros>:140:1: 142:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/target.rs:62:1: 69:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
error: aborting due to 3 previous errors
thread 'main' panicked at 'ChainedError {
error: failed to compile `gfx v0.6.1`, intermediate artifacts can be found at `/home/cratesfyi/gfx-0.6.1`,
cause: ChainedError {
error: Could not compile `draw_state`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.0.8/src/lib.rs --crate-name draw_state --crate-type lib -g -C metadata=9aca2eed9e5d8bd0 -C extra-filename=-9aca2eed9e5d8bd0 --out-dir /home/cratesfyi/gfx-0.6.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.6.1/debug/deps --extern bitflags=/home/cratesfyi/gfx-0.6.1/debug/deps/libbitflags-0e272044714c8076.rlib --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.