Sep 19 16:56:34.234 INFO checking MichaelByrneAU/advent_of_rust against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 16:56:34.234 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 16:56:34.234 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:56:34.508 INFO blam! d598e09e83947c6d2fb3b90a78b09cbdbd806761cfc4b57059b1dc29a22ed339 Sep 19 16:56:34.510 INFO running `"docker" "start" "-a" "d598e09e83947c6d2fb3b90a78b09cbdbd806761cfc4b57059b1dc29a22ed339"` Sep 19 16:56:36.546 INFO kablam! usermod: no changes Sep 19 16:56:36.614 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 19 16:56:36.842 INFO kablam! Compiling proc-macro-hack-impl v0.4.0 Sep 19 16:56:36.842 INFO kablam! Compiling unindent v0.1.3 Sep 19 16:56:36.896 INFO kablam! Checking bytecount v0.3.1 Sep 19 16:56:36.898 INFO kablam! Checking permutohedron v0.2.4 Sep 19 16:56:36.899 INFO kablam! Compiling proc-macro2 v0.4.9 Sep 19 16:56:36.902 INFO kablam! Checking petgraph v0.4.12 Sep 19 16:56:36.904 INFO kablam! Checking nom v4.0.0 Sep 19 16:56:36.906 INFO kablam! Checking regex v0.2.11 Sep 19 16:56:38.615 INFO kablam! Checking rust-crypto v0.2.36 Sep 19 16:56:46.038 INFO kablam! Checking nom_locate v0.3.0 Sep 19 16:56:46.086 INFO kablam! Compiling proc-macro-hack v0.4.0 Sep 19 16:56:46.631 INFO kablam! Compiling quote v0.6.5 Sep 19 16:56:48.532 INFO kablam! Compiling syn v0.14.7 Sep 19 16:56:49.066 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:56:49.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 19 16:56:49.066 INFO kablam! | Sep 19 16:56:49.066 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 16:56:49.066 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:56:49.067 INFO kablam! | Sep 19 16:56:49.067 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:56:49.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:56:49.067 INFO kablam! | Sep 19 16:56:49.067 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:56:49.067 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:56:49.067 INFO kablam! 7 | | { Sep 19 16:56:49.067 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:56:49.067 INFO kablam! ... | Sep 19 16:56:49.067 INFO kablam! 13 | | None Sep 19 16:56:49.067 INFO kablam! 14 | | } Sep 19 16:56:49.067 INFO kablam! | |_____^ Sep 19 16:56:49.067 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:56:49.067 INFO kablam! Sep 19 16:56:49.134 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:56:49.134 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 19 16:56:49.134 INFO kablam! | Sep 19 16:56:49.134 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 16:56:49.134 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:56:49.146 INFO kablam! | Sep 19 16:56:49.146 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:56:49.146 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:56:49.146 INFO kablam! | Sep 19 16:56:49.146 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:56:49.146 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:56:49.146 INFO kablam! 7 | | { Sep 19 16:56:49.146 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:56:49.146 INFO kablam! ... | Sep 19 16:56:49.146 INFO kablam! 13 | | None Sep 19 16:56:49.146 INFO kablam! 14 | | } Sep 19 16:56:49.146 INFO kablam! | |_____^ Sep 19 16:56:49.146 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:56:49.146 INFO kablam! Sep 19 16:56:49.164 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:56:49.164 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 19 16:56:49.164 INFO kablam! | Sep 19 16:56:49.164 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 16:56:49.164 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:56:49.178 INFO kablam! | Sep 19 16:56:49.178 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:56:49.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:56:49.178 INFO kablam! | Sep 19 16:56:49.178 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:56:49.178 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:56:49.178 INFO kablam! 7 | | { Sep 19 16:56:49.178 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:56:49.178 INFO kablam! ... | Sep 19 16:56:49.178 INFO kablam! 13 | | None Sep 19 16:56:49.178 INFO kablam! 14 | | } Sep 19 16:56:49.178 INFO kablam! | |_____^ Sep 19 16:56:49.178 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:56:49.179 INFO kablam! Sep 19 16:56:49.186 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:56:49.186 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 19 16:56:49.186 INFO kablam! | Sep 19 16:56:49.186 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 16:56:49.186 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:56:49.186 INFO kablam! | Sep 19 16:56:49.186 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:56:49.186 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 16:56:49.186 INFO kablam! | Sep 19 16:56:49.186 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:56:49.186 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:56:49.186 INFO kablam! 7 | | { Sep 19 16:56:49.186 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:56:49.186 INFO kablam! ... | Sep 19 16:56:49.186 INFO kablam! 13 | | None Sep 19 16:56:49.186 INFO kablam! 14 | | } Sep 19 16:56:49.186 INFO kablam! | |_____^ Sep 19 16:56:49.186 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:56:49.187 INFO kablam! Sep 19 16:56:50.142 INFO kablam! error: aborting due to 4 previous errors Sep 19 16:56:50.143 INFO kablam! Sep 19 16:56:50.143 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 16:56:50.167 INFO kablam! error: Could not compile `petgraph`. Sep 19 16:56:50.167 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:57:00.454 INFO kablam! error: build failed Sep 19 16:57:00.457 INFO kablam! su: No module specific data is present Sep 19 16:57:01.101 INFO running `"docker" "rm" "-f" "d598e09e83947c6d2fb3b90a78b09cbdbd806761cfc4b57059b1dc29a22ed339"` Sep 19 16:57:01.217 INFO blam! d598e09e83947c6d2fb3b90a78b09cbdbd806761cfc4b57059b1dc29a22ed339