Sep 20 23:31:42.333 INFO checking YaLTeR/aoc2017 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 23:31:42.333 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 23:31:42.333 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:31:42.801 INFO blam! a94c4d2d2bd99e255641f3c4032d76bf8e06b31393c8751417d0de9e6feb82bd Sep 20 23:31:42.802 INFO running `"docker" "start" "-a" "a94c4d2d2bd99e255641f3c4032d76bf8e06b31393c8751417d0de9e6feb82bd"` Sep 20 23:31:44.153 INFO kablam! usermod: no changes Sep 20 23:31:44.250 INFO kablam! Checking ordermap v0.3.2 Sep 20 23:31:44.266 INFO kablam! Checking itertools v0.7.4 Sep 20 23:31:45.674 INFO kablam! Checking petgraph v0.4.10 Sep 20 23:31:47.774 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:31:47.774 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1173:19 Sep 20 23:31:47.774 INFO kablam! | Sep 20 23:31:47.774 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Sep 20 23:31:47.774 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:31:47.774 INFO kablam! | Sep 20 23:31:47.774 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:31:47.774 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Sep 20 23:31:47.774 INFO kablam! | Sep 20 23:31:47.774 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:31:47.774 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:31:47.774 INFO kablam! 7 | | { Sep 20 23:31:47.774 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:31:47.774 INFO kablam! ... | Sep 20 23:31:47.774 INFO kablam! 13 | | None Sep 20 23:31:47.774 INFO kablam! 14 | | } Sep 20 23:31:47.774 INFO kablam! | |_____^ Sep 20 23:31:47.774 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:31:47.774 INFO kablam! Sep 20 23:31:47.780 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:31:47.780 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1365:19 Sep 20 23:31:47.780 INFO kablam! | Sep 20 23:31:47.780 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Sep 20 23:31:47.780 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:31:47.780 INFO kablam! | Sep 20 23:31:47.780 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:31:47.780 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Sep 20 23:31:47.780 INFO kablam! | Sep 20 23:31:47.780 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:31:47.780 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:31:47.780 INFO kablam! 7 | | { Sep 20 23:31:47.780 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:31:47.780 INFO kablam! ... | Sep 20 23:31:47.780 INFO kablam! 13 | | None Sep 20 23:31:47.780 INFO kablam! 14 | | } Sep 20 23:31:47.780 INFO kablam! | |_____^ Sep 20 23:31:47.780 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:31:47.780 INFO kablam! Sep 20 23:31:47.789 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:31:47.789 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1529:19 Sep 20 23:31:47.789 INFO kablam! | Sep 20 23:31:47.789 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Sep 20 23:31:47.789 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:31:47.789 INFO kablam! | Sep 20 23:31:47.789 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:31:47.789 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Sep 20 23:31:47.789 INFO kablam! | Sep 20 23:31:47.789 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:31:47.789 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:31:47.789 INFO kablam! 7 | | { Sep 20 23:31:47.789 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:31:47.789 INFO kablam! ... | Sep 20 23:31:47.789 INFO kablam! 13 | | None Sep 20 23:31:47.789 INFO kablam! 14 | | } Sep 20 23:31:47.789 INFO kablam! | |_____^ Sep 20 23:31:47.789 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:31:47.789 INFO kablam! Sep 20 23:31:47.799 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:31:47.799 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1575:19 Sep 20 23:31:47.799 INFO kablam! | Sep 20 23:31:47.799 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Sep 20 23:31:47.799 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:31:47.799 INFO kablam! | Sep 20 23:31:47.799 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:31:47.799 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Sep 20 23:31:47.799 INFO kablam! | Sep 20 23:31:47.799 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:31:47.799 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:31:47.799 INFO kablam! 7 | | { Sep 20 23:31:47.799 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:31:47.799 INFO kablam! ... | Sep 20 23:31:47.799 INFO kablam! 13 | | None Sep 20 23:31:47.799 INFO kablam! 14 | | } Sep 20 23:31:47.799 INFO kablam! | |_____^ Sep 20 23:31:47.799 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 23:31:47.799 INFO kablam! Sep 20 23:31:48.062 INFO kablam! error: aborting due to 4 previous errors Sep 20 23:31:48.062 INFO kablam! Sep 20 23:31:48.062 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 23:31:48.071 INFO kablam! error: Could not compile `petgraph`. Sep 20 23:31:48.071 INFO kablam! Sep 20 23:31:48.071 INFO kablam! To learn more, run the command again with --verbose. Sep 20 23:31:48.072 INFO kablam! su: No module specific data is present Sep 20 23:31:48.635 INFO running `"docker" "rm" "-f" "a94c4d2d2bd99e255641f3c4032d76bf8e06b31393c8751417d0de9e6feb82bd"` Sep 20 23:31:48.756 INFO blam! a94c4d2d2bd99e255641f3c4032d76bf8e06b31393c8751417d0de9e6feb82bd