Sep 17 11:47:16.036 INFO checking pkgw/stund against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 11:47:16.036 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 11:47:16.036 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 11:47:16.453 INFO blam! c4190aeab3e12919236a8b999c2a0aad7ca9cd0c5be93231a123e25671e113bc Sep 17 11:47:16.456 INFO running `"docker" "start" "-a" "c4190aeab3e12919236a8b999c2a0aad7ca9cd0c5be93231a123e25671e113bc"` Sep 17 11:47:18.034 INFO kablam! usermod: no changes Sep 17 11:47:18.330 INFO kablam! Compiling lazy_static v1.0.2 Sep 17 11:47:18.331 INFO kablam! Compiling num-traits v0.2.5 Sep 17 11:47:18.333 INFO kablam! Compiling ident_case v1.0.0 Sep 17 11:47:18.333 INFO kablam! Compiling fixedbitset v0.1.9 Sep 17 11:47:18.334 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 17 11:47:18.339 INFO kablam! Compiling ordermap v0.3.5 Sep 17 11:47:18.357 INFO kablam! Compiling case v0.1.0 Sep 17 11:47:18.362 INFO kablam! Checking serde v1.0.55 Sep 17 11:47:18.754 INFO kablam! Checking rent_to_own v0.1.0 Sep 17 11:47:20.499 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 17 11:47:20.507 INFO kablam! Checking log v0.4.3 Sep 17 11:47:20.539 INFO kablam! Checking net2 v0.2.33 Sep 17 11:47:20.539 INFO kablam! Checking rand v0.4.2 Sep 17 11:47:22.336 INFO kablam! Checking daemonize v0.2.3 Sep 17 11:47:22.908 INFO kablam! Checking tokio-executor v0.1.2 Sep 17 11:47:23.060 INFO kablam! Compiling proc-macro2 v0.4.9 Sep 17 11:47:24.581 INFO kablam! Compiling proc-macro2 v0.3.8 Sep 17 11:47:24.989 INFO kablam! Checking bytes v0.4.9 Sep 17 11:47:25.341 INFO kablam! Checking crossbeam-epoch v0.4.3 Sep 17 11:47:25.817 INFO kablam! Checking log v0.3.9 Sep 17 11:47:26.044 INFO kablam! Checking mio v0.6.15 Sep 17 11:47:27.968 INFO kablam! Compiling petgraph v0.4.12 Sep 17 11:47:30.064 INFO kablam! Checking clap v2.32.0 Sep 17 11:47:32.488 INFO kablam! Compiling heck v0.3.0 Sep 17 11:47:32.812 INFO kablam! Checking tokio-timer v0.2.4 Sep 17 11:47:37.289 INFO kablam! Compiling darling_core v0.2.2 Sep 17 11:47:37.403 INFO kablam! Compiling derive-error v0.0.3 Sep 17 11:47:41.883 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:47:41.883 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 17 11:47:41.883 INFO kablam! | Sep 17 11:47:41.883 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 17 11:47:41.883 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:47:41.913 INFO kablam! | Sep 17 11:47:41.913 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:47:41.913 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:47:41.913 INFO kablam! | Sep 17 11:47:41.913 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:47:41.913 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:47:41.913 INFO kablam! 7 | | { Sep 17 11:47:41.913 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:47:41.913 INFO kablam! ... | Sep 17 11:47:41.913 INFO kablam! 13 | | None Sep 17 11:47:41.913 INFO kablam! 14 | | } Sep 17 11:47:41.913 INFO kablam! | |_____^ Sep 17 11:47:41.913 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:47:41.913 INFO kablam! Sep 17 11:47:42.079 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:47:42.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 17 11:47:42.079 INFO kablam! | Sep 17 11:47:42.079 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 17 11:47:42.079 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:47:42.079 INFO kablam! | Sep 17 11:47:42.079 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:47:42.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:47:42.079 INFO kablam! | Sep 17 11:47:42.079 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:47:42.079 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:47:42.079 INFO kablam! 7 | | { Sep 17 11:47:42.079 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:47:42.079 INFO kablam! ... | Sep 17 11:47:42.079 INFO kablam! 13 | | None Sep 17 11:47:42.079 INFO kablam! 14 | | } Sep 17 11:47:42.079 INFO kablam! | |_____^ Sep 17 11:47:42.079 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:47:42.079 INFO kablam! Sep 17 11:47:42.143 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:47:42.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 17 11:47:42.143 INFO kablam! | Sep 17 11:47:42.143 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 17 11:47:42.143 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:47:42.143 INFO kablam! | Sep 17 11:47:42.143 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:47:42.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:47:42.143 INFO kablam! | Sep 17 11:47:42.143 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:47:42.143 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:47:42.143 INFO kablam! 7 | | { Sep 17 11:47:42.143 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:47:42.143 INFO kablam! ... | Sep 17 11:47:42.143 INFO kablam! 13 | | None Sep 17 11:47:42.143 INFO kablam! 14 | | } Sep 17 11:47:42.143 INFO kablam! | |_____^ Sep 17 11:47:42.143 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:47:42.143 INFO kablam! Sep 17 11:47:42.187 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 11:47:42.187 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 17 11:47:42.187 INFO kablam! | Sep 17 11:47:42.187 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 17 11:47:42.187 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 17 11:47:42.187 INFO kablam! | Sep 17 11:47:42.187 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 17 11:47:42.187 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 17 11:47:42.187 INFO kablam! | Sep 17 11:47:42.187 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 17 11:47:42.187 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 17 11:47:42.187 INFO kablam! 7 | | { Sep 17 11:47:42.187 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 17 11:47:42.187 INFO kablam! ... | Sep 17 11:47:42.187 INFO kablam! 13 | | None Sep 17 11:47:42.187 INFO kablam! 14 | | } Sep 17 11:47:42.187 INFO kablam! | |_____^ Sep 17 11:47:42.187 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 17 11:47:42.187 INFO kablam! Sep 17 11:47:44.519 INFO kablam! error: aborting due to 4 previous errors Sep 17 11:47:44.543 INFO kablam! Sep 17 11:47:44.543 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 17 11:47:44.599 INFO kablam! error: Could not compile `petgraph`. Sep 17 11:47:44.599 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 11:48:04.247 INFO kablam! error: build failed Sep 17 11:48:04.250 INFO kablam! su: No module specific data is present Sep 17 11:48:05.963 INFO running `"docker" "rm" "-f" "c4190aeab3e12919236a8b999c2a0aad7ca9cd0c5be93231a123e25671e113bc"` Sep 17 11:48:06.335 INFO blam! c4190aeab3e12919236a8b999c2a0aad7ca9cd0c5be93231a123e25671e113bc