Sep 14 03:17:14.362 INFO checking pkgw/stund against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 03:17:14.362 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 03:17:14.362 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 03:17:14.788 INFO blam! f9945c918541e7a6632e0d3ef8566e37fdfa22e3e79819d3a78be84cf883836c Sep 14 03:17:14.790 INFO running `"docker" "start" "-a" "f9945c918541e7a6632e0d3ef8566e37fdfa22e3e79819d3a78be84cf883836c"` Sep 14 03:17:15.874 INFO kablam! usermod: no changes Sep 14 03:17:16.168 INFO kablam! Compiling ident_case v1.0.0 Sep 14 03:17:16.171 INFO kablam! Compiling lazy_static v1.0.2 Sep 14 03:17:16.171 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 14 03:17:16.194 INFO kablam! Compiling case v0.1.0 Sep 14 03:17:16.195 INFO kablam! Checking serde v1.0.55 Sep 14 03:17:16.197 INFO kablam! Checking rent_to_own v0.1.0 Sep 14 03:17:16.198 INFO kablam! Checking daemonize v0.2.3 Sep 14 03:17:16.208 INFO kablam! Checking net2 v0.2.33 Sep 14 03:17:16.516 INFO kablam! Checking tokio-executor v0.1.2 Sep 14 03:17:16.883 INFO kablam! Compiling petgraph v0.4.12 Sep 14 03:17:17.211 INFO kablam! Checking bytes v0.4.9 Sep 14 03:17:18.199 INFO kablam! Checking crossbeam-epoch v0.4.3 Sep 14 03:17:18.210 INFO kablam! Compiling syn v0.11.11 Sep 14 03:17:18.247 INFO kablam! Checking clap v2.32.0 Sep 14 03:17:18.296 INFO kablam! Checking tokio-timer v0.2.4 Sep 14 03:17:19.462 INFO kablam! Compiling syn v0.14.5 Sep 14 03:17:19.673 INFO kablam! Compiling syn v0.13.11 Sep 14 03:17:20.569 INFO kablam! Checking backtrace-sys v0.1.23 Sep 14 03:17:20.724 INFO kablam! Checking num-traits v0.1.43 Sep 14 03:17:20.975 INFO kablam! Compiling heck v0.3.0 Sep 14 03:17:21.970 INFO kablam! Checking mio v0.6.15 Sep 14 03:17:23.755 INFO kablam! Checking tokio-io v0.1.8 Sep 14 03:17:24.267 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:17:24.267 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 14 03:17:24.267 INFO kablam! | Sep 14 03:17:24.267 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 14 03:17:24.267 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:17:24.267 INFO kablam! | Sep 14 03:17:24.267 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:17:24.267 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:17:24.267 INFO kablam! | Sep 14 03:17:24.267 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:17:24.267 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:17:24.267 INFO kablam! 7 | | { Sep 14 03:17:24.267 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:17:24.267 INFO kablam! ... | Sep 14 03:17:24.267 INFO kablam! 13 | | None Sep 14 03:17:24.267 INFO kablam! 14 | | } Sep 14 03:17:24.267 INFO kablam! | |_____^ Sep 14 03:17:24.267 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:17:24.267 INFO kablam! Sep 14 03:17:24.343 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:17:24.343 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 14 03:17:24.343 INFO kablam! | Sep 14 03:17:24.343 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 14 03:17:24.343 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:17:24.343 INFO kablam! | Sep 14 03:17:24.343 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:17:24.343 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:17:24.343 INFO kablam! | Sep 14 03:17:24.343 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:17:24.343 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:17:24.343 INFO kablam! 7 | | { Sep 14 03:17:24.343 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:17:24.343 INFO kablam! ... | Sep 14 03:17:24.343 INFO kablam! 13 | | None Sep 14 03:17:24.343 INFO kablam! 14 | | } Sep 14 03:17:24.343 INFO kablam! | |_____^ Sep 14 03:17:24.343 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:17:24.343 INFO kablam! Sep 14 03:17:24.383 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:17:24.383 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 14 03:17:24.383 INFO kablam! | Sep 14 03:17:24.383 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 14 03:17:24.383 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:17:24.383 INFO kablam! | Sep 14 03:17:24.383 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:17:24.383 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:17:24.383 INFO kablam! | Sep 14 03:17:24.383 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:17:24.383 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:17:24.383 INFO kablam! 7 | | { Sep 14 03:17:24.383 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:17:24.383 INFO kablam! ... | Sep 14 03:17:24.383 INFO kablam! 13 | | None Sep 14 03:17:24.383 INFO kablam! 14 | | } Sep 14 03:17:24.383 INFO kablam! | |_____^ Sep 14 03:17:24.383 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:17:24.383 INFO kablam! Sep 14 03:17:24.403 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 03:17:24.403 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 14 03:17:24.403 INFO kablam! | Sep 14 03:17:24.403 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 14 03:17:24.403 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 03:17:24.403 INFO kablam! | Sep 14 03:17:24.403 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 03:17:24.403 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 14 03:17:24.403 INFO kablam! | Sep 14 03:17:24.403 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 03:17:24.403 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 03:17:24.403 INFO kablam! 7 | | { Sep 14 03:17:24.403 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 03:17:24.403 INFO kablam! ... | Sep 14 03:17:24.403 INFO kablam! 13 | | None Sep 14 03:17:24.403 INFO kablam! 14 | | } Sep 14 03:17:24.403 INFO kablam! | |_____^ Sep 14 03:17:24.403 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 03:17:24.403 INFO kablam! Sep 14 03:17:25.709 INFO kablam! error: aborting due to 4 previous errors Sep 14 03:17:25.719 INFO kablam! Sep 14 03:17:25.719 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 14 03:17:25.719 INFO kablam! error: Could not compile `petgraph`. Sep 14 03:17:25.719 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 03:18:04.852 INFO kablam! error: build failed Sep 14 03:18:04.854 INFO kablam! su: No module specific data is present Sep 14 03:18:06.487 INFO running `"docker" "rm" "-f" "f9945c918541e7a6632e0d3ef8566e37fdfa22e3e79819d3a78be84cf883836c"` Sep 14 03:18:06.810 INFO blam! f9945c918541e7a6632e0d3ef8566e37fdfa22e3e79819d3a78be84cf883836c