Sep 19 14:53:14.264 INFO checking Jengamon/Mister against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 14:53:14.264 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 14:53:14.264 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:53:14.794 INFO blam! ae798a306a5f5c469c0c4543532d1d1d22ca855a792ee539109bfab538e3cc5b Sep 19 14:53:14.805 INFO running `"docker" "start" "-a" "ae798a306a5f5c469c0c4543532d1d1d22ca855a792ee539109bfab538e3cc5b"` Sep 19 14:53:16.361 INFO kablam! usermod: no changes Sep 19 14:53:16.651 INFO kablam! Compiling bitflags v1.0.1 Sep 19 14:53:16.651 INFO kablam! Compiling libc v0.2.31 Sep 19 14:53:16.667 INFO kablam! Compiling khronos_api v2.1.0 Sep 19 14:53:16.667 INFO kablam! Checking token_store v0.1.2 Sep 19 14:53:16.667 INFO kablam! Compiling log v0.3.8 Sep 19 14:53:16.679 INFO kablam! Compiling either v1.4.0 Sep 19 14:53:16.679 INFO kablam! Checking fixedbitset v0.1.8 Sep 19 14:53:17.782 INFO kablam! Checking slog v2.1.1 Sep 19 14:53:18.116 INFO kablam! Checking cassowary v0.2.1 Sep 19 14:53:18.197 INFO kablam! Checking exoquant v0.2.0 Sep 19 14:53:18.477 INFO kablam! Checking draw_state v0.8.0 Sep 19 14:53:19.159 INFO kablam! Checking num-complex v0.1.40 Sep 19 14:53:20.163 INFO kablam! Compiling x11-dl v2.15.0 Sep 19 14:53:21.607 INFO kablam! Compiling syn v0.10.8 Sep 19 14:53:23.063 INFO kablam! Compiling xml-rs v0.7.0 Sep 19 14:53:23.063 INFO kablam! Compiling itertools v0.5.10 Sep 19 14:53:24.719 INFO kablam! Checking libloading v0.4.3 Sep 19 14:53:25.267 INFO kablam! Checking petgraph v0.4.9 Sep 19 14:53:25.744 INFO kablam! Checking gfx_core v0.6.1 Sep 19 14:53:26.092 INFO kablam! Checking thread_local v0.3.4 Sep 19 14:53:27.153 INFO kablam! Checking rand v0.3.16 Sep 19 14:53:27.665 INFO kablam! Checking memmap v0.6.2 Sep 19 14:53:29.085 INFO kablam! Checking shared_library v0.1.7 Sep 19 14:53:30.232 INFO kablam! Checking time v0.1.38 Sep 19 14:53:31.449 INFO kablam! Checking isatty v0.1.3 Sep 19 14:53:34.529 INFO kablam! Checking generic-array v0.2.1 Sep 19 14:53:36.443 INFO kablam! Checking dlib v0.4.0 Sep 19 14:53:37.931 INFO kablam! Checking alga v0.5.2 Sep 19 14:53:38.188 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:53:38.188 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 19 14:53:38.188 INFO kablam! | Sep 19 14:53:38.188 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 19 14:53:38.188 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:53:38.189 INFO kablam! | Sep 19 14:53:38.189 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:53:38.190 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 14:53:38.190 INFO kablam! | Sep 19 14:53:38.191 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:53:38.191 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:53:38.195 INFO kablam! 7 | | { Sep 19 14:53:38.195 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:53:38.195 INFO kablam! ... | Sep 19 14:53:38.195 INFO kablam! 13 | | None Sep 19 14:53:38.195 INFO kablam! 14 | | } Sep 19 14:53:38.195 INFO kablam! | |_____^ Sep 19 14:53:38.195 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:53:38.195 INFO kablam! Sep 19 14:53:38.271 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:53:38.271 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 19 14:53:38.271 INFO kablam! | Sep 19 14:53:38.271 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 19 14:53:38.271 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:53:38.271 INFO kablam! | Sep 19 14:53:38.271 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:53:38.271 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 14:53:38.272 INFO kablam! | Sep 19 14:53:38.272 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:53:38.272 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:53:38.272 INFO kablam! 7 | | { Sep 19 14:53:38.272 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:53:38.272 INFO kablam! ... | Sep 19 14:53:38.272 INFO kablam! 13 | | None Sep 19 14:53:38.272 INFO kablam! 14 | | } Sep 19 14:53:38.272 INFO kablam! | |_____^ Sep 19 14:53:38.272 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:53:38.272 INFO kablam! Sep 19 14:53:38.307 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:53:38.307 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 19 14:53:38.307 INFO kablam! | Sep 19 14:53:38.307 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 19 14:53:38.307 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:53:38.307 INFO kablam! | Sep 19 14:53:38.307 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:53:38.307 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 14:53:38.307 INFO kablam! | Sep 19 14:53:38.307 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:53:38.307 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:53:38.307 INFO kablam! 7 | | { Sep 19 14:53:38.307 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:53:38.307 INFO kablam! ... | Sep 19 14:53:38.307 INFO kablam! 13 | | None Sep 19 14:53:38.307 INFO kablam! 14 | | } Sep 19 14:53:38.307 INFO kablam! | |_____^ Sep 19 14:53:38.307 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:53:38.307 INFO kablam! Sep 19 14:53:38.347 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:53:38.347 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 19 14:53:38.347 INFO kablam! | Sep 19 14:53:38.347 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 19 14:53:38.347 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:53:38.347 INFO kablam! | Sep 19 14:53:38.347 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:53:38.347 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 14:53:38.347 INFO kablam! | Sep 19 14:53:38.347 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:53:38.347 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:53:38.347 INFO kablam! 7 | | { Sep 19 14:53:38.347 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:53:38.347 INFO kablam! ... | Sep 19 14:53:38.347 INFO kablam! 13 | | None Sep 19 14:53:38.347 INFO kablam! 14 | | } Sep 19 14:53:38.347 INFO kablam! | |_____^ Sep 19 14:53:38.347 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:53:38.347 INFO kablam! Sep 19 14:53:39.615 INFO kablam! error: aborting due to 4 previous errors Sep 19 14:53:39.615 INFO kablam! Sep 19 14:53:39.627 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 14:53:39.680 INFO kablam! error: Could not compile `petgraph`. Sep 19 14:53:39.691 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:54:13.798 INFO kablam! error: build failed Sep 19 14:54:13.803 INFO kablam! su: No module specific data is present Sep 19 14:54:15.122 INFO running `"docker" "rm" "-f" "ae798a306a5f5c469c0c4543532d1d1d22ca855a792ee539109bfab538e3cc5b"` Sep 19 14:54:15.411 INFO blam! ae798a306a5f5c469c0c4543532d1d1d22ca855a792ee539109bfab538e3cc5b