Sep 19 16:59:42.925 INFO checking Jengamon/Mister against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 16:59:42.925 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 16:59:42.925 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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.174 INFO blam! b0be0fe3ee65c2e19fec1b50f5323a9eb1f07cbe076ed10575f28ec36faca489 Sep 19 16:59:43.177 INFO running `"docker" "start" "-a" "b0be0fe3ee65c2e19fec1b50f5323a9eb1f07cbe076ed10575f28ec36faca489"` Sep 19 16:59:44.357 INFO kablam! usermod: no changes Sep 19 16:59:44.698 INFO kablam! Compiling libc v0.2.31 Sep 19 16:59:44.702 INFO kablam! Compiling khronos_api v2.1.0 Sep 19 16:59:44.708 INFO kablam! Compiling either v1.4.0 Sep 19 16:59:44.708 INFO kablam! Checking bitflags v0.6.0 Sep 19 16:59:44.708 INFO kablam! Checking cassowary v0.2.1 Sep 19 16:59:44.708 INFO kablam! Checking slog v2.1.1 Sep 19 16:59:44.708 INFO kablam! Checking exoquant v0.2.0 Sep 19 16:59:44.708 INFO kablam! Checking memmap v0.6.2 Sep 19 16:59:45.025 INFO kablam! Checking time v0.1.38 Sep 19 16:59:46.057 INFO kablam! Checking isatty v0.1.3 Sep 19 16:59:46.727 INFO kablam! Checking draw_state v0.8.0 Sep 19 16:59:46.889 INFO kablam! Compiling x11-dl v2.15.0 Sep 19 16:59:47.222 INFO kablam! Checking phf_shared v0.7.21 Sep 19 16:59:47.715 INFO kablam! Checking log v0.4.1 Sep 19 16:59:47.815 INFO kablam! Checking shared_library v0.1.7 Sep 19 16:59:49.086 INFO kablam! Checking petgraph v0.4.9 Sep 19 16:59:49.586 INFO kablam! Compiling wayland-scanner v0.12.5 Sep 19 16:59:49.947 INFO kablam! Checking tempfile v2.2.0 Sep 19 16:59:49.966 INFO kablam! Checking draw_state v0.6.0 Sep 19 16:59:50.376 INFO kablam! Compiling gl_generator v0.7.0 Sep 19 16:59:51.614 INFO kablam! Compiling gl_generator v0.8.0 Sep 19 16:59:52.959 INFO kablam! Checking num-bigint v0.1.40 Sep 19 16:59:53.270 INFO kablam! Compiling itertools v0.5.10 Sep 19 16:59:53.578 INFO kablam! Checking alga v0.5.2 Sep 19 16:59:55.999 INFO kablam! Checking thread_local v0.3.4 Sep 19 16:59:58.351 INFO kablam! Checking phf v0.7.21 Sep 19 17:00:01.358 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 17:00:01.358 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 19 17:00:01.358 INFO kablam! | Sep 19 17:00:01.358 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 19 17:00:01.358 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 17:00:01.358 INFO kablam! | Sep 19 17:00:01.358 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 17:00:01.358 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 17:00:01.358 INFO kablam! | Sep 19 17:00:01.358 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 17:00:01.358 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 17:00:01.358 INFO kablam! 7 | | { Sep 19 17:00:01.358 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 17:00:01.358 INFO kablam! ... | Sep 19 17:00:01.358 INFO kablam! 13 | | None Sep 19 17:00:01.358 INFO kablam! 14 | | } Sep 19 17:00:01.358 INFO kablam! | |_____^ Sep 19 17:00:01.358 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 17:00:01.358 INFO kablam! Sep 19 17:00:01.515 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 17:00:01.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 19 17:00:01.515 INFO kablam! | Sep 19 17:00:01.515 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 19 17:00:01.515 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 17:00:01.515 INFO kablam! | Sep 19 17:00:01.515 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 17:00:01.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 17:00:01.515 INFO kablam! | Sep 19 17:00:01.515 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 17:00:01.515 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 17:00:01.515 INFO kablam! 7 | | { Sep 19 17:00:01.515 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 17:00:01.515 INFO kablam! ... | Sep 19 17:00:01.515 INFO kablam! 13 | | None Sep 19 17:00:01.515 INFO kablam! 14 | | } Sep 19 17:00:01.515 INFO kablam! | |_____^ Sep 19 17:00:01.515 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 17:00:01.515 INFO kablam! Sep 19 17:00:01.550 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 17:00:01.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 19 17:00:01.550 INFO kablam! | Sep 19 17:00:01.550 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 19 17:00:01.550 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 17:00:01.550 INFO kablam! | Sep 19 17:00:01.550 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 17:00:01.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 17:00:01.550 INFO kablam! | Sep 19 17:00:01.550 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 17:00:01.550 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 17:00:01.550 INFO kablam! 7 | | { Sep 19 17:00:01.550 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 17:00:01.550 INFO kablam! ... | Sep 19 17:00:01.550 INFO kablam! 13 | | None Sep 19 17:00:01.550 INFO kablam! 14 | | } Sep 19 17:00:01.550 INFO kablam! | |_____^ Sep 19 17:00:01.550 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 17:00:01.550 INFO kablam! Sep 19 17:00:01.602 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 17:00:01.602 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 19 17:00:01.602 INFO kablam! | Sep 19 17:00:01.602 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 19 17:00:01.602 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 17:00:01.602 INFO kablam! | Sep 19 17:00:01.602 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 17:00:01.602 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 17:00:01.602 INFO kablam! | Sep 19 17:00:01.602 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 17:00:01.602 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 17:00:01.602 INFO kablam! 7 | | { Sep 19 17:00:01.602 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 17:00:01.602 INFO kablam! ... | Sep 19 17:00:01.602 INFO kablam! 13 | | None Sep 19 17:00:01.602 INFO kablam! 14 | | } Sep 19 17:00:01.602 INFO kablam! | |_____^ Sep 19 17:00:01.606 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 17:00:01.606 INFO kablam! Sep 19 17:00:03.868 INFO kablam! error: aborting due to 4 previous errors Sep 19 17:00:03.868 INFO kablam! Sep 19 17:00:03.868 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 17:00:03.918 INFO kablam! error: Could not compile `petgraph`. Sep 19 17:00:03.918 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:00:07.929 INFO kablam! error: build failed Sep 19 17:00:07.934 INFO kablam! su: No module specific data is present Sep 19 17:00:08.737 INFO running `"docker" "rm" "-f" "b0be0fe3ee65c2e19fec1b50f5323a9eb1f07cbe076ed10575f28ec36faca489"` Sep 19 17:00:08.865 INFO blam! b0be0fe3ee65c2e19fec1b50f5323a9eb1f07cbe076ed10575f28ec36faca489