Sep 05 19:57:13.057 INFO checking Jengamon/Mister against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 19:57:13.057 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 19:57:13.058 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 19:57:13.418 INFO blam! 1e92d291bb4061f5fa00b971c7f0d7896303391b1789fde0975d24bc7454c09e Sep 05 19:57:13.423 INFO running `"docker" "start" "-a" "1e92d291bb4061f5fa00b971c7f0d7896303391b1789fde0975d24bc7454c09e"` Sep 05 19:57:15.065 INFO kablam! usermod: no changes Sep 05 19:57:15.409 INFO kablam! Compiling libloading v0.4.3 Sep 05 19:57:15.409 INFO kablam! Compiling libc v0.2.31 Sep 05 19:57:15.421 INFO kablam! Compiling either v1.4.0 Sep 05 19:57:15.421 INFO kablam! Checking bitflags v0.6.0 Sep 05 19:57:15.421 INFO kablam! Checking fixedbitset v0.1.8 Sep 05 19:57:15.422 INFO kablam! Checking cassowary v0.2.1 Sep 05 19:57:15.422 INFO kablam! Checking slog v2.1.1 Sep 05 19:57:16.034 INFO kablam! Checking exoquant v0.2.0 Sep 05 19:57:16.437 INFO kablam! Checking draw_state v0.8.0 Sep 05 19:57:17.514 INFO kablam! Checking num-complex v0.1.40 Sep 05 19:57:19.427 INFO kablam! Checking log v0.4.1 Sep 05 19:57:19.658 INFO kablam! Checking draw_state v0.6.0 Sep 05 19:57:19.847 INFO kablam! Compiling itertools v0.5.10 Sep 05 19:57:20.040 INFO kablam! Compiling wayland-scanner v0.12.5 Sep 05 19:57:21.729 INFO kablam! Compiling gl_generator v0.7.0 Sep 05 19:57:21.755 INFO kablam! Compiling gl_generator v0.8.0 Sep 05 19:57:21.830 INFO kablam! Checking petgraph v0.4.9 Sep 05 19:57:22.260 INFO kablam! Checking thread_local v0.3.4 Sep 05 19:57:24.651 INFO kablam! Compiling rand v0.3.16 Sep 05 19:57:25.626 INFO kablam! Checking memmap v0.6.2 Sep 05 19:57:27.972 INFO kablam! Checking shared_library v0.1.7 Sep 05 19:57:29.926 INFO kablam! Checking time v0.1.38 Sep 05 19:57:32.526 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 19:57:32.526 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 05 19:57:32.526 INFO kablam! | Sep 05 19:57:32.526 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 05 19:57:32.526 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 19:57:32.526 INFO kablam! | Sep 05 19:57:32.526 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 19:57:32.526 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 05 19:57:32.526 INFO kablam! | Sep 05 19:57:32.526 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 19:57:32.526 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 19:57:32.526 INFO kablam! 7 | | { Sep 05 19:57:32.526 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 19:57:32.526 INFO kablam! ... | Sep 05 19:57:32.526 INFO kablam! 13 | | None Sep 05 19:57:32.526 INFO kablam! 14 | | } Sep 05 19:57:32.526 INFO kablam! | |_____^ Sep 05 19:57:32.526 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 19:57:32.526 INFO kablam! Sep 05 19:57:32.542 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 19:57:32.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 05 19:57:32.542 INFO kablam! | Sep 05 19:57:32.542 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 05 19:57:32.542 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 19:57:32.542 INFO kablam! | Sep 05 19:57:32.542 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 19:57:32.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 05 19:57:32.542 INFO kablam! | Sep 05 19:57:32.542 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 19:57:32.542 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 19:57:32.542 INFO kablam! 7 | | { Sep 05 19:57:32.542 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 19:57:32.542 INFO kablam! ... | Sep 05 19:57:32.542 INFO kablam! 13 | | None Sep 05 19:57:32.542 INFO kablam! 14 | | } Sep 05 19:57:32.542 INFO kablam! | |_____^ Sep 05 19:57:32.542 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 19:57:32.542 INFO kablam! Sep 05 19:57:32.550 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 19:57:32.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 05 19:57:32.550 INFO kablam! | Sep 05 19:57:32.550 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 05 19:57:32.550 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 19:57:32.550 INFO kablam! | Sep 05 19:57:32.550 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 19:57:32.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 05 19:57:32.550 INFO kablam! | Sep 05 19:57:32.550 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 19:57:32.550 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 19:57:32.550 INFO kablam! 7 | | { Sep 05 19:57:32.550 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 19:57:32.550 INFO kablam! ... | Sep 05 19:57:32.550 INFO kablam! 13 | | None Sep 05 19:57:32.550 INFO kablam! 14 | | } Sep 05 19:57:32.550 INFO kablam! | |_____^ Sep 05 19:57:32.550 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 19:57:32.550 INFO kablam! Sep 05 19:57:32.554 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 19:57:32.554 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 05 19:57:32.554 INFO kablam! | Sep 05 19:57:32.554 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 05 19:57:32.554 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 19:57:32.554 INFO kablam! | Sep 05 19:57:32.554 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 19:57:32.554 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 05 19:57:32.554 INFO kablam! | Sep 05 19:57:32.554 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 19:57:32.554 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 19:57:32.554 INFO kablam! 7 | | { Sep 05 19:57:32.554 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 19:57:32.554 INFO kablam! ... | Sep 05 19:57:32.554 INFO kablam! 13 | | None Sep 05 19:57:32.554 INFO kablam! 14 | | } Sep 05 19:57:32.554 INFO kablam! | |_____^ Sep 05 19:57:32.554 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 19:57:32.554 INFO kablam! Sep 05 19:57:34.378 INFO kablam! error: aborting due to 4 previous errors Sep 05 19:57:34.378 INFO kablam! Sep 05 19:57:34.378 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 05 19:57:34.438 INFO kablam! error: Could not compile `petgraph`. Sep 05 19:57:34.438 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 19:57:37.020 INFO kablam! error: build failed Sep 05 19:57:37.022 INFO kablam! su: No module specific data is present Sep 05 19:57:38.220 INFO running `"docker" "rm" "-f" "1e92d291bb4061f5fa00b971c7f0d7896303391b1789fde0975d24bc7454c09e"` Sep 05 19:57:38.498 INFO blam! 1e92d291bb4061f5fa00b971c7f0d7896303391b1789fde0975d24bc7454c09e