Oct 21 19:47:02.055 INFO checking anderejd/cargo-geiger against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:47:02.056 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 19:47:02.574 INFO blam! 0f431f54bca159a345d31723afeb12fb178501a9904dbb08d3ea5f7e4d06aae6 Oct 21 19:47:02.576 INFO running `"docker" "start" "-a" "0f431f54bca159a345d31723afeb12fb178501a9904dbb08d3ea5f7e4d06aae6"` Oct 21 19:47:04.112 INFO kablam! usermod: no changes Oct 21 19:47:04.389 INFO kablam! Compiling openssl v0.10.10 Oct 21 19:47:04.396 INFO kablam! Compiling libz-sys v1.0.18 Oct 21 19:47:04.396 INFO kablam! Compiling cmake v0.1.31 Oct 21 19:47:04.396 INFO kablam! Compiling curl-sys v0.4.7 Oct 21 19:47:04.397 INFO kablam! Checking fs2 v0.4.3 Oct 21 19:47:04.397 INFO kablam! Checking colored v1.6.1 Oct 21 19:47:04.397 INFO kablam! Checking filetime v0.2.1 Oct 21 19:47:04.400 INFO kablam! Checking proc-macro2 v0.4.9 Oct 21 19:47:07.622 INFO kablam! Checking petgraph v0.4.12 Oct 21 19:47:07.693 INFO kablam! Checking jobserver v0.1.11 Oct 21 19:47:07.908 INFO kablam! Checking semver v0.9.0 Oct 21 19:47:07.980 INFO kablam! Checking serde_ignored v0.0.4 Oct 21 19:47:11.952 INFO kablam! Compiling serde_derive v1.0.70 Oct 21 19:47:12.080 INFO kablam! Compiling structopt-derive v0.2.10 Oct 21 19:47:12.960 INFO kablam! Checking globset v0.4.0 Oct 21 19:47:13.749 INFO kablam! Checking tar v0.4.16 Oct 21 19:47:14.620 INFO kablam! Compiling libssh2-sys v0.2.8 Oct 21 19:47:18.340 INFO kablam! Compiling libgit2-sys v0.7.6 Oct 21 19:47:18.624 INFO kablam! Checking quote v0.6.4 Oct 21 19:47:20.456 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 19:47:20.456 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 21 19:47:20.456 INFO kablam! | Oct 21 19:47:20.456 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 21 19:47:20.456 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 19:47:20.468 INFO kablam! | Oct 21 19:47:20.468 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 19:47:20.468 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 19:47:20.468 INFO kablam! | Oct 21 19:47:20.468 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 19:47:20.468 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 19:47:20.468 INFO kablam! 7 | | { Oct 21 19:47:20.468 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 19:47:20.468 INFO kablam! ... | Oct 21 19:47:20.468 INFO kablam! 13 | | None Oct 21 19:47:20.468 INFO kablam! 14 | | } Oct 21 19:47:20.469 INFO kablam! | |_____^ Oct 21 19:47:20.472 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 19:47:20.472 INFO kablam! Oct 21 19:47:20.544 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 19:47:20.545 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 21 19:47:20.545 INFO kablam! | Oct 21 19:47:20.545 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 21 19:47:20.546 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 19:47:20.573 INFO kablam! | Oct 21 19:47:20.573 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 19:47:20.573 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 19:47:20.574 INFO kablam! | Oct 21 19:47:20.574 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 19:47:20.574 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 19:47:20.574 INFO kablam! 7 | | { Oct 21 19:47:20.575 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 19:47:20.575 INFO kablam! ... | Oct 21 19:47:20.575 INFO kablam! 13 | | None Oct 21 19:47:20.576 INFO kablam! 14 | | } Oct 21 19:47:20.576 INFO kablam! | |_____^ Oct 21 19:47:20.576 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 19:47:20.576 INFO kablam! Oct 21 19:47:20.604 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 19:47:20.605 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 21 19:47:20.605 INFO kablam! | Oct 21 19:47:20.605 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 21 19:47:20.606 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 19:47:20.606 INFO kablam! | Oct 21 19:47:20.606 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 19:47:20.606 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 19:47:20.607 INFO kablam! | Oct 21 19:47:20.607 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 19:47:20.607 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 19:47:20.607 INFO kablam! 7 | | { Oct 21 19:47:20.608 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 19:47:20.608 INFO kablam! ... | Oct 21 19:47:20.608 INFO kablam! 13 | | None Oct 21 19:47:20.609 INFO kablam! 14 | | } Oct 21 19:47:20.609 INFO kablam! | |_____^ Oct 21 19:47:20.609 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 19:47:20.610 INFO kablam! Oct 21 19:47:20.637 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 19:47:20.637 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 21 19:47:20.637 INFO kablam! | Oct 21 19:47:20.637 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 21 19:47:20.638 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 19:47:20.648 INFO kablam! | Oct 21 19:47:20.648 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 19:47:20.649 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 19:47:20.649 INFO kablam! | Oct 21 19:47:20.649 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 19:47:20.649 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 19:47:20.649 INFO kablam! 7 | | { Oct 21 19:47:20.650 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 19:47:20.650 INFO kablam! ... | Oct 21 19:47:20.650 INFO kablam! 13 | | None Oct 21 19:47:20.650 INFO kablam! 14 | | } Oct 21 19:47:20.650 INFO kablam! | |_____^ Oct 21 19:47:20.651 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 19:47:20.651 INFO kablam! Oct 21 19:47:22.480 INFO kablam! error: aborting due to 4 previous errors Oct 21 19:47:22.508 INFO kablam! Oct 21 19:47:22.508 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 21 19:47:22.580 INFO kablam! error: Could not compile `petgraph`. Oct 21 19:47:22.580 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 19:47:37.936 INFO kablam! error: build failed Oct 21 19:47:37.936 INFO kablam! su: No module specific data is present Oct 21 19:47:38.272 INFO running `"docker" "rm" "-f" "0f431f54bca159a345d31723afeb12fb178501a9904dbb08d3ea5f7e4d06aae6"` Oct 21 19:47:38.383 INFO blam! 0f431f54bca159a345d31723afeb12fb178501a9904dbb08d3ea5f7e4d06aae6