Sep 19 16:59:43.001 INFO checking Jengamon/Mister against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 16:59:43.001 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 16:59:43.001 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:59:43.229 INFO blam! be17fa1dcec7d5d4246c8b2fa04f06c36a93216f4cfb882215babee8bd7d0d8d Sep 19 16:59:43.231 INFO running `"docker" "start" "-a" "be17fa1dcec7d5d4246c8b2fa04f06c36a93216f4cfb882215babee8bd7d0d8d"` Sep 19 16:59:44.698 INFO kablam! usermod: no changes Sep 19 16:59:45.030 INFO kablam! Compiling libloading v0.4.3 Sep 19 16:59:45.030 INFO kablam! Compiling libc v0.2.31 Sep 19 16:59:45.035 INFO kablam! Checking cassowary v0.2.1 Sep 19 16:59:45.035 INFO kablam! Checking exoquant v0.2.0 Sep 19 16:59:45.036 INFO kablam! Compiling x11-dl v2.15.0 Sep 19 16:59:45.036 INFO kablam! Compiling itertools v0.5.10 Sep 19 16:59:45.037 INFO kablam! Checking petgraph v0.4.9 Sep 19 16:59:47.042 INFO kablam! Compiling gl_generator v0.7.0 Sep 19 16:59:49.551 INFO kablam! Compiling gl_generator v0.8.0 Sep 19 16:59:50.174 INFO kablam! Checking gfx_core v0.6.1 Sep 19 16:59:50.519 INFO kablam! Checking generic-array v0.2.1 Sep 19 16:59:52.864 INFO kablam! Checking rand v0.3.16 Sep 19 16:59:53.198 INFO kablam! Checking memmap v0.6.2 Sep 19 16:59:55.611 INFO kablam! Checking shared_library v0.1.7 Sep 19 16:59:57.476 INFO kablam! Checking time v0.1.38 Sep 19 16:59:58.857 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:59:58.857 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 19 16:59:58.857 INFO kablam! | Sep 19 16:59:58.857 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 19 16:59:58.857 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:59:58.858 INFO kablam! | Sep 19 16:59:58.858 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:59:58.858 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 16:59:58.858 INFO kablam! | Sep 19 16:59:58.858 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:59:58.858 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:59:58.858 INFO kablam! 7 | | { Sep 19 16:59:58.858 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:59:58.858 INFO kablam! ... | Sep 19 16:59:58.858 INFO kablam! 13 | | None Sep 19 16:59:58.858 INFO kablam! 14 | | } Sep 19 16:59:58.858 INFO kablam! | |_____^ Sep 19 16:59:58.858 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:59:58.859 INFO kablam! Sep 19 16:59:58.950 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:59:58.950 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 19 16:59:58.950 INFO kablam! | Sep 19 16:59:58.950 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 19 16:59:58.950 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:59:58.951 INFO kablam! | Sep 19 16:59:58.951 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:59:58.951 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 16:59:58.952 INFO kablam! | Sep 19 16:59:58.952 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:59:58.952 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:59:58.952 INFO kablam! 7 | | { Sep 19 16:59:58.952 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:59:58.952 INFO kablam! ... | Sep 19 16:59:58.953 INFO kablam! 13 | | None Sep 19 16:59:58.953 INFO kablam! 14 | | } Sep 19 16:59:58.953 INFO kablam! | |_____^ Sep 19 16:59:58.953 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:59:58.953 INFO kablam! Sep 19 16:59:59.010 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:59:59.011 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 19 16:59:59.012 INFO kablam! | Sep 19 16:59:59.012 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 19 16:59:59.012 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:59:59.013 INFO kablam! | Sep 19 16:59:59.014 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:59:59.014 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 16:59:59.015 INFO kablam! | Sep 19 16:59:59.015 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:59:59.016 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:59:59.016 INFO kablam! 7 | | { Sep 19 16:59:59.017 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:59:59.017 INFO kablam! ... | Sep 19 16:59:59.018 INFO kablam! 13 | | None Sep 19 16:59:59.018 INFO kablam! 14 | | } Sep 19 16:59:59.018 INFO kablam! | |_____^ Sep 19 16:59:59.019 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:59:59.019 INFO kablam! Sep 19 16:59:59.118 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:59:59.118 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 19 16:59:59.118 INFO kablam! | Sep 19 16:59:59.118 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 19 16:59:59.118 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 16:59:59.119 INFO kablam! | Sep 19 16:59:59.119 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 16:59:59.119 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 16:59:59.119 INFO kablam! | Sep 19 16:59:59.119 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 16:59:59.119 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 16:59:59.119 INFO kablam! 7 | | { Sep 19 16:59:59.119 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 16:59:59.119 INFO kablam! ... | Sep 19 16:59:59.119 INFO kablam! 13 | | None Sep 19 16:59:59.119 INFO kablam! 14 | | } Sep 19 16:59:59.119 INFO kablam! | |_____^ Sep 19 16:59:59.119 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 16:59:59.119 INFO kablam! Sep 19 16:59:59.577 INFO kablam! Checking isatty v0.1.3 Sep 19 17:00:00.534 INFO kablam! error: aborting due to 4 previous errors Sep 19 17:00:00.534 INFO kablam! Sep 19 17:00:00.534 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 17:00:00.574 INFO kablam! error: Could not compile `petgraph`. Sep 19 17:00:00.574 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:00:27.679 INFO kablam! error: build failed Sep 19 17:00:27.682 INFO kablam! su: No module specific data is present Sep 19 17:00:28.879 INFO running `"docker" "rm" "-f" "be17fa1dcec7d5d4246c8b2fa04f06c36a93216f4cfb882215babee8bd7d0d8d"` Sep 19 17:00:28.998 INFO blam! be17fa1dcec7d5d4246c8b2fa04f06c36a93216f4cfb882215babee8bd7d0d8d