Sep 19 12:32:40.324 INFO checking pkgw/stund against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 12:32:40.324 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 12:32:40.324 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 12:32:40.758 INFO blam! fbeaf0bc85ef625e0c513300de9c4ec0d90af45e9119e5b6c5a54e02b22d44fa Sep 19 12:32:40.760 INFO running `"docker" "start" "-a" "fbeaf0bc85ef625e0c513300de9c4ec0d90af45e9119e5b6c5a54e02b22d44fa"` Sep 19 12:32:42.771 INFO kablam! usermod: no changes Sep 19 12:32:43.111 INFO kablam! Checking futures v0.1.24 Sep 19 12:32:43.111 INFO kablam! Compiling ident_case v1.0.0 Sep 19 12:32:43.112 INFO kablam! Compiling lazy_static v1.0.2 Sep 19 12:32:43.115 INFO kablam! Compiling fixedbitset v0.1.9 Sep 19 12:32:43.116 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 19 12:32:43.117 INFO kablam! Compiling ordermap v0.3.5 Sep 19 12:32:43.117 INFO kablam! Checking scoped-tls v0.1.2 Sep 19 12:32:43.118 INFO kablam! Checking serde v1.0.55 Sep 19 12:32:44.393 INFO kablam! Compiling case v0.1.0 Sep 19 12:32:44.566 INFO kablam! Checking rent_to_own v0.1.0 Sep 19 12:32:44.587 INFO kablam! Checking safemem v0.3.0 Sep 19 12:32:46.113 INFO kablam! Checking daemonize v0.2.3 Sep 19 12:32:46.132 INFO kablam! Compiling proc-macro2 v0.3.8 Sep 19 12:32:46.176 INFO kablam! Checking base64 v0.9.3 Sep 19 12:32:47.693 INFO kablam! Checking bytes v0.4.9 Sep 19 12:32:47.751 INFO kablam! Checking crossbeam-epoch v0.4.3 Sep 19 12:32:50.190 INFO kablam! Checking mio v0.6.15 Sep 19 12:32:50.613 INFO kablam! Checking log v0.3.9 Sep 19 12:32:51.114 INFO kablam! Compiling syn v0.11.11 Sep 19 12:32:52.207 INFO kablam! Compiling heck v0.3.0 Sep 19 12:32:52.765 INFO kablam! Compiling petgraph v0.4.12 Sep 19 12:32:56.332 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 19 12:32:56.405 INFO kablam! Compiling syn v0.14.5 Sep 19 12:33:05.348 INFO kablam! Checking num-traits v0.1.43 Sep 19 12:33:05.433 INFO kablam! Checking mio-uds v0.6.6 Sep 19 12:33:05.932 INFO kablam! Compiling quote v0.5.2 Sep 19 12:33:06.310 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:33:06.310 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 19 12:33:06.310 INFO kablam! | Sep 19 12:33:06.311 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 19 12:33:06.311 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:33:06.311 INFO kablam! | Sep 19 12:33:06.311 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:33:06.311 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:33:06.311 INFO kablam! | Sep 19 12:33:06.311 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:33:06.311 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:33:06.311 INFO kablam! 7 | | { Sep 19 12:33:06.311 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:33:06.311 INFO kablam! ... | Sep 19 12:33:06.311 INFO kablam! 13 | | None Sep 19 12:33:06.311 INFO kablam! 14 | | } Sep 19 12:33:06.311 INFO kablam! | |_____^ Sep 19 12:33:06.312 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:33:06.312 INFO kablam! Sep 19 12:33:06.436 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:33:06.436 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 19 12:33:06.436 INFO kablam! | Sep 19 12:33:06.436 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 19 12:33:06.436 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:33:06.436 INFO kablam! | Sep 19 12:33:06.436 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:33:06.436 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:33:06.436 INFO kablam! | Sep 19 12:33:06.436 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:33:06.436 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:33:06.436 INFO kablam! 7 | | { Sep 19 12:33:06.436 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:33:06.436 INFO kablam! ... | Sep 19 12:33:06.436 INFO kablam! 13 | | None Sep 19 12:33:06.436 INFO kablam! 14 | | } Sep 19 12:33:06.436 INFO kablam! | |_____^ Sep 19 12:33:06.437 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:33:06.437 INFO kablam! Sep 19 12:33:06.491 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:33:06.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 19 12:33:06.491 INFO kablam! | Sep 19 12:33:06.491 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 19 12:33:06.491 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:33:06.491 INFO kablam! | Sep 19 12:33:06.491 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:33:06.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:33:06.491 INFO kablam! | Sep 19 12:33:06.491 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:33:06.491 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:33:06.491 INFO kablam! 7 | | { Sep 19 12:33:06.491 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:33:06.491 INFO kablam! ... | Sep 19 12:33:06.491 INFO kablam! 13 | | None Sep 19 12:33:06.491 INFO kablam! 14 | | } Sep 19 12:33:06.491 INFO kablam! | |_____^ Sep 19 12:33:06.491 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:33:06.491 INFO kablam! Sep 19 12:33:06.511 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 12:33:06.511 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 19 12:33:06.511 INFO kablam! | Sep 19 12:33:06.511 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 19 12:33:06.512 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 12:33:06.512 INFO kablam! | Sep 19 12:33:06.512 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 12:33:06.513 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 19 12:33:06.513 INFO kablam! | Sep 19 12:33:06.513 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 12:33:06.514 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 12:33:06.514 INFO kablam! 7 | | { Sep 19 12:33:06.514 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 12:33:06.515 INFO kablam! ... | Sep 19 12:33:06.515 INFO kablam! 13 | | None Sep 19 12:33:06.515 INFO kablam! 14 | | } Sep 19 12:33:06.515 INFO kablam! | |_____^ Sep 19 12:33:06.516 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 12:33:06.516 INFO kablam! Sep 19 12:33:08.443 INFO kablam! error: aborting due to 4 previous errors Sep 19 12:33:08.459 INFO kablam! Sep 19 12:33:08.459 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 12:33:08.505 INFO kablam! error: Could not compile `petgraph`. Sep 19 12:33:08.505 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 12:33:36.867 INFO kablam! error: build failed Sep 19 12:33:36.869 INFO kablam! su: No module specific data is present Sep 19 12:33:38.342 INFO running `"docker" "rm" "-f" "fbeaf0bc85ef625e0c513300de9c4ec0d90af45e9119e5b6c5a54e02b22d44fa"` Sep 19 12:33:38.649 INFO blam! fbeaf0bc85ef625e0c513300de9c4ec0d90af45e9119e5b6c5a54e02b22d44fa