Oct 31 19:58:57.179 INFO checking tckastanek/graph-deps against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 19:58:57.179 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-2/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 19:58:57.700 INFO blam! 269ecff1ca8cce8b20bd62450eabe29b88dcbcdbde74d6bfaec1182b9bd29702 Oct 31 19:58:57.702 INFO running `"docker" "start" "-a" "269ecff1ca8cce8b20bd62450eabe29b88dcbcdbde74d6bfaec1182b9bd29702"` Oct 31 19:58:58.980 INFO kablam! usermod: no changes Oct 31 19:58:59.222 INFO kablam! Checking fixedbitset v0.1.9 Oct 31 19:58:59.222 INFO kablam! Checking ordermap v0.3.5 Oct 31 19:58:59.226 INFO kablam! Checking dot v0.1.3 Oct 31 19:58:59.244 INFO kablam! Compiling proc-macro2 v0.3.6 Oct 31 19:58:59.277 INFO kablam! Checking failure v0.1.1 Oct 31 19:59:01.480 INFO kablam! Checking petgraph v0.4.12 Oct 31 19:59:04.316 INFO kablam! Compiling quote v0.5.1 Oct 31 19:59:05.624 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 19:59:05.624 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 31 19:59:05.624 INFO kablam! | Oct 31 19:59:05.624 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 31 19:59:05.624 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 19:59:05.624 INFO kablam! | Oct 31 19:59:05.624 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 19:59:05.624 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 19:59:05.624 INFO kablam! | Oct 31 19:59:05.624 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 19:59:05.624 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 19:59:05.624 INFO kablam! 7 | | { Oct 31 19:59:05.624 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 19:59:05.624 INFO kablam! ... | Oct 31 19:59:05.625 INFO kablam! 13 | | None Oct 31 19:59:05.625 INFO kablam! 14 | | } Oct 31 19:59:05.625 INFO kablam! | |_____^ Oct 31 19:59:05.625 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 19:59:05.625 INFO kablam! Oct 31 19:59:05.670 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 19:59:05.670 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 31 19:59:05.670 INFO kablam! | Oct 31 19:59:05.670 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 31 19:59:05.670 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 19:59:05.670 INFO kablam! | Oct 31 19:59:05.670 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 19:59:05.670 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 19:59:05.670 INFO kablam! | Oct 31 19:59:05.670 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 19:59:05.670 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 19:59:05.670 INFO kablam! 7 | | { Oct 31 19:59:05.670 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 19:59:05.671 INFO kablam! ... | Oct 31 19:59:05.671 INFO kablam! 13 | | None Oct 31 19:59:05.671 INFO kablam! 14 | | } Oct 31 19:59:05.671 INFO kablam! | |_____^ Oct 31 19:59:05.671 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 19:59:05.671 INFO kablam! Oct 31 19:59:05.687 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 19:59:05.687 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 31 19:59:05.687 INFO kablam! | Oct 31 19:59:05.687 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 31 19:59:05.687 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 19:59:05.687 INFO kablam! | Oct 31 19:59:05.687 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 19:59:05.687 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 19:59:05.687 INFO kablam! | Oct 31 19:59:05.687 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 19:59:05.687 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 19:59:05.687 INFO kablam! 7 | | { Oct 31 19:59:05.687 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 19:59:05.687 INFO kablam! ... | Oct 31 19:59:05.687 INFO kablam! 13 | | None Oct 31 19:59:05.687 INFO kablam! 14 | | } Oct 31 19:59:05.687 INFO kablam! | |_____^ Oct 31 19:59:05.687 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 19:59:05.688 INFO kablam! Oct 31 19:59:05.696 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 19:59:05.696 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 31 19:59:05.696 INFO kablam! | Oct 31 19:59:05.696 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 31 19:59:05.696 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 19:59:05.696 INFO kablam! | Oct 31 19:59:05.696 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 19:59:05.696 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 19:59:05.696 INFO kablam! | Oct 31 19:59:05.696 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 19:59:05.696 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 19:59:05.696 INFO kablam! 7 | | { Oct 31 19:59:05.696 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 19:59:05.696 INFO kablam! ... | Oct 31 19:59:05.696 INFO kablam! 13 | | None Oct 31 19:59:05.696 INFO kablam! 14 | | } Oct 31 19:59:05.696 INFO kablam! | |_____^ Oct 31 19:59:05.696 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 19:59:05.696 INFO kablam! Oct 31 19:59:05.956 INFO kablam! Compiling syn v0.13.1 Oct 31 19:59:06.261 INFO kablam! error: aborting due to 4 previous errors Oct 31 19:59:06.261 INFO kablam! Oct 31 19:59:06.261 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 31 19:59:06.276 INFO kablam! error: Could not compile `petgraph`. Oct 31 19:59:06.276 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 19:59:14.399 INFO kablam! error: build failed Oct 31 19:59:14.401 INFO kablam! su: No module specific data is present Oct 31 19:59:15.184 INFO running `"docker" "rm" "-f" "269ecff1ca8cce8b20bd62450eabe29b88dcbcdbde74d6bfaec1182b9bd29702"` Oct 31 19:59:15.504 INFO blam! 269ecff1ca8cce8b20bd62450eabe29b88dcbcdbde74d6bfaec1182b9bd29702