Sep 01 00:31:34.657 INFO checking Jengamon/Mister against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 00:31:34.657 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 00:31:34.657 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/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 00:31:34.931 INFO blam! 20e2e672e9be359a29b40514999edbf6d9883acc9f43f51e1708260f4ebd89d6 Sep 01 00:31:34.933 INFO running `"docker" "start" "-a" "20e2e672e9be359a29b40514999edbf6d9883acc9f43f51e1708260f4ebd89d6"` Sep 01 00:31:36.031 INFO kablam! Compiling libc v0.2.31 Sep 01 00:31:36.032 INFO kablam! Compiling khronos_api v2.1.0 Sep 01 00:31:36.032 INFO kablam! Compiling either v1.4.0 Sep 01 00:31:36.037 INFO kablam! Checking exoquant v0.2.0 Sep 01 00:31:36.038 INFO kablam! Checking memmap v0.6.2 Sep 01 00:31:36.038 INFO kablam! Checking isatty v0.1.3 Sep 01 00:31:36.038 INFO kablam! Checking draw_state v0.8.0 Sep 01 00:31:36.039 INFO kablam! Checking draw_state v0.6.0 Sep 01 00:31:37.033 INFO kablam! Checking shared_library v0.1.7 Sep 01 00:31:37.885 INFO kablam! Checking petgraph v0.4.9 Sep 01 00:31:37.978 INFO kablam! Checking libloading v0.4.3 Sep 01 00:31:38.885 INFO kablam! Checking num-bigint v0.1.40 Sep 01 00:31:39.806 INFO kablam! Checking tempfile v2.2.0 Sep 01 00:31:39.874 INFO kablam! Compiling itertools v0.5.10 Sep 01 00:31:40.825 INFO kablam! Checking thread_local v0.3.4 Sep 01 00:31:41.284 INFO kablam! Checking osmesa-sys v0.1.2 Sep 01 00:31:41.930 INFO kablam! Compiling wayland-client v0.12.5 Sep 01 00:31:42.044 INFO kablam! Compiling wayland-protocols v0.12.5 Sep 01 00:31:42.697 INFO kablam! Checking dlib v0.4.0 Sep 01 00:31:42.767 INFO kablam! Checking x11-dl v2.15.0 Sep 01 00:31:43.190 INFO kablam! Checking gfx_core v0.6.1 Sep 01 00:31:43.780 INFO kablam! Compiling gl_generator v0.7.0 Sep 01 00:31:48.333 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:31:48.333 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 01 00:31:48.333 INFO kablam! | Sep 01 00:31:48.333 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 01 00:31:48.333 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:31:48.333 INFO kablam! | Sep 01 00:31:48.334 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:31:48.334 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 00:31:48.334 INFO kablam! | Sep 01 00:31:48.334 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:31:48.334 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:31:48.334 INFO kablam! 7 | | { Sep 01 00:31:48.334 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:31:48.334 INFO kablam! ... | Sep 01 00:31:48.334 INFO kablam! 13 | | None Sep 01 00:31:48.334 INFO kablam! 14 | | } Sep 01 00:31:48.334 INFO kablam! | |_____^ Sep 01 00:31:48.334 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:31:48.334 INFO kablam! Sep 01 00:31:48.397 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:31:48.398 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 01 00:31:48.398 INFO kablam! | Sep 01 00:31:48.398 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 01 00:31:48.398 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:31:48.398 INFO kablam! | Sep 01 00:31:48.398 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:31:48.398 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 00:31:48.398 INFO kablam! | Sep 01 00:31:48.398 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:31:48.398 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:31:48.398 INFO kablam! 7 | | { Sep 01 00:31:48.398 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:31:48.398 INFO kablam! ... | Sep 01 00:31:48.398 INFO kablam! 13 | | None Sep 01 00:31:48.398 INFO kablam! 14 | | } Sep 01 00:31:48.398 INFO kablam! | |_____^ Sep 01 00:31:48.399 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:31:48.399 INFO kablam! Sep 01 00:31:48.417 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:31:48.417 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 01 00:31:48.417 INFO kablam! | Sep 01 00:31:48.417 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 01 00:31:48.417 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:31:48.417 INFO kablam! | Sep 01 00:31:48.418 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:31:48.418 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 00:31:48.418 INFO kablam! | Sep 01 00:31:48.418 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:31:48.418 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:31:48.418 INFO kablam! 7 | | { Sep 01 00:31:48.418 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:31:48.418 INFO kablam! ... | Sep 01 00:31:48.418 INFO kablam! 13 | | None Sep 01 00:31:48.418 INFO kablam! 14 | | } Sep 01 00:31:48.418 INFO kablam! | |_____^ Sep 01 00:31:48.418 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:31:48.418 INFO kablam! Sep 01 00:31:48.426 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:31:48.426 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 01 00:31:48.426 INFO kablam! | Sep 01 00:31:48.426 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 01 00:31:48.426 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:31:48.426 INFO kablam! | Sep 01 00:31:48.426 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:31:48.426 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 00:31:48.426 INFO kablam! | Sep 01 00:31:48.426 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:31:48.426 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:31:48.427 INFO kablam! 7 | | { Sep 01 00:31:48.427 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:31:48.427 INFO kablam! ... | Sep 01 00:31:48.427 INFO kablam! 13 | | None Sep 01 00:31:48.427 INFO kablam! 14 | | } Sep 01 00:31:48.427 INFO kablam! | |_____^ Sep 01 00:31:48.427 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 00:31:48.427 INFO kablam! Sep 01 00:31:49.595 INFO kablam! error: aborting due to 4 previous errors Sep 01 00:31:49.608 INFO kablam! Sep 01 00:31:49.608 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 00:31:49.617 INFO kablam! error: Could not compile `petgraph`. Sep 01 00:31:49.617 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:32:18.631 INFO kablam! error: build failed Sep 01 00:32:18.633 INFO kablam! su: No module specific data is present Sep 01 00:32:19.088 INFO running `"docker" "rm" "-f" "20e2e672e9be359a29b40514999edbf6d9883acc9f43f51e1708260f4ebd89d6"` Sep 01 00:32:19.222 INFO blam! 20e2e672e9be359a29b40514999edbf6d9883acc9f43f51e1708260f4ebd89d6