Sep 03 20:11:42.173 INFO checking Tsuguri/octo against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 20:11:42.173 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 20:11:42.173 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 20:11:42.410 INFO blam! bc1d0e42c346cde0ec027c9a746cc40896fc0155318166d430e1d1c19dc125ff Sep 03 20:11:42.412 INFO running `"docker" "start" "-a" "bc1d0e42c346cde0ec027c9a746cc40896fc0155318166d430e1d1c19dc125ff"` Sep 03 20:11:43.525 INFO kablam! Compiling petgraph v0.4.12 Sep 03 20:11:43.532 INFO kablam! Compiling phf_generator v0.7.22 Sep 03 20:11:43.534 INFO kablam! Compiling aho-corasick v0.6.4 Sep 03 20:11:43.536 INFO kablam! Compiling thread_local v0.3.5 Sep 03 20:11:43.567 INFO kablam! Compiling serde v1.0.66 Sep 03 20:11:43.576 INFO kablam! Compiling typenum v1.10.0 Sep 03 20:11:43.584 INFO kablam! Compiling structopt-derive v0.2.10 Sep 03 20:11:43.586 INFO kablam! Compiling atty v0.1.2 Sep 03 20:11:45.345 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 03 20:11:48.879 INFO kablam! Compiling regex v0.2.11 Sep 03 20:11:52.794 INFO kablam! Compiling generic-array v0.9.0 Sep 03 20:11:56.182 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:11:56.182 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 03 20:11:56.182 INFO kablam! | Sep 03 20:11:56.182 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 03 20:11:56.182 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:11:56.194 INFO kablam! | Sep 03 20:11:56.195 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:11:56.195 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 20:11:56.195 INFO kablam! | Sep 03 20:11:56.195 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:11:56.195 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:11:56.195 INFO kablam! 7 | | { Sep 03 20:11:56.195 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:11:56.195 INFO kablam! ... | Sep 03 20:11:56.195 INFO kablam! 13 | | None Sep 03 20:11:56.195 INFO kablam! 14 | | } Sep 03 20:11:56.195 INFO kablam! | |_____^ Sep 03 20:11:56.195 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:11:56.195 INFO kablam! Sep 03 20:11:56.355 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:11:56.355 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 03 20:11:56.355 INFO kablam! | Sep 03 20:11:56.355 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 03 20:11:56.355 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:11:56.355 INFO kablam! | Sep 03 20:11:56.356 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:11:56.356 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 20:11:56.356 INFO kablam! | Sep 03 20:11:56.356 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:11:56.356 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:11:56.356 INFO kablam! 7 | | { Sep 03 20:11:56.356 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:11:56.356 INFO kablam! ... | Sep 03 20:11:56.356 INFO kablam! 13 | | None Sep 03 20:11:56.356 INFO kablam! 14 | | } Sep 03 20:11:56.356 INFO kablam! | |_____^ Sep 03 20:11:56.356 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:11:56.356 INFO kablam! Sep 03 20:11:56.432 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:11:56.432 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 03 20:11:56.432 INFO kablam! | Sep 03 20:11:56.432 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 03 20:11:56.432 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:11:56.432 INFO kablam! | Sep 03 20:11:56.432 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:11:56.432 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 20:11:56.432 INFO kablam! | Sep 03 20:11:56.432 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:11:56.432 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:11:56.432 INFO kablam! 7 | | { Sep 03 20:11:56.432 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:11:56.433 INFO kablam! ... | Sep 03 20:11:56.433 INFO kablam! 13 | | None Sep 03 20:11:56.433 INFO kablam! 14 | | } Sep 03 20:11:56.433 INFO kablam! | |_____^ Sep 03 20:11:56.433 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:11:56.433 INFO kablam! Sep 03 20:11:56.449 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:11:56.449 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 03 20:11:56.449 INFO kablam! | Sep 03 20:11:56.449 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 03 20:11:56.449 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:11:56.449 INFO kablam! | Sep 03 20:11:56.449 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:11:56.449 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 20:11:56.449 INFO kablam! | Sep 03 20:11:56.449 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:11:56.449 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:11:56.450 INFO kablam! 7 | | { Sep 03 20:11:56.450 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:11:56.450 INFO kablam! ... | Sep 03 20:11:56.450 INFO kablam! 13 | | None Sep 03 20:11:56.450 INFO kablam! 14 | | } Sep 03 20:11:56.450 INFO kablam! | |_____^ Sep 03 20:11:56.450 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:11:56.450 INFO kablam! Sep 03 20:11:57.895 INFO kablam! Compiling string_cache v0.7.3 Sep 03 20:11:58.804 INFO kablam! Compiling digest v0.7.2 Sep 03 20:11:59.151 INFO kablam! error: aborting due to 4 previous errors Sep 03 20:11:59.151 INFO kablam! Sep 03 20:11:59.151 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 03 20:11:59.187 INFO kablam! error: Could not compile `petgraph`. Sep 03 20:11:59.188 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:12:26.442 INFO kablam! error: build failed Sep 03 20:12:26.444 INFO kablam! su: No module specific data is present Sep 03 20:12:26.972 INFO running `"docker" "rm" "-f" "bc1d0e42c346cde0ec027c9a746cc40896fc0155318166d430e1d1c19dc125ff"` Sep 03 20:12:27.128 INFO blam! bc1d0e42c346cde0ec027c9a746cc40896fc0155318166d430e1d1c19dc125ff