Sep 20 23:02:20.948 INFO checking danieldk/conllx-utils against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 23:02:20.948 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 23:02:20.948 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/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:02:21.172 INFO blam! d18b10391be161b1c155e8962fbdbe283fa581b55a648e41fad434d7babf4d4e Sep 20 23:02:21.174 INFO running `"docker" "start" "-a" "d18b10391be161b1c155e8962fbdbe283fa581b55a648e41fad434d7babf4d4e"` Sep 20 23:02:22.774 INFO kablam! usermod: no changes Sep 20 23:02:23.034 INFO kablam! Checking lazy-init v0.3.0 Sep 20 23:02:23.034 INFO kablam! Checking stdinout v0.4.0 Sep 20 23:02:23.034 INFO kablam! Checking difference v1.0.0 Sep 20 23:02:23.034 INFO kablam! Compiling miniz-sys v0.1.10 Sep 20 23:02:23.035 INFO kablam! Checking itertools v0.6.5 Sep 20 23:02:23.035 INFO kablam! Checking petgraph v0.4.12 Sep 20 23:02:23.035 INFO kablam! Checking colored v1.6.0 Sep 20 23:02:23.036 INFO kablam! Checking reservoir v0.2.0 Sep 20 23:02:24.411 INFO kablam! Checking regex v0.2.11 Sep 20 23:02:24.970 INFO kablam! Checking pretty_assertions v0.3.4 Sep 20 23:02:29.290 INFO kablam! Checking flate2 v0.2.20 Sep 20 23:02:31.154 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:02:31.154 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 20 23:02:31.154 INFO kablam! | Sep 20 23:02:31.154 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 20 23:02:31.154 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:02:31.154 INFO kablam! | Sep 20 23:02:31.154 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:02:31.154 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:02:31.154 INFO kablam! | Sep 20 23:02:31.154 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:02:31.154 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:02:31.154 INFO kablam! 7 | | { Sep 20 23:02:31.154 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:02:31.154 INFO kablam! ... | Sep 20 23:02:31.154 INFO kablam! 13 | | None Sep 20 23:02:31.155 INFO kablam! 14 | | } Sep 20 23:02:31.155 INFO kablam! | |_____^ Sep 20 23:02:31.155 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:02:31.155 INFO kablam! Sep 20 23:02:31.210 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:02:31.210 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 20 23:02:31.210 INFO kablam! | Sep 20 23:02:31.210 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 20 23:02:31.210 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:02:31.210 INFO kablam! | Sep 20 23:02:31.210 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:02:31.210 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:02:31.210 INFO kablam! | Sep 20 23:02:31.210 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:02:31.210 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:02:31.210 INFO kablam! 7 | | { Sep 20 23:02:31.210 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:02:31.210 INFO kablam! ... | Sep 20 23:02:31.210 INFO kablam! 13 | | None Sep 20 23:02:31.210 INFO kablam! 14 | | } Sep 20 23:02:31.210 INFO kablam! | |_____^ Sep 20 23:02:31.210 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:02:31.210 INFO kablam! Sep 20 23:02:31.219 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:02:31.219 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 20 23:02:31.219 INFO kablam! | Sep 20 23:02:31.219 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 20 23:02:31.219 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:02:31.246 INFO kablam! | Sep 20 23:02:31.246 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:02:31.246 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:02:31.246 INFO kablam! | Sep 20 23:02:31.246 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:02:31.246 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:02:31.246 INFO kablam! 7 | | { Sep 20 23:02:31.246 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:02:31.246 INFO kablam! ... | Sep 20 23:02:31.246 INFO kablam! 13 | | None Sep 20 23:02:31.246 INFO kablam! 14 | | } Sep 20 23:02:31.246 INFO kablam! | |_____^ Sep 20 23:02:31.246 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:02:31.246 INFO kablam! Sep 20 23:02:31.251 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:02:31.251 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 20 23:02:31.251 INFO kablam! | Sep 20 23:02:31.251 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 20 23:02:31.251 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 23:02:31.251 INFO kablam! | Sep 20 23:02:31.251 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 23:02:31.251 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 23:02:31.251 INFO kablam! | Sep 20 23:02:31.251 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 23:02:31.251 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 23:02:31.251 INFO kablam! 7 | | { Sep 20 23:02:31.251 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 23:02:31.251 INFO kablam! ... | Sep 20 23:02:31.251 INFO kablam! 13 | | None Sep 20 23:02:31.251 INFO kablam! 14 | | } Sep 20 23:02:31.251 INFO kablam! | |_____^ Sep 20 23:02:31.251 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:02:31.251 INFO kablam! Sep 20 23:02:32.010 INFO kablam! error: aborting due to 4 previous errors Sep 20 23:02:32.010 INFO kablam! Sep 20 23:02:32.010 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 23:02:32.031 INFO kablam! error: Could not compile `petgraph`. Sep 20 23:02:32.031 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:02:32.625 INFO kablam! error: build failed Sep 20 23:02:32.627 INFO kablam! su: No module specific data is present Sep 20 23:02:34.157 INFO running `"docker" "rm" "-f" "d18b10391be161b1c155e8962fbdbe283fa581b55a648e41fad434d7babf4d4e"` Sep 20 23:02:34.279 INFO blam! d18b10391be161b1c155e8962fbdbe283fa581b55a648e41fad434d7babf4d4e