Sep 17 19:27:00.859 INFO checking rabbot-0.2.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 19:27:00.859 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 19:27:00.859 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:27:01.336 INFO blam! 49c20b8382bc4b219708d9a0f823a563c7bf28e4715d7f136e482d4eea5b0b46 Sep 17 19:27:01.338 INFO running `"docker" "start" "-a" "49c20b8382bc4b219708d9a0f823a563c7bf28e4715d7f136e482d4eea5b0b46"` Sep 17 19:27:03.079 INFO kablam! usermod: no changes Sep 17 19:27:03.271 INFO kablam! Compiling strsim v0.5.2 Sep 17 19:27:03.271 INFO kablam! Compiling bit-vec v0.5.0 Sep 17 19:27:03.271 INFO kablam! Compiling lalrpop-intern v0.12.5 Sep 17 19:27:03.321 INFO kablam! Compiling itertools v0.3.25 Sep 17 19:27:03.321 INFO kablam! Compiling regex-syntax v0.2.6 Sep 17 19:27:03.321 INFO kablam! Compiling bitflags v0.4.0 Sep 17 19:27:03.321 INFO kablam! Compiling lalrpop-util v0.12.5 Sep 17 19:27:03.331 INFO kablam! Compiling unicode-xid v0.0.2 Sep 17 19:27:05.355 INFO kablam! Compiling petgraph v0.1.18 Sep 17 19:27:07.872 INFO kablam! Compiling bit-set v0.3.0 Sep 17 19:27:07.911 INFO kablam! Compiling docopt v0.6.86 Sep 17 19:27:08.371 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 19:27:08.371 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 17 19:27:08.371 INFO kablam! | Sep 17 19:27:08.371 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 17 19:27:08.371 INFO kablam! | ^^^^^^^ multiple `max` found Sep 17 19:27:08.371 INFO kablam! | Sep 17 19:27:08.371 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 17 19:27:08.371 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 17 19:27:08.371 INFO kablam! | Sep 17 19:27:08.371 INFO kablam! 28 | fn max() -> Self; Sep 17 19:27:08.371 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 19:27:08.371 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 17 19:27:08.371 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 17 19:27:08.379 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 17 19:27:08.379 INFO kablam! Sep 17 19:27:08.379 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 19:27:08.379 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 17 19:27:08.379 INFO kablam! | Sep 17 19:27:08.379 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 17 19:27:08.379 INFO kablam! | ^^^^^^^ multiple `max` found Sep 17 19:27:08.379 INFO kablam! | Sep 17 19:27:08.379 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 17 19:27:08.379 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 17 19:27:08.379 INFO kablam! | Sep 17 19:27:08.379 INFO kablam! 28 | fn max() -> Self; Sep 17 19:27:08.379 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 19:27:08.379 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 17 19:27:08.379 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 17 19:27:08.379 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 17 19:27:08.379 INFO kablam! Sep 17 19:27:09.543 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:27:09.543 INFO kablam! Sep 17 19:27:09.543 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 17 19:27:09.563 INFO kablam! error: Could not compile `petgraph`. Sep 17 19:27:09.563 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:27:17.318 INFO kablam! error: build failed Sep 17 19:27:17.327 INFO kablam! su: No module specific data is present Sep 17 19:27:19.188 INFO running `"docker" "rm" "-f" "49c20b8382bc4b219708d9a0f823a563c7bf28e4715d7f136e482d4eea5b0b46"` Sep 17 19:27:19.479 INFO blam! 49c20b8382bc4b219708d9a0f823a563c7bf28e4715d7f136e482d4eea5b0b46