Sep 19 14:35:46.926 INFO checking Tsuguri/octo against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 14:35:46.926 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 14:35:46.926 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:35:47.367 INFO blam! 45b1765cfa6abb89c4e436d18481689a416e9a7d3ba3dba2bcfbfac126fea585 Sep 19 14:35:47.379 INFO running `"docker" "start" "-a" "45b1765cfa6abb89c4e436d18481689a416e9a7d3ba3dba2bcfbfac126fea585"` Sep 19 14:35:48.942 INFO kablam! usermod: no changes Sep 19 14:35:49.227 INFO kablam! Compiling serde v1.0.66 Sep 19 14:35:49.232 INFO kablam! Compiling lazy_static v1.0.1 Sep 19 14:35:49.264 INFO kablam! Checking lalrpop-util v0.15.2 Sep 19 14:35:49.267 INFO kablam! Compiling phf_shared v0.7.22 Sep 19 14:35:49.267 INFO kablam! Compiling itertools v0.7.8 Sep 19 14:35:49.267 INFO kablam! Compiling petgraph v0.4.12 Sep 19 14:35:49.267 INFO kablam! Compiling aho-corasick v0.6.4 Sep 19 14:35:49.267 INFO kablam! Compiling new_debug_unreachable v1.0.1 Sep 19 14:35:49.975 INFO kablam! Compiling syn v0.14.2 Sep 19 14:35:50.526 INFO kablam! Checking regex v0.2.11 Sep 19 14:35:52.367 INFO kablam! Compiling thread_local v0.3.5 Sep 19 14:35:53.132 INFO kablam! Compiling atty v0.1.2 Sep 19 14:35:54.576 INFO kablam! Compiling digest v0.7.2 Sep 19 14:35:56.615 INFO kablam! Compiling phf_generator v0.7.22 Sep 19 14:35:56.663 INFO kablam! Compiling sha2 v0.7.1 Sep 19 14:35:57.972 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 19 14:36:00.855 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:36:00.855 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 19 14:36:00.855 INFO kablam! | Sep 19 14:36:00.855 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 14:36:00.855 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:36:00.871 INFO kablam! | Sep 19 14:36:00.871 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:36:00.871 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:36:00.871 INFO kablam! | Sep 19 14:36:00.871 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:36:00.871 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:36:00.871 INFO kablam! 7 | | { Sep 19 14:36:00.871 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:36:00.871 INFO kablam! ... | Sep 19 14:36:00.871 INFO kablam! 13 | | None Sep 19 14:36:00.871 INFO kablam! 14 | | } Sep 19 14:36:00.871 INFO kablam! | |_____^ Sep 19 14:36:00.871 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:36:00.871 INFO kablam! Sep 19 14:36:00.947 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:36:00.947 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 19 14:36:00.947 INFO kablam! | Sep 19 14:36:00.947 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 14:36:00.947 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:36:00.947 INFO kablam! | Sep 19 14:36:00.947 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:36:00.947 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:36:00.947 INFO kablam! | Sep 19 14:36:00.947 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:36:00.947 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:36:00.947 INFO kablam! 7 | | { Sep 19 14:36:00.947 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:36:00.947 INFO kablam! ... | Sep 19 14:36:00.947 INFO kablam! 13 | | None Sep 19 14:36:00.947 INFO kablam! 14 | | } Sep 19 14:36:00.947 INFO kablam! | |_____^ Sep 19 14:36:00.947 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:36:00.947 INFO kablam! Sep 19 14:36:00.983 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:36:00.983 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 19 14:36:00.983 INFO kablam! | Sep 19 14:36:00.983 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 14:36:00.983 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:36:00.983 INFO kablam! | Sep 19 14:36:00.983 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:36:00.983 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:36:00.983 INFO kablam! | Sep 19 14:36:00.983 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:36:00.983 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:36:00.983 INFO kablam! 7 | | { Sep 19 14:36:00.983 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:36:00.983 INFO kablam! ... | Sep 19 14:36:00.983 INFO kablam! 13 | | None Sep 19 14:36:00.983 INFO kablam! 14 | | } Sep 19 14:36:00.983 INFO kablam! | |_____^ Sep 19 14:36:00.983 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:36:00.983 INFO kablam! Sep 19 14:36:01.010 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:36:01.010 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 19 14:36:01.010 INFO kablam! | Sep 19 14:36:01.010 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 14:36:01.010 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:36:01.031 INFO kablam! | Sep 19 14:36:01.031 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:36:01.031 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 14:36:01.031 INFO kablam! | Sep 19 14:36:01.031 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:36:01.031 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:36:01.031 INFO kablam! 7 | | { Sep 19 14:36:01.031 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:36:01.031 INFO kablam! ... | Sep 19 14:36:01.031 INFO kablam! 13 | | None Sep 19 14:36:01.031 INFO kablam! 14 | | } Sep 19 14:36:01.031 INFO kablam! | |_____^ Sep 19 14:36:01.031 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:36:01.031 INFO kablam! Sep 19 14:36:02.719 INFO kablam! error: aborting due to 4 previous errors Sep 19 14:36:02.719 INFO kablam! Sep 19 14:36:02.719 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 14:36:02.743 INFO kablam! error: Could not compile `petgraph`. Sep 19 14:36:02.743 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:36:26.651 INFO kablam! error: build failed Sep 19 14:36:26.655 INFO kablam! su: No module specific data is present Sep 19 14:36:27.914 INFO running `"docker" "rm" "-f" "45b1765cfa6abb89c4e436d18481689a416e9a7d3ba3dba2bcfbfac126fea585"` Sep 19 14:36:28.287 INFO blam! 45b1765cfa6abb89c4e436d18481689a416e9a7d3ba3dba2bcfbfac126fea585