Sep 01 16:59:55.533 INFO checking Tsuguri/octo against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 16:59:55.533 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 16:59:55.533 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/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 16:59:55.759 INFO blam! 916cd7d6ecb5253c4ef7b4a79b41b36b99458c1a7e1882595fa547b2c3c02213 Sep 01 16:59:55.761 INFO running `"docker" "start" "-a" "916cd7d6ecb5253c4ef7b4a79b41b36b99458c1a7e1882595fa547b2c3c02213"` Sep 01 16:59:56.864 INFO kablam! Compiling fixedbitset v0.1.9 Sep 01 16:59:56.879 INFO kablam! Checking lalrpop-util v0.15.2 Sep 01 16:59:56.911 INFO kablam! Compiling phf_generator v0.7.22 Sep 01 16:59:56.911 INFO kablam! Compiling aho-corasick v0.6.4 Sep 01 16:59:56.931 INFO kablam! Compiling serde v1.0.66 Sep 01 16:59:56.931 INFO kablam! Compiling thread_local v0.3.5 Sep 01 16:59:56.952 INFO kablam! Compiling atty v0.1.2 Sep 01 16:59:56.953 INFO kablam! Compiling digest v0.7.2 Sep 01 16:59:58.301 INFO kablam! Checking structopt v0.2.10 Sep 01 16:59:58.975 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 01 16:59:59.061 INFO kablam! Compiling sha2 v0.7.1 Sep 01 17:00:01.456 INFO kablam! Compiling petgraph v0.4.12 Sep 01 17:00:02.691 INFO kablam! Compiling regex v0.2.11 Sep 01 17:00:08.771 INFO kablam! Compiling string_cache v0.7.3 Sep 01 17:00:11.021 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:00:11.021 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 01 17:00:11.021 INFO kablam! | Sep 01 17:00:11.021 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 01 17:00:11.021 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:00:11.021 INFO kablam! | Sep 01 17:00:11.021 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:00:11.021 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 17:00:11.022 INFO kablam! | Sep 01 17:00:11.022 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:00:11.022 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:00:11.022 INFO kablam! 7 | | { Sep 01 17:00:11.022 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:00:11.022 INFO kablam! ... | Sep 01 17:00:11.022 INFO kablam! 13 | | None Sep 01 17:00:11.022 INFO kablam! 14 | | } Sep 01 17:00:11.022 INFO kablam! | |_____^ Sep 01 17:00:11.022 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:00:11.022 INFO kablam! Sep 01 17:00:11.074 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:00:11.074 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 01 17:00:11.074 INFO kablam! | Sep 01 17:00:11.074 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 01 17:00:11.074 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:00:11.078 INFO kablam! | Sep 01 17:00:11.079 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:00:11.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 17:00:11.079 INFO kablam! | Sep 01 17:00:11.079 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:00:11.079 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:00:11.079 INFO kablam! 7 | | { Sep 01 17:00:11.079 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:00:11.079 INFO kablam! ... | Sep 01 17:00:11.079 INFO kablam! 13 | | None Sep 01 17:00:11.079 INFO kablam! 14 | | } Sep 01 17:00:11.079 INFO kablam! | |_____^ Sep 01 17:00:11.079 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:00:11.079 INFO kablam! Sep 01 17:00:11.117 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:00:11.117 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 01 17:00:11.117 INFO kablam! | Sep 01 17:00:11.117 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 01 17:00:11.117 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:00:11.117 INFO kablam! | Sep 01 17:00:11.117 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:00:11.117 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 17:00:11.117 INFO kablam! | Sep 01 17:00:11.117 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:00:11.117 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:00:11.117 INFO kablam! 7 | | { Sep 01 17:00:11.117 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:00:11.117 INFO kablam! ... | Sep 01 17:00:11.117 INFO kablam! 13 | | None Sep 01 17:00:11.117 INFO kablam! 14 | | } Sep 01 17:00:11.117 INFO kablam! | |_____^ Sep 01 17:00:11.117 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:00:11.117 INFO kablam! Sep 01 17:00:11.126 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:00:11.126 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 01 17:00:11.126 INFO kablam! | Sep 01 17:00:11.126 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 01 17:00:11.126 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:00:11.134 INFO kablam! | Sep 01 17:00:11.135 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:00:11.135 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 17:00:11.135 INFO kablam! | Sep 01 17:00:11.135 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:00:11.135 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:00:11.135 INFO kablam! 7 | | { Sep 01 17:00:11.135 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:00:11.135 INFO kablam! ... | Sep 01 17:00:11.135 INFO kablam! 13 | | None Sep 01 17:00:11.135 INFO kablam! 14 | | } Sep 01 17:00:11.135 INFO kablam! | |_____^ Sep 01 17:00:11.135 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:00:11.135 INFO kablam! Sep 01 17:00:12.639 INFO kablam! error: aborting due to 4 previous errors Sep 01 17:00:12.640 INFO kablam! Sep 01 17:00:12.640 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 17:00:12.659 INFO kablam! error: Could not compile `petgraph`. Sep 01 17:00:12.659 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:00:35.734 INFO kablam! error: build failed Sep 01 17:00:35.736 INFO kablam! su: No module specific data is present Sep 01 17:00:36.280 INFO running `"docker" "rm" "-f" "916cd7d6ecb5253c4ef7b4a79b41b36b99458c1a7e1882595fa547b2c3c02213"` Sep 01 17:00:36.438 INFO blam! 916cd7d6ecb5253c4ef7b4a79b41b36b99458c1a7e1882595fa547b2c3c02213