Sep 10 02:06:52.245 INFO checking sunjay/lion against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 02:06:52.245 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 02:06:52.245 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 02:06:52.468 INFO blam! 3dd16f3b78088576fdbe70d9120157a47bb691b321546c533f4fb849aebfc6b6 Sep 10 02:06:52.470 INFO running `"docker" "start" "-a" "3dd16f3b78088576fdbe70d9120157a47bb691b321546c533f4fb849aebfc6b6"` Sep 10 02:06:54.596 INFO kablam! usermod: no changes Sep 10 02:06:54.790 INFO kablam! Compiling libc v0.2.43 Sep 10 02:06:54.790 INFO kablam! Compiling siphasher v0.2.3 Sep 10 02:06:54.818 INFO kablam! Compiling num-traits v0.2.5 Sep 10 02:06:54.818 INFO kablam! Compiling num-integer v0.1.39 Sep 10 02:06:54.818 INFO kablam! Checking bitflags v0.4.0 Sep 10 02:06:54.818 INFO kablam! Checking cfg-if v0.1.5 Sep 10 02:06:55.447 INFO kablam! Compiling num-bigint v0.2.0 Sep 10 02:06:55.694 INFO kablam! Checking bytecount v0.3.2 Sep 10 02:06:58.770 INFO kablam! Checking phf_shared v0.7.22 Sep 10 02:06:58.770 INFO kablam! Checking petgraph v0.4.12 Sep 10 02:07:00.548 INFO kablam! Compiling nix v0.7.0 Sep 10 02:07:00.599 INFO kablam! Checking smallvec v0.6.4 Sep 10 02:07:00.775 INFO kablam! Checking phf v0.7.22 Sep 10 02:07:05.675 INFO kablam! Checking smallstr v0.1.0 Sep 10 02:07:06.802 INFO kablam! Compiling rand v0.4.3 Sep 10 02:07:07.283 INFO kablam! Checking memchr v1.0.2 Sep 10 02:07:07.285 INFO kablam! Checking memchr v2.0.1 Sep 10 02:07:08.657 INFO kablam! Checking nom v3.2.1 Sep 10 02:07:08.742 INFO kablam! Checking nom v4.0.0 Sep 10 02:07:11.152 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:07:11.152 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 10 02:07:11.152 INFO kablam! | Sep 10 02:07:11.152 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 10 02:07:11.152 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:07:11.152 INFO kablam! | Sep 10 02:07:11.152 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:07:11.152 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:07:11.152 INFO kablam! | Sep 10 02:07:11.152 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:07:11.152 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:07:11.152 INFO kablam! 7 | | { Sep 10 02:07:11.152 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:07:11.152 INFO kablam! ... | Sep 10 02:07:11.152 INFO kablam! 13 | | None Sep 10 02:07:11.152 INFO kablam! 14 | | } Sep 10 02:07:11.152 INFO kablam! | |_____^ Sep 10 02:07:11.178 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:07:11.178 INFO kablam! Sep 10 02:07:11.259 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:07:11.259 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 10 02:07:11.259 INFO kablam! | Sep 10 02:07:11.259 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 10 02:07:11.259 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:07:11.259 INFO kablam! | Sep 10 02:07:11.259 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:07:11.259 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:07:11.259 INFO kablam! | Sep 10 02:07:11.259 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:07:11.259 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:07:11.259 INFO kablam! 7 | | { Sep 10 02:07:11.259 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:07:11.259 INFO kablam! ... | Sep 10 02:07:11.259 INFO kablam! 13 | | None Sep 10 02:07:11.259 INFO kablam! 14 | | } Sep 10 02:07:11.259 INFO kablam! | |_____^ Sep 10 02:07:11.259 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:07:11.259 INFO kablam! Sep 10 02:07:11.300 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:07:11.300 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 10 02:07:11.300 INFO kablam! | Sep 10 02:07:11.300 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 10 02:07:11.300 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:07:11.310 INFO kablam! | Sep 10 02:07:11.310 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:07:11.310 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:07:11.310 INFO kablam! | Sep 10 02:07:11.310 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:07:11.310 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:07:11.310 INFO kablam! 7 | | { Sep 10 02:07:11.310 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:07:11.310 INFO kablam! ... | Sep 10 02:07:11.310 INFO kablam! 13 | | None Sep 10 02:07:11.310 INFO kablam! 14 | | } Sep 10 02:07:11.310 INFO kablam! | |_____^ Sep 10 02:07:11.310 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:07:11.310 INFO kablam! Sep 10 02:07:11.314 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:07:11.314 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 10 02:07:11.314 INFO kablam! | Sep 10 02:07:11.314 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 10 02:07:11.314 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:07:11.346 INFO kablam! | Sep 10 02:07:11.346 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:07:11.346 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:07:11.346 INFO kablam! | Sep 10 02:07:11.346 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:07:11.346 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:07:11.346 INFO kablam! 7 | | { Sep 10 02:07:11.346 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:07:11.346 INFO kablam! ... | Sep 10 02:07:11.346 INFO kablam! 13 | | None Sep 10 02:07:11.346 INFO kablam! 14 | | } Sep 10 02:07:11.346 INFO kablam! | |_____^ Sep 10 02:07:11.346 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:07:11.346 INFO kablam! Sep 10 02:07:12.793 INFO kablam! error: aborting due to 4 previous errors Sep 10 02:07:12.834 INFO kablam! Sep 10 02:07:12.834 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 02:07:12.871 INFO kablam! error: Could not compile `petgraph`. Sep 10 02:07:12.872 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 02:07:20.924 INFO kablam! error: build failed Sep 10 02:07:20.927 INFO kablam! su: No module specific data is present Sep 10 02:07:22.895 INFO running `"docker" "rm" "-f" "3dd16f3b78088576fdbe70d9120157a47bb691b321546c533f4fb849aebfc6b6"` Sep 10 02:07:22.996 INFO blam! 3dd16f3b78088576fdbe70d9120157a47bb691b321546c533f4fb849aebfc6b6