Oct 12 18:45:33.615 INFO checking kpcyrd/cargo-debstatus against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 18:45:33.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 18:45:33.998 INFO blam! 76754f6a65e25aef2613f580d8677c3edcdcc77c4ba21b1bae106793fdf4a14a Oct 12 18:45:34.000 INFO running `"docker" "start" "-a" "76754f6a65e25aef2613f580d8677c3edcdcc77c4ba21b1bae106793fdf4a14a"` Oct 12 18:45:35.592 INFO kablam! usermod: no changes Oct 12 18:45:36.055 INFO kablam! Compiling openssl v0.10.11 Oct 12 18:45:36.074 INFO kablam! Compiling cmake v0.1.33 Oct 12 18:45:36.074 INFO kablam! Compiling libz-sys v1.0.20 Oct 12 18:45:36.074 INFO kablam! Compiling curl-sys v0.4.8 Oct 12 18:45:36.086 INFO kablam! Checking phf_shared v0.7.21 Oct 12 18:45:36.086 INFO kablam! Checking socket2 v0.3.7 Oct 12 18:45:36.086 INFO kablam! Checking petgraph v0.4.12 Oct 12 18:45:36.086 INFO kablam! Checking stringprep v0.1.2 Oct 12 18:45:39.201 INFO kablam! Checking jobserver v0.1.11 Oct 12 18:45:39.298 INFO kablam! Checking phf v0.7.21 Oct 12 18:45:40.194 INFO kablam! Checking serde_json v1.0.26 Oct 12 18:45:40.618 INFO kablam! Checking serde_ignored v0.0.4 Oct 12 18:45:44.329 INFO kablam! Checking semver v0.9.0 Oct 12 18:45:44.333 INFO kablam! Compiling syn v0.14.8 Oct 12 18:45:44.335 INFO kablam! Checking flate2 v1.0.2 Oct 12 18:45:44.385 INFO kablam! Compiling libssh2-sys v0.2.10 Oct 12 18:45:48.103 INFO kablam! Compiling libgit2-sys v0.7.7 Oct 12 18:45:49.300 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:45:49.301 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 12 18:45:49.302 INFO kablam! | Oct 12 18:45:49.302 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 18:45:49.303 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:45:49.308 INFO kablam! | Oct 12 18:45:49.309 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:45:49.310 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:45:49.310 INFO kablam! | Oct 12 18:45:49.311 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:45:49.311 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:45:49.312 INFO kablam! 7 | | { Oct 12 18:45:49.313 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:45:49.313 INFO kablam! ... | Oct 12 18:45:49.314 INFO kablam! 13 | | None Oct 12 18:45:49.314 INFO kablam! 14 | | } Oct 12 18:45:49.315 INFO kablam! | |_____^ Oct 12 18:45:49.315 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:45:49.316 INFO kablam! Oct 12 18:45:49.432 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:45:49.433 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 12 18:45:49.434 INFO kablam! | Oct 12 18:45:49.434 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 18:45:49.435 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:45:49.437 INFO kablam! Checking postgres-protocol v0.3.2 Oct 12 18:45:49.438 INFO kablam! | Oct 12 18:45:49.439 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:45:49.439 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:45:49.440 INFO kablam! | Oct 12 18:45:49.440 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:45:49.441 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:45:49.441 INFO kablam! 7 | | { Oct 12 18:45:49.442 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:45:49.442 INFO kablam! ... | Oct 12 18:45:49.443 INFO kablam! 13 | | None Oct 12 18:45:49.443 INFO kablam! 14 | | } Oct 12 18:45:49.444 INFO kablam! | |_____^ Oct 12 18:45:49.445 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:45:49.445 INFO kablam! Oct 12 18:45:49.540 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:45:49.541 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 12 18:45:49.541 INFO kablam! | Oct 12 18:45:49.541 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 18:45:49.541 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:45:49.568 INFO kablam! | Oct 12 18:45:49.568 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:45:49.569 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:45:49.569 INFO kablam! | Oct 12 18:45:49.569 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:45:49.569 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:45:49.569 INFO kablam! 7 | | { Oct 12 18:45:49.569 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:45:49.569 INFO kablam! ... | Oct 12 18:45:49.569 INFO kablam! 13 | | None Oct 12 18:45:49.569 INFO kablam! 14 | | } Oct 12 18:45:49.569 INFO kablam! | |_____^ Oct 12 18:45:49.569 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:45:49.569 INFO kablam! Oct 12 18:45:49.576 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 18:45:49.588 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 12 18:45:49.588 INFO kablam! | Oct 12 18:45:49.589 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 18:45:49.589 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 18:45:49.589 INFO kablam! | Oct 12 18:45:49.589 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 18:45:49.590 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 18:45:49.590 INFO kablam! | Oct 12 18:45:49.590 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 18:45:49.590 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 18:45:49.590 INFO kablam! 7 | | { Oct 12 18:45:49.590 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 18:45:49.590 INFO kablam! ... | Oct 12 18:45:49.590 INFO kablam! 13 | | None Oct 12 18:45:49.590 INFO kablam! 14 | | } Oct 12 18:45:49.590 INFO kablam! | |_____^ Oct 12 18:45:49.591 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 18:45:49.591 INFO kablam! Oct 12 18:45:51.756 INFO kablam! Checking globset v0.4.1 Oct 12 18:45:52.045 INFO kablam! error: aborting due to 4 previous errors Oct 12 18:45:52.064 INFO kablam! Oct 12 18:45:52.064 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 18:45:52.132 INFO kablam! error: Could not compile `petgraph`. Oct 12 18:45:52.132 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 18:46:09.561 INFO kablam! error: build failed Oct 12 18:46:09.564 INFO kablam! su: No module specific data is present Oct 12 18:46:10.467 INFO running `"docker" "rm" "-f" "76754f6a65e25aef2613f580d8677c3edcdcc77c4ba21b1bae106793fdf4a14a"` Oct 12 18:46:10.788 INFO blam! 76754f6a65e25aef2613f580d8677c3edcdcc77c4ba21b1bae106793fdf4a14a