Sep 10 05:25:23.086 INFO checking Jengamon/Mister against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 05:25:23.086 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 05:25:23.086 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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.338 INFO blam! e3a77c4db43f94f6de6aca9868e8a4fc9561c1b0dbd0f6eee29999cdbdfcffb3 Sep 10 05:25:23.340 INFO running `"docker" "start" "-a" "e3a77c4db43f94f6de6aca9868e8a4fc9561c1b0dbd0f6eee29999cdbdfcffb3"` Sep 10 05:25:24.656 INFO kablam! usermod: no changes Sep 10 05:25:24.950 INFO kablam! Compiling libloading v0.4.3 Sep 10 05:25:24.950 INFO kablam! Compiling libc v0.2.31 Sep 10 05:25:24.950 INFO kablam! Compiling either v1.4.0 Sep 10 05:25:24.950 INFO kablam! Checking bitflags v0.6.0 Sep 10 05:25:24.950 INFO kablam! Checking fixedbitset v0.1.8 Sep 10 05:25:24.950 INFO kablam! Checking term v0.4.6 Sep 10 05:25:24.950 INFO kablam! Checking cassowary v0.2.1 Sep 10 05:25:24.970 INFO kablam! Checking exoquant v0.2.0 Sep 10 05:25:25.557 INFO kablam! Checking memmap v0.6.2 Sep 10 05:25:25.654 INFO kablam! Checking time v0.1.38 Sep 10 05:25:26.351 INFO kablam! Checking isatty v0.1.3 Sep 10 05:25:26.636 INFO kablam! Checking shared_library v0.1.7 Sep 10 05:25:27.650 INFO kablam! Compiling itertools v0.5.10 Sep 10 05:25:27.686 INFO kablam! Compiling gl_generator v0.7.0 Sep 10 05:25:27.821 INFO kablam! Compiling gl_generator v0.8.0 Sep 10 05:25:28.294 INFO kablam! Checking num-bigint v0.1.40 Sep 10 05:25:28.489 INFO kablam! Checking tempfile v2.2.0 Sep 10 05:25:29.299 INFO kablam! Checking draw_state v0.6.0 Sep 10 05:25:29.948 INFO kablam! Checking petgraph v0.4.9 Sep 10 05:25:30.830 INFO kablam! Checking alga v0.5.2 Sep 10 05:25:32.594 INFO kablam! Compiling wayland-client v0.12.5 Sep 10 05:25:32.924 INFO kablam! Compiling wayland-protocols v0.12.5 Sep 10 05:25:38.130 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:25:38.130 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:38.130 INFO kablam! | Sep 10 05:25:38.130 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 10 05:25:38.130 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:25:38.130 INFO kablam! | Sep 10 05:25:38.130 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:25:38.130 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 10 05:25:38.130 INFO kablam! | Sep 10 05:25:38.130 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:25:38.130 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:25:38.130 INFO kablam! 7 | | { Sep 10 05:25:38.130 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:25:38.130 INFO kablam! ... | Sep 10 05:25:38.130 INFO kablam! 13 | | None Sep 10 05:25:38.130 INFO kablam! 14 | | } Sep 10 05:25:38.130 INFO kablam! | |_____^ Sep 10 05:25:38.130 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:38.130 INFO kablam! Sep 10 05:25:38.238 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:25:38.238 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:38.238 INFO kablam! | Sep 10 05:25:38.238 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 10 05:25:38.238 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:25:38.238 INFO kablam! | Sep 10 05:25:38.238 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:25:38.238 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 10 05:25:38.238 INFO kablam! | Sep 10 05:25:38.238 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:25:38.238 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:25:38.238 INFO kablam! 7 | | { Sep 10 05:25:38.238 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:25:38.238 INFO kablam! ... | Sep 10 05:25:38.238 INFO kablam! 13 | | None Sep 10 05:25:38.238 INFO kablam! 14 | | } Sep 10 05:25:38.238 INFO kablam! | |_____^ Sep 10 05:25:38.238 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:38.238 INFO kablam! Sep 10 05:25:38.302 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:25:38.302 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:38.302 INFO kablam! | Sep 10 05:25:38.302 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 10 05:25:38.302 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:25:38.302 INFO kablam! | Sep 10 05:25:38.302 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:25:38.302 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 10 05:25:38.302 INFO kablam! | Sep 10 05:25:38.302 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:25:38.302 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:25:38.302 INFO kablam! 7 | | { Sep 10 05:25:38.302 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:25:38.302 INFO kablam! ... | Sep 10 05:25:38.302 INFO kablam! 13 | | None Sep 10 05:25:38.302 INFO kablam! 14 | | } Sep 10 05:25:38.302 INFO kablam! | |_____^ Sep 10 05:25:38.302 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:38.302 INFO kablam! Sep 10 05:25:38.346 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:25:38.346 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:38.346 INFO kablam! | Sep 10 05:25:38.346 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 10 05:25:38.346 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:25:38.346 INFO kablam! | Sep 10 05:25:38.346 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:25:38.346 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 10 05:25:38.346 INFO kablam! | Sep 10 05:25:38.346 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:25:38.346 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:25:38.346 INFO kablam! 7 | | { Sep 10 05:25:38.346 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:25:38.346 INFO kablam! ... | Sep 10 05:25:38.346 INFO kablam! 13 | | None Sep 10 05:25:38.346 INFO kablam! 14 | | } Sep 10 05:25:38.346 INFO kablam! | |_____^ Sep 10 05:25:38.346 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:38.346 INFO kablam! Sep 10 05:25:40.736 INFO kablam! error: aborting due to 4 previous errors Sep 10 05:25:40.750 INFO kablam! Sep 10 05:25:40.750 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 05:25:40.778 INFO kablam! error: Could not compile `petgraph`. Sep 10 05:25:40.778 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:25:44.979 INFO kablam! error: build failed Sep 10 05:25:44.980 INFO kablam! su: No module specific data is present Sep 10 05:25:45.552 INFO running `"docker" "rm" "-f" "e3a77c4db43f94f6de6aca9868e8a4fc9561c1b0dbd0f6eee29999cdbdfcffb3"` Sep 10 05:25:45.620 INFO blam! e3a77c4db43f94f6de6aca9868e8a4fc9561c1b0dbd0f6eee29999cdbdfcffb3