Sep 20 23:49:25.650 INFO checking Jengamon/Mister against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 23:49:25.650 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 23:49:25.650 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:49:25.896 INFO blam! 4ee0cd855da0d02f5a4e39df1bb9557c5411d0475fe995bac0482a307b4679cb Sep 20 23:49:25.898 INFO running `"docker" "start" "-a" "4ee0cd855da0d02f5a4e39df1bb9557c5411d0475fe995bac0482a307b4679cb"` Sep 20 23:49:27.797 INFO kablam! usermod: no changes Sep 20 23:49:28.148 INFO kablam! Compiling bitflags v1.0.1 Sep 20 23:49:28.148 INFO kablam! Compiling libc v0.2.31 Sep 20 23:49:28.167 INFO kablam! Compiling khronos_api v2.1.0 Sep 20 23:49:28.195 INFO kablam! Checking exoquant v0.2.0 Sep 20 23:49:28.203 INFO kablam! Checking memmap v0.6.2 Sep 20 23:49:28.204 INFO kablam! Checking isatty v0.1.3 Sep 20 23:49:28.210 INFO kablam! Checking draw_state v0.8.0 Sep 20 23:49:28.211 INFO kablam! Compiling itertools v0.5.10 Sep 20 23:49:29.326 INFO kablam! Checking log v0.4.1 Sep 20 23:49:29.836 INFO kablam! Checking shared_library v0.1.7 Sep 20 23:49:30.404 INFO kablam! Checking petgraph v0.4.9 Sep 20 23:49:30.615 INFO kablam! Checking libloading v0.4.3 Sep 20 23:49:31.615 INFO kablam! Checking num-bigint v0.1.40 Sep 20 23:49:31.796 INFO kablam! Checking tempfile v2.2.0 Sep 20 23:49:32.124 INFO kablam! Checking phf v0.7.21 Sep 20 23:49:32.720 INFO kablam! Compiling xml-rs v0.7.0 Sep 20 23:49:34.074 INFO kablam! Checking gfx_core v0.6.1 Sep 20 23:49:34.495 INFO kablam! Checking osmesa-sys v0.1.2 Sep 20 23:49:34.588 INFO kablam! Checking x11-dl v2.15.0 Sep 20 23:49:36.150 INFO kablam! Checking dlib v0.4.0 Sep 20 23:49:36.150 INFO kablam! Compiling rand v0.3.16 Sep 20 23:49:36.722 INFO kablam! Checking nalgebra v0.11.2 Sep 20 23:49:39.394 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:49:39.394 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 20 23:49:39.394 INFO kablam! | Sep 20 23:49:39.394 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 20 23:49:39.394 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:49:39.394 INFO kablam! | Sep 20 23:49:39.394 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:49:39.394 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 20 23:49:39.394 INFO kablam! | Sep 20 23:49:39.394 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:49:39.394 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:49:39.394 INFO kablam! 7 | | { Sep 20 23:49:39.394 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:49:39.394 INFO kablam! ... | Sep 20 23:49:39.394 INFO kablam! 13 | | None Sep 20 23:49:39.394 INFO kablam! 14 | | } Sep 20 23:49:39.394 INFO kablam! | |_____^ Sep 20 23:49:39.394 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:49:39.394 INFO kablam! Sep 20 23:49:39.398 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:49:39.398 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 20 23:49:39.398 INFO kablam! | Sep 20 23:49:39.398 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 20 23:49:39.398 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:49:39.398 INFO kablam! | Sep 20 23:49:39.398 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:49:39.398 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 20 23:49:39.398 INFO kablam! | Sep 20 23:49:39.398 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:49:39.398 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:49:39.398 INFO kablam! 7 | | { Sep 20 23:49:39.398 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:49:39.398 INFO kablam! ... | Sep 20 23:49:39.398 INFO kablam! 13 | | None Sep 20 23:49:39.398 INFO kablam! 14 | | } Sep 20 23:49:39.398 INFO kablam! | |_____^ Sep 20 23:49:39.398 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:49:39.398 INFO kablam! Sep 20 23:49:39.410 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:49:39.410 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 20 23:49:39.410 INFO kablam! | Sep 20 23:49:39.410 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 20 23:49:39.410 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:49:39.410 INFO kablam! | Sep 20 23:49:39.410 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:49:39.410 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 20 23:49:39.410 INFO kablam! | Sep 20 23:49:39.410 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:49:39.410 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:49:39.410 INFO kablam! 7 | | { Sep 20 23:49:39.410 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:49:39.410 INFO kablam! ... | Sep 20 23:49:39.410 INFO kablam! 13 | | None Sep 20 23:49:39.410 INFO kablam! 14 | | } Sep 20 23:49:39.410 INFO kablam! | |_____^ Sep 20 23:49:39.410 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:49:39.410 INFO kablam! Sep 20 23:49:39.410 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:49:39.410 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 20 23:49:39.410 INFO kablam! | Sep 20 23:49:39.410 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 20 23:49:39.410 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:49:39.410 INFO kablam! | Sep 20 23:49:39.410 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:49:39.410 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 20 23:49:39.410 INFO kablam! | Sep 20 23:49:39.410 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:49:39.410 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:49:39.410 INFO kablam! 7 | | { Sep 20 23:49:39.410 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:49:39.410 INFO kablam! ... | Sep 20 23:49:39.410 INFO kablam! 13 | | None Sep 20 23:49:39.411 INFO kablam! 14 | | } Sep 20 23:49:39.411 INFO kablam! | |_____^ Sep 20 23:49:39.411 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:49:39.411 INFO kablam! Sep 20 23:49:40.193 INFO kablam! error: aborting due to 4 previous errors Sep 20 23:49:40.193 INFO kablam! Sep 20 23:49:40.193 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 23:49:40.201 INFO kablam! error: Could not compile `petgraph`. Sep 20 23:49:40.201 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:50:15.190 INFO kablam! error: build failed Sep 20 23:50:15.192 INFO kablam! su: No module specific data is present Sep 20 23:50:16.181 INFO running `"docker" "rm" "-f" "4ee0cd855da0d02f5a4e39df1bb9557c5411d0475fe995bac0482a307b4679cb"` Sep 20 23:50:16.314 INFO blam! 4ee0cd855da0d02f5a4e39df1bb9557c5411d0475fe995bac0482a307b4679cb