rand 0.3.6

Random number generators and other randomness functionality.
Build #7567 2016-08-05T00:14:55.708567+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.6
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=\"default\" --cfg feature=\"use_std\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/rand-0.3.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rand-0.3.6/debug/deps -L dependency=/home/cratesfyi/rand-0.3.6/debug/deps --cap-lints allow`
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=\"cargo-build\" --cfg feature=\"default\" -C metadata=0c57a2126eb1e7e8 -C extra-filename=-0c57a2126eb1e7e8 --out-dir /home/cratesfyi/rand-0.3.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rand-0.3.6/debug/deps -L dependency=/home/cratesfyi/rand-0.3.6/debug/deps --cap-lints allow`
Documenting rand v0.3.6
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/lib.rs --crate-name rand -o /home/cratesfyi/rand-0.3.6/doc -L dependency=/home/cratesfyi/rand-0.3.6/debug -L dependency=/home/cratesfyi/rand-0.3.6/debug/deps --extern log=/home/cratesfyi/rand-0.3.6/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern libc=/home/cratesfyi/rand-0.3.6/debug/deps/liblibc-0c57a2126eb1e7e8.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/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.6/src/distributions/mod.rs:20 use std::num::{Float, Int};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/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.6/src/distributions/mod.rs:20 use std::num::{Float, Int};
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:49:10: 49:14 error: the trait bound `distributions::range::Range<X>: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:49 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:49:10: 49:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:49:10: 49:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:83:5: 83:62 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:83     fn construct_range(low: Self, high: Self) -> Range<Self>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:83:5: 83:62 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:83:5: 83:62 note: required by `distributions::range::Range` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:87:5: 87:67 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:87     fn sample_range<R: Rng>(r: &Range<Self>, rng: &mut R) -> Self;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:87:5: 87:67 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/range.rs:87:5: 87:67 note: required by `distributions::range::Range` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:52:10: 52:14 error: the trait bound `distributions::gamma::Gamma: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:52 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:52:10: 52:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:52:10: 52:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:57:10: 57:14 error: the trait bound `distributions::gamma::GammaRepr: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:57 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:57:10: 57:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:57:10: 57:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:78:10: 78:14 error: the trait bound `distributions::gamma::GammaSmallShape: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:78 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:78:10: 78:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:78:10: 78:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:88:10: 88:14 error: the trait bound `distributions::gamma::GammaLargeShape: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:88 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:88:10: 88:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:88:10: 88:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:197:10: 197:14 error: the trait bound `distributions::gamma::ChiSquared: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:197 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:197:10: 197:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:197:10: 197:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:202:10: 202:14 error: the trait bound `distributions::gamma::ChiSquaredRepr: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:202 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:202:10: 202:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:202:10: 202:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:255:10: 255:14 error: the trait bound `distributions::gamma::FisherF: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:255 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:255:10: 255:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:255:10: 255:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:299:10: 299:14 error: the trait bound `distributions::gamma::StudentT: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:299 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:299:10: 299:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/gamma.rs:299:10: 299:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:29:10: 29:14 error: the trait bound `distributions::normal::StandardNormal: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:29 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:29:10: 29:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:29:10: 29:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:84:10: 84:14 error: the trait bound `distributions::normal::Normal: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:84 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:84:10: 84:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:84:10: 84:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:131:10: 131:14 error: the trait bound `distributions::normal::LogNormal: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:131 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:131:10: 131:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/normal.rs:131:10: 131:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/exponential.rs:30:10: 30:14 error: the trait bound `distributions::exponential::Exp1: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/exponential.rs:30 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/exponential.rs:30:10: 30:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/exponential.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/exponential.rs:30:10: 30:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/exponential.rs:67:10: 67:14 error: the trait bound `distributions::exponential::Exp: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/exponential.rs:67 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/exponential.rs:67:10: 67:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/exponential.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/exponential.rs:67:10: 67:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/mod.rs:61:11: 61:15 error: the trait bound `distributions::RandSample<Sup>: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/mod.rs:61 impl<Sup> Copy for RandSample<Sup> {}
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/distributions/mod.rs:61:11: 61:15 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/reseeding.rs:135:10: 135:14 error: the trait bound `reseeding::ReseedWithDefault: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/reseeding.rs:135 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/reseeding.rs:135:10: 135:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/reseeding.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/reseeding.rs:135:10: 135:14 note: required by `std::marker::Copy` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `rand v0.3.6`, intermediate artifacts can be found at `/home/cratesfyi/rand-0.3.6`,
cause: ChainedError {
error: Could not document `rand`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.6/src/lib.rs --crate-name rand -o /home/cratesfyi/rand-0.3.6/doc -L dependency=/home/cratesfyi/rand-0.3.6/debug -L dependency=/home/cratesfyi/rand-0.3.6/debug/deps --extern log=/home/cratesfyi/rand-0.3.6/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern libc=/home/cratesfyi/rand-0.3.6/debug/deps/liblibc-0c57a2126eb1e7e8.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.