Oct 10 22:27:07.169 INFO testing gpittarelli/to-and-from against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:27:07.169 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:27:07.169 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:27:07.365 INFO blam! 1ded5a0c198f89e152ddad896f90afd0ebc095dad8eb0cc4e4a38e2167ea1e62 Oct 10 22:27:07.372 INFO running `"docker" "start" "-a" "1ded5a0c198f89e152ddad896f90afd0ebc095dad8eb0cc4e4a38e2167ea1e62"` Oct 10 22:27:07.757 INFO kablam! usermod: no changes Oct 10 22:27:07.843 INFO kablam! Compiling serde v1.0.30 Oct 10 22:27:07.844 INFO kablam! Compiling memchr v2.0.1 Oct 10 22:27:07.844 INFO kablam! Compiling itertools v0.7.7 Oct 10 22:27:07.845 INFO kablam! Compiling petgraph v0.4.11 Oct 10 22:27:07.845 INFO kablam! Compiling num-bigint v0.1.43 Oct 10 22:27:08.860 INFO kablam! Compiling csv-core v0.1.4 Oct 10 22:27:10.691 INFO kablam! error[E0034]: multiple applicable items in scope Oct 10 22:27:10.692 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 Oct 10 22:27:10.692 INFO kablam! | Oct 10 22:27:10.693 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Oct 10 22:27:10.693 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 10 22:27:10.701 INFO kablam! | Oct 10 22:27:10.702 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 10 22:27:10.702 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 10 22:27:10.706 INFO kablam! | Oct 10 22:27:10.706 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 10 22:27:10.706 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 10 22:27:10.706 INFO kablam! 7 | | { Oct 10 22:27:10.706 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 10 22:27:10.706 INFO kablam! ... | Oct 10 22:27:10.706 INFO kablam! 13 | | None Oct 10 22:27:10.706 INFO kablam! 14 | | } Oct 10 22:27:10.706 INFO kablam! | |_____^ Oct 10 22:27:10.706 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 10 22:27:10.706 INFO kablam! Oct 10 22:27:10.748 INFO kablam! error[E0034]: multiple applicable items in scope Oct 10 22:27:10.748 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 Oct 10 22:27:10.748 INFO kablam! | Oct 10 22:27:10.748 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Oct 10 22:27:10.748 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 10 22:27:10.753 INFO kablam! | Oct 10 22:27:10.753 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 10 22:27:10.754 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 10 22:27:10.754 INFO kablam! | Oct 10 22:27:10.754 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 10 22:27:10.755 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 10 22:27:10.755 INFO kablam! 7 | | { Oct 10 22:27:10.755 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 10 22:27:10.756 INFO kablam! ... | Oct 10 22:27:10.756 INFO kablam! 13 | | None Oct 10 22:27:10.756 INFO kablam! 14 | | } Oct 10 22:27:10.756 INFO kablam! | |_____^ Oct 10 22:27:10.757 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 10 22:27:10.757 INFO kablam! Oct 10 22:27:10.778 INFO kablam! error[E0034]: multiple applicable items in scope Oct 10 22:27:10.779 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 Oct 10 22:27:10.779 INFO kablam! | Oct 10 22:27:10.779 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Oct 10 22:27:10.780 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 10 22:27:10.789 INFO kablam! | Oct 10 22:27:10.789 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 10 22:27:10.789 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 10 22:27:10.790 INFO kablam! | Oct 10 22:27:10.790 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 10 22:27:10.790 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 10 22:27:10.791 INFO kablam! 7 | | { Oct 10 22:27:10.791 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 10 22:27:10.791 INFO kablam! ... | Oct 10 22:27:10.792 INFO kablam! 13 | | None Oct 10 22:27:10.792 INFO kablam! 14 | | } Oct 10 22:27:10.792 INFO kablam! | |_____^ Oct 10 22:27:10.793 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 10 22:27:10.793 INFO kablam! Oct 10 22:27:10.794 INFO kablam! error[E0034]: multiple applicable items in scope Oct 10 22:27:10.794 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 Oct 10 22:27:10.794 INFO kablam! | Oct 10 22:27:10.796 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Oct 10 22:27:10.796 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 10 22:27:10.796 INFO kablam! | Oct 10 22:27:10.797 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 10 22:27:10.797 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 10 22:27:10.797 INFO kablam! | Oct 10 22:27:10.797 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 10 22:27:10.797 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 10 22:27:10.797 INFO kablam! 7 | | { Oct 10 22:27:10.797 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 10 22:27:10.797 INFO kablam! ... | Oct 10 22:27:10.797 INFO kablam! 13 | | None Oct 10 22:27:10.797 INFO kablam! 14 | | } Oct 10 22:27:10.797 INFO kablam! | |_____^ Oct 10 22:27:10.797 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 10 22:27:10.797 INFO kablam! Oct 10 22:27:11.464 INFO kablam! error: aborting due to 4 previous errors Oct 10 22:27:11.464 INFO kablam! Oct 10 22:27:11.464 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 10 22:27:11.470 INFO kablam! error: Could not compile `petgraph`. Oct 10 22:27:11.470 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 10 22:27:20.102 INFO kablam! error: build failed Oct 10 22:27:20.104 INFO kablam! su: No module specific data is present Oct 10 22:27:20.403 INFO running `"docker" "rm" "-f" "1ded5a0c198f89e152ddad896f90afd0ebc095dad8eb0cc4e4a38e2167ea1e62"` Oct 10 22:27:20.481 INFO blam! 1ded5a0c198f89e152ddad896f90afd0ebc095dad8eb0cc4e4a38e2167ea1e62