Build #23607 2016-08-17T07:29:01.408544+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.27
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.27/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quickcheck-0.1.27/debug/deps -L dependency=/home/cratesfyi/quickcheck-0.1.27/debug/deps --cap-lints allow`
Documenting quickcheck v0.1.27
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/lib.rs --crate-name quickcheck -o /home/cratesfyi/quickcheck-0.1.27/doc -L dependency=/home/cratesfyi/quickcheck-0.1.27/debug -L dependency=/home/cratesfyi/quickcheck-0.1.27/debug/deps --extern log=/home/cratesfyi/quickcheck-0.1.27/debug/deps/liblog-bf16bb9a4912b11d.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:390:20: 390:27 error: obsolete syntax: `:`, `&mut:`, or `&:`
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:390 let cat = |&mut: x: &Vec<A>| {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:390:20: 390:27 note: rely on inference instead
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:403:44: 403:47 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/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.27/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.27/src/arbitrary.rs:512:30: 512:33 error: invalid suffix `us` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:512 for _ in iter::range(0us, 100) {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/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.27/src/arbitrary.rs:571:12: 571:15 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:571 eq(5is, vec![0, 3, 4]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/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.27/src/arbitrary.rs:572:13: 572:16 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:572 eq(-5is, vec![5, 0, -3, -4]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/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.27/src/arbitrary.rs:573:12: 573:15 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:573 eq(0is, vec![]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/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.27/src/arbitrary.rs:606:12: 606:15 error: invalid suffix `us` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:606 eq(5us, vec![0, 3, 4]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/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.27/src/arbitrary.rs:607:12: 607:15 error: invalid suffix `us` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:607 eq(0us, vec![]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/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.27/src/arbitrary.rs:654:27: 654:29 error: invalid suffix `i` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:654 map.insert(1, 1i);
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/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.27/src/arbitrary.rs:672:24: 672:27 error: invalid suffix `us` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:672 map.insert(1us, 1is);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/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.27/src/arbitrary.rs:672:29: 672:32 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/arbitrary.rs:672 map.insert(1us, 1is);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/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.27/src/tester.rs:131:17: 131:21 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/tester.rs:131 #[derive(Clone, Show)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/tester.rs:131:17: 131:21 help: add #![feature(custom_derive)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/tester.rs:139:17: 139:21 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644)
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/tester.rs:139 #[derive(Clone, Show)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/tester.rs:139:17: 139:21 help: add #![feature(custom_derive)] to the crate attributes to enable
error: aborting due to 13 previous errors
thread 'main' panicked at 'ChainedError {
error: failed to compile `quickcheck v0.1.27`, intermediate artifacts can be found at `/home/cratesfyi/quickcheck-0.1.27`,
cause: ChainedError {
error: Could not document `quickcheck`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.27/src/lib.rs --crate-name quickcheck -o /home/cratesfyi/quickcheck-0.1.27/doc -L dependency=/home/cratesfyi/quickcheck-0.1.27/debug -L dependency=/home/cratesfyi/quickcheck-0.1.27/debug/deps --extern log=/home/cratesfyi/quickcheck-0.1.27/debug/deps/liblog-bf16bb9a4912b11d.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.