Sep 17 13:53:27.363 INFO checking Roybie/tigr against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 13:53:27.363 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 13:53:27.363 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 13:53:27.845 INFO blam! c26f87369e1d9eeecc4849f12869f205ca2700cd490f1bc417c663b485a3a107 Sep 17 13:53:27.847 INFO running `"docker" "start" "-a" "c26f87369e1d9eeecc4849f12869f205ca2700cd490f1bc417c663b485a3a107"` Sep 17 13:53:30.363 INFO kablam! usermod: no changes Sep 17 13:53:30.468 INFO kablam! Compiling libc v0.2.16 Sep 17 13:53:30.468 INFO kablam! Compiling regex-syntax v0.3.5 Sep 17 13:53:30.468 INFO kablam! Compiling utf8-ranges v0.1.3 Sep 17 13:53:30.468 INFO kablam! Compiling rustc-serialize v0.3.19 Sep 17 13:53:30.475 INFO kablam! Compiling lazy_static v0.2.1 Sep 17 13:53:30.483 INFO kablam! Compiling bit-vec v0.4.3 Sep 17 13:53:30.483 INFO kablam! Compiling fixedbitset v0.1.1 Sep 17 13:53:30.483 INFO kablam! Compiling strsim v0.5.1 Sep 17 13:53:31.824 INFO kablam! Compiling regex-syntax v0.2.6 Sep 17 13:53:33.549 INFO kablam! error[E0642]: patterns aren't allowed in methods without bodies Sep 17 13:53:33.549 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 Sep 17 13:53:33.549 INFO kablam! | Sep 17 13:53:33.549 INFO kablam! 147 | &f_name: &str, Sep 17 13:53:33.549 INFO kablam! | ^^^^^^^ Sep 17 13:53:33.555 INFO kablam! Sep 17 13:53:35.936 INFO kablam! Compiling lalrpop-intern v0.12.0 Sep 17 13:53:35.938 INFO kablam! Compiling lalrpop-util v0.12.0 Sep 17 13:53:35.972 INFO kablam! Compiling itertools v0.3.25 Sep 17 13:53:36.428 INFO kablam! Compiling bitflags v0.4.0 Sep 17 13:53:36.903 INFO kablam! Compiling diff v0.1.9 Sep 17 13:53:37.533 INFO kablam! Compiling unicode-xid v0.0.2 Sep 17 13:53:42.963 INFO kablam! Compiling petgraph v0.1.18 Sep 17 13:53:42.964 INFO kablam! Compiling bit-set v0.3.0 Sep 17 13:53:42.980 INFO kablam! Compiling memchr v0.1.11 Sep 17 13:53:43.157 INFO kablam! Compiling thread-id v2.0.0 Sep 17 13:53:44.351 INFO kablam! Compiling term v0.4.4 Sep 17 13:53:46.059 INFO kablam! Compiling atty v0.1.2 Sep 17 13:53:46.321 INFO kablam! Compiling thread_local v0.2.6 Sep 17 13:53:47.425 INFO kablam! Compiling aho-corasick v0.5.3 Sep 17 13:53:48.231 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 13:53:48.231 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 17 13:53:48.231 INFO kablam! | Sep 17 13:53:48.231 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 17 13:53:48.231 INFO kablam! | ^^^^^^^ multiple `max` found Sep 17 13:53:48.267 INFO kablam! | Sep 17 13:53:48.267 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 17 13:53:48.267 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 17 13:53:48.267 INFO kablam! | Sep 17 13:53:48.267 INFO kablam! 28 | fn max() -> Self; Sep 17 13:53:48.267 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 13:53:48.267 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 17 13:53:48.267 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 17 13:53:48.267 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 17 13:53:48.267 INFO kablam! Sep 17 13:53:48.299 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 13:53:48.299 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 17 13:53:48.299 INFO kablam! | Sep 17 13:53:48.299 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 17 13:53:48.299 INFO kablam! | ^^^^^^^ multiple `max` found Sep 17 13:53:48.311 INFO kablam! | Sep 17 13:53:48.311 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 17 13:53:48.311 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 17 13:53:48.311 INFO kablam! | Sep 17 13:53:48.311 INFO kablam! 28 | fn max() -> Self; Sep 17 13:53:48.311 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 13:53:48.311 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 17 13:53:48.311 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 17 13:53:48.311 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 17 13:53:48.311 INFO kablam! Sep 17 13:53:51.587 INFO kablam! error: aborting due to 2 previous errors Sep 17 13:53:51.587 INFO kablam! Sep 17 13:53:51.587 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 17 13:53:51.651 INFO kablam! error: Could not compile `petgraph`. Sep 17 13:53:51.651 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 13:53:52.079 INFO kablam! error: aborting due to previous error Sep 17 13:53:52.079 INFO kablam! Sep 17 13:53:52.080 INFO kablam! For more information about this error, try `rustc --explain E0642`. Sep 17 13:53:52.108 INFO kablam! error: Could not compile `rustc-serialize`. Sep 17 13:53:52.109 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 13:53:57.235 INFO kablam! error: build failed Sep 17 13:53:57.240 INFO kablam! su: No module specific data is present Sep 17 13:53:59.045 INFO running `"docker" "rm" "-f" "c26f87369e1d9eeecc4849f12869f205ca2700cd490f1bc417c663b485a3a107"` Sep 17 13:53:59.293 INFO blam! c26f87369e1d9eeecc4849f12869f205ca2700cd490f1bc417c663b485a3a107