quickcheck_macros 0.1.8

A macro attribute for quickcheck.
Build #23693 2016-08-17T08:36:31.620551+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_macros v0.1.8
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/quickcheck_macros-0.1.8/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps -L dependency=/home/cratesfyi/quickcheck_macros-0.1.8/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=\"default\" --cfg feature=\"use_std\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/quickcheck_macros-0.1.8/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps -L dependency=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps --cap-lints allow`
Compiling rand v0.3.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/quickcheck_macros-0.1.8/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps -L dependency=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps --extern libc=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps/liblibc-1bd8847afb79f283.rlib --cap-lints allow`
Compiling quickcheck v0.1.40
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/lib.rs --crate-name quickcheck --crate-type lib -g -C metadata=db32e6bce7cb4c49 -C extra-filename=-db32e6bce7cb4c49 --out-dir /home/cratesfyi/quickcheck_macros-0.1.8/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps -L dependency=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps --extern rand=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps/librand-49a08859d086fffe.rlib --extern log=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps/liblog-bf16bb9a4912b11d.rlib --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:655:27: 655:29 error: invalid suffix `i` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:655             map.insert(1, 1i);
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:655:27: 655:29 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:6:22: 6:25 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:6 use std::num::{self, Int, SignedInt, UnsignedInt};
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:6:22: 6:25 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:6:27: 6:36 error: unresolved import `std::num::SignedInt`. There is no `SignedInt` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:6 use std::num::{self, Int, SignedInt, UnsignedInt};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:6:27: 6:36 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:6:38: 6:49 error: unresolved import `std::num::UnsignedInt`. There is no `UnsignedInt` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:6 use std::num::{self, Int, SignedInt, UnsignedInt};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:6:38: 6:49 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:4:5: 4: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.40/src/tester.rs:4 use std::old_io::ChanWriter;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:4:5: 4:28 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:421:23: 421: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.40/src/tester.rs:421     use std::old_io::{ChanReader, ChanWriter};
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:421:23: 421:33 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:421:35: 421: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.40/src/tester.rs:421     use std::old_io::{ChanReader, ChanWriter};
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:421:35: 421:45 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:239:9: 239:14 error: unresolved name `range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:239         range(0, size).map(|_| Arbitrary::arbitrary(g)).collect()
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:239:9: 239:14 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:239:9: 239:14 help: module `range` cannot be used as an expression 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:405:12: 405:15 error: `Int` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:405 fn half<A: Int>(x: A) -> A { x / num::cast(2isize).unwrap() }
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:405:12: 405:15 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:405:34: 405:43 error: unresolved name `num::cast` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:405 fn half<A: Int>(x: A) -> A { x / num::cast(2isize).unwrap() }
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:405:34: 405:43 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:412:9: 412:18 error: `SignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:412 impl<A: SignedInt + Send + 'static> SignedShrinker<A> {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:412:9: 412:18 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:430:9: 430:18 error: `SignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:430 impl<A: SignedInt> Iterator for SignedShrinker<A> {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:430:9: 430:18 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:448:9: 448:20 error: `UnsignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:448 impl<A: UnsignedInt + Send + 'static> UnsignedShrinker<A> {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:448:9: 448:20 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:463:9: 463:20 error: `UnsignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:463 impl<A: UnsignedInt> Iterator for UnsignedShrinker<A> {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:463:9: 463:20 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:75:18: 75:29 error: unresolved name `iter::range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:75         for _ in iter::range(0, self.max_tests) {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:75:18: 75:29 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/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.40/src/tester.rs:298:28: 298:55 error: trait `std::marker::PhantomFn` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:298 trait Fun<A, B, C, D, T> : ::std::marker::PhantomFn<T> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:298:28: 298:55 help: run `rustc --explain E0405` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:298:28: 298:55 help: no candidates by the name of `PhantomFn` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:4:5: 4:21 error: module `range` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/arbitrary.rs:4 use std::iter::range;
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/tester.rs:75:18: 75:29 error: module `range` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/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_macros v0.1.8`, intermediate artifacts can be found at `/home/cratesfyi/quickcheck_macros-0.1.8`,
cause: ChainedError {
error: Could not compile `quickcheck`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.40/src/lib.rs --crate-name quickcheck --crate-type lib -g -C metadata=db32e6bce7cb4c49 -C extra-filename=-db32e6bce7cb4c49 --out-dir /home/cratesfyi/quickcheck_macros-0.1.8/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps -L dependency=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps --extern rand=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps/librand-49a08859d086fffe.rlib --extern log=/home/cratesfyi/quickcheck_macros-0.1.8/debug/deps/liblog-bf16bb9a4912b11d.rlib --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.