Sep 20 23:46:31.536 INFO checking MichaelByrneAU/advent_of_rust against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 23:46:31.536 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 23:46:31.536 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:46:31.775 INFO blam! 779fadb66f9c2b2db3c4c7c2a790bf8d125a8360a63d46c4af1e08f87892da28 Sep 20 23:46:31.778 INFO running `"docker" "start" "-a" "779fadb66f9c2b2db3c4c7c2a790bf8d125a8360a63d46c4af1e08f87892da28"` Sep 20 23:46:33.001 INFO kablam! usermod: no changes Sep 20 23:46:33.042 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 20 23:46:33.250 INFO kablam! Compiling unindent v0.1.3 Sep 20 23:46:33.250 INFO kablam! Checking bytecount v0.3.1 Sep 20 23:46:33.250 INFO kablam! Checking permutohedron v0.2.4 Sep 20 23:46:33.250 INFO kablam! Compiling proc-macro2 v0.4.9 Sep 20 23:46:33.254 INFO kablam! Checking memchr v1.0.2 Sep 20 23:46:33.254 INFO kablam! Checking bit-set v0.4.0 Sep 20 23:46:33.254 INFO kablam! Checking petgraph v0.4.12 Sep 20 23:46:33.254 INFO kablam! Checking nom v4.0.0 Sep 20 23:46:34.507 INFO kablam! Checking failure v0.1.1 Sep 20 23:46:35.100 INFO kablam! Checking fancy-regex v0.1.0 Sep 20 23:46:40.170 INFO kablam! Compiling quote v0.6.5 Sep 20 23:46:41.450 INFO kablam! Compiling syn v0.14.7 Sep 20 23:46:41.766 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:46:41.766 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 20 23:46:41.766 INFO kablam! | Sep 20 23:46:41.766 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 20 23:46:41.766 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:46:41.766 INFO kablam! | Sep 20 23:46:41.766 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:46:41.766 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:46:41.766 INFO kablam! | Sep 20 23:46:41.766 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:46:41.766 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:46:41.766 INFO kablam! 7 | | { Sep 20 23:46:41.766 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:46:41.766 INFO kablam! ... | Sep 20 23:46:41.766 INFO kablam! 13 | | None Sep 20 23:46:41.766 INFO kablam! 14 | | } Sep 20 23:46:41.766 INFO kablam! | |_____^ Sep 20 23:46:41.766 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:46:41.766 INFO kablam! Sep 20 23:46:41.834 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:46:41.834 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 20 23:46:41.834 INFO kablam! | Sep 20 23:46:41.834 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 20 23:46:41.834 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:46:41.834 INFO kablam! | Sep 20 23:46:41.834 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:46:41.834 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:46:41.834 INFO kablam! | Sep 20 23:46:41.834 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:46:41.835 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:46:41.835 INFO kablam! 7 | | { Sep 20 23:46:41.835 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:46:41.835 INFO kablam! ... | Sep 20 23:46:41.835 INFO kablam! 13 | | None Sep 20 23:46:41.835 INFO kablam! 14 | | } Sep 20 23:46:41.835 INFO kablam! | |_____^ Sep 20 23:46:41.835 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:46:41.835 INFO kablam! Sep 20 23:46:41.846 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:46:41.846 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 20 23:46:41.846 INFO kablam! | Sep 20 23:46:41.846 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 20 23:46:41.846 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:46:41.862 INFO kablam! | Sep 20 23:46:41.862 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:46:41.862 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:46:41.862 INFO kablam! | Sep 20 23:46:41.862 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:46:41.862 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:46:41.862 INFO kablam! 7 | | { Sep 20 23:46:41.862 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:46:41.862 INFO kablam! ... | Sep 20 23:46:41.862 INFO kablam! 13 | | None Sep 20 23:46:41.862 INFO kablam! 14 | | } Sep 20 23:46:41.862 INFO kablam! | |_____^ Sep 20 23:46:41.862 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:46:41.862 INFO kablam! Sep 20 23:46:41.870 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:46:41.870 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 20 23:46:41.870 INFO kablam! | Sep 20 23:46:41.870 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 20 23:46:41.870 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:46:41.886 INFO kablam! | Sep 20 23:46:41.886 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:46:41.886 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:46:41.886 INFO kablam! | Sep 20 23:46:41.886 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:46:41.886 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:46:41.886 INFO kablam! 7 | | { Sep 20 23:46:41.886 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:46:41.886 INFO kablam! ... | Sep 20 23:46:41.887 INFO kablam! 13 | | None Sep 20 23:46:41.887 INFO kablam! 14 | | } Sep 20 23:46:41.887 INFO kablam! | |_____^ Sep 20 23:46:41.887 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:46:41.887 INFO kablam! Sep 20 23:46:42.192 INFO kablam! Checking nom_locate v0.3.0 Sep 20 23:46:42.614 INFO kablam! error: aborting due to 4 previous errors Sep 20 23:46:42.614 INFO kablam! Sep 20 23:46:42.614 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 23:46:42.634 INFO kablam! error: Could not compile `petgraph`. Sep 20 23:46:42.634 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:46:49.714 INFO kablam! error: build failed Sep 20 23:46:49.715 INFO kablam! su: No module specific data is present Sep 20 23:46:50.442 INFO running `"docker" "rm" "-f" "779fadb66f9c2b2db3c4c7c2a790bf8d125a8360a63d46c4af1e08f87892da28"` Sep 20 23:46:50.548 INFO blam! 779fadb66f9c2b2db3c4c7c2a790bf8d125a8360a63d46c4af1e08f87892da28