Sep 04 00:06:16.576 INFO checking Roybie/tigr against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 00:06:16.576 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 00:06:16.577 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:06:16.809 INFO blam! d378be3e547b3e9d283ac9008f2fb78735316b3eb74faa48e99f85ca01585c16 Sep 04 00:06:16.809 INFO running `"docker" "start" "-a" "d378be3e547b3e9d283ac9008f2fb78735316b3eb74faa48e99f85ca01585c16"` Sep 04 00:06:17.658 INFO kablam! Compiling libc v0.2.16 Sep 04 00:06:17.658 INFO kablam! Compiling regex-syntax v0.3.5 Sep 04 00:06:17.664 INFO kablam! Compiling fixedbitset v0.1.1 Sep 04 00:06:17.664 INFO kablam! Compiling rustc-serialize v0.3.19 Sep 04 00:06:17.665 INFO kablam! Compiling bit-vec v0.4.3 Sep 04 00:06:17.677 INFO kablam! Compiling strsim v0.5.1 Sep 04 00:06:17.677 INFO kablam! Compiling lazy_static v0.2.1 Sep 04 00:06:17.680 INFO kablam! Compiling bitflags v0.4.0 Sep 04 00:06:18.622 INFO kablam! Compiling itertools v0.3.25 Sep 04 00:06:18.682 INFO kablam! Compiling regex-syntax v0.2.6 Sep 04 00:06:19.639 INFO kablam! error[E0642]: patterns aren't allowed in methods without bodies Sep 04 00:06:19.639 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 Sep 04 00:06:19.639 INFO kablam! | Sep 04 00:06:19.639 INFO kablam! 147 | &f_name: &str, Sep 04 00:06:19.639 INFO kablam! | ^^^^^^^ Sep 04 00:06:19.644 INFO kablam! Sep 04 00:06:21.929 INFO kablam! Compiling lalrpop-util v0.12.0 Sep 04 00:06:21.970 INFO kablam! Compiling unicode-xid v0.0.2 Sep 04 00:06:21.985 INFO kablam! Compiling lalrpop-intern v0.12.0 Sep 04 00:06:22.518 INFO kablam! Compiling diff v0.1.9 Sep 04 00:06:23.593 INFO kablam! Compiling petgraph v0.1.18 Sep 04 00:06:25.458 INFO kablam! Compiling bit-set v0.3.0 Sep 04 00:06:26.674 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 00:06:26.674 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 04 00:06:26.674 INFO kablam! | Sep 04 00:06:26.674 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 04 00:06:26.674 INFO kablam! | ^^^^^^^ multiple `max` found Sep 04 00:06:26.674 INFO kablam! | Sep 04 00:06:26.675 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 04 00:06:26.675 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 04 00:06:26.675 INFO kablam! | Sep 04 00:06:26.675 INFO kablam! 28 | fn max() -> Self; Sep 04 00:06:26.675 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 00:06:26.675 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 04 00:06:26.676 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 04 00:06:26.676 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 04 00:06:26.676 INFO kablam! Sep 04 00:06:26.688 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 00:06:26.688 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 04 00:06:26.688 INFO kablam! | Sep 04 00:06:26.688 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 04 00:06:26.688 INFO kablam! | ^^^^^^^ multiple `max` found Sep 04 00:06:26.689 INFO kablam! | Sep 04 00:06:26.689 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 04 00:06:26.689 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 04 00:06:26.689 INFO kablam! | Sep 04 00:06:26.689 INFO kablam! 28 | fn max() -> Self; Sep 04 00:06:26.689 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 00:06:26.690 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 04 00:06:26.690 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 04 00:06:26.690 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 04 00:06:26.691 INFO kablam! Sep 04 00:06:27.181 INFO kablam! Compiling memchr v0.1.11 Sep 04 00:06:27.185 INFO kablam! Compiling thread-id v2.0.0 Sep 04 00:06:27.236 INFO kablam! Compiling atty v0.1.2 Sep 04 00:06:27.638 INFO kablam! Compiling thread_local v0.2.6 Sep 04 00:06:27.859 INFO kablam! error: aborting due to 2 previous errors Sep 04 00:06:27.860 INFO kablam! Sep 04 00:06:27.860 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 04 00:06:27.869 INFO kablam! error: Could not compile `petgraph`. Sep 04 00:06:27.870 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:06:31.562 INFO kablam! error: aborting due to previous error Sep 04 00:06:31.562 INFO kablam! Sep 04 00:06:31.562 INFO kablam! For more information about this error, try `rustc --explain E0642`. Sep 04 00:06:31.581 INFO kablam! error: Could not compile `rustc-serialize`. Sep 04 00:06:31.581 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:06:32.356 INFO kablam! error: build failed Sep 04 00:06:32.359 INFO kablam! su: No module specific data is present Sep 04 00:06:32.911 INFO running `"docker" "rm" "-f" "d378be3e547b3e9d283ac9008f2fb78735316b3eb74faa48e99f85ca01585c16"` Sep 04 00:06:33.062 INFO blam! d378be3e547b3e9d283ac9008f2fb78735316b3eb74faa48e99f85ca01585c16