Oct 31 20:17:37.025 INFO checking sunjay/lion against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 20:17:37.026 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-2/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 20:17:37.570 INFO blam! e628eecf73778737c45e2ac98b86df0642c475365ec330cc815fdc3d6e9c5222 Oct 31 20:17:37.571 INFO running `"docker" "start" "-a" "e628eecf73778737c45e2ac98b86df0642c475365ec330cc815fdc3d6e9c5222"` Oct 31 20:17:39.941 INFO kablam! usermod: no changes Oct 31 20:17:40.142 INFO kablam! Compiling num-bigint v0.2.0 Oct 31 20:17:40.149 INFO kablam! Checking bytecount v0.3.2 Oct 31 20:17:40.149 INFO kablam! Compiling rand v0.4.3 Oct 31 20:17:40.149 INFO kablam! Checking memchr v1.0.2 Oct 31 20:17:40.149 INFO kablam! Checking phf_shared v0.7.22 Oct 31 20:17:40.149 INFO kablam! Checking petgraph v0.4.12 Oct 31 20:17:40.149 INFO kablam! Checking pretty_assertions v0.5.1 Oct 31 20:17:40.149 INFO kablam! Compiling nix v0.7.0 Oct 31 20:17:41.414 INFO kablam! Checking nom v4.0.0 Oct 31 20:17:41.528 INFO kablam! Checking smallvec v0.6.4 Oct 31 20:17:41.912 INFO kablam! Checking nom v3.2.1 Oct 31 20:17:43.826 INFO kablam! Checking phf v0.7.22 Oct 31 20:17:45.274 INFO kablam! Checking smallstr v0.1.0 Oct 31 20:17:49.892 INFO kablam! Compiling phf_generator v0.7.22 Oct 31 20:17:50.585 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:17:50.585 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 31 20:17:50.585 INFO kablam! | Oct 31 20:17:50.585 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 31 20:17:50.585 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:17:50.586 INFO kablam! | Oct 31 20:17:50.586 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:17:50.586 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:17:50.586 INFO kablam! | Oct 31 20:17:50.586 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:17:50.586 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:17:50.587 INFO kablam! 7 | | { Oct 31 20:17:50.587 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:17:50.587 INFO kablam! ... | Oct 31 20:17:50.587 INFO kablam! 13 | | None Oct 31 20:17:50.587 INFO kablam! 14 | | } Oct 31 20:17:50.587 INFO kablam! | |_____^ Oct 31 20:17:50.588 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:17:50.588 INFO kablam! Oct 31 20:17:50.644 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:17:50.644 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 31 20:17:50.644 INFO kablam! | Oct 31 20:17:50.644 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 31 20:17:50.644 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:17:50.673 INFO kablam! | Oct 31 20:17:50.673 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:17:50.673 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:17:50.673 INFO kablam! | Oct 31 20:17:50.673 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:17:50.673 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:17:50.673 INFO kablam! 7 | | { Oct 31 20:17:50.673 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:17:50.673 INFO kablam! ... | Oct 31 20:17:50.673 INFO kablam! 13 | | None Oct 31 20:17:50.673 INFO kablam! 14 | | } Oct 31 20:17:50.673 INFO kablam! | |_____^ Oct 31 20:17:50.673 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:17:50.673 INFO kablam! Oct 31 20:17:50.680 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:17:50.680 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 31 20:17:50.680 INFO kablam! | Oct 31 20:17:50.680 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 31 20:17:50.680 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:17:50.694 INFO kablam! | Oct 31 20:17:50.694 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:17:50.694 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:17:50.694 INFO kablam! | Oct 31 20:17:50.694 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:17:50.694 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:17:50.695 INFO kablam! 7 | | { Oct 31 20:17:50.695 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:17:50.695 INFO kablam! ... | Oct 31 20:17:50.695 INFO kablam! 13 | | None Oct 31 20:17:50.695 INFO kablam! 14 | | } Oct 31 20:17:50.695 INFO kablam! | |_____^ Oct 31 20:17:50.695 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:17:50.695 INFO kablam! Oct 31 20:17:50.695 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:17:50.695 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 31 20:17:50.695 INFO kablam! | Oct 31 20:17:50.695 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 31 20:17:50.695 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:17:50.712 INFO kablam! | Oct 31 20:17:50.712 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:17:50.712 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:17:50.712 INFO kablam! | Oct 31 20:17:50.712 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:17:50.712 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:17:50.712 INFO kablam! 7 | | { Oct 31 20:17:50.712 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:17:50.712 INFO kablam! ... | Oct 31 20:17:50.712 INFO kablam! 13 | | None Oct 31 20:17:50.712 INFO kablam! 14 | | } Oct 31 20:17:50.712 INFO kablam! | |_____^ Oct 31 20:17:50.712 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:17:50.712 INFO kablam! Oct 31 20:17:50.805 INFO kablam! Compiling phf_codegen v0.7.22 Oct 31 20:17:51.384 INFO kablam! Checking nom_locate v0.3.1 Oct 31 20:17:51.792 INFO kablam! error: aborting due to 4 previous errors Oct 31 20:17:51.792 INFO kablam! Oct 31 20:17:51.792 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 31 20:17:51.800 INFO kablam! error: Could not compile `petgraph`. Oct 31 20:17:51.800 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 20:17:53.491 INFO kablam! error: build failed Oct 31 20:17:53.500 INFO kablam! su: No module specific data is present Oct 31 20:17:54.708 INFO running `"docker" "rm" "-f" "e628eecf73778737c45e2ac98b86df0642c475365ec330cc815fdc3d6e9c5222"` Oct 31 20:17:55.052 INFO blam! e628eecf73778737c45e2ac98b86df0642c475365ec330cc815fdc3d6e9c5222