Sep 01 00:04:24.419 INFO checking Tsuguri/octo against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 00:04:24.419 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 00:04:24.419 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:04:24.680 INFO blam! 51edf451409daf6849ee456b6db6f42fc2e90beee6e717372e817be842ba3d88 Sep 01 00:04:24.681 INFO running `"docker" "start" "-a" "51edf451409daf6849ee456b6db6f42fc2e90beee6e717372e817be842ba3d88"` Sep 01 00:04:25.726 INFO kablam! Checking lalrpop-util v0.15.2 Sep 01 00:04:25.733 INFO kablam! Compiling petgraph v0.4.12 Sep 01 00:04:25.735 INFO kablam! Compiling aho-corasick v0.6.4 Sep 01 00:04:25.735 INFO kablam! Compiling thread_local v0.3.5 Sep 01 00:04:25.768 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 01 00:04:25.778 INFO kablam! Compiling structopt-derive v0.2.10 Sep 01 00:04:25.778 INFO kablam! Compiling atty v0.1.2 Sep 01 00:04:25.778 INFO kablam! Compiling digest v0.7.2 Sep 01 00:04:27.710 INFO kablam! Compiling sha2 v0.7.1 Sep 01 00:04:30.786 INFO kablam! Compiling regex v0.2.11 Sep 01 00:04:36.095 INFO kablam! Compiling string_cache v0.7.3 Sep 01 00:04:36.565 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:04:36.565 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 01 00:04:36.565 INFO kablam! | Sep 01 00:04:36.565 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 01 00:04:36.565 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:04:36.565 INFO kablam! | Sep 01 00:04:36.565 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:04:36.565 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:04:36.565 INFO kablam! | Sep 01 00:04:36.565 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:04:36.565 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:04:36.565 INFO kablam! 7 | | { Sep 01 00:04:36.565 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:04:36.565 INFO kablam! ... | Sep 01 00:04:36.565 INFO kablam! 13 | | None Sep 01 00:04:36.565 INFO kablam! 14 | | } Sep 01 00:04:36.565 INFO kablam! | |_____^ Sep 01 00:04:36.565 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:04:36.565 INFO kablam! Sep 01 00:04:36.656 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:04:36.656 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 01 00:04:36.656 INFO kablam! | Sep 01 00:04:36.656 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 01 00:04:36.656 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:04:36.656 INFO kablam! | Sep 01 00:04:36.656 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:04:36.656 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:04:36.656 INFO kablam! | Sep 01 00:04:36.656 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:04:36.656 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:04:36.656 INFO kablam! 7 | | { Sep 01 00:04:36.656 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:04:36.656 INFO kablam! ... | Sep 01 00:04:36.656 INFO kablam! 13 | | None Sep 01 00:04:36.656 INFO kablam! 14 | | } Sep 01 00:04:36.656 INFO kablam! | |_____^ Sep 01 00:04:36.656 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:04:36.656 INFO kablam! Sep 01 00:04:36.707 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:04:36.707 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 01 00:04:36.707 INFO kablam! | Sep 01 00:04:36.707 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 01 00:04:36.707 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:04:36.707 INFO kablam! | Sep 01 00:04:36.707 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:04:36.707 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:04:36.707 INFO kablam! | Sep 01 00:04:36.707 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:04:36.707 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:04:36.707 INFO kablam! 7 | | { Sep 01 00:04:36.707 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:04:36.707 INFO kablam! ... | Sep 01 00:04:36.707 INFO kablam! 13 | | None Sep 01 00:04:36.707 INFO kablam! 14 | | } Sep 01 00:04:36.708 INFO kablam! | |_____^ Sep 01 00:04:36.708 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:04:36.708 INFO kablam! Sep 01 00:04:36.728 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:04:36.728 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 01 00:04:36.728 INFO kablam! | Sep 01 00:04:36.728 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 01 00:04:36.728 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:04:36.728 INFO kablam! | Sep 01 00:04:36.729 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:04:36.729 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 00:04:36.729 INFO kablam! | Sep 01 00:04:36.729 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:04:36.729 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:04:36.729 INFO kablam! 7 | | { Sep 01 00:04:36.729 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:04:36.729 INFO kablam! ... | Sep 01 00:04:36.729 INFO kablam! 13 | | None Sep 01 00:04:36.729 INFO kablam! 14 | | } Sep 01 00:04:36.729 INFO kablam! | |_____^ Sep 01 00:04:36.729 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:04:36.729 INFO kablam! Sep 01 00:04:38.969 INFO kablam! error: aborting due to 4 previous errors Sep 01 00:04:38.969 INFO kablam! Sep 01 00:04:38.969 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 00:04:38.990 INFO kablam! error: Could not compile `petgraph`. Sep 01 00:04:38.991 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:04:48.905 INFO kablam! error: build failed Sep 01 00:04:48.907 INFO kablam! su: No module specific data is present Sep 01 00:04:49.458 INFO running `"docker" "rm" "-f" "51edf451409daf6849ee456b6db6f42fc2e90beee6e717372e817be842ba3d88"` Sep 01 00:04:49.619 INFO blam! 51edf451409daf6849ee456b6db6f42fc2e90beee6e717372e817be842ba3d88