Sep 17 14:03:08.579 INFO checking Jengamon/Mister against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 14:03:08.579 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 14:03:08.579 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 14:03:08.987 INFO blam! 3d997c4a6ea62b1074adb9733c5a0dbdbe9d90e40fe5482b2fd69034ba5f799b Sep 17 14:03:08.989 INFO running `"docker" "start" "-a" "3d997c4a6ea62b1074adb9733c5a0dbdbe9d90e40fe5482b2fd69034ba5f799b"` Sep 17 14:03:10.966 INFO kablam! usermod: no changes Sep 17 14:03:11.315 INFO kablam! Compiling libloading v0.4.3 Sep 17 14:03:11.316 INFO kablam! Compiling libc v0.2.31 Sep 17 14:03:11.320 INFO kablam! Compiling log v0.3.8 Sep 17 14:03:11.321 INFO kablam! Compiling khronos_api v2.1.0 Sep 17 14:03:11.322 INFO kablam! Compiling either v1.4.0 Sep 17 14:03:11.332 INFO kablam! Compiling typenum v1.9.0 Sep 17 14:03:11.341 INFO kablam! Checking bitflags v0.6.0 Sep 17 14:03:11.343 INFO kablam! Checking fixedbitset v0.1.8 Sep 17 14:03:12.151 INFO kablam! Checking exoquant v0.2.0 Sep 17 14:03:13.016 INFO kablam! Checking memmap v0.6.2 Sep 17 14:03:14.035 INFO kablam! Checking time v0.1.38 Sep 17 14:03:14.099 INFO kablam! Checking isatty v0.1.3 Sep 17 14:03:15.376 INFO kablam! Checking draw_state v0.8.0 Sep 17 14:03:15.515 INFO kablam! Compiling x11-dl v2.15.0 Sep 17 14:03:16.032 INFO kablam! Checking num-complex v0.1.40 Sep 17 14:03:16.653 INFO kablam! Checking shared_library v0.1.7 Sep 17 14:03:16.685 INFO kablam! Checking draw_state v0.6.0 Sep 17 14:03:18.747 INFO kablam! Compiling itertools v0.5.10 Sep 17 14:03:20.603 INFO kablam! Checking tempfile v2.2.0 Sep 17 14:03:20.603 INFO kablam! Checking petgraph v0.4.9 Sep 17 14:03:20.716 INFO kablam! Checking num-bigint v0.1.40 Sep 17 14:03:21.403 INFO kablam! Checking phf v0.7.21 Sep 17 14:03:22.639 INFO kablam! Compiling gl_generator v0.7.0 Sep 17 14:03:22.750 INFO kablam! Compiling gl_generator v0.8.0 Sep 17 14:03:22.846 INFO kablam! Checking thread_local v0.3.4 Sep 17 14:03:23.143 INFO kablam! Checking osmesa-sys v0.1.2 Sep 17 14:03:24.223 INFO kablam! Compiling rand v0.3.16 Sep 17 14:03:26.615 INFO kablam! Checking gfx_core v0.6.1 Sep 17 14:03:27.897 INFO kablam! Checking alga v0.5.2 Sep 17 14:03:30.050 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 14:03:30.051 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 17 14:03:30.051 INFO kablam! | Sep 17 14:03:30.051 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 17 14:03:30.051 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 14:03:30.051 INFO kablam! | Sep 17 14:03:30.051 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 14:03:30.051 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 17 14:03:30.051 INFO kablam! | Sep 17 14:03:30.051 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 14:03:30.051 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 14:03:30.051 INFO kablam! 7 | | { Sep 17 14:03:30.051 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 14:03:30.051 INFO kablam! ... | Sep 17 14:03:30.051 INFO kablam! 13 | | None Sep 17 14:03:30.051 INFO kablam! 14 | | } Sep 17 14:03:30.051 INFO kablam! | |_____^ Sep 17 14:03:30.051 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 14:03:30.051 INFO kablam! Sep 17 14:03:30.070 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 14:03:30.071 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 17 14:03:30.071 INFO kablam! | Sep 17 14:03:30.071 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 17 14:03:30.071 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 14:03:30.071 INFO kablam! | Sep 17 14:03:30.071 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 14:03:30.071 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 17 14:03:30.071 INFO kablam! | Sep 17 14:03:30.071 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 14:03:30.071 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 14:03:30.071 INFO kablam! 7 | | { Sep 17 14:03:30.071 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 14:03:30.071 INFO kablam! ... | Sep 17 14:03:30.071 INFO kablam! 13 | | None Sep 17 14:03:30.071 INFO kablam! 14 | | } Sep 17 14:03:30.071 INFO kablam! | |_____^ Sep 17 14:03:30.071 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 14:03:30.071 INFO kablam! Sep 17 14:03:30.082 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 14:03:30.083 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 17 14:03:30.083 INFO kablam! | Sep 17 14:03:30.083 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 17 14:03:30.083 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 14:03:30.083 INFO kablam! | Sep 17 14:03:30.083 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 14:03:30.083 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 17 14:03:30.083 INFO kablam! | Sep 17 14:03:30.083 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 14:03:30.083 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 14:03:30.083 INFO kablam! 7 | | { Sep 17 14:03:30.083 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 14:03:30.083 INFO kablam! ... | Sep 17 14:03:30.083 INFO kablam! 13 | | None Sep 17 14:03:30.083 INFO kablam! 14 | | } Sep 17 14:03:30.090 INFO kablam! | |_____^ Sep 17 14:03:30.091 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 14:03:30.091 INFO kablam! Sep 17 14:03:30.094 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 14:03:30.095 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 17 14:03:30.095 INFO kablam! | Sep 17 14:03:30.095 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 17 14:03:30.095 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 14:03:30.095 INFO kablam! | Sep 17 14:03:30.095 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 14:03:30.095 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 17 14:03:30.095 INFO kablam! | Sep 17 14:03:30.095 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 14:03:30.095 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 14:03:30.095 INFO kablam! 7 | | { Sep 17 14:03:30.095 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 14:03:30.095 INFO kablam! ... | Sep 17 14:03:30.095 INFO kablam! 13 | | None Sep 17 14:03:30.095 INFO kablam! 14 | | } Sep 17 14:03:30.095 INFO kablam! | |_____^ Sep 17 14:03:30.098 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 14:03:30.098 INFO kablam! Sep 17 14:03:32.330 INFO kablam! error: aborting due to 4 previous errors Sep 17 14:03:32.331 INFO kablam! Sep 17 14:03:32.331 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 17 14:03:32.407 INFO kablam! error: Could not compile `petgraph`. Sep 17 14:03:32.407 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:04:04.829 INFO kablam! error: build failed Sep 17 14:04:04.831 INFO kablam! su: No module specific data is present Sep 17 14:04:06.235 INFO running `"docker" "rm" "-f" "3d997c4a6ea62b1074adb9733c5a0dbdbe9d90e40fe5482b2fd69034ba5f799b"` Sep 17 14:04:06.498 INFO blam! 3d997c4a6ea62b1074adb9733c5a0dbdbe9d90e40fe5482b2fd69034ba5f799b