Oct 14 19:32:35.960 INFO testing gpittarelli/to-and-from against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:32:35.960 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 19:32:36.375 INFO blam! deb1d33ba43c08e1bd5183eb7ffb1aab2c7bd75674ec97dcf6b41a35a8b0a68b Oct 14 19:32:36.377 INFO running `"docker" "start" "-a" "deb1d33ba43c08e1bd5183eb7ffb1aab2c7bd75674ec97dcf6b41a35a8b0a68b"` Oct 14 19:32:37.631 INFO kablam! usermod: no changes Oct 14 19:32:37.743 INFO kablam! Compiling serde v1.0.30 Oct 14 19:32:37.747 INFO kablam! Compiling ordermap v0.3.5 Oct 14 19:32:37.748 INFO kablam! Compiling fixedbitset v0.1.8 Oct 14 19:32:37.767 INFO kablam! Compiling memchr v2.0.1 Oct 14 19:32:37.768 INFO kablam! Compiling itertools v0.7.7 Oct 14 19:32:39.415 INFO kablam! Compiling csv-core v0.1.4 Oct 14 19:32:42.423 INFO kablam! Compiling petgraph v0.4.11 Oct 14 19:32:44.823 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 19:32:44.823 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 Oct 14 19:32:44.823 INFO kablam! | Oct 14 19:32:44.823 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Oct 14 19:32:44.823 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 19:32:44.823 INFO kablam! | Oct 14 19:32:44.823 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 19:32:44.823 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 14 19:32:44.823 INFO kablam! | Oct 14 19:32:44.823 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 19:32:44.823 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 19:32:44.823 INFO kablam! 7 | | { Oct 14 19:32:44.823 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 19:32:44.823 INFO kablam! ... | Oct 14 19:32:44.823 INFO kablam! 13 | | None Oct 14 19:32:44.823 INFO kablam! 14 | | } Oct 14 19:32:44.823 INFO kablam! | |_____^ Oct 14 19:32:44.823 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 19:32:44.823 INFO kablam! Oct 14 19:32:44.839 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 19:32:44.839 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 Oct 14 19:32:44.839 INFO kablam! | Oct 14 19:32:44.839 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Oct 14 19:32:44.839 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 19:32:44.839 INFO kablam! | Oct 14 19:32:44.839 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 19:32:44.839 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 14 19:32:44.839 INFO kablam! | Oct 14 19:32:44.839 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 19:32:44.839 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 19:32:44.839 INFO kablam! 7 | | { Oct 14 19:32:44.839 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 19:32:44.839 INFO kablam! ... | Oct 14 19:32:44.839 INFO kablam! 13 | | None Oct 14 19:32:44.839 INFO kablam! 14 | | } Oct 14 19:32:44.839 INFO kablam! | |_____^ Oct 14 19:32:44.839 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 19:32:44.839 INFO kablam! Oct 14 19:32:44.855 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 19:32:44.855 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 Oct 14 19:32:44.855 INFO kablam! | Oct 14 19:32:44.855 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Oct 14 19:32:44.855 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 19:32:44.855 INFO kablam! | Oct 14 19:32:44.855 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 19:32:44.855 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 14 19:32:44.855 INFO kablam! | Oct 14 19:32:44.855 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 19:32:44.855 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 19:32:44.855 INFO kablam! 7 | | { Oct 14 19:32:44.855 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 19:32:44.855 INFO kablam! ... | Oct 14 19:32:44.855 INFO kablam! 13 | | None Oct 14 19:32:44.855 INFO kablam! 14 | | } Oct 14 19:32:44.855 INFO kablam! | |_____^ Oct 14 19:32:44.855 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 19:32:44.855 INFO kablam! Oct 14 19:32:44.855 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 19:32:44.855 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 Oct 14 19:32:44.855 INFO kablam! | Oct 14 19:32:44.855 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Oct 14 19:32:44.855 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 19:32:44.855 INFO kablam! | Oct 14 19:32:44.855 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 19:32:44.855 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 14 19:32:44.855 INFO kablam! | Oct 14 19:32:44.855 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 19:32:44.855 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 19:32:44.855 INFO kablam! 7 | | { Oct 14 19:32:44.855 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 19:32:44.855 INFO kablam! ... | Oct 14 19:32:44.855 INFO kablam! 13 | | None Oct 14 19:32:44.855 INFO kablam! 14 | | } Oct 14 19:32:44.855 INFO kablam! | |_____^ Oct 14 19:32:44.855 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 19:32:44.855 INFO kablam! Oct 14 19:32:45.175 INFO kablam! error: aborting due to 4 previous errors Oct 14 19:32:45.175 INFO kablam! Oct 14 19:32:45.175 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 14 19:32:45.180 INFO kablam! error: Could not compile `petgraph`. Oct 14 19:32:45.180 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 14 19:32:52.282 INFO kablam! error: build failed Oct 14 19:32:52.283 INFO kablam! su: No module specific data is present Oct 14 19:32:53.559 INFO running `"docker" "rm" "-f" "deb1d33ba43c08e1bd5183eb7ffb1aab2c7bd75674ec97dcf6b41a35a8b0a68b"` Oct 14 19:32:53.904 INFO blam! deb1d33ba43c08e1bd5183eb7ffb1aab2c7bd75674ec97dcf6b41a35a8b0a68b