graphics_buffer 0.3.7

A buffer which can be used as a render target for Piston's graphics library. This buffer can be loaded from and/or saved to a file on disk. This allows for things like screenshots in games.
Build #121884 2018-10-16 17:41:16

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` Downloading graphics_buffer v0.3.7 Fresh version_check v0.1.5 Fresh memoffset v0.2.1 Fresh bitflags v1.0.4 Fresh lzw v0.10.0 Fresh cfg-if v0.1.5 Fresh bit-vec v0.5.0 Fresh scopeguard v0.3.3 Fresh libc v0.2.43 Fresh adler32 v1.0.3 Fresh num_cpus v1.8.0 Fresh interpolation v0.1.0 Fresh byteorder v1.2.6 Fresh piston-float v0.3.0 Fresh inflate v0.4.3 Fresh stb_truetype v0.2.4 Fresh vecmath v0.3.1 Fresh deflate v0.7.19 Fresh scoped_threadpool v0.1.9 Fresh unicode-xid v0.1.0 Fresh num-traits v0.2.6 Fresh read_color v1.0.0 Fresh piston-viewport v0.3.0 Fresh approx v0.3.0 Compiling ordered-float v1.0.1 Fresh crossbeam-utils v0.2.2 Fresh lazy_static v1.1.0 Fresh either v1.5.0 Running `rustc --crate-name ordered_float .cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f432133c0a2745ec -C extra-filename=-f432133c0a2745ec --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-7e393c06c3365063.rlib --extern-version num_traits=num-traits,0.2.6 --cap-lints allow` Fresh nodrop v0.1.12 Fresh color_quant v1.0.1 Fresh gif v0.10.1 Fresh arrayvec v0.4.7 Fresh crossbeam-epoch v0.3.1 Fresh crossbeam-deque v0.2.0 Fresh rayon-core v1.4.1 Fresh proc-macro2 v0.4.20 Fresh quote v0.6.8 Fresh syn v0.15.11 Fresh piston-texture v0.6.0 Fresh piston2d-graphics v0.26.0 Fresh rayon v1.0.2 Fresh num-integer v0.1.39 Compiling num-derive v0.2.3 Compiling jpeg-decoder v0.1.15 Fresh num-rational v0.2.1 Compiling num-iter v0.1.37 Running `rustc --crate-name num_derive .cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.2.3/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=e3e3113ec86e6e6a -C extra-filename=-e3e3113ec86e6e6a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-5f93e316f9f0b34f.rlib --extern-version quote=quote,0.6.8 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-8d890d66e91d3f23.rlib --extern-version syn=syn,0.15.11 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-9cfead491f541d08.rlib --extern-version proc_macro2=proc-macro2,0.4.20 --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-7e393c06c3365063.rlib --extern-version num_traits=num-traits,0.2.6 --cap-lints allow --cfg has_i128` Running `rustc --crate-name jpeg_decoder .cargo/registry/src/github.com-1ecc6299db9ec823/jpeg-decoder-0.1.15/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="rayon"' -C metadata=4314219fcadf982f -C extra-filename=-4314219fcadf982f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rayon=/home/cratesfyi/cratesfyi/debug/deps/librayon-7ea72bf0aecbee63.rlib --extern-version rayon=rayon,1.0.2 --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-f520c910e0029066.rlib --extern-version byteorder=byteorder,1.2.6 --cap-lints allow` Running `rustc --crate-name num_iter .cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.37/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="num-traits"' --cfg 'feature="num-integer"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=abeb738d99a7b39d -C extra-filename=-abeb738d99a7b39d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_integer=/home/cratesfyi/cratesfyi/debug/deps/libnum_integer-b12b60fd965134be.rlib --extern-version num_integer=num-integer,0.1.39 --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-7e393c06c3365063.rlib --extern-version num_traits=num-traits,0.2.6 --cap-lints allow --cfg has_i128` error[E0658]: the `#[repr(transparent)]` attribute is experimental (see issue #43036) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.0.1/src/lib.rs:44:1 | 44 | #[repr(transparent)] | ^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(repr_transparent)] to the crate attributes to enable error[E0658]: the `#[repr(transparent)]` attribute is experimental (see issue #43036) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.0.1/src/lib.rs:173:1 | 173 | #[repr(transparent)] | ^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(repr_transparent)] to the crate attributes to enable error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0658`. error: Could not compile `ordered-float`. Caused by: process didn't exit successfully: `rustc --crate-name ordered_float .cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="default" --cfg feature="std" -C metadata=f432133c0a2745ec -C extra-filename=-f432133c0a2745ec --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-7e393c06c3365063.rlib --extern-version num_traits=num-traits,0.2.6 --cap-lints allow` (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.