Sep 01 12:28:22.755 INFO checking sunjay/lion against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 12:28:22.756 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 12:28:22.756 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 12:28:23.005 INFO blam! da5bca62b70cca2a3ccad833865f068158e4d6771abb640ff65b8898b5cfd8b5 Sep 01 12:28:23.008 INFO running `"docker" "start" "-a" "da5bca62b70cca2a3ccad833865f068158e4d6771abb640ff65b8898b5cfd8b5"` Sep 01 12:28:24.031 INFO kablam! Compiling siphasher v0.2.3 Sep 01 12:28:24.031 INFO kablam! Compiling libc v0.2.43 Sep 01 12:28:24.048 INFO kablam! Compiling num-bigint v0.2.0 Sep 01 12:28:24.051 INFO kablam! Checking bytecount v0.3.2 Sep 01 12:28:24.061 INFO kablam! Checking fixedbitset v0.1.9 Sep 01 12:28:24.063 INFO kablam! Checking ordermap v0.3.5 Sep 01 12:28:24.090 INFO kablam! Checking difference v2.0.0 Sep 01 12:28:25.055 INFO kablam! Checking memchr v1.0.2 Sep 01 12:28:25.864 INFO kablam! Checking phf_shared v0.7.22 Sep 01 12:28:25.867 INFO kablam! Checking pretty_assertions v0.5.1 Sep 01 12:28:25.869 INFO kablam! Checking nom v4.0.0 Sep 01 12:28:25.996 INFO kablam! Checking smallvec v0.6.4 Sep 01 12:28:26.994 INFO kablam! Checking nom v3.2.1 Sep 01 12:28:27.607 INFO kablam! Checking nix v0.7.0 Sep 01 12:28:28.155 INFO kablam! Checking phf v0.7.22 Sep 01 12:28:28.167 INFO kablam! Checking smallstr v0.1.0 Sep 01 12:28:29.578 INFO kablam! Checking petgraph v0.4.12 Sep 01 12:28:32.340 INFO kablam! Compiling rand v0.4.3 Sep 01 12:28:35.356 INFO kablam! Checking nom_locate v0.3.1 Sep 01 12:28:35.816 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 12:28:35.816 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 01 12:28:35.816 INFO kablam! | Sep 01 12:28:35.816 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 01 12:28:35.816 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 12:28:35.816 INFO kablam! | Sep 01 12:28:35.816 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 12:28:35.816 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 12:28:35.816 INFO kablam! | Sep 01 12:28:35.817 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 12:28:35.817 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 12:28:35.817 INFO kablam! 7 | | { Sep 01 12:28:35.817 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 12:28:35.817 INFO kablam! ... | Sep 01 12:28:35.817 INFO kablam! 13 | | None Sep 01 12:28:35.817 INFO kablam! 14 | | } Sep 01 12:28:35.817 INFO kablam! | |_____^ Sep 01 12:28:35.817 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 12:28:35.817 INFO kablam! Sep 01 12:28:35.857 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 12:28:35.857 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 01 12:28:35.857 INFO kablam! | Sep 01 12:28:35.857 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 01 12:28:35.857 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 12:28:35.858 INFO kablam! | Sep 01 12:28:35.859 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 12:28:35.859 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 12:28:35.859 INFO kablam! | Sep 01 12:28:35.859 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 12:28:35.859 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 12:28:35.859 INFO kablam! 7 | | { Sep 01 12:28:35.859 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 12:28:35.859 INFO kablam! ... | Sep 01 12:28:35.859 INFO kablam! 13 | | None Sep 01 12:28:35.859 INFO kablam! 14 | | } Sep 01 12:28:35.859 INFO kablam! | |_____^ Sep 01 12:28:35.860 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 12:28:35.860 INFO kablam! Sep 01 12:28:35.882 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 12:28:35.882 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 01 12:28:35.882 INFO kablam! | Sep 01 12:28:35.882 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 01 12:28:35.882 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 12:28:35.882 INFO kablam! | Sep 01 12:28:35.883 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 12:28:35.883 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 12:28:35.883 INFO kablam! | Sep 01 12:28:35.883 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 12:28:35.883 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 12:28:35.883 INFO kablam! 7 | | { Sep 01 12:28:35.883 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 12:28:35.883 INFO kablam! ... | Sep 01 12:28:35.883 INFO kablam! 13 | | None Sep 01 12:28:35.883 INFO kablam! 14 | | } Sep 01 12:28:35.884 INFO kablam! | |_____^ Sep 01 12:28:35.884 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 12:28:35.885 INFO kablam! Sep 01 12:28:35.896 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 12:28:35.896 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 01 12:28:35.896 INFO kablam! | Sep 01 12:28:35.896 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 01 12:28:35.896 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 12:28:35.896 INFO kablam! | Sep 01 12:28:35.897 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 12:28:35.897 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 12:28:35.897 INFO kablam! | Sep 01 12:28:35.897 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 12:28:35.897 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 12:28:35.897 INFO kablam! 7 | | { Sep 01 12:28:35.897 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 12:28:35.897 INFO kablam! ... | Sep 01 12:28:35.897 INFO kablam! 13 | | None Sep 01 12:28:35.897 INFO kablam! 14 | | } Sep 01 12:28:35.897 INFO kablam! | |_____^ Sep 01 12:28:35.898 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 12:28:35.899 INFO kablam! Sep 01 12:28:36.302 INFO kablam! Checking bigdecimal v0.0.14 Sep 01 12:28:36.478 INFO kablam! error: aborting due to 4 previous errors Sep 01 12:28:36.478 INFO kablam! Sep 01 12:28:36.478 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 12:28:36.487 INFO kablam! error: Could not compile `petgraph`. Sep 01 12:28:36.487 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 12:28:38.526 INFO kablam! error: build failed Sep 01 12:28:38.528 INFO kablam! su: No module specific data is present Sep 01 12:28:39.021 INFO running `"docker" "rm" "-f" "da5bca62b70cca2a3ccad833865f068158e4d6771abb640ff65b8898b5cfd8b5"` Sep 01 12:28:39.185 INFO blam! da5bca62b70cca2a3ccad833865f068158e4d6771abb640ff65b8898b5cfd8b5