Sep 03 20:42:38.729 INFO checking Jengamon/Mister against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 20:42:38.729 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 20:42:38.729 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:42:38.960 INFO blam! 9012cb20e35bf28fb20f8da6adf3c299d87a86f062a6bb7aba0d82c1f937b220 Sep 03 20:42:38.960 INFO running `"docker" "start" "-a" "9012cb20e35bf28fb20f8da6adf3c299d87a86f062a6bb7aba0d82c1f937b220"` Sep 03 20:42:40.129 INFO kablam! Compiling libc v0.2.31 Sep 03 20:42:40.152 INFO kablam! Checking exoquant v0.2.0 Sep 03 20:42:40.153 INFO kablam! Checking draw_state v0.8.0 Sep 03 20:42:40.154 INFO kablam! Compiling itertools v0.5.10 Sep 03 20:42:40.162 INFO kablam! Checking petgraph v0.4.9 Sep 03 20:42:40.171 INFO kablam! Compiling gl_generator v0.7.0 Sep 03 20:42:40.171 INFO kablam! Compiling gl_generator v0.8.0 Sep 03 20:42:43.839 INFO kablam! Checking gfx_core v0.6.1 Sep 03 20:42:45.195 INFO kablam! Compiling rand v0.3.16 Sep 03 20:42:48.463 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:42:48.463 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 03 20:42:48.463 INFO kablam! | Sep 03 20:42:48.463 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 03 20:42:48.463 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:42:48.463 INFO kablam! | Sep 03 20:42:48.464 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:42:48.464 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 03 20:42:48.464 INFO kablam! | Sep 03 20:42:48.464 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:42:48.464 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:42:48.464 INFO kablam! 7 | | { Sep 03 20:42:48.464 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:42:48.464 INFO kablam! ... | Sep 03 20:42:48.464 INFO kablam! 13 | | None Sep 03 20:42:48.465 INFO kablam! 14 | | } Sep 03 20:42:48.465 INFO kablam! | |_____^ Sep 03 20:42:48.478 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:42:48.479 INFO kablam! Sep 03 20:42:48.520 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:42:48.520 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 03 20:42:48.520 INFO kablam! | Sep 03 20:42:48.520 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 03 20:42:48.520 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:42:48.520 INFO kablam! | Sep 03 20:42:48.521 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:42:48.521 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 03 20:42:48.521 INFO kablam! | Sep 03 20:42:48.521 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:42:48.521 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:42:48.521 INFO kablam! 7 | | { Sep 03 20:42:48.521 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:42:48.521 INFO kablam! ... | Sep 03 20:42:48.522 INFO kablam! 13 | | None Sep 03 20:42:48.522 INFO kablam! 14 | | } Sep 03 20:42:48.522 INFO kablam! | |_____^ Sep 03 20:42:48.522 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:42:48.523 INFO kablam! Sep 03 20:42:48.545 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:42:48.545 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 03 20:42:48.545 INFO kablam! | Sep 03 20:42:48.545 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 03 20:42:48.545 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:42:48.546 INFO kablam! | Sep 03 20:42:48.546 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:42:48.546 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 03 20:42:48.546 INFO kablam! | Sep 03 20:42:48.546 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:42:48.546 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:42:48.546 INFO kablam! 7 | | { Sep 03 20:42:48.546 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:42:48.546 INFO kablam! ... | Sep 03 20:42:48.546 INFO kablam! 13 | | None Sep 03 20:42:48.546 INFO kablam! 14 | | } Sep 03 20:42:48.547 INFO kablam! | |_____^ Sep 03 20:42:48.547 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:42:48.548 INFO kablam! Sep 03 20:42:48.558 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:42:48.558 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 03 20:42:48.558 INFO kablam! | Sep 03 20:42:48.558 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 03 20:42:48.558 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:42:48.559 INFO kablam! | Sep 03 20:42:48.559 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:42:48.559 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 03 20:42:48.560 INFO kablam! | Sep 03 20:42:48.560 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:42:48.560 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:42:48.560 INFO kablam! 7 | | { Sep 03 20:42:48.560 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:42:48.560 INFO kablam! ... | Sep 03 20:42:48.560 INFO kablam! 13 | | None Sep 03 20:42:48.560 INFO kablam! 14 | | } Sep 03 20:42:48.560 INFO kablam! | |_____^ Sep 03 20:42:48.561 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:42:48.561 INFO kablam! Sep 03 20:42:49.434 INFO kablam! error: aborting due to 4 previous errors Sep 03 20:42:49.434 INFO kablam! Sep 03 20:42:49.434 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 03 20:42:49.461 INFO kablam! error: Could not compile `petgraph`. Sep 03 20:42:49.462 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:43:16.192 INFO kablam! error: build failed Sep 03 20:43:16.194 INFO kablam! su: No module specific data is present Sep 03 20:43:16.692 INFO running `"docker" "rm" "-f" "9012cb20e35bf28fb20f8da6adf3c299d87a86f062a6bb7aba0d82c1f937b220"` Sep 03 20:43:16.852 INFO blam! 9012cb20e35bf28fb20f8da6adf3c299d87a86f062a6bb7aba0d82c1f937b220