Sep 06 01:59:39.402 INFO checking rabbot-0.2.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 01:59:39.402 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 01:59:39.402 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 01:59:39.684 INFO blam! 8abc23ec27ba0fa494fed37c00d1f79573500c07bd575b3f4c19701811fc8457 Sep 06 01:59:39.686 INFO running `"docker" "start" "-a" "8abc23ec27ba0fa494fed37c00d1f79573500c07bd575b3f4c19701811fc8457"` Sep 06 01:59:41.425 INFO kablam! usermod: no changes Sep 06 01:59:41.558 INFO kablam! Compiling bit-vec v0.5.0 Sep 06 01:59:41.558 INFO kablam! Compiling lalrpop-intern v0.12.5 Sep 06 01:59:41.558 INFO kablam! Compiling regex-syntax v0.2.6 Sep 06 01:59:41.566 INFO kablam! Compiling itertools v0.3.25 Sep 06 01:59:41.570 INFO kablam! Compiling unicode-xid v0.0.2 Sep 06 01:59:41.570 INFO kablam! Compiling lalrpop-util v0.12.5 Sep 06 01:59:41.570 INFO kablam! Compiling bitflags v0.4.0 Sep 06 01:59:43.240 INFO kablam! Compiling petgraph v0.1.18 Sep 06 01:59:44.091 INFO kablam! Compiling docopt v0.6.86 Sep 06 01:59:46.310 INFO kablam! Compiling bit-set v0.3.0 Sep 06 01:59:47.271 INFO kablam! error[E0034]: multiple applicable items in scope Sep 06 01:59:47.271 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 06 01:59:47.271 INFO kablam! | Sep 06 01:59:47.271 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 06 01:59:47.271 INFO kablam! | ^^^^^^^ multiple `max` found Sep 06 01:59:47.271 INFO kablam! | Sep 06 01:59:47.272 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 06 01:59:47.272 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 06 01:59:47.272 INFO kablam! | Sep 06 01:59:47.272 INFO kablam! 28 | fn max() -> Self; Sep 06 01:59:47.272 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 01:59:47.272 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 06 01:59:47.272 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 06 01:59:47.273 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 06 01:59:47.273 INFO kablam! Sep 06 01:59:47.298 INFO kablam! error[E0034]: multiple applicable items in scope Sep 06 01:59:47.298 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 06 01:59:47.298 INFO kablam! | Sep 06 01:59:47.298 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 06 01:59:47.298 INFO kablam! | ^^^^^^^ multiple `max` found Sep 06 01:59:47.299 INFO kablam! | Sep 06 01:59:47.299 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 06 01:59:47.299 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 06 01:59:47.299 INFO kablam! | Sep 06 01:59:47.299 INFO kablam! 28 | fn max() -> Self; Sep 06 01:59:47.299 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 01:59:47.300 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 06 01:59:47.300 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 06 01:59:47.300 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 06 01:59:47.300 INFO kablam! Sep 06 01:59:48.682 INFO kablam! error: aborting due to 2 previous errors Sep 06 01:59:48.682 INFO kablam! Sep 06 01:59:48.682 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 06 01:59:48.698 INFO kablam! error: Could not compile `petgraph`. Sep 06 01:59:48.698 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:59:53.304 INFO kablam! error: build failed Sep 06 01:59:53.306 INFO kablam! su: No module specific data is present Sep 06 01:59:53.845 INFO running `"docker" "rm" "-f" "8abc23ec27ba0fa494fed37c00d1f79573500c07bd575b3f4c19701811fc8457"` Sep 06 01:59:53.945 INFO blam! 8abc23ec27ba0fa494fed37c00d1f79573500c07bd575b3f4c19701811fc8457