Aug 29 20:59:54.187 INFO checking Roybie/tigr against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 29 20:59:54.187 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 29 20:59:54.188 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-1/master#ede55518431154bc761f7b2438cce9078c162700:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 29 20:59:54.420 INFO blam! 35dd37274a0186cabcfb5434146daede8af1b9ca2707090024368cc8cea41839 Aug 29 20:59:54.421 INFO running `"docker" "start" "-a" "35dd37274a0186cabcfb5434146daede8af1b9ca2707090024368cc8cea41839"` Aug 29 20:59:55.290 INFO kablam! Compiling libc v0.2.16 Aug 29 20:59:55.290 INFO kablam! Compiling regex-syntax v0.3.5 Aug 29 20:59:55.292 INFO kablam! Compiling lazy_static v0.2.1 Aug 29 20:59:55.309 INFO kablam! Compiling fixedbitset v0.1.1 Aug 29 20:59:55.325 INFO kablam! Compiling rustc-serialize v0.3.19 Aug 29 20:59:55.326 INFO kablam! Compiling strsim v0.5.1 Aug 29 20:59:55.328 INFO kablam! Compiling bit-vec v0.4.3 Aug 29 20:59:55.329 INFO kablam! Compiling unicode-xid v0.0.2 Aug 29 20:59:56.428 INFO kablam! Compiling itertools v0.3.25 Aug 29 20:59:56.684 INFO kablam! Compiling regex-syntax v0.2.6 Aug 29 20:59:57.891 INFO kablam! error[E0642]: patterns aren't allowed in methods without bodies Aug 29 20:59:57.891 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 Aug 29 20:59:57.891 INFO kablam! | Aug 29 20:59:57.891 INFO kablam! 147 | &f_name: &str, Aug 29 20:59:57.891 INFO kablam! | ^^^^^^^ Aug 29 20:59:57.891 INFO kablam! Aug 29 20:59:59.821 INFO kablam! Compiling bitflags v0.4.0 Aug 29 20:59:59.821 INFO kablam! Compiling lalrpop-intern v0.12.0 Aug 29 20:59:59.827 INFO kablam! Compiling lalrpop-util v0.12.0 Aug 29 20:59:59.857 INFO kablam! Compiling diff v0.1.9 Aug 29 21:00:01.744 INFO kablam! Compiling petgraph v0.1.18 Aug 29 21:00:07.157 INFO kablam! error[E0034]: multiple applicable items in scope Aug 29 21:00:07.157 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Aug 29 21:00:07.157 INFO kablam! | Aug 29 21:00:07.157 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Aug 29 21:00:07.157 INFO kablam! | ^^^^^^^ multiple `max` found Aug 29 21:00:07.157 INFO kablam! | Aug 29 21:00:07.157 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Aug 29 21:00:07.157 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Aug 29 21:00:07.157 INFO kablam! | Aug 29 21:00:07.157 INFO kablam! 28 | fn max() -> Self; Aug 29 21:00:07.157 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 29 21:00:07.157 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Aug 29 21:00:07.158 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Aug 29 21:00:07.158 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Aug 29 21:00:07.158 INFO kablam! Aug 29 21:00:07.204 INFO kablam! error[E0034]: multiple applicable items in scope Aug 29 21:00:07.204 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Aug 29 21:00:07.204 INFO kablam! | Aug 29 21:00:07.204 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Aug 29 21:00:07.204 INFO kablam! | ^^^^^^^ multiple `max` found Aug 29 21:00:07.204 INFO kablam! | Aug 29 21:00:07.204 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Aug 29 21:00:07.204 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Aug 29 21:00:07.204 INFO kablam! | Aug 29 21:00:07.204 INFO kablam! 28 | fn max() -> Self; Aug 29 21:00:07.205 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 29 21:00:07.205 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Aug 29 21:00:07.205 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Aug 29 21:00:07.216 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Aug 29 21:00:07.216 INFO kablam! Aug 29 21:00:07.322 INFO kablam! Compiling memchr v0.1.11 Aug 29 21:00:07.337 INFO kablam! Compiling bit-set v0.3.0 Aug 29 21:00:07.338 INFO kablam! Compiling thread-id v2.0.0 Aug 29 21:00:07.421 INFO kablam! Compiling atty v0.1.2 Aug 29 21:00:08.260 INFO kablam! Compiling thread_local v0.2.6 Aug 29 21:00:09.675 INFO kablam! error: aborting due to 2 previous errors Aug 29 21:00:09.675 INFO kablam! Aug 29 21:00:09.675 INFO kablam! For more information about this error, try `rustc --explain E0034`. Aug 29 21:00:09.685 INFO kablam! Compiling aho-corasick v0.5.3 Aug 29 21:00:09.707 INFO kablam! error: Could not compile `petgraph`. Aug 29 21:00:09.707 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 29 21:00:14.053 INFO kablam! error: aborting due to previous error Aug 29 21:00:14.053 INFO kablam! Aug 29 21:00:14.053 INFO kablam! For more information about this error, try `rustc --explain E0642`. Aug 29 21:00:14.065 INFO kablam! error: Could not compile `rustc-serialize`. Aug 29 21:00:14.066 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 29 21:00:15.709 INFO kablam! error: build failed Aug 29 21:00:15.710 INFO kablam! su: No module specific data is present Aug 29 21:00:16.191 INFO running `"docker" "rm" "-f" "35dd37274a0186cabcfb5434146daede8af1b9ca2707090024368cc8cea41839"` Aug 29 21:00:16.352 INFO blam! 35dd37274a0186cabcfb5434146daede8af1b9ca2707090024368cc8cea41839