Sep 10 12:20:45.301 INFO checking rabbot-0.2.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 12:20:45.301 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 12:20:45.301 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:20:45.563 INFO blam! 1b360e1528c59f6198ca2c5d227b7ede8bbccb9e95451d7b4e258a1084b38b37 Sep 10 12:20:45.565 INFO running `"docker" "start" "-a" "1b360e1528c59f6198ca2c5d227b7ede8bbccb9e95451d7b4e258a1084b38b37"` Sep 10 12:20:47.125 INFO kablam! usermod: no changes Sep 10 12:20:47.290 INFO kablam! Compiling bit-vec v0.5.0 Sep 10 12:20:47.290 INFO kablam! Compiling regex-syntax v0.2.6 Sep 10 12:20:47.290 INFO kablam! Compiling lalrpop-intern v0.12.5 Sep 10 12:20:47.307 INFO kablam! Compiling itertools v0.3.25 Sep 10 12:20:47.307 INFO kablam! Compiling bitflags v0.4.0 Sep 10 12:20:47.307 INFO kablam! Compiling lalrpop-util v0.12.5 Sep 10 12:20:47.307 INFO kablam! Compiling diff v0.1.11 Sep 10 12:20:47.307 INFO kablam! Compiling unicode-xid v0.0.2 Sep 10 12:20:52.934 INFO kablam! Compiling petgraph v0.1.18 Sep 10 12:20:52.967 INFO kablam! Compiling bit-set v0.3.0 Sep 10 12:20:52.968 INFO kablam! Compiling atty v0.1.2 Sep 10 12:20:52.968 INFO kablam! Compiling docopt v0.6.86 Sep 10 12:20:56.194 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 12:20:56.194 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 10 12:20:56.194 INFO kablam! | Sep 10 12:20:56.194 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 10 12:20:56.194 INFO kablam! | ^^^^^^^ multiple `max` found Sep 10 12:20:56.194 INFO kablam! | Sep 10 12:20:56.194 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 10 12:20:56.194 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 10 12:20:56.194 INFO kablam! | Sep 10 12:20:56.194 INFO kablam! 28 | fn max() -> Self; Sep 10 12:20:56.194 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 12:20:56.194 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 10 12:20:56.194 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 10 12:20:56.194 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 10 12:20:56.194 INFO kablam! Sep 10 12:20:56.212 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 12:20:56.212 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 10 12:20:56.212 INFO kablam! | Sep 10 12:20:56.212 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 10 12:20:56.212 INFO kablam! | ^^^^^^^ multiple `max` found Sep 10 12:20:56.218 INFO kablam! | Sep 10 12:20:56.218 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 10 12:20:56.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 10 12:20:56.218 INFO kablam! | Sep 10 12:20:56.218 INFO kablam! 28 | fn max() -> Self; Sep 10 12:20:56.218 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 12:20:56.218 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 10 12:20:56.218 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 10 12:20:56.218 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 10 12:20:56.218 INFO kablam! Sep 10 12:20:56.981 INFO kablam! error: aborting due to 2 previous errors Sep 10 12:20:56.981 INFO kablam! Sep 10 12:20:56.982 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 12:20:56.994 INFO kablam! error: Could not compile `petgraph`. Sep 10 12:20:56.995 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:21:05.326 INFO kablam! error: build failed Sep 10 12:21:05.326 INFO kablam! su: No module specific data is present Sep 10 12:21:06.107 INFO running `"docker" "rm" "-f" "1b360e1528c59f6198ca2c5d227b7ede8bbccb9e95451d7b4e258a1084b38b37"` Sep 10 12:21:06.227 INFO blam! 1b360e1528c59f6198ca2c5d227b7ede8bbccb9e95451d7b4e258a1084b38b37