Sep 01 17:28:37.400 INFO checking Jengamon/Mister against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 17:28:37.400 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 17:28:37.400 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 17:28:37.597 INFO blam! 75562452356b5823652a840b6e94853aa32f249487bb4aea0873d452a8bca252 Sep 01 17:28:37.600 INFO running `"docker" "start" "-a" "75562452356b5823652a840b6e94853aa32f249487bb4aea0873d452a8bca252"` Sep 01 17:28:38.805 INFO kablam! Compiling libc v0.2.31 Sep 01 17:28:38.835 INFO kablam! Checking cassowary v0.2.1 Sep 01 17:28:38.863 INFO kablam! Checking exoquant v0.2.0 Sep 01 17:28:38.863 INFO kablam! Checking rand v0.3.16 Sep 01 17:28:38.911 INFO kablam! Checking memmap v0.6.2 Sep 01 17:28:38.922 INFO kablam! Checking isatty v0.1.3 Sep 01 17:28:38.959 INFO kablam! Checking draw_state v0.8.0 Sep 01 17:28:38.994 INFO kablam! Compiling itertools v0.5.10 Sep 01 17:28:40.104 INFO kablam! Checking shared_library v0.1.7 Sep 01 17:28:41.491 INFO kablam! Checking petgraph v0.4.9 Sep 01 17:28:41.516 INFO kablam! Compiling wayland-scanner v0.12.5 Sep 01 17:28:42.099 INFO kablam! Compiling gl_generator v0.7.0 Sep 01 17:28:43.295 INFO kablam! Compiling gl_generator v0.8.0 Sep 01 17:28:43.961 INFO kablam! Checking alga v0.5.2 Sep 01 17:28:48.468 INFO kablam! Checking gfx_core v0.6.1 Sep 01 17:28:50.127 INFO kablam! Checking thread_local v0.3.4 Sep 01 17:28:53.312 INFO kablam! Checking osmesa-sys v0.1.2 Sep 01 17:28:53.338 INFO kablam! Checking dlib v0.4.0 Sep 01 17:28:54.133 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:28:54.133 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 01 17:28:54.133 INFO kablam! | Sep 01 17:28:54.133 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 01 17:28:54.133 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:28:54.133 INFO kablam! | Sep 01 17:28:54.134 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:28:54.134 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 17:28:54.134 INFO kablam! | Sep 01 17:28:54.134 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:28:54.134 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:28:54.134 INFO kablam! 7 | | { Sep 01 17:28:54.134 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:28:54.134 INFO kablam! ... | Sep 01 17:28:54.134 INFO kablam! 13 | | None Sep 01 17:28:54.134 INFO kablam! 14 | | } Sep 01 17:28:54.134 INFO kablam! | |_____^ Sep 01 17:28:54.134 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:28:54.134 INFO kablam! Sep 01 17:28:54.172 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:28:54.172 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 01 17:28:54.172 INFO kablam! | Sep 01 17:28:54.172 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 01 17:28:54.172 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:28:54.172 INFO kablam! | Sep 01 17:28:54.173 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:28:54.173 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 17:28:54.173 INFO kablam! | Sep 01 17:28:54.173 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:28:54.173 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:28:54.173 INFO kablam! 7 | | { Sep 01 17:28:54.173 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:28:54.173 INFO kablam! ... | Sep 01 17:28:54.173 INFO kablam! 13 | | None Sep 01 17:28:54.173 INFO kablam! 14 | | } Sep 01 17:28:54.173 INFO kablam! | |_____^ Sep 01 17:28:54.173 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:28:54.174 INFO kablam! Sep 01 17:28:54.194 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:28:54.194 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 01 17:28:54.194 INFO kablam! | Sep 01 17:28:54.194 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 01 17:28:54.194 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:28:54.195 INFO kablam! | Sep 01 17:28:54.195 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:28:54.195 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 17:28:54.195 INFO kablam! | Sep 01 17:28:54.195 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:28:54.195 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:28:54.195 INFO kablam! 7 | | { Sep 01 17:28:54.195 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:28:54.195 INFO kablam! ... | Sep 01 17:28:54.195 INFO kablam! 13 | | None Sep 01 17:28:54.195 INFO kablam! 14 | | } Sep 01 17:28:54.196 INFO kablam! | |_____^ Sep 01 17:28:54.196 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:28:54.197 INFO kablam! Sep 01 17:28:54.206 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:28:54.206 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 01 17:28:54.206 INFO kablam! | Sep 01 17:28:54.206 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 01 17:28:54.206 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:28:54.218 INFO kablam! | Sep 01 17:28:54.218 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:28:54.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 17:28:54.218 INFO kablam! | Sep 01 17:28:54.218 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:28:54.219 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:28:54.219 INFO kablam! 7 | | { Sep 01 17:28:54.219 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:28:54.219 INFO kablam! ... | Sep 01 17:28:54.219 INFO kablam! 13 | | None Sep 01 17:28:54.219 INFO kablam! 14 | | } Sep 01 17:28:54.219 INFO kablam! | |_____^ Sep 01 17:28:54.219 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:28:54.219 INFO kablam! Sep 01 17:28:56.086 INFO kablam! error: aborting due to 4 previous errors Sep 01 17:28:56.086 INFO kablam! Sep 01 17:28:56.086 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 17:28:56.183 INFO kablam! error: Could not compile `petgraph`. Sep 01 17:28:56.184 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:29:27.831 INFO kablam! error: build failed Sep 01 17:29:27.833 INFO kablam! su: No module specific data is present Sep 01 17:29:28.176 INFO running `"docker" "rm" "-f" "75562452356b5823652a840b6e94853aa32f249487bb4aea0873d452a8bca252"` Sep 01 17:29:28.286 INFO blam! 75562452356b5823652a840b6e94853aa32f249487bb4aea0873d452a8bca252