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 fmod v0.9.13
Compiling c_str v1.0.8
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs --crate-name c_str --crate-type dylib --crate-type rlib -C prefer-dynamic -g -C metadata=c35d417eb29b5774 -C extra-filename=-c35d417eb29b5774 --out-dir /home/cratesfyi/fmod-0.9.13/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/fmod-0.9.13/debug/deps -L dependency=/home/cratesfyi/fmod-0.9.13/debug/deps --cap-lints allow`
Compiling c_vec v1.1.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs --crate-name c_vec --crate-type dylib --crate-type rlib -C prefer-dynamic -g -C metadata=888dc6540b0d3b2d -C extra-filename=-888dc6540b0d3b2d --out-dir /home/cratesfyi/fmod-0.9.13/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/fmod-0.9.13/debug/deps -L dependency=/home/cratesfyi/fmod-0.9.13/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs:278:9: 278:34 error: failed to resolve. Could not find `bytes` in `std::slice` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs:278 slice::bytes::copy_memory(&mut buf, copy_.as_mut_slice());
^~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs:278:9: 278:34 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs:177:31: 177:48 error: no associated item named `from_raw_buf` found for type `std::vec::Vec<_>` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs:177 let v : Vec<u8> = Vec::from_raw_buf(c_str as *const u8, count as usize);
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs:177:31: 177:48 help: items from traits can only be used if the trait is implemented and in scope; the following trait defines an item `from_raw_buf`, perhaps you need to implement it:
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs:177:31: 177:48 help: candidate #1: `FromCStr`
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs:205:31: 205:48 error: no associated item named `from_raw_buf` found for type `std::vec::Vec<_>` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs:205 let v : Vec<u8> = Vec::from_raw_buf(c_str as *const u8, count as usize);
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs:205:31: 205:48 help: items from traits can only be used if the trait is implemented and in scope; the following trait defines an item `from_raw_buf`, perhaps you need to implement it:
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.8/src/c_str.rs:205:31: 205:48 help: candidate #1: `FromCStr`
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:38:5: 38:22 error: use of unstable library feature 'fnbox': will be deprecated if and when Box<FnOnce> becomes usable (see issue #28796)
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:38 use std::boxed::FnBox;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:38:5: 38:22 help: add #![feature(fnbox)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:48:22: 48:35 error: use of unstable library feature 'fnbox': will be deprecated if and when Box<FnOnce> becomes usable (see issue #28796)
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:48 dtor: Option<Box<FnBox(*mut T)>>
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:48:22: 48:35 help: add #![feature(fnbox)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:95:18: 95:31 error: use of unstable library feature 'fnbox': will be deprecated if and when Box<FnOnce> becomes usable (see issue #28796)
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:95 where F: FnBox(*mut T) + 'static
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:95:18: 95:31 help: add #![feature(fnbox)] to the crate attributes to enable
error: aborting due to 3 previous errors
error: aborting due to 2 previous errors
thread 'main' panicked at 'ChainedError {
error: failed to compile `fmod v0.9.13`, intermediate artifacts can be found at `/home/cratesfyi/fmod-0.9.13`,
cause: ChainedError {
error: Could not compile `c_vec`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs --crate-name c_vec --crate-type dylib --crate-type rlib -C prefer-dynamic -g -C metadata=888dc6540b0d3b2d -C extra-filename=-888dc6540b0d3b2d --out-dir /home/cratesfyi/fmod-0.9.13/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/fmod-0.9.13/debug/deps -L dependency=/home/cratesfyi/fmod-0.9.13/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.