Sep 20 23:32:46.662 INFO checking Tsuguri/octo against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 23:32:46.662 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 23:32:46.662 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:32:46.957 INFO blam! 416d62e59d3a710ca2e5d28ba0b9790fbab434c6c6beacca04a8206505a4a4cc Sep 20 23:32:46.959 INFO running `"docker" "start" "-a" "416d62e59d3a710ca2e5d28ba0b9790fbab434c6c6beacca04a8206505a4a4cc"` Sep 20 23:32:47.974 INFO kablam! usermod: no changes Sep 20 23:32:48.182 INFO kablam! Compiling serde v1.0.66 Sep 20 23:32:48.182 INFO kablam! Compiling either v1.5.0 Sep 20 23:32:48.182 INFO kablam! Compiling fixedbitset v0.1.9 Sep 20 23:32:48.199 INFO kablam! Checking lalrpop-util v0.15.2 Sep 20 23:32:48.199 INFO kablam! Compiling phf_shared v0.7.22 Sep 20 23:32:48.199 INFO kablam! Compiling aho-corasick v0.6.4 Sep 20 23:32:48.199 INFO kablam! Compiling thread_local v0.3.5 Sep 20 23:32:48.199 INFO kablam! Compiling new_debug_unreachable v1.0.1 Sep 20 23:32:49.794 INFO kablam! Checking clap v2.31.2 Sep 20 23:32:49.795 INFO kablam! Compiling itertools v0.7.8 Sep 20 23:32:51.450 INFO kablam! Compiling phf_generator v0.7.22 Sep 20 23:32:51.450 INFO kablam! Compiling structopt-derive v0.2.10 Sep 20 23:32:51.450 INFO kablam! Compiling atty v0.1.2 Sep 20 23:32:51.523 INFO kablam! Compiling digest v0.7.2 Sep 20 23:32:52.618 INFO kablam! Compiling petgraph v0.4.12 Sep 20 23:32:53.842 INFO kablam! Compiling sha2 v0.7.1 Sep 20 23:32:53.898 INFO kablam! Checking regex v0.2.11 Sep 20 23:32:54.039 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 20 23:33:02.834 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:33:02.834 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 20 23:33:02.834 INFO kablam! | Sep 20 23:33:02.834 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 20 23:33:02.834 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:33:02.834 INFO kablam! | Sep 20 23:33:02.834 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:33:02.834 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:33:02.834 INFO kablam! | Sep 20 23:33:02.834 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:33:02.834 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:33:02.834 INFO kablam! 7 | | { Sep 20 23:33:02.834 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:33:02.834 INFO kablam! ... | Sep 20 23:33:02.834 INFO kablam! 13 | | None Sep 20 23:33:02.834 INFO kablam! 14 | | } Sep 20 23:33:02.834 INFO kablam! | |_____^ Sep 20 23:33:02.834 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:33:02.834 INFO kablam! Sep 20 23:33:02.834 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:33:02.834 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 20 23:33:02.834 INFO kablam! | Sep 20 23:33:02.835 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 20 23:33:02.835 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:33:02.835 INFO kablam! | Sep 20 23:33:02.835 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:33:02.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:33:02.835 INFO kablam! | Sep 20 23:33:02.835 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:33:02.835 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:33:02.835 INFO kablam! 7 | | { Sep 20 23:33:02.835 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:33:02.835 INFO kablam! ... | Sep 20 23:33:02.835 INFO kablam! 13 | | None Sep 20 23:33:02.835 INFO kablam! 14 | | } Sep 20 23:33:02.835 INFO kablam! | |_____^ Sep 20 23:33:02.835 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:33:02.835 INFO kablam! Sep 20 23:33:02.835 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:33:02.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 20 23:33:02.835 INFO kablam! | Sep 20 23:33:02.835 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 20 23:33:02.835 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:33:02.835 INFO kablam! | Sep 20 23:33:02.835 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:33:02.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:33:02.835 INFO kablam! | Sep 20 23:33:02.835 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:33:02.835 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:33:02.835 INFO kablam! 7 | | { Sep 20 23:33:02.835 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:33:02.835 INFO kablam! ... | Sep 20 23:33:02.835 INFO kablam! 13 | | None Sep 20 23:33:02.835 INFO kablam! 14 | | } Sep 20 23:33:02.835 INFO kablam! | |_____^ Sep 20 23:33:02.835 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:33:02.835 INFO kablam! Sep 20 23:33:02.835 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:33:02.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 20 23:33:02.835 INFO kablam! | Sep 20 23:33:02.835 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 20 23:33:02.835 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:33:02.835 INFO kablam! | Sep 20 23:33:02.835 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:33:02.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:33:02.835 INFO kablam! | Sep 20 23:33:02.835 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:33:02.835 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:33:02.835 INFO kablam! 7 | | { Sep 20 23:33:02.835 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:33:02.835 INFO kablam! ... | Sep 20 23:33:02.835 INFO kablam! 13 | | None Sep 20 23:33:02.835 INFO kablam! 14 | | } Sep 20 23:33:02.835 INFO kablam! | |_____^ Sep 20 23:33:02.835 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:33:02.835 INFO kablam! Sep 20 23:33:04.790 INFO kablam! error: aborting due to 4 previous errors Sep 20 23:33:04.790 INFO kablam! Sep 20 23:33:04.790 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 23:33:04.863 INFO kablam! error: Could not compile `petgraph`. Sep 20 23:33:04.863 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:33:26.104 INFO kablam! error: build failed Sep 20 23:33:26.106 INFO kablam! su: No module specific data is present Sep 20 23:33:27.482 INFO running `"docker" "rm" "-f" "416d62e59d3a710ca2e5d28ba0b9790fbab434c6c6beacca04a8206505a4a4cc"` Sep 20 23:33:27.618 INFO blam! 416d62e59d3a710ca2e5d28ba0b9790fbab434c6c6beacca04a8206505a4a4cc