Sep 17 14:03:20.007 INFO checking Jengamon/Mister against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 14:03:20.007 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 14:03:20.007 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 14:03:20.403 INFO blam! 431907e6afa4070fbc5ee9b0822116690ab96cfad0db2509d381f990208ac27c Sep 17 14:03:20.411 INFO running `"docker" "start" "-a" "431907e6afa4070fbc5ee9b0822116690ab96cfad0db2509d381f990208ac27c"` Sep 17 14:03:21.850 INFO kablam! usermod: no changes Sep 17 14:03:22.131 INFO kablam! Compiling libc v0.2.31 Sep 17 14:03:22.139 INFO kablam! Compiling typenum v1.9.0 Sep 17 14:03:22.139 INFO kablam! Compiling either v1.4.0 Sep 17 14:03:22.143 INFO kablam! Checking slog v2.1.1 Sep 17 14:03:22.143 INFO kablam! Checking exoquant v0.2.0 Sep 17 14:03:22.143 INFO kablam! Checking draw_state v0.8.0 Sep 17 14:03:22.143 INFO kablam! Checking num-complex v0.1.40 Sep 17 14:03:23.731 INFO kablam! Compiling x11-dl v2.15.0 Sep 17 14:03:24.123 INFO kablam! Checking phf_shared v0.7.21 Sep 17 14:03:24.721 INFO kablam! Checking log v0.4.1 Sep 17 14:03:26.269 INFO kablam! Checking petgraph v0.4.9 Sep 17 14:03:26.335 INFO kablam! Checking libloading v0.4.3 Sep 17 14:03:26.391 INFO kablam! Compiling wayland-scanner v0.12.5 Sep 17 14:03:27.095 INFO kablam! Compiling gl_generator v0.7.0 Sep 17 14:03:28.075 INFO kablam! Compiling gl_generator v0.8.0 Sep 17 14:03:28.090 INFO kablam! Compiling itertools v0.5.10 Sep 17 14:03:28.147 INFO kablam! Checking phf v0.7.21 Sep 17 14:03:28.260 INFO kablam! Checking gfx_core v0.6.1 Sep 17 14:03:30.203 INFO kablam! Checking rand v0.3.16 Sep 17 14:03:30.483 INFO kablam! Checking memmap v0.6.2 Sep 17 14:03:32.575 INFO kablam! Checking shared_library v0.1.7 Sep 17 14:03:37.799 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 14:03:37.799 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 17 14:03:37.799 INFO kablam! | Sep 17 14:03:37.799 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 17 14:03:37.799 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 14:03:37.811 INFO kablam! | Sep 17 14:03:37.811 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 14:03:37.811 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 17 14:03:37.811 INFO kablam! | Sep 17 14:03:37.811 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 14:03:37.811 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 14:03:37.811 INFO kablam! 7 | | { Sep 17 14:03:37.811 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 14:03:37.811 INFO kablam! ... | Sep 17 14:03:37.811 INFO kablam! 13 | | None Sep 17 14:03:37.811 INFO kablam! 14 | | } Sep 17 14:03:37.811 INFO kablam! | |_____^ Sep 17 14:03:37.811 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 14:03:37.811 INFO kablam! Sep 17 14:03:38.011 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 14:03:38.011 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 17 14:03:38.011 INFO kablam! | Sep 17 14:03:38.011 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 17 14:03:38.011 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 14:03:38.039 INFO kablam! | Sep 17 14:03:38.039 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 14:03:38.039 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 17 14:03:38.039 INFO kablam! | Sep 17 14:03:38.039 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 14:03:38.039 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 14:03:38.039 INFO kablam! 7 | | { Sep 17 14:03:38.039 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 14:03:38.039 INFO kablam! ... | Sep 17 14:03:38.039 INFO kablam! 13 | | None Sep 17 14:03:38.039 INFO kablam! 14 | | } Sep 17 14:03:38.039 INFO kablam! | |_____^ Sep 17 14:03:38.039 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 14:03:38.039 INFO kablam! Sep 17 14:03:38.091 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 14:03:38.091 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 17 14:03:38.091 INFO kablam! | Sep 17 14:03:38.091 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 17 14:03:38.091 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 14:03:38.091 INFO kablam! | Sep 17 14:03:38.091 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 14:03:38.091 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 17 14:03:38.091 INFO kablam! | Sep 17 14:03:38.091 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 14:03:38.091 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 14:03:38.091 INFO kablam! 7 | | { Sep 17 14:03:38.092 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 14:03:38.092 INFO kablam! ... | Sep 17 14:03:38.092 INFO kablam! 13 | | None Sep 17 14:03:38.092 INFO kablam! 14 | | } Sep 17 14:03:38.092 INFO kablam! | |_____^ Sep 17 14:03:38.092 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 14:03:38.092 INFO kablam! Sep 17 14:03:38.143 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 14:03:38.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 17 14:03:38.143 INFO kablam! | Sep 17 14:03:38.143 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 17 14:03:38.143 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 14:03:38.160 INFO kablam! | Sep 17 14:03:38.160 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 14:03:38.160 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 17 14:03:38.160 INFO kablam! | Sep 17 14:03:38.160 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 14:03:38.160 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 14:03:38.160 INFO kablam! 7 | | { Sep 17 14:03:38.160 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 14:03:38.160 INFO kablam! ... | Sep 17 14:03:38.160 INFO kablam! 13 | | None Sep 17 14:03:38.160 INFO kablam! 14 | | } Sep 17 14:03:38.160 INFO kablam! | |_____^ Sep 17 14:03:38.160 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 14:03:38.160 INFO kablam! Sep 17 14:03:38.885 INFO kablam! Checking time v0.1.38 Sep 17 14:03:38.923 INFO kablam! Checking isatty v0.1.3 Sep 17 14:03:39.199 INFO kablam! Checking alga v0.5.2 Sep 17 14:03:39.666 INFO kablam! Checking dlib v0.4.0 Sep 17 14:03:40.259 INFO kablam! error: aborting due to 4 previous errors Sep 17 14:03:40.259 INFO kablam! Sep 17 14:03:40.259 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 17 14:03:40.274 INFO kablam! error: Could not compile `petgraph`. Sep 17 14:03:40.274 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:04:04.770 INFO kablam! error: build failed Sep 17 14:04:04.772 INFO kablam! su: No module specific data is present Sep 17 14:04:06.245 INFO running `"docker" "rm" "-f" "431907e6afa4070fbc5ee9b0822116690ab96cfad0db2509d381f990208ac27c"` Sep 17 14:04:06.607 INFO blam! 431907e6afa4070fbc5ee9b0822116690ab96cfad0db2509d381f990208ac27c