Sep 10 04:34:05.619 INFO checking danieldk/conllx-utils against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 04:34:05.619 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 04:34:05.620 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 04:34:05.852 INFO blam! 5ee0b56286f073c79cf5d562a15d6f858c0fdc01b524884b4e956539018f99cd Sep 10 04:34:05.854 INFO running `"docker" "start" "-a" "5ee0b56286f073c79cf5d562a15d6f858c0fdc01b524884b4e956539018f99cd"` Sep 10 04:34:07.992 INFO kablam! usermod: no changes Sep 10 04:34:08.253 INFO kablam! Checking lazy-init v0.3.0 Sep 10 04:34:08.266 INFO kablam! Checking stdinout v0.4.0 Sep 10 04:34:08.268 INFO kablam! Compiling miniz-sys v0.1.10 Sep 10 04:34:08.274 INFO kablam! Checking itertools v0.6.5 Sep 10 04:34:08.276 INFO kablam! Checking petgraph v0.4.12 Sep 10 04:34:08.277 INFO kablam! Checking pretty_assertions v0.3.4 Sep 10 04:34:08.279 INFO kablam! Checking aho-corasick v0.6.5 Sep 10 04:34:08.281 INFO kablam! Checking backtrace-sys v0.1.23 Sep 10 04:34:09.415 INFO kablam! Checking reservoir v0.2.0 Sep 10 04:34:09.423 INFO kablam! Checking backtrace v0.3.9 Sep 10 04:34:11.491 INFO kablam! Checking failure v0.1.1 Sep 10 04:34:11.890 INFO kablam! Checking regex v0.2.11 Sep 10 04:34:14.445 INFO kablam! Checking flate2 v0.2.20 Sep 10 04:34:16.727 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 04:34:16.727 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 10 04:34:16.727 INFO kablam! | Sep 10 04:34:16.727 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 10 04:34:16.727 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 04:34:16.734 INFO kablam! | Sep 10 04:34:16.734 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 04:34:16.734 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 04:34:16.734 INFO kablam! | Sep 10 04:34:16.734 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 04:34:16.734 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 04:34:16.734 INFO kablam! 7 | | { Sep 10 04:34:16.735 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 04:34:16.735 INFO kablam! ... | Sep 10 04:34:16.735 INFO kablam! 13 | | None Sep 10 04:34:16.735 INFO kablam! 14 | | } Sep 10 04:34:16.735 INFO kablam! | |_____^ Sep 10 04:34:16.735 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 04:34:16.735 INFO kablam! Sep 10 04:34:16.785 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 04:34:16.785 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 10 04:34:16.785 INFO kablam! | Sep 10 04:34:16.785 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 10 04:34:16.785 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 04:34:16.802 INFO kablam! | Sep 10 04:34:16.802 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 04:34:16.802 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 04:34:16.802 INFO kablam! | Sep 10 04:34:16.803 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 04:34:16.803 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 04:34:16.803 INFO kablam! 7 | | { Sep 10 04:34:16.803 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 04:34:16.803 INFO kablam! ... | Sep 10 04:34:16.803 INFO kablam! 13 | | None Sep 10 04:34:16.803 INFO kablam! 14 | | } Sep 10 04:34:16.803 INFO kablam! | |_____^ Sep 10 04:34:16.803 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 04:34:16.803 INFO kablam! Sep 10 04:34:16.829 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 04:34:16.829 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 10 04:34:16.829 INFO kablam! | Sep 10 04:34:16.829 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 10 04:34:16.829 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 04:34:16.829 INFO kablam! | Sep 10 04:34:16.830 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 04:34:16.830 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 04:34:16.830 INFO kablam! | Sep 10 04:34:16.830 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 04:34:16.830 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 04:34:16.830 INFO kablam! 7 | | { Sep 10 04:34:16.830 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 04:34:16.830 INFO kablam! ... | Sep 10 04:34:16.830 INFO kablam! 13 | | None Sep 10 04:34:16.830 INFO kablam! 14 | | } Sep 10 04:34:16.830 INFO kablam! | |_____^ Sep 10 04:34:16.831 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 04:34:16.831 INFO kablam! Sep 10 04:34:16.836 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 04:34:16.836 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 10 04:34:16.836 INFO kablam! | Sep 10 04:34:16.836 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 10 04:34:16.836 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 04:34:16.846 INFO kablam! | Sep 10 04:34:16.846 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 04:34:16.846 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 04:34:16.846 INFO kablam! | Sep 10 04:34:16.846 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 04:34:16.846 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 04:34:16.846 INFO kablam! 7 | | { Sep 10 04:34:16.846 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 04:34:16.846 INFO kablam! ... | Sep 10 04:34:16.846 INFO kablam! 13 | | None Sep 10 04:34:16.846 INFO kablam! 14 | | } Sep 10 04:34:16.847 INFO kablam! | |_____^ Sep 10 04:34:16.847 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 04:34:16.847 INFO kablam! Sep 10 04:34:17.716 INFO kablam! error: aborting due to 4 previous errors Sep 10 04:34:17.722 INFO kablam! Sep 10 04:34:17.722 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 04:34:17.742 INFO kablam! error: Could not compile `petgraph`. Sep 10 04:34:17.742 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 04:34:18.854 INFO kablam! error: build failed Sep 10 04:34:18.856 INFO kablam! su: No module specific data is present Sep 10 04:34:20.376 INFO running `"docker" "rm" "-f" "5ee0b56286f073c79cf5d562a15d6f858c0fdc01b524884b4e956539018f99cd"` Sep 10 04:34:20.485 INFO blam! 5ee0b56286f073c79cf5d562a15d6f858c0fdc01b524884b4e956539018f99cd