Oct 13 01:17:17.271 INFO checking anderejd/cargo-geiger against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 01:17:17.272 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 01:17:17.683 INFO blam! 0367d718965db34f402f9b6ebc9968483ba2fd56348ee149ea530ccbed45f5f5 Oct 13 01:17:17.685 INFO running `"docker" "start" "-a" "0367d718965db34f402f9b6ebc9968483ba2fd56348ee149ea530ccbed45f5f5"` Oct 13 01:17:19.909 INFO kablam! usermod: no changes Oct 13 01:17:20.336 INFO kablam! Compiling cmake v0.1.31 Oct 13 01:17:20.336 INFO kablam! Compiling libz-sys v1.0.18 Oct 13 01:17:20.336 INFO kablam! Compiling curl-sys v0.4.7 Oct 13 01:17:20.406 INFO kablam! Checking colored v1.6.1 Oct 13 01:17:20.406 INFO kablam! Checking socket2 v0.3.7 Oct 13 01:17:20.406 INFO kablam! Checking filetime v0.2.1 Oct 13 01:17:20.407 INFO kablam! Checking proc-macro2 v0.4.9 Oct 13 01:17:20.407 INFO kablam! Checking petgraph v0.4.12 Oct 13 01:17:23.762 INFO kablam! Checking jobserver v0.1.11 Oct 13 01:17:23.762 INFO kablam! Checking tar v0.4.16 Oct 13 01:17:23.762 INFO kablam! Compiling libssh2-sys v0.2.8 Oct 13 01:17:23.762 INFO kablam! Compiling libgit2-sys v0.7.6 Oct 13 01:17:25.380 INFO kablam! Compiling syn v0.14.5 Oct 13 01:17:26.617 INFO kablam! Checking serde_ignored v0.0.4 Oct 13 01:17:26.952 INFO kablam! Checking semver v0.9.0 Oct 13 01:17:28.437 INFO kablam! Checking flate2 v1.0.1 Oct 13 01:17:28.577 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 01:17:28.577 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 13 01:17:28.578 INFO kablam! | Oct 13 01:17:28.578 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 13 01:17:28.578 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 01:17:28.579 INFO kablam! | Oct 13 01:17:28.579 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 01:17:28.579 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 01:17:28.579 INFO kablam! | Oct 13 01:17:28.580 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 01:17:28.580 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 01:17:28.580 INFO kablam! 7 | | { Oct 13 01:17:28.581 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 01:17:28.581 INFO kablam! ... | Oct 13 01:17:28.581 INFO kablam! 13 | | None Oct 13 01:17:28.581 INFO kablam! 14 | | } Oct 13 01:17:28.582 INFO kablam! | |_____^ Oct 13 01:17:28.582 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 01:17:28.582 INFO kablam! Oct 13 01:17:28.656 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 01:17:28.657 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 13 01:17:28.657 INFO kablam! | Oct 13 01:17:28.657 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 13 01:17:28.658 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 01:17:28.658 INFO kablam! | Oct 13 01:17:28.658 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 01:17:28.658 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 01:17:28.659 INFO kablam! | Oct 13 01:17:28.659 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 01:17:28.659 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 01:17:28.660 INFO kablam! 7 | | { Oct 13 01:17:28.660 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 01:17:28.660 INFO kablam! ... | Oct 13 01:17:28.660 INFO kablam! 13 | | None Oct 13 01:17:28.661 INFO kablam! 14 | | } Oct 13 01:17:28.661 INFO kablam! | |_____^ Oct 13 01:17:28.661 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 01:17:28.662 INFO kablam! Oct 13 01:17:28.720 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 01:17:28.720 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 13 01:17:28.720 INFO kablam! | Oct 13 01:17:28.720 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 13 01:17:28.720 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 01:17:28.720 INFO kablam! | Oct 13 01:17:28.720 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 01:17:28.720 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 01:17:28.720 INFO kablam! | Oct 13 01:17:28.720 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 01:17:28.720 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 01:17:28.720 INFO kablam! 7 | | { Oct 13 01:17:28.720 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 01:17:28.720 INFO kablam! ... | Oct 13 01:17:28.720 INFO kablam! 13 | | None Oct 13 01:17:28.720 INFO kablam! 14 | | } Oct 13 01:17:28.720 INFO kablam! | |_____^ Oct 13 01:17:28.724 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 01:17:28.724 INFO kablam! Oct 13 01:17:28.760 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 01:17:28.760 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 13 01:17:28.760 INFO kablam! | Oct 13 01:17:28.760 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 13 01:17:28.760 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 01:17:28.808 INFO kablam! | Oct 13 01:17:28.808 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 01:17:28.808 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 01:17:28.808 INFO kablam! | Oct 13 01:17:28.808 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 01:17:28.808 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 01:17:28.808 INFO kablam! 7 | | { Oct 13 01:17:28.808 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 01:17:28.808 INFO kablam! ... | Oct 13 01:17:28.808 INFO kablam! 13 | | None Oct 13 01:17:28.808 INFO kablam! 14 | | } Oct 13 01:17:28.808 INFO kablam! | |_____^ Oct 13 01:17:28.808 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 01:17:28.808 INFO kablam! Oct 13 01:17:29.253 INFO kablam! Checking globset v0.4.0 Oct 13 01:17:29.464 INFO kablam! Checking crypto-hash v0.3.1 Oct 13 01:17:30.332 INFO kablam! error: aborting due to 4 previous errors Oct 13 01:17:30.340 INFO kablam! Oct 13 01:17:30.340 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 13 01:17:30.372 INFO kablam! error: Could not compile `petgraph`. Oct 13 01:17:30.372 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 01:17:45.754 INFO kablam! error: build failed Oct 13 01:17:45.756 INFO kablam! su: No module specific data is present Oct 13 01:17:46.017 INFO running `"docker" "rm" "-f" "0367d718965db34f402f9b6ebc9968483ba2fd56348ee149ea530ccbed45f5f5"` Oct 13 01:17:46.107 INFO blam! 0367d718965db34f402f9b6ebc9968483ba2fd56348ee149ea530ccbed45f5f5