Sep 17 11:02:11.020 INFO checking sunjay/lion against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 11:02:11.020 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 11:02:11.020 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 11:02:11.451 INFO blam! 14762b36d52dc9b0ee9a6da050c0ce9a92a9da022bcd67c44a0b45c168ea044c Sep 17 11:02:11.454 INFO running `"docker" "start" "-a" "14762b36d52dc9b0ee9a6da050c0ce9a92a9da022bcd67c44a0b45c168ea044c"` Sep 17 11:02:12.916 INFO kablam! usermod: no changes Sep 17 11:02:13.090 INFO kablam! Compiling siphasher v0.2.3 Sep 17 11:02:13.091 INFO kablam! Compiling libc v0.2.43 Sep 17 11:02:13.143 INFO kablam! Compiling num-bigint v0.2.0 Sep 17 11:02:13.144 INFO kablam! Checking bytecount v0.3.2 Sep 17 11:02:13.152 INFO kablam! Checking memchr v1.0.2 Sep 17 11:02:13.152 INFO kablam! Checking memchr v2.0.1 Sep 17 11:02:13.153 INFO kablam! Checking petgraph v0.4.12 Sep 17 11:02:14.273 INFO kablam! Checking smallvec v0.6.4 Sep 17 11:02:14.488 INFO kablam! Checking nom v3.2.1 Sep 17 11:02:14.576 INFO kablam! Checking nom v4.0.0 Sep 17 11:02:16.439 INFO kablam! Checking nix v0.7.0 Sep 17 11:02:16.468 INFO kablam! Checking phf_shared v0.7.22 Sep 17 11:02:18.604 INFO kablam! Checking phf v0.7.22 Sep 17 11:02:18.638 INFO kablam! Checking smallstr v0.1.0 Sep 17 11:02:21.187 INFO kablam! Compiling rand v0.4.3 Sep 17 11:02:24.587 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:02:24.587 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 17 11:02:24.587 INFO kablam! | Sep 17 11:02:24.587 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 17 11:02:24.587 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:02:24.587 INFO kablam! | Sep 17 11:02:24.588 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:02:24.588 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:02:24.588 INFO kablam! | Sep 17 11:02:24.588 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:02:24.588 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:02:24.588 INFO kablam! 7 | | { Sep 17 11:02:24.588 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:02:24.588 INFO kablam! ... | Sep 17 11:02:24.588 INFO kablam! 13 | | None Sep 17 11:02:24.588 INFO kablam! 14 | | } Sep 17 11:02:24.588 INFO kablam! | |_____^ Sep 17 11:02:24.588 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:02:24.588 INFO kablam! Sep 17 11:02:24.663 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:02:24.663 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 17 11:02:24.663 INFO kablam! | Sep 17 11:02:24.663 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 17 11:02:24.663 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:02:24.683 INFO kablam! | Sep 17 11:02:24.683 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:02:24.683 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:02:24.683 INFO kablam! | Sep 17 11:02:24.683 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:02:24.683 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:02:24.683 INFO kablam! 7 | | { Sep 17 11:02:24.683 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:02:24.683 INFO kablam! ... | Sep 17 11:02:24.683 INFO kablam! 13 | | None Sep 17 11:02:24.683 INFO kablam! 14 | | } Sep 17 11:02:24.683 INFO kablam! | |_____^ Sep 17 11:02:24.684 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:02:24.684 INFO kablam! Sep 17 11:02:24.709 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:02:24.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 17 11:02:24.709 INFO kablam! | Sep 17 11:02:24.709 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 17 11:02:24.709 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:02:24.723 INFO kablam! | Sep 17 11:02:24.723 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:02:24.723 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:02:24.723 INFO kablam! | Sep 17 11:02:24.723 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:02:24.723 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:02:24.723 INFO kablam! 7 | | { Sep 17 11:02:24.723 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:02:24.723 INFO kablam! ... | Sep 17 11:02:24.723 INFO kablam! 13 | | None Sep 17 11:02:24.723 INFO kablam! 14 | | } Sep 17 11:02:24.723 INFO kablam! | |_____^ Sep 17 11:02:24.723 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:02:24.724 INFO kablam! Sep 17 11:02:24.735 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:02:24.735 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 17 11:02:24.735 INFO kablam! | Sep 17 11:02:24.735 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 17 11:02:24.735 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:02:24.735 INFO kablam! | Sep 17 11:02:24.736 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:02:24.736 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:02:24.736 INFO kablam! | Sep 17 11:02:24.736 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:02:24.737 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:02:24.737 INFO kablam! 7 | | { Sep 17 11:02:24.737 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:02:24.738 INFO kablam! ... | Sep 17 11:02:24.738 INFO kablam! 13 | | None Sep 17 11:02:24.738 INFO kablam! 14 | | } Sep 17 11:02:24.739 INFO kablam! | |_____^ Sep 17 11:02:24.759 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:02:24.759 INFO kablam! Sep 17 11:02:26.535 INFO kablam! error: aborting due to 4 previous errors Sep 17 11:02:26.538 INFO kablam! Sep 17 11:02:26.551 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 17 11:02:26.583 INFO kablam! error: Could not compile `petgraph`. Sep 17 11:02:26.583 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 11:02:31.008 INFO kablam! error: build failed Sep 17 11:02:31.010 INFO kablam! su: No module specific data is present Sep 17 11:02:32.273 INFO running `"docker" "rm" "-f" "14762b36d52dc9b0ee9a6da050c0ce9a92a9da022bcd67c44a0b45c168ea044c"` Sep 17 11:02:32.627 INFO blam! 14762b36d52dc9b0ee9a6da050c0ce9a92a9da022bcd67c44a0b45c168ea044c