Sep 01 17:28:41.268 INFO checking Jengamon/Mister against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 17:28:41.268 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 17:28:41.268 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 17:28:41.498 INFO blam! cb4d43050d367581796211d05610a103b94705fd2cee602bc523d3d6be5b73be Sep 01 17:28:41.501 INFO running `"docker" "start" "-a" "cb4d43050d367581796211d05610a103b94705fd2cee602bc523d3d6be5b73be"` Sep 01 17:28:42.668 INFO kablam! Compiling libc v0.2.31 Sep 01 17:28:42.679 INFO kablam! Checking bitflags v0.6.0 Sep 01 17:28:42.690 INFO kablam! Checking fixedbitset v0.1.8 Sep 01 17:28:42.691 INFO kablam! Checking cassowary v0.2.1 Sep 01 17:28:42.691 INFO kablam! Checking exoquant v0.2.0 Sep 01 17:28:42.727 INFO kablam! Checking memmap v0.6.2 Sep 01 17:28:42.734 INFO kablam! Checking isatty v0.1.3 Sep 01 17:28:42.735 INFO kablam! Compiling x11-dl v2.15.0 Sep 01 17:28:42.887 INFO kablam! Checking draw_state v0.8.0 Sep 01 17:28:43.876 INFO kablam! Checking shared_library v0.1.7 Sep 01 17:28:45.297 INFO kablam! Compiling wayland-scanner v0.12.5 Sep 01 17:28:45.470 INFO kablam! Compiling gl_generator v0.7.0 Sep 01 17:28:46.100 INFO kablam! Compiling gl_generator v0.8.0 Sep 01 17:28:46.877 INFO kablam! Checking num-bigint v0.1.40 Sep 01 17:28:47.442 INFO kablam! Checking tempfile v2.2.0 Sep 01 17:28:47.580 INFO kablam! Checking draw_state v0.6.0 Sep 01 17:28:49.827 INFO kablam! Checking alga v0.5.2 Sep 01 17:28:50.774 INFO kablam! Compiling derivative v1.0.0 Sep 01 17:28:53.484 INFO kablam! Checking dlib v0.4.0 Sep 01 17:28:54.210 INFO kablam! Checking petgraph v0.4.9 Sep 01 17:28:54.594 INFO kablam! Checking osmesa-sys v0.1.2 Sep 01 17:29:01.666 INFO kablam! Checking generic-array v0.2.1 Sep 01 17:29:01.712 INFO kablam! Compiling rand v0.3.16 Sep 01 17:29:01.732 INFO kablam! Checking gfx_core v0.6.1 Sep 01 17:29:01.739 INFO kablam! Checking wayland-sys v0.12.5 Sep 01 17:29:01.789 INFO kablam! Compiling wayland-client v0.12.5 Sep 01 17:29:02.755 INFO kablam! Compiling wayland-protocols v0.12.5 Sep 01 17:29:04.270 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:29:04.270 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 01 17:29:04.270 INFO kablam! | Sep 01 17:29:04.270 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 01 17:29:04.270 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:29:04.270 INFO kablam! | Sep 01 17:29:04.270 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:29:04.270 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 17:29:04.271 INFO kablam! | Sep 01 17:29:04.271 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:29:04.271 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:29:04.271 INFO kablam! 7 | | { Sep 01 17:29:04.271 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:29:04.271 INFO kablam! ... | Sep 01 17:29:04.271 INFO kablam! 13 | | None Sep 01 17:29:04.271 INFO kablam! 14 | | } Sep 01 17:29:04.271 INFO kablam! | |_____^ Sep 01 17:29:04.271 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:29:04.271 INFO kablam! Sep 01 17:29:04.309 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:29:04.309 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 01 17:29:04.309 INFO kablam! | Sep 01 17:29:04.309 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 01 17:29:04.309 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:29:04.309 INFO kablam! | Sep 01 17:29:04.310 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:29:04.310 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 17:29:04.310 INFO kablam! | Sep 01 17:29:04.310 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:29:04.310 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:29:04.310 INFO kablam! 7 | | { Sep 01 17:29:04.310 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:29:04.310 INFO kablam! ... | Sep 01 17:29:04.310 INFO kablam! 13 | | None Sep 01 17:29:04.310 INFO kablam! 14 | | } Sep 01 17:29:04.310 INFO kablam! | |_____^ Sep 01 17:29:04.310 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:29:04.310 INFO kablam! Sep 01 17:29:04.329 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:29:04.329 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 01 17:29:04.330 INFO kablam! | Sep 01 17:29:04.330 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 01 17:29:04.330 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:29:04.330 INFO kablam! | Sep 01 17:29:04.330 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:29:04.330 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 17:29:04.331 INFO kablam! | Sep 01 17:29:04.331 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:29:04.331 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:29:04.331 INFO kablam! 7 | | { Sep 01 17:29:04.331 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:29:04.331 INFO kablam! ... | Sep 01 17:29:04.331 INFO kablam! 13 | | None Sep 01 17:29:04.331 INFO kablam! 14 | | } Sep 01 17:29:04.331 INFO kablam! | |_____^ Sep 01 17:29:04.331 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:29:04.331 INFO kablam! Sep 01 17:29:04.339 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 17:29:04.339 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 01 17:29:04.339 INFO kablam! | Sep 01 17:29:04.339 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 01 17:29:04.339 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 17:29:04.339 INFO kablam! | Sep 01 17:29:04.340 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 17:29:04.340 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 17:29:04.340 INFO kablam! | Sep 01 17:29:04.340 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 17:29:04.340 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 17:29:04.340 INFO kablam! 7 | | { Sep 01 17:29:04.340 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 17:29:04.340 INFO kablam! ... | Sep 01 17:29:04.340 INFO kablam! 13 | | None Sep 01 17:29:04.340 INFO kablam! 14 | | } Sep 01 17:29:04.341 INFO kablam! | |_____^ Sep 01 17:29:04.341 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 17:29:04.341 INFO kablam! Sep 01 17:29:05.539 INFO kablam! error: aborting due to 4 previous errors Sep 01 17:29:05.539 INFO kablam! Sep 01 17:29:05.539 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 17:29:05.549 INFO kablam! error: Could not compile `petgraph`. Sep 01 17:29:05.550 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:29:34.590 INFO kablam! error: build failed Sep 01 17:29:34.592 INFO kablam! su: No module specific data is present Sep 01 17:29:35.105 INFO running `"docker" "rm" "-f" "cb4d43050d367581796211d05610a103b94705fd2cee602bc523d3d6be5b73be"` Sep 01 17:29:35.243 INFO blam! cb4d43050d367581796211d05610a103b94705fd2cee602bc523d3d6be5b73be