Oct 13 04:52:40.656 INFO testing omaskery/asynclang against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 04:52:40.657 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 04:52:41.338 INFO blam! 6e15b29ae178a7908430842cb691d668aef1d4835ec8487257076b6a8fbf1aee Oct 13 04:52:41.340 INFO running `"docker" "start" "-a" "6e15b29ae178a7908430842cb691d668aef1d4835ec8487257076b6a8fbf1aee"` Oct 13 04:52:43.295 INFO kablam! usermod: no changes Oct 13 04:52:43.419 INFO kablam! Compiling petgraph v0.4.12 Oct 13 04:52:45.583 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:52:45.584 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 13 04:52:45.584 INFO kablam! | Oct 13 04:52:45.584 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 13 04:52:45.584 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:52:45.585 INFO kablam! | Oct 13 04:52:45.585 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:52:45.585 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:52:45.585 INFO kablam! | Oct 13 04:52:45.586 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:52:45.586 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:52:45.586 INFO kablam! 7 | | { Oct 13 04:52:45.586 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:52:45.587 INFO kablam! ... | Oct 13 04:52:45.587 INFO kablam! 13 | | None Oct 13 04:52:45.587 INFO kablam! 14 | | } Oct 13 04:52:45.588 INFO kablam! | |_____^ Oct 13 04:52:45.588 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 04:52:45.588 INFO kablam! Oct 13 04:52:45.591 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:52:45.592 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 13 04:52:45.592 INFO kablam! | Oct 13 04:52:45.592 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 13 04:52:45.592 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:52:45.593 INFO kablam! | Oct 13 04:52:45.593 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:52:45.593 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:52:45.593 INFO kablam! | Oct 13 04:52:45.594 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:52:45.594 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:52:45.594 INFO kablam! 7 | | { Oct 13 04:52:45.594 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:52:45.595 INFO kablam! ... | Oct 13 04:52:45.595 INFO kablam! 13 | | None Oct 13 04:52:45.595 INFO kablam! 14 | | } Oct 13 04:52:45.595 INFO kablam! | |_____^ Oct 13 04:52:45.596 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 04:52:45.596 INFO kablam! Oct 13 04:52:45.603 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:52:45.603 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 13 04:52:45.604 INFO kablam! | Oct 13 04:52:45.604 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 13 04:52:45.604 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:52:45.605 INFO kablam! | Oct 13 04:52:45.605 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:52:45.605 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:52:45.606 INFO kablam! | Oct 13 04:52:45.606 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:52:45.606 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:52:45.607 INFO kablam! 7 | | { Oct 13 04:52:45.607 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:52:45.607 INFO kablam! ... | Oct 13 04:52:45.607 INFO kablam! 13 | | None Oct 13 04:52:45.608 INFO kablam! 14 | | } Oct 13 04:52:45.608 INFO kablam! | |_____^ Oct 13 04:52:45.608 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 04:52:45.608 INFO kablam! Oct 13 04:52:45.611 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:52:45.611 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 13 04:52:45.612 INFO kablam! | Oct 13 04:52:45.612 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 13 04:52:45.612 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:52:45.612 INFO kablam! | Oct 13 04:52:45.612 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:52:45.612 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:52:45.612 INFO kablam! | Oct 13 04:52:45.612 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:52:45.612 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:52:45.612 INFO kablam! 7 | | { Oct 13 04:52:45.612 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:52:45.612 INFO kablam! ... | Oct 13 04:52:45.612 INFO kablam! 13 | | None Oct 13 04:52:45.612 INFO kablam! 14 | | } Oct 13 04:52:45.612 INFO kablam! | |_____^ Oct 13 04:52:45.612 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 04:52:45.612 INFO kablam! Oct 13 04:52:45.951 INFO kablam! error: aborting due to 4 previous errors Oct 13 04:52:45.951 INFO kablam! Oct 13 04:52:45.951 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 13 04:52:45.964 INFO kablam! error: Could not compile `petgraph`. Oct 13 04:52:45.964 INFO kablam! Oct 13 04:52:45.964 INFO kablam! To learn more, run the command again with --verbose. Oct 13 04:52:45.966 INFO kablam! su: No module specific data is present Oct 13 04:52:47.175 INFO running `"docker" "rm" "-f" "6e15b29ae178a7908430842cb691d668aef1d4835ec8487257076b6a8fbf1aee"` Oct 13 04:52:47.456 INFO blam! 6e15b29ae178a7908430842cb691d668aef1d4835ec8487257076b6a8fbf1aee