Jul 12 01:24:34.386 INFO checking rabbot-0.2.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 01:24:34.386 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 01:24:34.386 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 01:24:34.386 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 01:24:34.662 INFO blam! 199cf526bf77c7d581164fc058f7902049b55c5595e4f35481adc4c18cbf8abe Jul 12 01:24:34.664 INFO running `"docker" "start" "-a" "199cf526bf77c7d581164fc058f7902049b55c5595e4f35481adc4c18cbf8abe"` Jul 12 01:24:35.777 INFO kablam! Compiling strsim v0.5.2 Jul 12 01:24:35.798 INFO kablam! Compiling fixedbitset v0.1.9 Jul 12 01:24:35.801 INFO kablam! Compiling bit-vec v0.5.0 Jul 12 01:24:35.804 INFO kablam! Compiling regex-syntax v0.2.6 Jul 12 01:24:35.806 INFO kablam! Compiling itertools v0.3.25 Jul 12 01:24:35.828 INFO kablam! Compiling unicode-xid v0.0.2 Jul 12 01:24:35.830 INFO kablam! Compiling lalrpop-util v0.12.5 Jul 12 01:24:35.836 INFO kablam! Compiling diff v0.1.11 Jul 12 01:24:39.424 INFO kablam! Compiling lalrpop-intern v0.12.5 Jul 12 01:24:46.287 INFO kablam! Compiling bitflags v0.4.0 Jul 12 01:24:46.803 INFO kablam! Compiling petgraph v0.1.18 Jul 12 01:24:46.807 INFO kablam! Compiling bit-set v0.3.0 Jul 12 01:24:46.843 INFO kablam! Compiling atty v0.1.2 Jul 12 01:24:47.635 INFO kablam! Compiling docopt v0.6.86 Jul 12 01:24:53.455 INFO kablam! error[E0034]: multiple applicable items in scope Jul 12 01:24:53.455 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Jul 12 01:24:53.456 INFO kablam! | Jul 12 01:24:53.456 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Jul 12 01:24:53.456 INFO kablam! | ^^^^^^^ multiple `max` found Jul 12 01:24:53.456 INFO kablam! | Jul 12 01:24:53.456 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Jul 12 01:24:53.456 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Jul 12 01:24:53.456 INFO kablam! | Jul 12 01:24:53.456 INFO kablam! 28 | fn max() -> Self; Jul 12 01:24:53.456 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 01:24:53.456 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Jul 12 01:24:53.456 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Jul 12 01:24:53.456 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Jul 12 01:24:53.456 INFO kablam! Jul 12 01:24:53.507 INFO kablam! error[E0034]: multiple applicable items in scope Jul 12 01:24:53.507 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Jul 12 01:24:53.507 INFO kablam! | Jul 12 01:24:53.507 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Jul 12 01:24:53.507 INFO kablam! | ^^^^^^^ multiple `max` found Jul 12 01:24:53.507 INFO kablam! | Jul 12 01:24:53.507 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Jul 12 01:24:53.507 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Jul 12 01:24:53.507 INFO kablam! | Jul 12 01:24:53.507 INFO kablam! 28 | fn max() -> Self; Jul 12 01:24:53.507 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 01:24:53.507 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Jul 12 01:24:53.508 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Jul 12 01:24:53.508 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Jul 12 01:24:53.508 INFO kablam! Jul 12 01:24:56.893 INFO kablam! error: aborting due to 2 previous errors Jul 12 01:24:56.906 INFO kablam! Jul 12 01:24:56.906 INFO kablam! For more information about this error, try `rustc --explain E0034`. Jul 12 01:24:56.942 INFO kablam! error: Could not compile `petgraph`. Jul 12 01:24:56.944 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 01:25:10.000 INFO kablam! error: build failed Jul 12 01:25:10.002 INFO kablam! su: No module specific data is present Jul 12 01:25:10.475 INFO running `"docker" "rm" "-f" "199cf526bf77c7d581164fc058f7902049b55c5595e4f35481adc4c18cbf8abe"` Jul 12 01:25:10.657 INFO blam! 199cf526bf77c7d581164fc058f7902049b55c5595e4f35481adc4c18cbf8abe