Build #23601 2016-08-17T07:28:20.872544+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 quickcheck v0.1.33
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/quickcheck-0.1.33/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quickcheck-0.1.33/debug/deps -L dependency=/home/cratesfyi/quickcheck-0.1.33/debug/deps --cap-lints allow`
Documenting quickcheck v0.1.33
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/lib.rs --crate-name quickcheck -o /home/cratesfyi/quickcheck-0.1.33/doc -L dependency=/home/cratesfyi/quickcheck-0.1.33/debug -L dependency=/home/cratesfyi/quickcheck-0.1.33/debug/deps --extern log=/home/cratesfyi/quickcheck-0.1.33/debug/deps/liblog-bf16bb9a4912b11d.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:390:20: 390:27 error: obsolete syntax: `:`, `&mut:`, or `&:`
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:390 let cat = |&mut: x: &Vec<A>| {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:390:20: 390:27 note: rely on inference instead
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:403:44: 403:47 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:403 fn half<A: Int>(x: A) -> A { x / num::cast(2is).unwrap() }
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:403:44: 403:47 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:512:30: 512:33 error: invalid suffix `us` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:512 for _ in iter::range(0us, 100) {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:512:30: 512:33 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:571:12: 571:15 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:571 eq(5is, vec![0, 3, 4]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:571:12: 571:15 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:572:13: 572:16 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:572 eq(-5is, vec![5, 0, -3, -4]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:572:13: 572:16 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:573:12: 573:15 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:573 eq(0is, vec![]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:573:12: 573:15 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:606:12: 606:15 error: invalid suffix `us` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:606 eq(5us, vec![0, 3, 4]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:606:12: 606:15 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:607:12: 607:15 error: invalid suffix `us` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:607 eq(0us, vec![]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:607:12: 607:15 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:654:27: 654:29 error: invalid suffix `i` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:654 map.insert(1, 1i);
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:654:27: 654:29 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:672:24: 672:27 error: invalid suffix `us` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:672 map.insert(1us, 1is);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:672:24: 672:27 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:672:29: 672:32 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:672 map.insert(1us, 1is);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:672:29: 672:32 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:5:22: 5:25 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:5 use std::num::{self, Int, SignedInt, UnsignedInt};
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:5:27: 5:36 error: unresolved import `std::num::SignedInt`. There is no `SignedInt` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:5 use std::num::{self, Int, SignedInt, UnsignedInt};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:5:38: 5:49 error: unresolved import `std::num::UnsignedInt`. There is no `UnsignedInt` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:5 use std::num::{self, Int, SignedInt, UnsignedInt};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:6:5: 6:19 error: unresolved import `std::rand::Rng`. There is no `Rng` in `std::rand` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:6 use std::rand::Rng;
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:3:5: 3:28 error: unresolved import `std::old_io::ChanWriter`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:3 use std::old_io::ChanWriter;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:419:23: 419:33 error: unresolved import `std::old_io::ChanReader`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:419 use std::old_io::{ChanReader, ChanWriter};
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:419:35: 419:45 error: unresolved import `std::old_io::ChanWriter`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:419 use std::old_io::{ChanReader, ChanWriter};
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:16:17: 16:20 error: `Rng` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:16 pub trait Gen : Rng {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:35:9: 35:12 error: `Rng` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:35 impl<R: Rng> StdGen<R> {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:41:9: 41:12 error: `Rng` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:41 impl<R: Rng> Rng for StdGen<R> {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:41:14: 41:17 error: `Rng` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:41 impl<R: Rng> Rng for StdGen<R> {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:50:9: 50:12 error: `Rng` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:50 impl<R: Rng> Gen for StdGen<R> {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:237:9: 237:14 error: unresolved name `range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:237 range(0, size).map(|_| Arbitrary::arbitrary(g)).collect()
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:237:9: 237:14 help: module `range` cannot be used as an expression
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:285:31: 285:47 error: type name `hash_map::Hasher` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:285 impl<K: Arbitrary + Eq + Hash<hash_map::Hasher>, V: Arbitrary> Arbitrary for HashMap<K, V> {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:285:31: 285:47 help: you can import it into scope: `use std::hash::Hasher;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:403:12: 403:15 error: `Int` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:403 fn half<A: Int>(x: A) -> A { x / num::cast(2is).unwrap() }
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:403:34: 403:43 error: unresolved name `num::cast` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:403 fn half<A: Int>(x: A) -> A { x / num::cast(2is).unwrap() }
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:410:9: 410:18 error: `SignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:410 impl<A: SignedInt + Send> SignedShrinker<A> {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:428:9: 428:18 error: `SignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:428 impl<A: SignedInt> Iterator for SignedShrinker<A> {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:446:9: 446:20 error: `UnsignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:446 impl<A: UnsignedInt + Send> UnsignedShrinker<A> {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:461:9: 461:20 error: `UnsignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:461 impl<A: UnsignedInt> Iterator for UnsignedShrinker<A> {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:75:18: 75:29 error: unresolved name `iter::range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:75 for _ in iter::range(0, self.max_tests) {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:75:18: 75:29 help: module `iter::range` cannot be used as an expression
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:3:5: 3:21 error: module `range` is private
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:3 use std::iter::range;
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:6:5: 6:19 error: module `rand` is private
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/arbitrary.rs:6 use std::rand::Rng;
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:5:5: 5:14 error: module `rand` is private
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:5 use std::rand;
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:75:18: 75:29 error: module `range` is private
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/tester.rs:75 for _ in iter::range(0, self.max_tests) {
^~~~~~~~~~~
error: cannot continue compilation due to previous error
thread 'main' panicked at 'ChainedError {
error: failed to compile `quickcheck v0.1.33`, intermediate artifacts can be found at `/home/cratesfyi/quickcheck-0.1.33`,
cause: ChainedError {
error: Could not document `quickcheck`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.33/src/lib.rs --crate-name quickcheck -o /home/cratesfyi/quickcheck-0.1.33/doc -L dependency=/home/cratesfyi/quickcheck-0.1.33/debug -L dependency=/home/cratesfyi/quickcheck-0.1.33/debug/deps --extern log=/home/cratesfyi/quickcheck-0.1.33/debug/deps/liblog-bf16bb9a4912b11d.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.