Sep 20 23:27:34.848 INFO checking anderejd/cargo-geiger against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 23:27:34.848 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 23:27:34.848 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:27:35.129 INFO blam! 275803f654fd7b24ce482e7e3644d196965e52b28b17d8a7ecad3861f871c8e4 Sep 20 23:27:35.132 INFO running `"docker" "start" "-a" "275803f654fd7b24ce482e7e3644d196965e52b28b17d8a7ecad3861f871c8e4"` Sep 20 23:27:36.478 INFO kablam! usermod: no changes Sep 20 23:27:36.918 INFO kablam! Compiling openssl v0.10.10 Sep 20 23:27:36.919 INFO kablam! Checking unicode-xid v0.1.0 Sep 20 23:27:36.920 INFO kablam! Checking termcolor v1.0.1 Sep 20 23:27:36.922 INFO kablam! Checking shell-escape v0.1.4 Sep 20 23:27:36.922 INFO kablam! Checking home v0.3.3 Sep 20 23:27:36.922 INFO kablam! Compiling libz-sys v1.0.18 Sep 20 23:27:36.922 INFO kablam! Compiling cmake v0.1.31 Sep 20 23:27:36.922 INFO kablam! Compiling curl-sys v0.4.7 Sep 20 23:27:37.850 INFO kablam! Checking fs2 v0.4.3 Sep 20 23:27:38.455 INFO kablam! Checking colored v1.6.1 Sep 20 23:27:38.462 INFO kablam! Checking socket2 v0.3.7 Sep 20 23:27:40.095 INFO kablam! Checking filetime v0.2.1 Sep 20 23:27:40.161 INFO kablam! Checking petgraph v0.4.12 Sep 20 23:27:43.078 INFO kablam! Checking proc-macro2 v0.4.9 Sep 20 23:27:43.079 INFO kablam! Compiling quote v0.6.4 Sep 20 23:27:43.135 INFO kablam! Checking jobserver v0.1.11 Sep 20 23:27:43.192 INFO kablam! Checking tempfile v3.0.3 Sep 20 23:27:43.219 INFO kablam! Checking tar v0.4.16 Sep 20 23:27:45.427 INFO kablam! Compiling libssh2-sys v0.2.8 Sep 20 23:27:46.194 INFO kablam! Compiling libgit2-sys v0.7.6 Sep 20 23:27:47.681 INFO kablam! Checking serde_ignored v0.0.4 Sep 20 23:27:47.704 INFO kablam! Checking semver v0.9.0 Sep 20 23:27:49.626 INFO kablam! Checking globset v0.4.0 Sep 20 23:27:50.797 INFO kablam! Checking env_logger v0.5.11 Sep 20 23:27:50.917 INFO kablam! Compiling syn v0.14.5 Sep 20 23:27:51.479 INFO kablam! Checking failure v0.1.1 Sep 20 23:27:53.178 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:27:53.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 20 23:27:53.178 INFO kablam! | Sep 20 23:27:53.178 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 20 23:27:53.178 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:27:53.206 INFO kablam! | Sep 20 23:27:53.206 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:27:53.206 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:27:53.206 INFO kablam! | Sep 20 23:27:53.206 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:27:53.206 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:27:53.206 INFO kablam! 7 | | { Sep 20 23:27:53.206 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:27:53.206 INFO kablam! ... | Sep 20 23:27:53.206 INFO kablam! 13 | | None Sep 20 23:27:53.206 INFO kablam! 14 | | } Sep 20 23:27:53.206 INFO kablam! | |_____^ Sep 20 23:27:53.206 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:27:53.206 INFO kablam! Sep 20 23:27:53.297 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:27:53.297 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 20 23:27:53.297 INFO kablam! | Sep 20 23:27:53.297 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 20 23:27:53.297 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:27:53.304 INFO kablam! | Sep 20 23:27:53.304 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:27:53.304 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:27:53.304 INFO kablam! | Sep 20 23:27:53.304 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:27:53.304 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:27:53.304 INFO kablam! 7 | | { Sep 20 23:27:53.304 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:27:53.304 INFO kablam! ... | Sep 20 23:27:53.305 INFO kablam! 13 | | None Sep 20 23:27:53.305 INFO kablam! 14 | | } Sep 20 23:27:53.305 INFO kablam! | |_____^ Sep 20 23:27:53.305 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:27:53.305 INFO kablam! Sep 20 23:27:53.335 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:27:53.335 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 20 23:27:53.335 INFO kablam! | Sep 20 23:27:53.335 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 20 23:27:53.335 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:27:53.354 INFO kablam! | Sep 20 23:27:53.354 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:27:53.354 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:27:53.354 INFO kablam! | Sep 20 23:27:53.354 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:27:53.354 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:27:53.354 INFO kablam! 7 | | { Sep 20 23:27:53.354 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:27:53.354 INFO kablam! ... | Sep 20 23:27:53.354 INFO kablam! 13 | | None Sep 20 23:27:53.354 INFO kablam! 14 | | } Sep 20 23:27:53.354 INFO kablam! | |_____^ Sep 20 23:27:53.354 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:27:53.354 INFO kablam! Sep 20 23:27:53.405 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:27:53.405 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 20 23:27:53.405 INFO kablam! | Sep 20 23:27:53.405 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 20 23:27:53.405 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:27:53.421 INFO kablam! | Sep 20 23:27:53.421 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:27:53.421 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:27:53.421 INFO kablam! | Sep 20 23:27:53.421 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:27:53.421 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:27:53.421 INFO kablam! 7 | | { Sep 20 23:27:53.421 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:27:53.421 INFO kablam! ... | Sep 20 23:27:53.421 INFO kablam! 13 | | None Sep 20 23:27:53.421 INFO kablam! 14 | | } Sep 20 23:27:53.421 INFO kablam! | |_____^ Sep 20 23:27:53.421 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:27:53.421 INFO kablam! Sep 20 23:27:53.849 INFO kablam! Checking ignore v0.4.2 Sep 20 23:27:55.130 INFO kablam! error: aborting due to 4 previous errors Sep 20 23:27:55.130 INFO kablam! Sep 20 23:27:55.142 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 23:27:55.170 INFO kablam! error: Could not compile `petgraph`. Sep 20 23:27:55.170 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:28:22.639 INFO kablam! error: build failed Sep 20 23:28:22.641 INFO kablam! su: No module specific data is present Sep 20 23:28:24.473 INFO running `"docker" "rm" "-f" "275803f654fd7b24ce482e7e3644d196965e52b28b17d8a7ecad3861f871c8e4"` Sep 20 23:28:24.580 INFO blam! 275803f654fd7b24ce482e7e3644d196965e52b28b17d8a7ecad3861f871c8e4