Sep 05 17:02:47.749 INFO checking sunjay/lion against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 17:02:47.749 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 17:02:47.749 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 17:02:48.167 INFO blam! 9e24b61c9a8e8e9a1b91947c1d1b7e819304aa10a15f5830e6c7eda992c028fb Sep 05 17:02:48.168 INFO running `"docker" "start" "-a" "9e24b61c9a8e8e9a1b91947c1d1b7e819304aa10a15f5830e6c7eda992c028fb"` Sep 05 17:02:50.153 INFO kablam! usermod: no changes Sep 05 17:02:50.404 INFO kablam! Compiling libc v0.2.43 Sep 05 17:02:50.404 INFO kablam! Compiling siphasher v0.2.3 Sep 05 17:02:50.414 INFO kablam! Compiling num-bigint v0.2.0 Sep 05 17:02:50.430 INFO kablam! Checking bytecount v0.3.2 Sep 05 17:02:50.434 INFO kablam! Checking memchr v1.0.2 Sep 05 17:02:50.435 INFO kablam! Checking memchr v2.0.1 Sep 05 17:02:50.454 INFO kablam! Checking petgraph v0.4.12 Sep 05 17:02:51.562 INFO kablam! Checking smallvec v0.6.4 Sep 05 17:02:52.410 INFO kablam! Checking nom v3.2.1 Sep 05 17:02:52.436 INFO kablam! Checking nom v4.0.0 Sep 05 17:02:52.709 INFO kablam! Checking nix v0.7.0 Sep 05 17:02:53.555 INFO kablam! Checking phf_shared v0.7.22 Sep 05 17:02:55.247 INFO kablam! Checking smallstr v0.1.0 Sep 05 17:02:55.455 INFO kablam! Checking phf v0.7.22 Sep 05 17:02:58.602 INFO kablam! Compiling rand v0.4.3 Sep 05 17:03:01.649 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:03:01.649 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 05 17:03:01.649 INFO kablam! | Sep 05 17:03:01.649 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 05 17:03:01.649 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:03:01.650 INFO kablam! | Sep 05 17:03:01.650 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:03:01.650 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 17:03:01.650 INFO kablam! | Sep 05 17:03:01.650 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:03:01.650 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:03:01.650 INFO kablam! 7 | | { Sep 05 17:03:01.650 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:03:01.650 INFO kablam! ... | Sep 05 17:03:01.650 INFO kablam! 13 | | None Sep 05 17:03:01.650 INFO kablam! 14 | | } Sep 05 17:03:01.650 INFO kablam! | |_____^ Sep 05 17:03:01.651 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:03:01.651 INFO kablam! Sep 05 17:03:01.742 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:03:01.742 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 05 17:03:01.742 INFO kablam! | Sep 05 17:03:01.742 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 05 17:03:01.742 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:03:01.758 INFO kablam! | Sep 05 17:03:01.758 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:03:01.758 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 17:03:01.758 INFO kablam! | Sep 05 17:03:01.759 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:03:01.759 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:03:01.759 INFO kablam! 7 | | { Sep 05 17:03:01.759 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:03:01.759 INFO kablam! ... | Sep 05 17:03:01.759 INFO kablam! 13 | | None Sep 05 17:03:01.759 INFO kablam! 14 | | } Sep 05 17:03:01.759 INFO kablam! | |_____^ Sep 05 17:03:01.760 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:03:01.760 INFO kablam! Sep 05 17:03:01.798 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:03:01.798 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 05 17:03:01.798 INFO kablam! | Sep 05 17:03:01.798 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 05 17:03:01.798 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:03:01.799 INFO kablam! | Sep 05 17:03:01.799 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:03:01.799 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 17:03:01.799 INFO kablam! | Sep 05 17:03:01.799 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:03:01.799 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:03:01.799 INFO kablam! 7 | | { Sep 05 17:03:01.799 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:03:01.799 INFO kablam! ... | Sep 05 17:03:01.799 INFO kablam! 13 | | None Sep 05 17:03:01.799 INFO kablam! 14 | | } Sep 05 17:03:01.799 INFO kablam! | |_____^ Sep 05 17:03:01.800 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:03:01.801 INFO kablam! Sep 05 17:03:01.805 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:03:01.805 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 05 17:03:01.805 INFO kablam! | Sep 05 17:03:01.805 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 05 17:03:01.805 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:03:01.834 INFO kablam! | Sep 05 17:03:01.834 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:03:01.834 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 17:03:01.834 INFO kablam! | Sep 05 17:03:01.834 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:03:01.834 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:03:01.834 INFO kablam! 7 | | { Sep 05 17:03:01.834 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:03:01.835 INFO kablam! ... | Sep 05 17:03:01.835 INFO kablam! 13 | | None Sep 05 17:03:01.835 INFO kablam! 14 | | } Sep 05 17:03:01.835 INFO kablam! | |_____^ Sep 05 17:03:01.835 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:03:01.836 INFO kablam! Sep 05 17:03:03.485 INFO kablam! error: aborting due to 4 previous errors Sep 05 17:03:03.506 INFO kablam! Sep 05 17:03:03.506 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 05 17:03:03.527 INFO kablam! error: Could not compile `petgraph`. Sep 05 17:03:03.528 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 17:03:08.029 INFO kablam! error: build failed Sep 05 17:03:08.032 INFO kablam! su: No module specific data is present Sep 05 17:03:09.681 INFO running `"docker" "rm" "-f" "9e24b61c9a8e8e9a1b91947c1d1b7e819304aa10a15f5830e6c7eda992c028fb"` Sep 05 17:03:09.909 INFO blam! 9e24b61c9a8e8e9a1b91947c1d1b7e819304aa10a15f5830e6c7eda992c028fb