Jul 12 01:24:44.386 INFO checking rabbot-0.1.3 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 01:24:44.386 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 01:24:44.387 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 01:24:44.387 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-4/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 01:24:44.626 INFO blam! db8539d497865e868ae91adc2e56f02d932da59c35c61e0014d2474b98a92475 Jul 12 01:24:44.629 INFO running `"docker" "start" "-a" "db8539d497865e868ae91adc2e56f02d932da59c35c61e0014d2474b98a92475"` Jul 12 01:24:46.038 INFO kablam! Compiling bit-vec v0.5.0 Jul 12 01:24:46.038 INFO kablam! Compiling lalrpop-util v0.12.5 Jul 12 01:24:46.039 INFO kablam! Compiling lalrpop-intern v0.12.5 Jul 12 01:24:46.039 INFO kablam! Compiling itertools v0.3.25 Jul 12 01:24:46.039 INFO kablam! Compiling bitflags v0.4.0 Jul 12 01:24:46.039 INFO kablam! Compiling unicode-xid v0.0.2 Jul 12 01:24:46.040 INFO kablam! Compiling regex-syntax v0.2.6 Jul 12 01:24:47.680 INFO kablam! Compiling petgraph v0.1.18 Jul 12 01:24:50.888 INFO kablam! Compiling docopt v0.6.86 Jul 12 01:24:55.574 INFO kablam! Compiling bit-set v0.3.0 Jul 12 01:24:57.064 INFO kablam! error[E0034]: multiple applicable items in scope Jul 12 01:24:57.064 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Jul 12 01:24:57.064 INFO kablam! | Jul 12 01:24:57.064 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Jul 12 01:24:57.064 INFO kablam! | ^^^^^^^ multiple `max` found Jul 12 01:24:57.064 INFO kablam! | Jul 12 01:24:57.064 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Jul 12 01:24:57.064 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Jul 12 01:24:57.064 INFO kablam! | Jul 12 01:24:57.065 INFO kablam! 28 | fn max() -> Self; Jul 12 01:24:57.065 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 01:24:57.065 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Jul 12 01:24:57.065 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Jul 12 01:24:57.066 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Jul 12 01:24:57.066 INFO kablam! Jul 12 01:24:57.138 INFO kablam! error[E0034]: multiple applicable items in scope Jul 12 01:24:57.138 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Jul 12 01:24:57.138 INFO kablam! | Jul 12 01:24:57.138 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Jul 12 01:24:57.138 INFO kablam! | ^^^^^^^ multiple `max` found Jul 12 01:24:57.138 INFO kablam! | Jul 12 01:24:57.138 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Jul 12 01:24:57.138 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Jul 12 01:24:57.138 INFO kablam! | Jul 12 01:24:57.138 INFO kablam! 28 | fn max() -> Self; Jul 12 01:24:57.138 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 01:24:57.138 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Jul 12 01:24:57.138 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Jul 12 01:24:57.158 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Jul 12 01:24:57.159 INFO kablam! Jul 12 01:25:00.462 INFO kablam! error: aborting due to 2 previous errors Jul 12 01:25:00.466 INFO kablam! Jul 12 01:25:00.467 INFO kablam! For more information about this error, try `rustc --explain E0034`. Jul 12 01:25:00.486 INFO kablam! error: Could not compile `petgraph`. Jul 12 01:25:00.487 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 01:25:13.904 INFO kablam! error: build failed Jul 12 01:25:13.906 INFO kablam! su: No module specific data is present Jul 12 01:25:14.443 INFO running `"docker" "rm" "-f" "db8539d497865e868ae91adc2e56f02d932da59c35c61e0014d2474b98a92475"` Jul 12 01:25:14.603 INFO blam! db8539d497865e868ae91adc2e56f02d932da59c35c61e0014d2474b98a92475