Jul 12 01:24:22.372 INFO checking rabbot-0.2.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 01:24:22.372 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 01:24:22.372 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 01:24:22.372 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/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:22.652 INFO blam! 97828838738ee1cecb61357a8ed92529fd95305056d4d937fa9f3030c4a56f02 Jul 12 01:24:22.652 INFO running `"docker" "start" "-a" "97828838738ee1cecb61357a8ed92529fd95305056d4d937fa9f3030c4a56f02"` Jul 12 01:24:23.737 INFO kablam! Compiling winapi v0.2.8 Jul 12 01:24:23.740 INFO kablam! Compiling regex-syntax v0.3.9 Jul 12 01:24:23.747 INFO kablam! Compiling utf8-ranges v0.1.3 Jul 12 01:24:23.750 INFO kablam! Compiling strsim v0.5.2 Jul 12 01:24:23.753 INFO kablam! Compiling bit-vec v0.5.0 Jul 12 01:24:23.761 INFO kablam! Compiling regex-syntax v0.2.6 Jul 12 01:24:23.764 INFO kablam! Compiling itertools v0.3.25 Jul 12 01:24:23.767 INFO kablam! Compiling lalrpop-intern v0.12.5 Jul 12 01:24:34.240 INFO kablam! Compiling lalrpop-util v0.12.5 Jul 12 01:24:34.241 INFO kablam! Compiling bitflags v0.4.0 Jul 12 01:24:34.249 INFO kablam! Compiling unicode-xid v0.0.2 Jul 12 01:24:34.267 INFO kablam! Compiling diff v0.1.11 Jul 12 01:24:36.387 INFO kablam! Compiling memchr v0.1.11 Jul 12 01:24:36.970 INFO kablam! Compiling petgraph v0.1.18 Jul 12 01:24:42.479 INFO kablam! Compiling bit-set v0.3.0 Jul 12 01:24:42.535 INFO kablam! Compiling aho-corasick v0.5.3 Jul 12 01:24:42.538 INFO kablam! Compiling kernel32-sys v0.2.2 Jul 12 01:24:43.110 INFO kablam! Compiling thread-id v2.0.0 Jul 12 01:24:43.110 INFO kablam! Compiling atty v0.1.2 Jul 12 01:24:44.171 INFO kablam! Compiling thread_local v0.2.7 Jul 12 01:24:44.688 INFO kablam! error[E0034]: multiple applicable items in scope Jul 12 01:24:44.688 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Jul 12 01:24:44.688 INFO kablam! | Jul 12 01:24:44.688 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Jul 12 01:24:44.688 INFO kablam! | ^^^^^^^ multiple `max` found Jul 12 01:24:44.690 INFO kablam! | Jul 12 01:24:44.690 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Jul 12 01:24:44.690 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Jul 12 01:24:44.690 INFO kablam! | Jul 12 01:24:44.690 INFO kablam! 28 | fn max() -> Self; Jul 12 01:24:44.690 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 01:24:44.691 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Jul 12 01:24:44.691 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Jul 12 01:24:44.692 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Jul 12 01:24:44.692 INFO kablam! Jul 12 01:24:44.708 INFO kablam! error[E0034]: multiple applicable items in scope Jul 12 01:24:44.708 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Jul 12 01:24:44.708 INFO kablam! | Jul 12 01:24:44.708 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Jul 12 01:24:44.708 INFO kablam! | ^^^^^^^ multiple `max` found Jul 12 01:24:44.708 INFO kablam! | Jul 12 01:24:44.708 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Jul 12 01:24:44.708 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Jul 12 01:24:44.708 INFO kablam! | Jul 12 01:24:44.708 INFO kablam! 28 | fn max() -> Self; Jul 12 01:24:44.708 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 01:24:44.709 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Jul 12 01:24:44.709 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Jul 12 01:24:44.709 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Jul 12 01:24:44.709 INFO kablam! Jul 12 01:24:47.435 INFO kablam! error: aborting due to 2 previous errors Jul 12 01:24:47.435 INFO kablam! Jul 12 01:24:47.435 INFO kablam! For more information about this error, try `rustc --explain E0034`. Jul 12 01:24:47.455 INFO kablam! error: Could not compile `petgraph`. Jul 12 01:24:47.456 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 01:24:59.355 INFO kablam! error: build failed Jul 12 01:24:59.357 INFO kablam! su: No module specific data is present Jul 12 01:24:59.992 INFO running `"docker" "rm" "-f" "97828838738ee1cecb61357a8ed92529fd95305056d4d937fa9f3030c4a56f02"` Jul 12 01:25:00.158 INFO blam! 97828838738ee1cecb61357a8ed92529fd95305056d4d937fa9f3030c4a56f02