Sep 03 23:46:12.896 INFO checking anderejd/cargo-geiger against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 23:46:12.896 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 23:46:12.896 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 23:46:13.158 INFO blam! b742c310b4a0fb20e1d7ebf6b2a956b346517f1736d6c95409c258d40f59983f Sep 03 23:46:13.160 INFO running `"docker" "start" "-a" "b742c310b4a0fb20e1d7ebf6b2a956b346517f1736d6c95409c258d40f59983f"` Sep 03 23:46:14.408 INFO kablam! Compiling openssl v0.10.10 Sep 03 23:46:14.411 INFO kablam! Compiling libz-sys v1.0.18 Sep 03 23:46:14.411 INFO kablam! Compiling curl-sys v0.4.7 Sep 03 23:46:14.427 INFO kablam! Checking fs2 v0.4.3 Sep 03 23:46:14.427 INFO kablam! Checking socket2 v0.3.7 Sep 03 23:46:14.428 INFO kablam! Checking proc-macro2 v0.4.9 Sep 03 23:46:14.428 INFO kablam! Checking petgraph v0.4.12 Sep 03 23:46:14.428 INFO kablam! Compiling libssh2-sys v0.2.8 Sep 03 23:46:17.616 INFO kablam! Compiling libgit2-sys v0.7.6 Sep 03 23:46:18.118 INFO kablam! Checking jobserver v0.1.11 Sep 03 23:46:18.461 INFO kablam! Checking tar v0.4.16 Sep 03 23:46:21.753 INFO kablam! Compiling syn v0.14.5 Sep 03 23:46:21.811 INFO kablam! Checking serde_ignored v0.0.4 Sep 03 23:46:23.101 INFO kablam! Checking semver v0.9.0 Sep 03 23:46:24.115 INFO kablam! Checking globset v0.4.0 Sep 03 23:46:24.269 INFO kablam! Checking env_logger v0.5.11 Sep 03 23:46:25.654 INFO kablam! Checking quote v0.6.4 Sep 03 23:46:27.827 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 23:46:27.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 03 23:46:27.827 INFO kablam! | Sep 03 23:46:27.827 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 03 23:46:27.827 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 23:46:27.827 INFO kablam! | Sep 03 23:46:27.827 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 23:46:27.828 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 23:46:27.828 INFO kablam! | Sep 03 23:46:27.828 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 23:46:27.828 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 23:46:27.828 INFO kablam! 7 | | { Sep 03 23:46:27.828 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 23:46:27.828 INFO kablam! ... | Sep 03 23:46:27.828 INFO kablam! 13 | | None Sep 03 23:46:27.828 INFO kablam! 14 | | } Sep 03 23:46:27.828 INFO kablam! | |_____^ Sep 03 23:46:27.828 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 23:46:27.828 INFO kablam! Sep 03 23:46:27.972 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 23:46:27.972 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 03 23:46:27.972 INFO kablam! | Sep 03 23:46:27.972 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 03 23:46:27.972 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 23:46:27.992 INFO kablam! | Sep 03 23:46:27.993 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 23:46:27.993 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 23:46:27.993 INFO kablam! | Sep 03 23:46:27.993 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 23:46:27.993 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 23:46:27.993 INFO kablam! 7 | | { Sep 03 23:46:27.993 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 23:46:27.993 INFO kablam! ... | Sep 03 23:46:27.993 INFO kablam! 13 | | None Sep 03 23:46:27.993 INFO kablam! 14 | | } Sep 03 23:46:27.993 INFO kablam! | |_____^ Sep 03 23:46:27.994 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 23:46:27.994 INFO kablam! Sep 03 23:46:28.069 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 23:46:28.069 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 03 23:46:28.069 INFO kablam! | Sep 03 23:46:28.069 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 03 23:46:28.069 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 23:46:28.084 INFO kablam! | Sep 03 23:46:28.085 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 23:46:28.085 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 23:46:28.085 INFO kablam! | Sep 03 23:46:28.085 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 23:46:28.085 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 23:46:28.085 INFO kablam! 7 | | { Sep 03 23:46:28.085 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 23:46:28.085 INFO kablam! ... | Sep 03 23:46:28.085 INFO kablam! 13 | | None Sep 03 23:46:28.085 INFO kablam! 14 | | } Sep 03 23:46:28.085 INFO kablam! | |_____^ Sep 03 23:46:28.086 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 23:46:28.086 INFO kablam! Sep 03 23:46:28.115 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 23:46:28.115 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 03 23:46:28.115 INFO kablam! | Sep 03 23:46:28.115 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 03 23:46:28.115 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 23:46:28.128 INFO kablam! | Sep 03 23:46:28.129 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 23:46:28.129 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 23:46:28.129 INFO kablam! | Sep 03 23:46:28.129 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 23:46:28.129 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 23:46:28.129 INFO kablam! 7 | | { Sep 03 23:46:28.129 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 23:46:28.129 INFO kablam! ... | Sep 03 23:46:28.129 INFO kablam! 13 | | None Sep 03 23:46:28.129 INFO kablam! 14 | | } Sep 03 23:46:28.129 INFO kablam! | |_____^ Sep 03 23:46:28.130 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 23:46:28.130 INFO kablam! Sep 03 23:46:30.640 INFO kablam! error: aborting due to 4 previous errors Sep 03 23:46:30.648 INFO kablam! Sep 03 23:46:30.649 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 03 23:46:30.669 INFO kablam! error: Could not compile `petgraph`. Sep 03 23:46:30.669 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 23:46:58.366 INFO kablam! error: build failed Sep 03 23:46:58.368 INFO kablam! su: No module specific data is present Sep 03 23:46:58.828 INFO running `"docker" "rm" "-f" "b742c310b4a0fb20e1d7ebf6b2a956b346517f1736d6c95409c258d40f59983f"` Sep 03 23:46:58.926 INFO blam! b742c310b4a0fb20e1d7ebf6b2a956b346517f1736d6c95409c258d40f59983f