Sep 10 05:25:23.680 INFO checking Jengamon/Mister against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 05:25:23.680 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 05:25:23.680 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 05:25:23.912 INFO blam! 3f3378c6472c56d84dbba53cbb1c06d3893cba0d955b8009a5866e9612a612af Sep 10 05:25:23.914 INFO running `"docker" "start" "-a" "3f3378c6472c56d84dbba53cbb1c06d3893cba0d955b8009a5866e9612a612af"` Sep 10 05:25:25.866 INFO kablam! usermod: no changes Sep 10 05:25:26.286 INFO kablam! Compiling libc v0.2.31 Sep 10 05:25:26.286 INFO kablam! Compiling khronos_api v2.1.0 Sep 10 05:25:26.310 INFO kablam! Compiling either v1.4.0 Sep 10 05:25:26.311 INFO kablam! Compiling typenum v1.9.0 Sep 10 05:25:26.351 INFO kablam! Checking fixedbitset v0.1.8 Sep 10 05:25:26.353 INFO kablam! Checking exoquant v0.2.0 Sep 10 05:25:26.356 INFO kablam! Compiling x11-dl v2.15.0 Sep 10 05:25:27.627 INFO kablam! Checking draw_state v0.8.0 Sep 10 05:25:28.488 INFO kablam! Checking num-complex v0.1.40 Sep 10 05:25:28.931 INFO kablam! Checking libloading v0.4.3 Sep 10 05:25:28.943 INFO kablam! Checking petgraph v0.4.9 Sep 10 05:25:31.488 INFO kablam! Compiling itertools v0.5.10 Sep 10 05:25:31.554 INFO kablam! Compiling gl_generator v0.7.0 Sep 10 05:25:31.622 INFO kablam! Compiling gl_generator v0.8.0 Sep 10 05:25:33.081 INFO kablam! Checking gfx_core v0.6.1 Sep 10 05:25:33.122 INFO kablam! Checking thread_local v0.3.4 Sep 10 05:25:33.853 INFO kablam! Checking dlib v0.4.0 Sep 10 05:25:34.652 INFO kablam! Compiling rand v0.3.16 Sep 10 05:25:35.814 INFO kablam! Checking memmap v0.6.2 Sep 10 05:25:38.202 INFO kablam! Checking shared_library v0.1.7 Sep 10 05:25:40.238 INFO kablam! Checking time v0.1.38 Sep 10 05:25:41.584 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:25:41.584 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 10 05:25:41.584 INFO kablam! | Sep 10 05:25:41.584 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 10 05:25:41.584 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:25:41.584 INFO kablam! | Sep 10 05:25:41.584 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:25:41.584 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 10 05:25:41.584 INFO kablam! | Sep 10 05:25:41.584 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:25:41.584 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:25:41.584 INFO kablam! 7 | | { Sep 10 05:25:41.584 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:25:41.584 INFO kablam! ... | Sep 10 05:25:41.584 INFO kablam! 13 | | None Sep 10 05:25:41.584 INFO kablam! 14 | | } Sep 10 05:25:41.584 INFO kablam! | |_____^ Sep 10 05:25:41.584 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 05:25:41.584 INFO kablam! Sep 10 05:25:41.686 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:25:41.686 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 10 05:25:41.686 INFO kablam! | Sep 10 05:25:41.686 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 10 05:25:41.686 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:25:41.686 INFO kablam! | Sep 10 05:25:41.686 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:25:41.686 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 10 05:25:41.686 INFO kablam! | Sep 10 05:25:41.686 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:25:41.686 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:25:41.686 INFO kablam! 7 | | { Sep 10 05:25:41.686 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:25:41.686 INFO kablam! ... | Sep 10 05:25:41.686 INFO kablam! 13 | | None Sep 10 05:25:41.686 INFO kablam! 14 | | } Sep 10 05:25:41.686 INFO kablam! | |_____^ Sep 10 05:25:41.686 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 05:25:41.686 INFO kablam! Sep 10 05:25:41.734 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:25:41.734 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 10 05:25:41.734 INFO kablam! | Sep 10 05:25:41.734 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 10 05:25:41.734 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:25:41.735 INFO kablam! | Sep 10 05:25:41.735 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:25:41.735 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 10 05:25:41.735 INFO kablam! | Sep 10 05:25:41.735 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:25:41.735 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:25:41.735 INFO kablam! 7 | | { Sep 10 05:25:41.735 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:25:41.735 INFO kablam! ... | Sep 10 05:25:41.735 INFO kablam! 13 | | None Sep 10 05:25:41.735 INFO kablam! 14 | | } Sep 10 05:25:41.735 INFO kablam! | |_____^ Sep 10 05:25:41.735 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 05:25:41.735 INFO kablam! Sep 10 05:25:41.752 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:25:41.752 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 10 05:25:41.752 INFO kablam! | Sep 10 05:25:41.752 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 10 05:25:41.752 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:25:41.762 INFO kablam! | Sep 10 05:25:41.770 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:25:41.770 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 10 05:25:41.770 INFO kablam! | Sep 10 05:25:41.770 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:25:41.770 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:25:41.770 INFO kablam! 7 | | { Sep 10 05:25:41.770 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:25:41.770 INFO kablam! ... | Sep 10 05:25:41.770 INFO kablam! 13 | | None Sep 10 05:25:41.770 INFO kablam! 14 | | } Sep 10 05:25:41.770 INFO kablam! | |_____^ Sep 10 05:25:41.770 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 05:25:41.770 INFO kablam! Sep 10 05:25:42.440 INFO kablam! error: aborting due to 4 previous errors Sep 10 05:25:42.446 INFO kablam! Sep 10 05:25:42.446 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 05:25:42.478 INFO kablam! error: Could not compile `petgraph`. Sep 10 05:25:42.478 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:26:05.272 INFO kablam! error: build failed Sep 10 05:26:05.274 INFO kablam! su: No module specific data is present Sep 10 05:26:06.580 INFO running `"docker" "rm" "-f" "3f3378c6472c56d84dbba53cbb1c06d3893cba0d955b8009a5866e9612a612af"` Sep 10 05:26:06.684 INFO blam! 3f3378c6472c56d84dbba53cbb1c06d3893cba0d955b8009a5866e9612a612af