Oct 27 08:24:34.256 INFO checking anderejd/cargo-geiger against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:24:34.257 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 08:24:34.462 INFO blam! 13f56c1f5ac2a0259e48353909085239047d6f5048e5a1cd71923ee831d7aed6 Oct 27 08:24:34.465 INFO running `"docker" "start" "-a" "13f56c1f5ac2a0259e48353909085239047d6f5048e5a1cd71923ee831d7aed6"` Oct 27 08:24:35.174 INFO kablam! usermod: no changes Oct 27 08:24:35.493 INFO kablam! Compiling openssl v0.10.10 Oct 27 08:24:35.543 INFO kablam! Checking fs2 v0.4.3 Oct 27 08:24:35.548 INFO kablam! Checking colored v1.6.1 Oct 27 08:24:35.548 INFO kablam! Checking socket2 v0.3.7 Oct 27 08:24:35.563 INFO kablam! Checking proc-macro2 v0.4.9 Oct 27 08:24:35.567 INFO kablam! Checking petgraph v0.4.12 Oct 27 08:24:35.623 INFO kablam! Checking jobserver v0.1.11 Oct 27 08:24:35.624 INFO kablam! Checking tar v0.4.16 Oct 27 08:24:37.871 INFO kablam! Checking libz-sys v1.0.18 Oct 27 08:24:38.260 INFO kablam! Checking semver v0.9.0 Oct 27 08:24:38.827 INFO kablam! Checking serde_ignored v0.0.4 Oct 27 08:24:39.430 INFO kablam! Compiling serde_derive v1.0.70 Oct 27 08:24:39.522 INFO kablam! Compiling structopt-derive v0.2.10 Oct 27 08:24:39.663 INFO kablam! Checking globset v0.4.0 Oct 27 08:24:40.428 INFO kablam! Checking curl-sys v0.4.7 Oct 27 08:24:40.479 INFO kablam! Checking libssh2-sys v0.2.8 Oct 27 08:24:42.937 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 08:24:42.937 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 27 08:24:42.937 INFO kablam! | Oct 27 08:24:42.938 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 27 08:24:42.938 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 08:24:42.938 INFO kablam! | Oct 27 08:24:42.939 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 08:24:42.939 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 08:24:42.939 INFO kablam! | Oct 27 08:24:42.939 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 08:24:42.940 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 08:24:42.940 INFO kablam! 7 | | { Oct 27 08:24:42.940 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 08:24:42.940 INFO kablam! ... | Oct 27 08:24:42.941 INFO kablam! 13 | | None Oct 27 08:24:42.941 INFO kablam! 14 | | } Oct 27 08:24:42.941 INFO kablam! | |_____^ Oct 27 08:24:42.941 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 08:24:42.942 INFO kablam! Oct 27 08:24:42.999 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 08:24:43.000 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 27 08:24:43.000 INFO kablam! | Oct 27 08:24:43.000 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 27 08:24:43.001 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 08:24:43.001 INFO kablam! | Oct 27 08:24:43.001 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 08:24:43.002 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 08:24:43.002 INFO kablam! | Oct 27 08:24:43.002 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 08:24:43.003 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 08:24:43.003 INFO kablam! 7 | | { Oct 27 08:24:43.003 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 08:24:43.004 INFO kablam! ... | Oct 27 08:24:43.004 INFO kablam! 13 | | None Oct 27 08:24:43.004 INFO kablam! 14 | | } Oct 27 08:24:43.004 INFO kablam! | |_____^ Oct 27 08:24:43.005 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 08:24:43.005 INFO kablam! Oct 27 08:24:43.023 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 08:24:43.023 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 27 08:24:43.023 INFO kablam! | Oct 27 08:24:43.023 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 27 08:24:43.023 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 08:24:43.023 INFO kablam! | Oct 27 08:24:43.023 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 08:24:43.023 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 08:24:43.023 INFO kablam! | Oct 27 08:24:43.023 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 08:24:43.023 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 08:24:43.023 INFO kablam! 7 | | { Oct 27 08:24:43.023 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 08:24:43.023 INFO kablam! ... | Oct 27 08:24:43.023 INFO kablam! 13 | | None Oct 27 08:24:43.023 INFO kablam! 14 | | } Oct 27 08:24:43.023 INFO kablam! | |_____^ Oct 27 08:24:43.023 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 08:24:43.023 INFO kablam! Oct 27 08:24:43.023 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 08:24:43.023 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 27 08:24:43.023 INFO kablam! | Oct 27 08:24:43.023 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 27 08:24:43.023 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 08:24:43.023 INFO kablam! | Oct 27 08:24:43.023 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 08:24:43.023 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 08:24:43.023 INFO kablam! | Oct 27 08:24:43.023 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 08:24:43.023 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 08:24:43.023 INFO kablam! 7 | | { Oct 27 08:24:43.023 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 08:24:43.023 INFO kablam! ... | Oct 27 08:24:43.023 INFO kablam! 13 | | None Oct 27 08:24:43.023 INFO kablam! 14 | | } Oct 27 08:24:43.023 INFO kablam! | |_____^ Oct 27 08:24:43.023 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 08:24:43.023 INFO kablam! Oct 27 08:24:43.498 INFO kablam! error: aborting due to 4 previous errors Oct 27 08:24:43.498 INFO kablam! Oct 27 08:24:43.498 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 27 08:24:43.507 INFO kablam! error: Could not compile `petgraph`. Oct 27 08:24:43.507 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 08:24:57.339 INFO kablam! error: build failed Oct 27 08:24:57.340 INFO kablam! su: No module specific data is present Oct 27 08:24:58.008 INFO running `"docker" "rm" "-f" "13f56c1f5ac2a0259e48353909085239047d6f5048e5a1cd71923ee831d7aed6"` Oct 27 08:24:58.112 INFO blam! 13f56c1f5ac2a0259e48353909085239047d6f5048e5a1cd71923ee831d7aed6