Sep 19 17:11:24.491 INFO checking BookOwl/type-inference against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 17:11:24.491 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 17:11:24.491 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/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 17:11:24.721 INFO blam! 02068d199d275616fc8f00f9d7082c2a742fa0b1fb5a714dbf6874ffea0b4b88 Sep 19 17:11:24.723 INFO running `"docker" "start" "-a" "02068d199d275616fc8f00f9d7082c2a742fa0b1fb5a714dbf6874ffea0b4b88"` Sep 19 17:11:25.773 INFO kablam! usermod: no changes Sep 19 17:11:25.935 INFO kablam! Compiling libc v0.2.31 Sep 19 17:11:25.935 INFO kablam! Compiling lazy_static v0.2.9 Sep 19 17:11:25.946 INFO kablam! Compiling regex-syntax v0.4.1 Sep 19 17:11:25.962 INFO kablam! Compiling either v1.2.0 Sep 19 17:11:25.962 INFO kablam! Compiling lalrpop-util v0.13.1 Sep 19 17:11:25.962 INFO kablam! Compiling diff v0.1.10 Sep 19 17:11:25.962 INFO kablam! Compiling lalrpop-intern v0.13.1 Sep 19 17:11:26.762 INFO kablam! Compiling petgraph v0.4.9 Sep 19 17:11:26.830 INFO kablam! Compiling thread_local v0.3.4 Sep 19 17:11:26.978 INFO kablam! Compiling itertools v0.5.10 Sep 19 17:11:32.078 INFO kablam! Compiling memchr v1.0.1 Sep 19 17:11:32.086 INFO kablam! Compiling atty v0.1.2 Sep 19 17:11:33.202 INFO kablam! Checking aho-corasick v0.6.3 Sep 19 17:11:35.742 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 17:11:35.742 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 19 17:11:35.742 INFO kablam! | Sep 19 17:11:35.742 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 19 17:11:35.742 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 17:11:35.742 INFO kablam! | Sep 19 17:11:35.742 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 17:11:35.742 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 17:11:35.742 INFO kablam! | Sep 19 17:11:35.742 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 17:11:35.742 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 17:11:35.742 INFO kablam! 7 | | { Sep 19 17:11:35.742 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 17:11:35.742 INFO kablam! ... | Sep 19 17:11:35.742 INFO kablam! 13 | | None Sep 19 17:11:35.742 INFO kablam! 14 | | } Sep 19 17:11:35.742 INFO kablam! | |_____^ Sep 19 17:11:35.742 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 17:11:35.742 INFO kablam! Sep 19 17:11:35.792 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 17:11:35.792 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 19 17:11:35.792 INFO kablam! | Sep 19 17:11:35.792 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 19 17:11:35.792 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 17:11:35.792 INFO kablam! | Sep 19 17:11:35.792 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 17:11:35.792 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 17:11:35.792 INFO kablam! | Sep 19 17:11:35.792 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 17:11:35.792 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 17:11:35.792 INFO kablam! 7 | | { Sep 19 17:11:35.792 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 17:11:35.792 INFO kablam! ... | Sep 19 17:11:35.792 INFO kablam! 13 | | None Sep 19 17:11:35.792 INFO kablam! 14 | | } Sep 19 17:11:35.792 INFO kablam! | |_____^ Sep 19 17:11:35.793 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 17:11:35.793 INFO kablam! Sep 19 17:11:35.827 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 17:11:35.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 19 17:11:35.828 INFO kablam! | Sep 19 17:11:35.828 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 19 17:11:35.828 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 17:11:35.829 INFO kablam! | Sep 19 17:11:35.829 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 17:11:35.829 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 17:11:35.830 INFO kablam! | Sep 19 17:11:35.830 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 17:11:35.830 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 17:11:35.830 INFO kablam! 7 | | { Sep 19 17:11:35.831 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 17:11:35.831 INFO kablam! ... | Sep 19 17:11:35.831 INFO kablam! 13 | | None Sep 19 17:11:35.831 INFO kablam! 14 | | } Sep 19 17:11:35.832 INFO kablam! | |_____^ Sep 19 17:11:35.832 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 17:11:35.832 INFO kablam! Sep 19 17:11:35.854 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 17:11:35.854 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 19 17:11:35.855 INFO kablam! | Sep 19 17:11:35.855 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 19 17:11:35.855 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 17:11:35.871 INFO kablam! | Sep 19 17:11:35.871 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 17:11:35.871 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 17:11:35.871 INFO kablam! | Sep 19 17:11:35.871 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 17:11:35.871 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 17:11:35.871 INFO kablam! 7 | | { Sep 19 17:11:35.871 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 17:11:35.871 INFO kablam! ... | Sep 19 17:11:35.871 INFO kablam! 13 | | None Sep 19 17:11:35.871 INFO kablam! 14 | | } Sep 19 17:11:35.871 INFO kablam! | |_____^ Sep 19 17:11:35.871 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 17:11:35.871 INFO kablam! Sep 19 17:11:36.178 INFO kablam! Checking regex v0.2.2 Sep 19 17:11:36.422 INFO kablam! error: aborting due to 4 previous errors Sep 19 17:11:36.422 INFO kablam! Sep 19 17:11:36.423 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 17:11:36.451 INFO kablam! error: Could not compile `petgraph`. Sep 19 17:11:36.452 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:11:42.011 INFO kablam! error: build failed Sep 19 17:11:42.012 INFO kablam! su: No module specific data is present Sep 19 17:11:42.808 INFO running `"docker" "rm" "-f" "02068d199d275616fc8f00f9d7082c2a742fa0b1fb5a714dbf6874ffea0b4b88"` Sep 19 17:11:42.934 INFO blam! 02068d199d275616fc8f00f9d7082c2a742fa0b1fb5a714dbf6874ffea0b4b88