rand 0.3.2

Random number generators and other randomness functionality.
Build #7571 2016-08-05T00:15:23.320546+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rand v0.3.2
Compiling libc v0.1.12
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.1.12/rust/src/liblibc/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"cargo-build\" -C metadata=0c57a2126eb1e7e8 -C extra-filename=-0c57a2126eb1e7e8 --out-dir /home/cratesfyi/rand-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rand-0.3.2/debug/deps -L dependency=/home/cratesfyi/rand-0.3.2/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/rand-0.3.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rand-0.3.2/debug/deps -L dependency=/home/cratesfyi/rand-0.3.2/debug/deps --cap-lints allow`
Documenting rand v0.3.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/lib.rs --crate-name rand -o /home/cratesfyi/rand-0.3.2/doc -L dependency=/home/cratesfyi/rand-0.3.2/debug -L dependency=/home/cratesfyi/rand-0.3.2/debug/deps --extern log=/home/cratesfyi/rand-0.3.2/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern libc=/home/cratesfyi/rand-0.3.2/debug/deps/liblibc-0c57a2126eb1e7e8.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/lib.rs:238:5: 238:38 error: unresolved import `std::num::wrapping::Wrapping`. Could not find `wrapping` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/lib.rs:238 use std::num::wrapping::Wrapping as w;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/mod.rs:20:16: 20:21 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/mod.rs:20 use std::num::{Float, Int};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/mod.rs:20:23: 20:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/mod.rs:20 use std::num::{Float, Int};
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/range.rs:15:5: 15:18 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/range.rs:15 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/range.rs:16:5: 16:38 error: unresolved import `std::num::wrapping::Wrapping`. Could not find `wrapping` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/range.rs:16 use std::num::wrapping::Wrapping as w;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/gamma.rs:18:5: 18:20 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/gamma.rs:18 use std::num::Float;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/normal.rs:13:5: 13:20 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/normal.rs:13 use std::num::Float;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/exponential.rs:13:5: 13:20 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/distributions/exponential.rs:13 use std::num::Float;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/isaac.rs:17:5: 17:38 error: unresolved import `std::num::wrapping::Wrapping`. Could not find `wrapping` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/isaac.rs:17 use std::num::wrapping::Wrapping as w;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/chacha.rs:13:5: 13:18 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/chacha.rs:13 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/chacha.rs:14:5: 14:38 error: unresolved import `std::num::wrapping::Wrapping`. Could not find `wrapping` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/chacha.rs:14 use std::num::wrapping::Wrapping as w;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/isaac.rs:276:10: 276:14 error: the trait `Copy` may not be implemented for this type; field `rsl` does not implement `Copy` [E0204]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/isaac.rs:276 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/isaac.rs:276:10: 276:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/isaac.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/isaac.rs:34:10: 34:14 error: the trait `Copy` may not be implemented for this type; field `rsl` does not implement `Copy` [E0204]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/isaac.rs:34 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/isaac.rs:34:10: 34:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/isaac.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/chacha.rs:30:10: 30:14 error: the trait `Copy` may not be implemented for this type; field `buffer` does not implement `Copy` [E0204]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/chacha.rs:30 #[derive(Copy, Clone)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/chacha.rs:30:10: 30:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/chacha.rs)
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `rand v0.3.2`, intermediate artifacts can be found at `/home/cratesfyi/rand-0.3.2`,
cause: ChainedError {
error: Could not document `rand`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.2/src/lib.rs --crate-name rand -o /home/cratesfyi/rand-0.3.2/doc -L dependency=/home/cratesfyi/rand-0.3.2/debug -L dependency=/home/cratesfyi/rand-0.3.2/debug/deps --extern log=/home/cratesfyi/rand-0.3.2/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern libc=/home/cratesfyi/rand-0.3.2/debug/deps/liblibc-0c57a2126eb1e7e8.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.