Nov 02 18:55:55.984 INFO checking YaLTeR/aoc2017 against try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7 for pr-55517 Nov 02 18:55:55.986 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-2/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55517/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/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 +dc8b02d6f1e93f212fc39844ea688b634b4a03c7-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 02 18:55:56.464 INFO blam! e5b2d6735e45a8106d2b5db906dee2d6dd96700dc157cf507176c85280c58d8b Nov 02 18:55:56.468 INFO running `"docker" "start" "-a" "e5b2d6735e45a8106d2b5db906dee2d6dd96700dc157cf507176c85280c58d8b"` Nov 02 18:55:57.624 INFO kablam! usermod: no changes Nov 02 18:55:57.760 INFO kablam! Checking ordermap v0.3.2 Nov 02 18:55:59.256 INFO kablam! Checking petgraph v0.4.10 Nov 02 18:56:01.476 INFO kablam! error[E0034]: multiple applicable items in scope Nov 02 18:56:01.476 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1173:19 Nov 02 18:56:01.476 INFO kablam! | Nov 02 18:56:01.476 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Nov 02 18:56:01.476 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 02 18:56:01.476 INFO kablam! | Nov 02 18:56:01.476 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 02 18:56:01.476 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Nov 02 18:56:01.476 INFO kablam! | Nov 02 18:56:01.476 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 02 18:56:01.476 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 02 18:56:01.476 INFO kablam! 7 | | { Nov 02 18:56:01.476 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 02 18:56:01.476 INFO kablam! ... | Nov 02 18:56:01.476 INFO kablam! 13 | | None Nov 02 18:56:01.476 INFO kablam! 14 | | } Nov 02 18:56:01.476 INFO kablam! | |_____^ Nov 02 18:56:01.476 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 02 18:56:01.476 INFO kablam! Nov 02 18:56:01.493 INFO kablam! error[E0034]: multiple applicable items in scope Nov 02 18:56:01.493 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1365:19 Nov 02 18:56:01.493 INFO kablam! | Nov 02 18:56:01.493 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Nov 02 18:56:01.493 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 02 18:56:01.493 INFO kablam! | Nov 02 18:56:01.493 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 02 18:56:01.493 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Nov 02 18:56:01.493 INFO kablam! | Nov 02 18:56:01.493 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 02 18:56:01.493 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 02 18:56:01.493 INFO kablam! 7 | | { Nov 02 18:56:01.493 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 02 18:56:01.493 INFO kablam! ... | Nov 02 18:56:01.493 INFO kablam! 13 | | None Nov 02 18:56:01.493 INFO kablam! 14 | | } Nov 02 18:56:01.493 INFO kablam! | |_____^ Nov 02 18:56:01.494 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 02 18:56:01.494 INFO kablam! Nov 02 18:56:01.503 INFO kablam! error[E0034]: multiple applicable items in scope Nov 02 18:56:01.503 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1529:19 Nov 02 18:56:01.503 INFO kablam! | Nov 02 18:56:01.503 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Nov 02 18:56:01.503 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 02 18:56:01.503 INFO kablam! | Nov 02 18:56:01.503 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 02 18:56:01.503 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Nov 02 18:56:01.503 INFO kablam! | Nov 02 18:56:01.503 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 02 18:56:01.503 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 02 18:56:01.503 INFO kablam! 7 | | { Nov 02 18:56:01.503 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 02 18:56:01.503 INFO kablam! ... | Nov 02 18:56:01.503 INFO kablam! 13 | | None Nov 02 18:56:01.503 INFO kablam! 14 | | } Nov 02 18:56:01.503 INFO kablam! | |_____^ Nov 02 18:56:01.503 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 02 18:56:01.503 INFO kablam! Nov 02 18:56:01.510 INFO kablam! error[E0034]: multiple applicable items in scope Nov 02 18:56:01.510 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1575:19 Nov 02 18:56:01.510 INFO kablam! | Nov 02 18:56:01.510 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Nov 02 18:56:01.510 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 02 18:56:01.510 INFO kablam! | Nov 02 18:56:01.510 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 02 18:56:01.510 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Nov 02 18:56:01.510 INFO kablam! | Nov 02 18:56:01.510 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 02 18:56:01.510 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 02 18:56:01.510 INFO kablam! 7 | | { Nov 02 18:56:01.510 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 02 18:56:01.510 INFO kablam! ... | Nov 02 18:56:01.510 INFO kablam! 13 | | None Nov 02 18:56:01.510 INFO kablam! 14 | | } Nov 02 18:56:01.510 INFO kablam! | |_____^ Nov 02 18:56:01.510 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 02 18:56:01.510 INFO kablam! Nov 02 18:56:01.804 INFO kablam! error: aborting due to 4 previous errors Nov 02 18:56:01.804 INFO kablam! Nov 02 18:56:01.804 INFO kablam! For more information about this error, try `rustc --explain E0034`. Nov 02 18:56:01.805 INFO kablam! error: Could not compile `petgraph`. Nov 02 18:56:01.805 INFO kablam! Nov 02 18:56:01.805 INFO kablam! To learn more, run the command again with --verbose. Nov 02 18:56:01.808 INFO kablam! su: No module specific data is present Nov 02 18:56:02.440 INFO running `"docker" "rm" "-f" "e5b2d6735e45a8106d2b5db906dee2d6dd96700dc157cf507176c85280c58d8b"` Nov 02 18:56:02.721 INFO blam! e5b2d6735e45a8106d2b5db906dee2d6dd96700dc157cf507176c85280c58d8b