Sep 17 11:47:17.430 INFO checking pkgw/stund against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 11:47:17.430 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 11:47:17.430 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 11:47:17.922 INFO blam! d1b65168f1ca0896d7a6236a45668aa88a13ea57afbfff461475eb75b005140b Sep 17 11:47:17.924 INFO running `"docker" "start" "-a" "d1b65168f1ca0896d7a6236a45668aa88a13ea57afbfff461475eb75b005140b"` Sep 17 11:47:19.423 INFO kablam! usermod: no changes Sep 17 11:47:19.829 INFO kablam! Checking futures v0.1.24 Sep 17 11:47:19.830 INFO kablam! Compiling ident_case v1.0.0 Sep 17 11:47:19.836 INFO kablam! Compiling lazy_static v1.0.2 Sep 17 11:47:19.854 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 17 11:47:19.854 INFO kablam! Compiling case v0.1.0 Sep 17 11:47:19.854 INFO kablam! Checking serde v1.0.55 Sep 17 11:47:19.854 INFO kablam! Checking rent_to_own v0.1.0 Sep 17 11:47:19.854 INFO kablam! Checking iovec v0.1.2 Sep 17 11:47:20.431 INFO kablam! Checking rand v0.4.2 Sep 17 11:47:21.016 INFO kablam! Checking daemonize v0.2.3 Sep 17 11:47:21.084 INFO kablam! Checking net2 v0.2.33 Sep 17 11:47:21.213 INFO kablam! Compiling petgraph v0.4.12 Sep 17 11:47:23.272 INFO kablam! Checking bytes v0.4.9 Sep 17 11:47:24.156 INFO kablam! Compiling syn v0.11.11 Sep 17 11:47:25.360 INFO kablam! Checking clap v2.32.0 Sep 17 11:47:26.397 INFO kablam! Checking mio v0.6.15 Sep 17 11:47:31.451 INFO kablam! Compiling syn v0.14.5 Sep 17 11:47:32.085 INFO kablam! Compiling syn v0.13.11 Sep 17 11:47:35.263 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:47:35.263 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 17 11:47:35.263 INFO kablam! | Sep 17 11:47:35.264 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 17 11:47:35.264 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:47:35.295 INFO kablam! | Sep 17 11:47:35.295 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:47:35.296 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:47:35.296 INFO kablam! | Sep 17 11:47:35.296 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:47:35.297 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:47:35.297 INFO kablam! 7 | | { Sep 17 11:47:35.297 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:47:35.297 INFO kablam! ... | Sep 17 11:47:35.298 INFO kablam! 13 | | None Sep 17 11:47:35.298 INFO kablam! 14 | | } Sep 17 11:47:35.298 INFO kablam! | |_____^ Sep 17 11:47:35.299 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:47:35.299 INFO kablam! Sep 17 11:47:35.427 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:47:35.427 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 17 11:47:35.427 INFO kablam! | Sep 17 11:47:35.428 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 17 11:47:35.428 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:47:35.431 INFO kablam! | Sep 17 11:47:35.431 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:47:35.432 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:47:35.432 INFO kablam! | Sep 17 11:47:35.432 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:47:35.432 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:47:35.433 INFO kablam! 7 | | { Sep 17 11:47:35.433 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:47:35.433 INFO kablam! ... | Sep 17 11:47:35.433 INFO kablam! 13 | | None Sep 17 11:47:35.434 INFO kablam! 14 | | } Sep 17 11:47:35.434 INFO kablam! | |_____^ Sep 17 11:47:35.434 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:47:35.435 INFO kablam! Sep 17 11:47:35.501 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:47:35.501 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 17 11:47:35.502 INFO kablam! | Sep 17 11:47:35.502 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 17 11:47:35.502 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:47:35.519 INFO kablam! | Sep 17 11:47:35.520 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:47:35.520 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:47:35.520 INFO kablam! | Sep 17 11:47:35.520 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:47:35.521 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:47:35.521 INFO kablam! 7 | | { Sep 17 11:47:35.521 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:47:35.522 INFO kablam! ... | Sep 17 11:47:35.522 INFO kablam! 13 | | None Sep 17 11:47:35.522 INFO kablam! 14 | | } Sep 17 11:47:35.523 INFO kablam! | |_____^ Sep 17 11:47:35.535 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:47:35.535 INFO kablam! Sep 17 11:47:35.547 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:47:35.547 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 17 11:47:35.548 INFO kablam! | Sep 17 11:47:35.548 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 17 11:47:35.548 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:47:35.575 INFO kablam! | Sep 17 11:47:35.576 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:47:35.576 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:47:35.576 INFO kablam! | Sep 17 11:47:35.577 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:47:35.577 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:47:35.577 INFO kablam! 7 | | { Sep 17 11:47:35.577 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:47:35.578 INFO kablam! ... | Sep 17 11:47:35.578 INFO kablam! 13 | | None Sep 17 11:47:35.578 INFO kablam! 14 | | } Sep 17 11:47:35.579 INFO kablam! | |_____^ Sep 17 11:47:35.579 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:47:35.579 INFO kablam! Sep 17 11:47:37.864 INFO kablam! error: aborting due to 4 previous errors Sep 17 11:47:37.864 INFO kablam! Sep 17 11:47:37.864 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 17 11:47:37.932 INFO kablam! error: Could not compile `petgraph`. Sep 17 11:47:37.932 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 11:48:15.534 INFO kablam! error: build failed Sep 17 11:48:15.535 INFO kablam! su: No module specific data is present Sep 17 11:48:16.587 INFO running `"docker" "rm" "-f" "d1b65168f1ca0896d7a6236a45668aa88a13ea57afbfff461475eb75b005140b"` Sep 17 11:48:16.856 INFO blam! d1b65168f1ca0896d7a6236a45668aa88a13ea57afbfff461475eb75b005140b