Sep 03 19:17:49.509 INFO checking danieldk/conllx-utils against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 19:17:49.509 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 19:17:49.509 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 19:17:49.749 INFO blam! 483de672c20b531e936c72d4f1f68f2dc158a2c4eca5af0dc328616b2daea037 Sep 03 19:17:49.752 INFO running `"docker" "start" "-a" "483de672c20b531e936c72d4f1f68f2dc158a2c4eca5af0dc328616b2daea037"` Sep 03 19:17:50.803 INFO kablam! Checking lazy-init v0.3.0 Sep 03 19:17:50.804 INFO kablam! Checking stdinout v0.4.0 Sep 03 19:17:50.804 INFO kablam! Checking maplit v0.1.6 Sep 03 19:17:50.805 INFO kablam! Compiling miniz-sys v0.1.10 Sep 03 19:17:50.805 INFO kablam! Checking petgraph v0.4.12 Sep 03 19:17:50.806 INFO kablam! Checking pretty_assertions v0.3.4 Sep 03 19:17:50.806 INFO kablam! Checking reservoir v0.2.0 Sep 03 19:17:50.818 INFO kablam! Checking regex v0.2.11 Sep 03 19:17:53.444 INFO kablam! Checking flate2 v0.2.20 Sep 03 19:17:55.334 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 19:17:55.335 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 03 19:17:55.335 INFO kablam! | Sep 03 19:17:55.335 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 03 19:17:55.335 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 19:17:55.335 INFO kablam! | Sep 03 19:17:55.335 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 19:17:55.335 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 19:17:55.335 INFO kablam! | Sep 03 19:17:55.335 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 19:17:55.335 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 19:17:55.335 INFO kablam! 7 | | { Sep 03 19:17:55.335 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 19:17:55.335 INFO kablam! ... | Sep 03 19:17:55.335 INFO kablam! 13 | | None Sep 03 19:17:55.335 INFO kablam! 14 | | } Sep 03 19:17:55.335 INFO kablam! | |_____^ Sep 03 19:17:55.335 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 19:17:55.335 INFO kablam! Sep 03 19:17:55.374 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 19:17:55.374 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 03 19:17:55.374 INFO kablam! | Sep 03 19:17:55.374 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 03 19:17:55.374 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 19:17:55.374 INFO kablam! | Sep 03 19:17:55.374 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 19:17:55.374 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 19:17:55.374 INFO kablam! | Sep 03 19:17:55.374 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 19:17:55.375 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 19:17:55.375 INFO kablam! 7 | | { Sep 03 19:17:55.375 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 19:17:55.375 INFO kablam! ... | Sep 03 19:17:55.375 INFO kablam! 13 | | None Sep 03 19:17:55.375 INFO kablam! 14 | | } Sep 03 19:17:55.375 INFO kablam! | |_____^ Sep 03 19:17:55.375 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 19:17:55.375 INFO kablam! Sep 03 19:17:55.394 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 19:17:55.394 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 03 19:17:55.395 INFO kablam! | Sep 03 19:17:55.395 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 03 19:17:55.395 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 19:17:55.395 INFO kablam! | Sep 03 19:17:55.395 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 19:17:55.395 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 19:17:55.395 INFO kablam! | Sep 03 19:17:55.395 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 19:17:55.395 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 19:17:55.395 INFO kablam! 7 | | { Sep 03 19:17:55.395 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 19:17:55.395 INFO kablam! ... | Sep 03 19:17:55.395 INFO kablam! 13 | | None Sep 03 19:17:55.395 INFO kablam! 14 | | } Sep 03 19:17:55.395 INFO kablam! | |_____^ Sep 03 19:17:55.395 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 19:17:55.395 INFO kablam! Sep 03 19:17:55.404 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 19:17:55.404 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 03 19:17:55.404 INFO kablam! | Sep 03 19:17:55.404 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 03 19:17:55.404 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 19:17:55.404 INFO kablam! | Sep 03 19:17:55.404 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 19:17:55.404 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 19:17:55.405 INFO kablam! | Sep 03 19:17:55.405 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 19:17:55.405 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 19:17:55.405 INFO kablam! 7 | | { Sep 03 19:17:55.405 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 19:17:55.405 INFO kablam! ... | Sep 03 19:17:55.405 INFO kablam! 13 | | None Sep 03 19:17:55.405 INFO kablam! 14 | | } Sep 03 19:17:55.405 INFO kablam! | |_____^ Sep 03 19:17:55.405 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 19:17:55.405 INFO kablam! Sep 03 19:17:55.904 INFO kablam! error: aborting due to 4 previous errors Sep 03 19:17:55.904 INFO kablam! Sep 03 19:17:55.904 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 03 19:17:55.911 INFO kablam! error: Could not compile `petgraph`. Sep 03 19:17:55.911 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 19:17:56.168 INFO kablam! error: build failed Sep 03 19:17:56.169 INFO kablam! su: No module specific data is present Sep 03 19:17:56.486 INFO running `"docker" "rm" "-f" "483de672c20b531e936c72d4f1f68f2dc158a2c4eca5af0dc328616b2daea037"` Sep 03 19:17:56.590 INFO blam! 483de672c20b531e936c72d4f1f68f2dc158a2c4eca5af0dc328616b2daea037