Oct 27 01:55:01.781 INFO checking kpcyrd/cargo-debstatus against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:55:01.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:55:02.221 INFO blam! 28ebd8fc4d38eab180150fa556c342432f7d5c394997df180e43aa5dbe13fb5d Oct 27 01:55:02.228 INFO running `"docker" "start" "-a" "28ebd8fc4d38eab180150fa556c342432f7d5c394997df180e43aa5dbe13fb5d"` Oct 27 01:55:03.419 INFO kablam! usermod: no changes Oct 27 01:55:03.879 INFO kablam! Checking arrayref v0.3.5 Oct 27 01:55:03.891 INFO kablam! Checking md5 v0.3.8 Oct 27 01:55:03.891 INFO kablam! Checking fallible-iterator v0.1.5 Oct 27 01:55:03.891 INFO kablam! Compiling cmake v0.1.33 Oct 27 01:55:03.892 INFO kablam! Compiling libz-sys v1.0.20 Oct 27 01:55:03.892 INFO kablam! Compiling curl-sys v0.4.8 Oct 27 01:55:03.892 INFO kablam! Checking fs2 v0.4.3 Oct 27 01:55:03.893 INFO kablam! Checking base64 v0.6.0 Oct 27 01:55:04.611 INFO kablam! Checking phf_shared v0.7.21 Oct 27 01:55:06.167 INFO kablam! Checking socket2 v0.3.7 Oct 27 01:55:06.706 INFO kablam! Checking walkdir v2.2.0 Oct 27 01:55:06.939 INFO kablam! Checking petgraph v0.4.12 Oct 27 01:55:09.680 INFO kablam! Checking stringprep v0.1.2 Oct 27 01:55:09.681 INFO kablam! Checking block-buffer v0.3.3 Oct 27 01:55:09.699 INFO kablam! Checking phf v0.7.21 Oct 27 01:55:09.699 INFO kablam! Checking tar v0.4.16 Oct 27 01:55:09.699 INFO kablam! Compiling libssh2-sys v0.2.10 Oct 27 01:55:12.683 INFO kablam! Compiling libgit2-sys v0.7.7 Oct 27 01:55:13.668 INFO kablam! Compiling openssl v0.10.11 Oct 27 01:55:13.692 INFO kablam! Checking miniz-sys v0.1.10 Oct 27 01:55:13.704 INFO kablam! Checking toml v0.4.6 Oct 27 01:55:13.799 INFO kablam! Checking serde_ignored v0.0.4 Oct 27 01:55:13.996 INFO kablam! Checking semver v0.9.0 Oct 27 01:55:16.012 INFO kablam! Checking serde_json v1.0.26 Oct 27 01:55:17.757 INFO kablam! Compiling syn v0.14.8 Oct 27 01:55:18.580 INFO kablam! Checking colored v1.6.1 Oct 27 01:55:18.731 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:55:18.732 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 27 01:55:18.733 INFO kablam! | Oct 27 01:55:18.733 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 27 01:55:18.734 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:55:18.735 INFO kablam! | Oct 27 01:55:18.735 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:55:18.736 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:55:18.737 INFO kablam! | Oct 27 01:55:18.737 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:55:18.738 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:55:18.738 INFO kablam! 7 | | { Oct 27 01:55:18.739 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:55:18.739 INFO kablam! ... | Oct 27 01:55:18.739 INFO kablam! 13 | | None Oct 27 01:55:18.740 INFO kablam! 14 | | } Oct 27 01:55:18.740 INFO kablam! | |_____^ Oct 27 01:55:18.740 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:55:18.741 INFO kablam! Oct 27 01:55:18.912 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:55:18.912 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 27 01:55:18.913 INFO kablam! | Oct 27 01:55:18.913 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 27 01:55:18.914 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:55:18.915 INFO kablam! | Oct 27 01:55:18.915 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:55:18.916 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:55:18.916 INFO kablam! | Oct 27 01:55:18.916 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:55:18.916 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:55:18.917 INFO kablam! 7 | | { Oct 27 01:55:18.917 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:55:18.917 INFO kablam! ... | Oct 27 01:55:18.918 INFO kablam! 13 | | None Oct 27 01:55:18.918 INFO kablam! 14 | | } Oct 27 01:55:18.918 INFO kablam! | |_____^ Oct 27 01:55:18.919 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:55:18.919 INFO kablam! Oct 27 01:55:18.971 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:55:18.972 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 27 01:55:18.972 INFO kablam! | Oct 27 01:55:18.972 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 27 01:55:18.973 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:55:18.973 INFO kablam! | Oct 27 01:55:18.973 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:55:18.974 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:55:18.974 INFO kablam! | Oct 27 01:55:18.974 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:55:18.975 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:55:18.975 INFO kablam! 7 | | { Oct 27 01:55:18.975 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:55:18.975 INFO kablam! ... | Oct 27 01:55:18.976 INFO kablam! 13 | | None Oct 27 01:55:18.976 INFO kablam! 14 | | } Oct 27 01:55:18.976 INFO kablam! | |_____^ Oct 27 01:55:18.977 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:55:18.977 INFO kablam! Oct 27 01:55:18.991 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 01:55:18.991 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 27 01:55:18.992 INFO kablam! | Oct 27 01:55:18.992 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 27 01:55:18.992 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 01:55:18.993 INFO kablam! | Oct 27 01:55:18.993 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 01:55:18.993 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 01:55:18.994 INFO kablam! | Oct 27 01:55:18.994 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 01:55:19.007 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 01:55:19.007 INFO kablam! 7 | | { Oct 27 01:55:19.008 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 01:55:19.008 INFO kablam! ... | Oct 27 01:55:19.008 INFO kablam! 13 | | None Oct 27 01:55:19.009 INFO kablam! 14 | | } Oct 27 01:55:19.009 INFO kablam! | |_____^ Oct 27 01:55:19.009 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 01:55:19.010 INFO kablam! Oct 27 01:55:20.059 INFO kablam! Checking flate2 v1.0.2 Oct 27 01:55:21.079 INFO kablam! error: aborting due to 4 previous errors Oct 27 01:55:21.080 INFO kablam! Oct 27 01:55:21.080 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 27 01:55:21.107 INFO kablam! error: Could not compile `petgraph`. Oct 27 01:55:21.108 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 01:55:39.492 INFO kablam! error: build failed Oct 27 01:55:39.494 INFO kablam! su: No module specific data is present Oct 27 01:55:40.907 INFO running `"docker" "rm" "-f" "28ebd8fc4d38eab180150fa556c342432f7d5c394997df180e43aa5dbe13fb5d"` Oct 27 01:55:41.241 INFO blam! 28ebd8fc4d38eab180150fa556c342432f7d5c394997df180e43aa5dbe13fb5d