Nov 09 17:16:10.467 INFO checking YaLTeR/aoc2017 against master#653da4fd006c97625247acd7e076d0782cdc149b for pr-55632 Nov 09 17:16:10.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-6/master#653da4fd006c97625247acd7e076d0782cdc149b:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55632/master#653da4fd006c97625247acd7e076d0782cdc149b:/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 +653da4fd006c97625247acd7e076d0782cdc149b-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"` Nov 09 17:16:10.861 INFO blam! 77ebb7924e396a41e3f32cf1b24950a26890f34287b78c6a089017c6db956b08 Nov 09 17:16:10.864 INFO running `"docker" "start" "-a" "77ebb7924e396a41e3f32cf1b24950a26890f34287b78c6a089017c6db956b08"` Nov 09 17:16:12.183 INFO kablam! usermod: no changes Nov 09 17:16:12.275 INFO kablam! Checking ordermap v0.3.2 Nov 09 17:16:13.595 INFO kablam! Checking petgraph v0.4.10 Nov 09 17:16:15.563 INFO kablam! error[E0034]: multiple applicable items in scope Nov 09 17:16:15.563 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1173:19 Nov 09 17:16:15.563 INFO kablam! | Nov 09 17:16:15.563 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Nov 09 17:16:15.563 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 09 17:16:15.563 INFO kablam! | Nov 09 17:16:15.563 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 09 17:16:15.563 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Nov 09 17:16:15.563 INFO kablam! | Nov 09 17:16:15.563 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 09 17:16:15.563 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 09 17:16:15.563 INFO kablam! 7 | | { Nov 09 17:16:15.563 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 09 17:16:15.563 INFO kablam! ... | Nov 09 17:16:15.563 INFO kablam! 13 | | None Nov 09 17:16:15.563 INFO kablam! 14 | | } Nov 09 17:16:15.563 INFO kablam! | |_____^ Nov 09 17:16:15.563 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 09 17:16:15.563 INFO kablam! Nov 09 17:16:15.587 INFO kablam! error[E0034]: multiple applicable items in scope Nov 09 17:16:15.587 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1365:19 Nov 09 17:16:15.587 INFO kablam! | Nov 09 17:16:15.587 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Nov 09 17:16:15.587 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 09 17:16:15.587 INFO kablam! | Nov 09 17:16:15.587 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 09 17:16:15.587 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Nov 09 17:16:15.587 INFO kablam! | Nov 09 17:16:15.587 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 09 17:16:15.587 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 09 17:16:15.587 INFO kablam! 7 | | { Nov 09 17:16:15.587 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 09 17:16:15.587 INFO kablam! ... | Nov 09 17:16:15.587 INFO kablam! 13 | | None Nov 09 17:16:15.587 INFO kablam! 14 | | } Nov 09 17:16:15.587 INFO kablam! | |_____^ Nov 09 17:16:15.587 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 09 17:16:15.587 INFO kablam! Nov 09 17:16:15.595 INFO kablam! error[E0034]: multiple applicable items in scope Nov 09 17:16:15.595 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1529:19 Nov 09 17:16:15.595 INFO kablam! | Nov 09 17:16:15.595 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Nov 09 17:16:15.595 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 09 17:16:15.595 INFO kablam! | Nov 09 17:16:15.595 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 09 17:16:15.595 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Nov 09 17:16:15.595 INFO kablam! | Nov 09 17:16:15.595 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 09 17:16:15.595 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 09 17:16:15.595 INFO kablam! 7 | | { Nov 09 17:16:15.595 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 09 17:16:15.595 INFO kablam! ... | Nov 09 17:16:15.595 INFO kablam! 13 | | None Nov 09 17:16:15.595 INFO kablam! 14 | | } Nov 09 17:16:15.595 INFO kablam! | |_____^ Nov 09 17:16:15.595 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 09 17:16:15.595 INFO kablam! Nov 09 17:16:15.606 INFO kablam! error[E0034]: multiple applicable items in scope Nov 09 17:16:15.606 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1575:19 Nov 09 17:16:15.606 INFO kablam! | Nov 09 17:16:15.606 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Nov 09 17:16:15.606 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 09 17:16:15.606 INFO kablam! | Nov 09 17:16:15.606 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 09 17:16:15.606 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Nov 09 17:16:15.606 INFO kablam! | Nov 09 17:16:15.606 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 09 17:16:15.606 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 09 17:16:15.606 INFO kablam! 7 | | { Nov 09 17:16:15.606 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 09 17:16:15.606 INFO kablam! ... | Nov 09 17:16:15.606 INFO kablam! 13 | | None Nov 09 17:16:15.606 INFO kablam! 14 | | } Nov 09 17:16:15.606 INFO kablam! | |_____^ Nov 09 17:16:15.606 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 09 17:16:15.606 INFO kablam! Nov 09 17:16:15.903 INFO kablam! error: aborting due to 4 previous errors Nov 09 17:16:15.903 INFO kablam! Nov 09 17:16:15.903 INFO kablam! For more information about this error, try `rustc --explain E0034`. Nov 09 17:16:15.923 INFO kablam! error: Could not compile `petgraph`. Nov 09 17:16:15.923 INFO kablam! Nov 09 17:16:15.923 INFO kablam! To learn more, run the command again with --verbose. Nov 09 17:16:15.923 INFO kablam! su: No module specific data is present Nov 09 17:16:16.623 INFO running `"docker" "rm" "-f" "77ebb7924e396a41e3f32cf1b24950a26890f34287b78c6a089017c6db956b08"` Nov 09 17:16:16.968 INFO blam! 77ebb7924e396a41e3f32cf1b24950a26890f34287b78c6a089017c6db956b08