Sep 04 00:17:14.592 INFO checking MichaelByrneAU/advent_of_rust against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 00:17:14.592 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 00:17:14.592 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:17:14.790 INFO blam! 1104719b0c01cf88a1912a1959528776392adc908b2a61890a28f4e4c4f75666 Sep 04 00:17:14.792 INFO running `"docker" "start" "-a" "1104719b0c01cf88a1912a1959528776392adc908b2a61890a28f4e4c4f75666"` Sep 04 00:17:15.645 INFO kablam! Compiling unindent v0.1.3 Sep 04 00:17:15.647 INFO kablam! Checking bytecount v0.3.1 Sep 04 00:17:15.647 INFO kablam! Checking permutohedron v0.2.4 Sep 04 00:17:15.647 INFO kablam! Compiling proc-macro2 v0.4.9 Sep 04 00:17:15.649 INFO kablam! Compiling proc-macro-hack v0.4.0 Sep 04 00:17:15.649 INFO kablam! Checking petgraph v0.4.12 Sep 04 00:17:15.650 INFO kablam! Checking nom v4.0.0 Sep 04 00:17:16.462 INFO kablam! Checking fancy-regex v0.1.0 Sep 04 00:17:20.089 INFO kablam! Compiling quote v0.6.5 Sep 04 00:17:20.906 INFO kablam! Compiling syn v0.14.7 Sep 04 00:17:21.387 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 00:17:21.387 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 04 00:17:21.387 INFO kablam! | Sep 04 00:17:21.387 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 04 00:17:21.387 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 04 00:17:21.387 INFO kablam! | Sep 04 00:17:21.388 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 04 00:17:21.388 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 04 00:17:21.388 INFO kablam! | Sep 04 00:17:21.388 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 04 00:17:21.388 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 04 00:17:21.388 INFO kablam! 7 | | { Sep 04 00:17:21.388 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 04 00:17:21.388 INFO kablam! ... | Sep 04 00:17:21.388 INFO kablam! 13 | | None Sep 04 00:17:21.388 INFO kablam! 14 | | } Sep 04 00:17:21.389 INFO kablam! | |_____^ Sep 04 00:17:21.389 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 04 00:17:21.389 INFO kablam! Sep 04 00:17:21.422 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 00:17:21.422 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 04 00:17:21.422 INFO kablam! | Sep 04 00:17:21.422 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 04 00:17:21.422 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 04 00:17:21.422 INFO kablam! | Sep 04 00:17:21.422 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 04 00:17:21.422 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 04 00:17:21.422 INFO kablam! | Sep 04 00:17:21.422 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 04 00:17:21.422 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 04 00:17:21.422 INFO kablam! 7 | | { Sep 04 00:17:21.423 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 04 00:17:21.423 INFO kablam! ... | Sep 04 00:17:21.423 INFO kablam! 13 | | None Sep 04 00:17:21.423 INFO kablam! 14 | | } Sep 04 00:17:21.423 INFO kablam! | |_____^ Sep 04 00:17:21.423 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 04 00:17:21.423 INFO kablam! Sep 04 00:17:21.439 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 00:17:21.439 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 04 00:17:21.439 INFO kablam! | Sep 04 00:17:21.439 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 04 00:17:21.439 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 04 00:17:21.439 INFO kablam! | Sep 04 00:17:21.439 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 04 00:17:21.439 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 04 00:17:21.440 INFO kablam! | Sep 04 00:17:21.440 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 04 00:17:21.440 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 04 00:17:21.440 INFO kablam! 7 | | { Sep 04 00:17:21.440 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 04 00:17:21.440 INFO kablam! ... | Sep 04 00:17:21.440 INFO kablam! 13 | | None Sep 04 00:17:21.440 INFO kablam! 14 | | } Sep 04 00:17:21.440 INFO kablam! | |_____^ Sep 04 00:17:21.440 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 04 00:17:21.440 INFO kablam! Sep 04 00:17:21.447 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 00:17:21.447 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 04 00:17:21.447 INFO kablam! | Sep 04 00:17:21.447 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 04 00:17:21.448 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 04 00:17:21.448 INFO kablam! | Sep 04 00:17:21.448 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 04 00:17:21.448 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 04 00:17:21.448 INFO kablam! | Sep 04 00:17:21.448 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 04 00:17:21.448 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 04 00:17:21.448 INFO kablam! 7 | | { Sep 04 00:17:21.448 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 04 00:17:21.448 INFO kablam! ... | Sep 04 00:17:21.448 INFO kablam! 13 | | None Sep 04 00:17:21.448 INFO kablam! 14 | | } Sep 04 00:17:21.448 INFO kablam! | |_____^ Sep 04 00:17:21.448 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 04 00:17:21.448 INFO kablam! Sep 04 00:17:21.498 INFO kablam! Checking nom_locate v0.3.0 Sep 04 00:17:22.045 INFO kablam! error: aborting due to 4 previous errors Sep 04 00:17:22.045 INFO kablam! Sep 04 00:17:22.045 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 04 00:17:22.054 INFO kablam! error: Could not compile `petgraph`. Sep 04 00:17:22.054 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:17:29.041 INFO kablam! error: build failed Sep 04 00:17:29.042 INFO kablam! su: No module specific data is present Sep 04 00:17:29.467 INFO running `"docker" "rm" "-f" "1104719b0c01cf88a1912a1959528776392adc908b2a61890a28f4e4c4f75666"` Sep 04 00:17:29.553 INFO blam! 1104719b0c01cf88a1912a1959528776392adc908b2a61890a28f4e4c4f75666