Sep 19 14:50:13.817 INFO checking MichaelByrneAU/advent_of_rust against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 14:50:13.817 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 14:50:13.817 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:50:14.012 INFO blam! 2cede9c853e4469e6044fc20b162d8417c221210bb906b13f066963cd9e1e186 Sep 19 14:50:14.015 INFO running `"docker" "start" "-a" "2cede9c853e4469e6044fc20b162d8417c221210bb906b13f066963cd9e1e186"` Sep 19 14:50:14.593 INFO kablam! usermod: no changes Sep 19 14:50:14.615 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 19 14:50:14.783 INFO kablam! Compiling proc-macro-hack-impl v0.4.0 Sep 19 14:50:14.783 INFO kablam! Compiling unindent v0.1.3 Sep 19 14:50:14.791 INFO kablam! Checking bytecount v0.3.1 Sep 19 14:50:14.791 INFO kablam! Checking permutohedron v0.2.4 Sep 19 14:50:14.791 INFO kablam! Compiling proc-macro2 v0.4.9 Sep 19 14:50:14.791 INFO kablam! Checking memchr v1.0.2 Sep 19 14:50:14.795 INFO kablam! Checking bit-set v0.4.0 Sep 19 14:50:14.795 INFO kablam! Checking petgraph v0.4.12 Sep 19 14:50:15.443 INFO kablam! Checking nom v4.0.0 Sep 19 14:50:15.783 INFO kablam! Checking regex v0.2.11 Sep 19 14:50:21.964 INFO kablam! Compiling proc-macro-hack v0.4.0 Sep 19 14:50:22.180 INFO kablam! Compiling quote v0.6.5 Sep 19 14:50:23.702 INFO kablam! Compiling syn v0.14.7 Sep 19 14:50:23.971 INFO kablam! Checking nom_locate v0.3.0 Sep 19 14:50:24.055 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:50:24.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 19 14:50:24.055 INFO kablam! | Sep 19 14:50:24.055 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 14:50:24.055 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:50:24.055 INFO kablam! | Sep 19 14:50:24.055 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:50:24.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:50:24.055 INFO kablam! | Sep 19 14:50:24.055 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:50:24.055 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:50:24.055 INFO kablam! 7 | | { Sep 19 14:50:24.055 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:50:24.055 INFO kablam! ... | Sep 19 14:50:24.055 INFO kablam! 13 | | None Sep 19 14:50:24.055 INFO kablam! 14 | | } Sep 19 14:50:24.055 INFO kablam! | |_____^ Sep 19 14:50:24.055 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:50:24.055 INFO kablam! Sep 19 14:50:24.087 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:50:24.087 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 19 14:50:24.087 INFO kablam! | Sep 19 14:50:24.087 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 14:50:24.087 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:50:24.099 INFO kablam! | Sep 19 14:50:24.099 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:50:24.099 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:50:24.099 INFO kablam! | Sep 19 14:50:24.099 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:50:24.099 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:50:24.099 INFO kablam! 7 | | { Sep 19 14:50:24.099 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:50:24.099 INFO kablam! ... | Sep 19 14:50:24.099 INFO kablam! 13 | | None Sep 19 14:50:24.099 INFO kablam! 14 | | } Sep 19 14:50:24.099 INFO kablam! | |_____^ Sep 19 14:50:24.099 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:50:24.099 INFO kablam! Sep 19 14:50:24.107 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:50:24.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 19 14:50:24.107 INFO kablam! | Sep 19 14:50:24.107 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 14:50:24.107 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:50:24.119 INFO kablam! | Sep 19 14:50:24.119 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:50:24.119 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:50:24.119 INFO kablam! | Sep 19 14:50:24.119 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:50:24.119 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:50:24.119 INFO kablam! 7 | | { Sep 19 14:50:24.119 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:50:24.119 INFO kablam! ... | Sep 19 14:50:24.119 INFO kablam! 13 | | None Sep 19 14:50:24.119 INFO kablam! 14 | | } Sep 19 14:50:24.119 INFO kablam! | |_____^ Sep 19 14:50:24.119 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:50:24.119 INFO kablam! Sep 19 14:50:24.123 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:50:24.123 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 19 14:50:24.123 INFO kablam! | Sep 19 14:50:24.123 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 14:50:24.123 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:50:24.123 INFO kablam! | Sep 19 14:50:24.123 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:50:24.123 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:50:24.123 INFO kablam! | Sep 19 14:50:24.123 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:50:24.123 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:50:24.123 INFO kablam! 7 | | { Sep 19 14:50:24.123 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:50:24.123 INFO kablam! ... | Sep 19 14:50:24.123 INFO kablam! 13 | | None Sep 19 14:50:24.123 INFO kablam! 14 | | } Sep 19 14:50:24.123 INFO kablam! | |_____^ Sep 19 14:50:24.123 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:50:24.123 INFO kablam! Sep 19 14:50:24.603 INFO kablam! Checking fancy-regex v0.1.0 Sep 19 14:50:24.622 INFO kablam! error: aborting due to 4 previous errors Sep 19 14:50:24.623 INFO kablam! Sep 19 14:50:24.623 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 14:50:24.630 INFO kablam! error: Could not compile `petgraph`. Sep 19 14:50:24.631 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:50:32.737 INFO kablam! error: build failed Sep 19 14:50:32.739 INFO kablam! su: No module specific data is present Sep 19 14:50:33.773 INFO running `"docker" "rm" "-f" "2cede9c853e4469e6044fc20b162d8417c221210bb906b13f066963cd9e1e186"` Sep 19 14:50:34.180 INFO blam! 2cede9c853e4469e6044fc20b162d8417c221210bb906b13f066963cd9e1e186