Sep 14 11:15:00.926 INFO checking rabbot-0.1.3 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:15:00.926 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:15:00.927 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:15:01.403 INFO blam! 9d92228ef8c208de014f0f816bfc7cff8e63806ca3bdb58982294fb14462b72e Sep 14 11:15:01.405 INFO running `"docker" "start" "-a" "9d92228ef8c208de014f0f816bfc7cff8e63806ca3bdb58982294fb14462b72e"` Sep 14 11:15:03.359 INFO kablam! usermod: no changes Sep 14 11:15:03.523 INFO kablam! Compiling strsim v0.5.2 Sep 14 11:15:03.523 INFO kablam! Compiling bit-vec v0.5.0 Sep 14 11:15:03.523 INFO kablam! Compiling lalrpop-util v0.12.5 Sep 14 11:15:03.527 INFO kablam! Compiling regex-syntax v0.2.6 Sep 14 11:15:03.535 INFO kablam! Compiling bitflags v0.4.0 Sep 14 11:15:03.535 INFO kablam! Compiling lalrpop-intern v0.12.5 Sep 14 11:15:03.543 INFO kablam! Compiling itertools v0.3.25 Sep 14 11:15:03.543 INFO kablam! Compiling unicode-xid v0.0.2 Sep 14 11:15:07.051 INFO kablam! Compiling petgraph v0.1.18 Sep 14 11:15:07.179 INFO kablam! Compiling bit-set v0.3.0 Sep 14 11:15:08.410 INFO kablam! Compiling docopt v0.6.86 Sep 14 11:15:10.279 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 11:15:10.279 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 14 11:15:10.279 INFO kablam! | Sep 14 11:15:10.279 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 14 11:15:10.279 INFO kablam! | ^^^^^^^ multiple `max` found Sep 14 11:15:10.279 INFO kablam! | Sep 14 11:15:10.279 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 14 11:15:10.279 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 14 11:15:10.279 INFO kablam! | Sep 14 11:15:10.279 INFO kablam! 28 | fn max() -> Self; Sep 14 11:15:10.279 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 11:15:10.279 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 14 11:15:10.279 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 14 11:15:10.279 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 14 11:15:10.279 INFO kablam! Sep 14 11:15:10.303 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 11:15:10.303 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 14 11:15:10.303 INFO kablam! | Sep 14 11:15:10.303 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 14 11:15:10.303 INFO kablam! | ^^^^^^^ multiple `max` found Sep 14 11:15:10.303 INFO kablam! | Sep 14 11:15:10.303 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 14 11:15:10.303 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 14 11:15:10.303 INFO kablam! | Sep 14 11:15:10.303 INFO kablam! 28 | fn max() -> Self; Sep 14 11:15:10.303 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 11:15:10.303 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 14 11:15:10.303 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 14 11:15:10.303 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 14 11:15:10.303 INFO kablam! Sep 14 11:15:10.916 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:15:10.916 INFO kablam! Sep 14 11:15:10.916 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 14 11:15:10.923 INFO kablam! error: Could not compile `petgraph`. Sep 14 11:15:10.923 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:15:14.743 INFO kablam! error: build failed Sep 14 11:15:14.743 INFO kablam! su: No module specific data is present Sep 14 11:15:15.576 INFO running `"docker" "rm" "-f" "9d92228ef8c208de014f0f816bfc7cff8e63806ca3bdb58982294fb14462b72e"` Sep 14 11:15:15.649 INFO blam! 9d92228ef8c208de014f0f816bfc7cff8e63806ca3bdb58982294fb14462b72e