Sep 10 05:02:02.949 INFO checking anderejd/cargo-geiger against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 05:02:02.949 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 05:02:02.950 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 05:02:03.174 INFO blam! e367007008ebc4c256bbfb8a0eb90dff965781e47080acacd96dcf51194db5ff Sep 10 05:02:03.175 INFO running `"docker" "start" "-a" "e367007008ebc4c256bbfb8a0eb90dff965781e47080acacd96dcf51194db5ff"` Sep 10 05:02:04.202 INFO kablam! usermod: no changes Sep 10 05:02:04.564 INFO kablam! Compiling openssl v0.10.10 Sep 10 05:02:04.564 INFO kablam! Checking home v0.3.3 Sep 10 05:02:04.565 INFO kablam! Checking shell-escape v0.1.4 Sep 10 05:02:04.598 INFO kablam! Compiling libz-sys v1.0.18 Sep 10 05:02:04.598 INFO kablam! Compiling curl-sys v0.4.7 Sep 10 05:02:04.606 INFO kablam! Checking atty v0.2.11 Sep 10 05:02:04.606 INFO kablam! Checking fs2 v0.4.3 Sep 10 05:02:04.606 INFO kablam! Checking colored v1.6.1 Sep 10 05:02:05.893 INFO kablam! Checking proc-macro2 v0.4.9 Sep 10 05:02:05.895 INFO kablam! Checking petgraph v0.4.12 Sep 10 05:02:05.970 INFO kablam! Compiling libssh2-sys v0.2.8 Sep 10 05:02:05.970 INFO kablam! Compiling libgit2-sys v0.7.6 Sep 10 05:02:07.466 INFO kablam! Checking thread_local v0.3.5 Sep 10 05:02:07.466 INFO kablam! Checking jobserver v0.1.11 Sep 10 05:02:10.163 INFO kablam! Checking tar v0.4.16 Sep 10 05:02:10.302 INFO kablam! Checking openssl-sys v0.9.33 Sep 10 05:02:11.194 INFO kablam! Checking clap v2.32.0 Sep 10 05:02:11.366 INFO kablam! Checking url v1.7.1 Sep 10 05:02:11.402 INFO kablam! Compiling syn v0.14.5 Sep 10 05:02:12.998 INFO kablam! Checking serde_ignored v0.0.4 Sep 10 05:02:13.278 INFO kablam! Checking semver v0.9.0 Sep 10 05:02:14.476 INFO kablam! Checking regex v0.2.11 Sep 10 05:02:15.118 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:02:15.118 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 10 05:02:15.118 INFO kablam! | Sep 10 05:02:15.118 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 10 05:02:15.118 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:02:15.118 INFO kablam! | Sep 10 05:02:15.118 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:02:15.118 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 05:02:15.118 INFO kablam! | Sep 10 05:02:15.118 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:02:15.119 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:02:15.119 INFO kablam! 7 | | { Sep 10 05:02:15.119 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:02:15.119 INFO kablam! ... | Sep 10 05:02:15.119 INFO kablam! 13 | | None Sep 10 05:02:15.119 INFO kablam! 14 | | } Sep 10 05:02:15.119 INFO kablam! | |_____^ Sep 10 05:02:15.119 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 05:02:15.119 INFO kablam! Sep 10 05:02:15.178 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:02:15.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 10 05:02:15.178 INFO kablam! | Sep 10 05:02:15.178 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 10 05:02:15.178 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:02:15.178 INFO kablam! | Sep 10 05:02:15.178 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:02:15.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 05:02:15.178 INFO kablam! | Sep 10 05:02:15.178 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:02:15.178 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:02:15.178 INFO kablam! 7 | | { Sep 10 05:02:15.178 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:02:15.178 INFO kablam! ... | Sep 10 05:02:15.178 INFO kablam! 13 | | None Sep 10 05:02:15.178 INFO kablam! 14 | | } Sep 10 05:02:15.178 INFO kablam! | |_____^ Sep 10 05:02:15.178 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 05:02:15.178 INFO kablam! Sep 10 05:02:15.198 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:02:15.198 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 10 05:02:15.198 INFO kablam! | Sep 10 05:02:15.198 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 10 05:02:15.198 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:02:15.198 INFO kablam! | Sep 10 05:02:15.198 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:02:15.198 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 05:02:15.198 INFO kablam! | Sep 10 05:02:15.198 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:02:15.198 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:02:15.198 INFO kablam! 7 | | { Sep 10 05:02:15.198 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:02:15.198 INFO kablam! ... | Sep 10 05:02:15.198 INFO kablam! 13 | | None Sep 10 05:02:15.198 INFO kablam! 14 | | } Sep 10 05:02:15.198 INFO kablam! | |_____^ Sep 10 05:02:15.198 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 05:02:15.198 INFO kablam! Sep 10 05:02:15.210 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:02:15.210 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 10 05:02:15.210 INFO kablam! | Sep 10 05:02:15.210 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 10 05:02:15.210 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 05:02:15.210 INFO kablam! | Sep 10 05:02:15.210 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 05:02:15.210 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 05:02:15.210 INFO kablam! | Sep 10 05:02:15.210 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 05:02:15.210 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 05:02:15.210 INFO kablam! 7 | | { Sep 10 05:02:15.210 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 05:02:15.210 INFO kablam! ... | Sep 10 05:02:15.210 INFO kablam! 13 | | None Sep 10 05:02:15.210 INFO kablam! 14 | | } Sep 10 05:02:15.210 INFO kablam! | |_____^ Sep 10 05:02:15.210 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 05:02:15.210 INFO kablam! Sep 10 05:02:15.454 INFO kablam! Checking regex v1.0.2 Sep 10 05:02:15.830 INFO kablam! error: aborting due to 4 previous errors Sep 10 05:02:15.830 INFO kablam! Sep 10 05:02:15.830 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 05:02:15.836 INFO kablam! error: Could not compile `petgraph`. Sep 10 05:02:15.836 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:02:44.958 INFO kablam! error: build failed Sep 10 05:02:44.978 INFO kablam! su: No module specific data is present Sep 10 05:02:46.608 INFO running `"docker" "rm" "-f" "e367007008ebc4c256bbfb8a0eb90dff965781e47080acacd96dcf51194db5ff"` Sep 10 05:02:46.716 INFO blam! e367007008ebc4c256bbfb8a0eb90dff965781e47080acacd96dcf51194db5ff