Sep 19 20:25:36.984 INFO checking rabbot-0.1.3 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 20:25:36.984 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 20:25:36.984 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:25:37.375 INFO blam! 6fce5b28062a0d389bd20b99b2efb3f3d9fb82673a47e8b902de8c39a342524e Sep 19 20:25:37.380 INFO running `"docker" "start" "-a" "6fce5b28062a0d389bd20b99b2efb3f3d9fb82673a47e8b902de8c39a342524e"` Sep 19 20:25:39.335 INFO kablam! usermod: no changes Sep 19 20:25:39.451 INFO kablam! Compiling bit-vec v0.5.0 Sep 19 20:25:39.451 INFO kablam! Compiling strsim v0.5.2 Sep 19 20:25:39.467 INFO kablam! Compiling regex-syntax v0.2.6 Sep 19 20:25:39.475 INFO kablam! Compiling lalrpop-util v0.12.5 Sep 19 20:25:39.499 INFO kablam! Compiling itertools v0.3.25 Sep 19 20:25:39.500 INFO kablam! Compiling lalrpop-intern v0.12.5 Sep 19 20:25:39.519 INFO kablam! Compiling unicode-xid v0.0.2 Sep 19 20:25:39.520 INFO kablam! Compiling bitflags v0.4.0 Sep 19 20:25:42.012 INFO kablam! Compiling petgraph v0.1.18 Sep 19 20:25:45.560 INFO kablam! Compiling bit-set v0.3.0 Sep 19 20:25:45.560 INFO kablam! Compiling regex v0.1.80 Sep 19 20:25:46.295 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 20:25:46.295 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 19 20:25:46.295 INFO kablam! | Sep 19 20:25:46.295 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 19 20:25:46.295 INFO kablam! | ^^^^^^^ multiple `max` found Sep 19 20:25:46.315 INFO kablam! | Sep 19 20:25:46.315 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 19 20:25:46.315 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 19 20:25:46.315 INFO kablam! | Sep 19 20:25:46.315 INFO kablam! 28 | fn max() -> Self; Sep 19 20:25:46.315 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 20:25:46.315 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 19 20:25:46.315 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 19 20:25:46.315 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 19 20:25:46.315 INFO kablam! Sep 19 20:25:46.323 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 20:25:46.323 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 19 20:25:46.323 INFO kablam! | Sep 19 20:25:46.323 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 19 20:25:46.323 INFO kablam! | ^^^^^^^ multiple `max` found Sep 19 20:25:46.323 INFO kablam! | Sep 19 20:25:46.323 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 19 20:25:46.323 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 19 20:25:46.323 INFO kablam! | Sep 19 20:25:46.323 INFO kablam! 28 | fn max() -> Self; Sep 19 20:25:46.323 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 20:25:46.323 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 19 20:25:46.323 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 19 20:25:46.323 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 19 20:25:46.323 INFO kablam! Sep 19 20:25:47.583 INFO kablam! error: aborting due to 2 previous errors Sep 19 20:25:47.583 INFO kablam! Sep 19 20:25:47.583 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 20:25:47.651 INFO kablam! error: Could not compile `petgraph`. Sep 19 20:25:47.651 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:25:55.770 INFO kablam! error: build failed Sep 19 20:25:55.771 INFO kablam! su: No module specific data is present Sep 19 20:25:56.401 INFO running `"docker" "rm" "-f" "6fce5b28062a0d389bd20b99b2efb3f3d9fb82673a47e8b902de8c39a342524e"` Sep 19 20:25:56.511 INFO blam! 6fce5b28062a0d389bd20b99b2efb3f3d9fb82673a47e8b902de8c39a342524e