Sep 01 00:31:26.370 INFO checking Jengamon/Mister against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 00:31:26.370 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 00:31:26.370 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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:26.615 INFO blam! 79054f56db4a62c3b66441d3b1765e95f38ef429653b2376fcd3b8bf2d661f0f Sep 01 00:31:26.617 INFO running `"docker" "start" "-a" "79054f56db4a62c3b66441d3b1765e95f38ef429653b2376fcd3b8bf2d661f0f"` Sep 01 00:31:27.691 INFO kablam! Compiling libc v0.2.31 Sep 01 00:31:27.695 INFO kablam! Checking exoquant v0.2.0 Sep 01 00:31:27.698 INFO kablam! Checking memmap v0.6.2 Sep 01 00:31:27.700 INFO kablam! Checking time v0.1.38 Sep 01 00:31:27.705 INFO kablam! Checking isatty v0.1.3 Sep 01 00:31:27.706 INFO kablam! Compiling itertools v0.5.10 Sep 01 00:31:27.706 INFO kablam! Checking shared_library v0.1.7 Sep 01 00:31:27.706 INFO kablam! Checking petgraph v0.4.9 Sep 01 00:31:28.937 INFO kablam! Compiling gl_generator v0.7.0 Sep 01 00:31:29.842 INFO kablam! Compiling gl_generator v0.8.0 Sep 01 00:31:30.162 INFO kablam! Checking libloading v0.4.3 Sep 01 00:31:32.036 INFO kablam! Checking tempfile v2.2.0 Sep 01 00:31:32.391 INFO kablam! Checking num-bigint v0.1.40 Sep 01 00:31:32.554 INFO kablam! Checking gfx_core v0.6.1 Sep 01 00:31:34.705 INFO kablam! Checking osmesa-sys v0.1.2 Sep 01 00:31:35.833 INFO kablam! Checking dlib v0.4.0 Sep 01 00:31:35.855 INFO kablam! Checking x11-dl v2.15.0 Sep 01 00:31:36.731 INFO kablam! Compiling rand v0.3.16 Sep 01 00:31:38.785 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:31:38.785 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:38.785 INFO kablam! | Sep 01 00:31:38.785 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 01 00:31:38.785 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:31:38.785 INFO kablam! | Sep 01 00:31:38.788 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:31:38.788 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 00:31:38.788 INFO kablam! | Sep 01 00:31:38.788 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:31:38.788 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:31:38.788 INFO kablam! 7 | | { Sep 01 00:31:38.789 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:31:38.789 INFO kablam! ... | Sep 01 00:31:38.789 INFO kablam! 13 | | None Sep 01 00:31:38.789 INFO kablam! 14 | | } Sep 01 00:31:38.789 INFO kablam! | |_____^ Sep 01 00:31:38.789 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:38.789 INFO kablam! Sep 01 00:31:38.864 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:31:38.864 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:38.864 INFO kablam! | Sep 01 00:31:38.864 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 01 00:31:38.864 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:31:38.864 INFO kablam! | Sep 01 00:31:38.865 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:31:38.865 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 00:31:38.865 INFO kablam! | Sep 01 00:31:38.865 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:31:38.865 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:31:38.865 INFO kablam! 7 | | { Sep 01 00:31:38.865 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:31:38.865 INFO kablam! ... | Sep 01 00:31:38.865 INFO kablam! 13 | | None Sep 01 00:31:38.865 INFO kablam! 14 | | } Sep 01 00:31:38.865 INFO kablam! | |_____^ Sep 01 00:31:38.868 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:38.868 INFO kablam! Sep 01 00:31:38.923 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:31:38.923 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:38.923 INFO kablam! | Sep 01 00:31:38.924 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 01 00:31:38.924 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:31:38.924 INFO kablam! | Sep 01 00:31:38.924 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:31:38.924 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 00:31:38.924 INFO kablam! | Sep 01 00:31:38.924 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:31:38.924 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:31:38.924 INFO kablam! 7 | | { Sep 01 00:31:38.924 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:31:38.924 INFO kablam! ... | Sep 01 00:31:38.925 INFO kablam! 13 | | None Sep 01 00:31:38.925 INFO kablam! 14 | | } Sep 01 00:31:38.925 INFO kablam! | |_____^ Sep 01 00:31:38.925 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:38.925 INFO kablam! Sep 01 00:31:38.932 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:31:38.932 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:38.932 INFO kablam! | Sep 01 00:31:38.932 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 01 00:31:38.932 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 00:31:38.932 INFO kablam! | Sep 01 00:31:38.933 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 00:31:38.933 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 01 00:31:38.933 INFO kablam! | Sep 01 00:31:38.933 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 00:31:38.933 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 00:31:38.933 INFO kablam! 7 | | { Sep 01 00:31:38.933 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 00:31:38.933 INFO kablam! ... | Sep 01 00:31:38.933 INFO kablam! 13 | | None Sep 01 00:31:38.933 INFO kablam! 14 | | } Sep 01 00:31:38.933 INFO kablam! | |_____^ Sep 01 00:31:38.933 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:38.933 INFO kablam! Sep 01 00:31:40.350 INFO kablam! error: aborting due to 4 previous errors Sep 01 00:31:40.350 INFO kablam! Sep 01 00:31:40.350 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 00:31:40.421 INFO kablam! error: Could not compile `petgraph`. Sep 01 00:31:40.421 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:32:09.803 INFO kablam! error: build failed Sep 01 00:32:09.805 INFO kablam! su: No module specific data is present Sep 01 00:32:10.312 INFO running `"docker" "rm" "-f" "79054f56db4a62c3b66441d3b1765e95f38ef429653b2376fcd3b8bf2d661f0f"` Sep 01 00:32:10.458 INFO blam! 79054f56db4a62c3b66441d3b1765e95f38ef429653b2376fcd3b8bf2d661f0f