Sep 05 19:57:14.935 INFO checking Jengamon/Mister against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 19:57:14.936 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 19:57:14.936 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 19:57:15.306 INFO blam! bf3b022dc08e0c5d113d7894d845947730c66cd7d4b8b7c1dfef9fc6895525a7 Sep 05 19:57:15.307 INFO running `"docker" "start" "-a" "bf3b022dc08e0c5d113d7894d845947730c66cd7d4b8b7c1dfef9fc6895525a7"` Sep 05 19:57:16.889 INFO kablam! usermod: no changes Sep 05 19:57:17.241 INFO kablam! Compiling libc v0.2.31 Sep 05 19:57:17.245 INFO kablam! Checking token_store v0.1.2 Sep 05 19:57:17.253 INFO kablam! Compiling either v1.4.0 Sep 05 19:57:17.257 INFO kablam! Checking bitflags v0.6.0 Sep 05 19:57:17.261 INFO kablam! Checking slog v2.1.1 Sep 05 19:57:17.265 INFO kablam! Checking cassowary v0.2.1 Sep 05 19:57:17.269 INFO kablam! Checking exoquant v0.2.0 Sep 05 19:57:17.746 INFO kablam! Checking draw_state v0.8.0 Sep 05 19:57:18.426 INFO kablam! Compiling x11-dl v2.15.0 Sep 05 19:57:18.930 INFO kablam! Checking petgraph v0.4.9 Sep 05 19:57:20.818 INFO kablam! Checking draw_state v0.6.0 Sep 05 19:57:21.320 INFO kablam! Checking libloading v0.4.3 Sep 05 19:57:22.154 INFO kablam! Compiling wayland-scanner v0.12.5 Sep 05 19:57:23.456 INFO kablam! Compiling gl_generator v0.7.0 Sep 05 19:57:23.898 INFO kablam! Compiling gl_generator v0.8.0 Sep 05 19:57:24.124 INFO kablam! Compiling itertools v0.5.10 Sep 05 19:57:24.330 INFO kablam! Checking dlib v0.4.0 Sep 05 19:57:25.732 INFO kablam! Checking rand v0.3.16 Sep 05 19:57:26.182 INFO kablam! Checking memmap v0.6.2 Sep 05 19:57:27.036 INFO kablam! Checking shared_library v0.1.7 Sep 05 19:57:28.351 INFO kablam! Checking time v0.1.38 Sep 05 19:57:28.930 INFO kablam! Checking isatty v0.1.3 Sep 05 19:57:30.370 INFO kablam! Checking generic-array v0.2.1 Sep 05 19:57:32.262 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 19:57:32.262 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 05 19:57:32.262 INFO kablam! | Sep 05 19:57:32.262 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 05 19:57:32.262 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 19:57:32.262 INFO kablam! | Sep 05 19:57:32.262 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 19:57:32.262 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 05 19:57:32.262 INFO kablam! | Sep 05 19:57:32.262 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 19:57:32.262 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 19:57:32.262 INFO kablam! 7 | | { Sep 05 19:57:32.262 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 19:57:32.262 INFO kablam! ... | Sep 05 19:57:32.262 INFO kablam! 13 | | None Sep 05 19:57:32.262 INFO kablam! 14 | | } Sep 05 19:57:32.262 INFO kablam! | |_____^ Sep 05 19:57:32.262 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 19:57:32.262 INFO kablam! Sep 05 19:57:32.414 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 19:57:32.414 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 05 19:57:32.414 INFO kablam! | Sep 05 19:57:32.414 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 05 19:57:32.414 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 19:57:32.414 INFO kablam! | Sep 05 19:57:32.414 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 19:57:32.414 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 05 19:57:32.414 INFO kablam! | Sep 05 19:57:32.414 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 19:57:32.414 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 19:57:32.414 INFO kablam! 7 | | { Sep 05 19:57:32.414 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 19:57:32.414 INFO kablam! ... | Sep 05 19:57:32.414 INFO kablam! 13 | | None Sep 05 19:57:32.414 INFO kablam! 14 | | } Sep 05 19:57:32.414 INFO kablam! | |_____^ Sep 05 19:57:32.414 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 19:57:32.414 INFO kablam! Sep 05 19:57:32.526 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 19:57:32.526 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 05 19:57:32.526 INFO kablam! | Sep 05 19:57:32.526 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 05 19:57:32.526 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 19:57:32.526 INFO kablam! | Sep 05 19:57:32.526 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 19:57:32.526 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 05 19:57:32.526 INFO kablam! | Sep 05 19:57:32.526 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 19:57:32.526 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 19:57:32.526 INFO kablam! 7 | | { Sep 05 19:57:32.526 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 19:57:32.526 INFO kablam! ... | Sep 05 19:57:32.526 INFO kablam! 13 | | None Sep 05 19:57:32.526 INFO kablam! 14 | | } Sep 05 19:57:32.526 INFO kablam! | |_____^ Sep 05 19:57:32.526 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 19:57:32.526 INFO kablam! Sep 05 19:57:32.566 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 19:57:32.566 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 05 19:57:32.566 INFO kablam! | Sep 05 19:57:32.566 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 05 19:57:32.566 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 19:57:32.566 INFO kablam! | Sep 05 19:57:32.566 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 19:57:32.566 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 05 19:57:32.566 INFO kablam! | Sep 05 19:57:32.566 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 19:57:32.566 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 19:57:32.566 INFO kablam! 7 | | { Sep 05 19:57:32.566 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 19:57:32.566 INFO kablam! ... | Sep 05 19:57:32.566 INFO kablam! 13 | | None Sep 05 19:57:32.566 INFO kablam! 14 | | } Sep 05 19:57:32.566 INFO kablam! | |_____^ Sep 05 19:57:32.566 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 19:57:32.566 INFO kablam! Sep 05 19:57:34.066 INFO kablam! Checking wayland-sys v0.12.5 Sep 05 19:57:34.350 INFO kablam! Checking gfx_core v0.6.1 Sep 05 19:57:34.366 INFO kablam! Checking osmesa-sys v0.1.2 Sep 05 19:57:34.932 INFO kablam! error: aborting due to 4 previous errors Sep 05 19:57:34.951 INFO kablam! Sep 05 19:57:34.951 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 05 19:57:35.018 INFO kablam! error: Could not compile `petgraph`. Sep 05 19:57:35.018 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 19:58:03.682 INFO kablam! error: build failed Sep 05 19:58:03.684 INFO kablam! su: No module specific data is present Sep 05 19:58:04.925 INFO running `"docker" "rm" "-f" "bf3b022dc08e0c5d113d7894d845947730c66cd7d4b8b7c1dfef9fc6895525a7"` Sep 05 19:58:05.222 INFO blam! bf3b022dc08e0c5d113d7894d845947730c66cd7d4b8b7c1dfef9fc6895525a7