Sep 03 16:47:19.922 INFO checking pkgw/stund against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 16:47:19.923 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 16:47:19.923 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 16:47:20.187 INFO blam! 6cfc0def99f89c444fefb3d17989c10d950016d44f477fbbc375a538cae47a0c Sep 03 16:47:20.189 INFO running `"docker" "start" "-a" "6cfc0def99f89c444fefb3d17989c10d950016d44f477fbbc375a538cae47a0c"` Sep 03 16:47:21.316 INFO kablam! Compiling ident_case v1.0.0 Sep 03 16:47:21.316 INFO kablam! Compiling lazy_static v1.0.2 Sep 03 16:47:21.316 INFO kablam! Compiling ordermap v0.3.5 Sep 03 16:47:21.316 INFO kablam! Compiling fixedbitset v0.1.9 Sep 03 16:47:21.322 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 03 16:47:21.332 INFO kablam! Checking serde v1.0.55 Sep 03 16:47:21.332 INFO kablam! Compiling case v0.1.0 Sep 03 16:47:21.347 INFO kablam! Checking rent_to_own v0.1.0 Sep 03 16:47:22.139 INFO kablam! Checking rand v0.4.2 Sep 03 16:47:22.334 INFO kablam! Checking daemonize v0.2.3 Sep 03 16:47:22.863 INFO kablam! Checking net2 v0.2.33 Sep 03 16:47:24.636 INFO kablam! Compiling proc-macro2 v0.4.9 Sep 03 16:47:25.174 INFO kablam! Checking bytes v0.4.9 Sep 03 16:47:25.177 INFO kablam! Compiling syn v0.11.11 Sep 03 16:47:25.243 INFO kablam! Compiling heck v0.3.0 Sep 03 16:47:25.421 INFO kablam! Compiling syn v0.13.11 Sep 03 16:47:28.740 INFO kablam! Checking backtrace-sys v0.1.23 Sep 03 16:47:28.808 INFO kablam! Checking mio v0.6.15 Sep 03 16:47:29.559 INFO kablam! Compiling petgraph v0.4.12 Sep 03 16:47:31.572 INFO kablam! Checking backtrace v0.3.9 Sep 03 16:47:36.439 INFO kablam! Checking tokio-io v0.1.8 Sep 03 16:47:36.475 INFO kablam! Checking tokio-serde v0.1.0 Sep 03 16:47:36.599 INFO kablam! Checking tokio-threadpool v0.1.5 Sep 03 16:47:37.299 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 16:47:37.299 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 03 16:47:37.299 INFO kablam! | Sep 03 16:47:37.299 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 03 16:47:37.299 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 16:47:37.314 INFO kablam! | Sep 03 16:47:37.315 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 16:47:37.315 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 16:47:37.315 INFO kablam! | Sep 03 16:47:37.315 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 16:47:37.315 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 16:47:37.315 INFO kablam! 7 | | { Sep 03 16:47:37.315 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 16:47:37.315 INFO kablam! ... | Sep 03 16:47:37.315 INFO kablam! 13 | | None Sep 03 16:47:37.315 INFO kablam! 14 | | } Sep 03 16:47:37.315 INFO kablam! | |_____^ Sep 03 16:47:37.315 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 16:47:37.315 INFO kablam! Sep 03 16:47:37.456 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 16:47:37.456 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 03 16:47:37.457 INFO kablam! | Sep 03 16:47:37.457 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 03 16:47:37.457 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 16:47:37.482 INFO kablam! | Sep 03 16:47:37.483 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 16:47:37.483 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 16:47:37.483 INFO kablam! | Sep 03 16:47:37.483 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 16:47:37.483 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 16:47:37.483 INFO kablam! 7 | | { Sep 03 16:47:37.483 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 16:47:37.483 INFO kablam! ... | Sep 03 16:47:37.483 INFO kablam! 13 | | None Sep 03 16:47:37.483 INFO kablam! 14 | | } Sep 03 16:47:37.483 INFO kablam! | |_____^ Sep 03 16:47:37.483 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 16:47:37.483 INFO kablam! Sep 03 16:47:37.540 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 16:47:37.540 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 03 16:47:37.540 INFO kablam! | Sep 03 16:47:37.540 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 03 16:47:37.540 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 16:47:37.550 INFO kablam! | Sep 03 16:47:37.551 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 16:47:37.551 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 16:47:37.551 INFO kablam! | Sep 03 16:47:37.551 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 16:47:37.551 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 16:47:37.551 INFO kablam! 7 | | { Sep 03 16:47:37.551 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 16:47:37.551 INFO kablam! ... | Sep 03 16:47:37.551 INFO kablam! 13 | | None Sep 03 16:47:37.551 INFO kablam! 14 | | } Sep 03 16:47:37.551 INFO kablam! | |_____^ Sep 03 16:47:37.551 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 16:47:37.551 INFO kablam! Sep 03 16:47:37.560 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 16:47:37.560 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 03 16:47:37.560 INFO kablam! | Sep 03 16:47:37.560 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 03 16:47:37.560 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 16:47:37.578 INFO kablam! | Sep 03 16:47:37.579 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 16:47:37.579 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 16:47:37.579 INFO kablam! | Sep 03 16:47:37.579 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 16:47:37.579 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 16:47:37.579 INFO kablam! 7 | | { Sep 03 16:47:37.579 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 16:47:37.579 INFO kablam! ... | Sep 03 16:47:37.579 INFO kablam! 13 | | None Sep 03 16:47:37.579 INFO kablam! 14 | | } Sep 03 16:47:37.579 INFO kablam! | |_____^ Sep 03 16:47:37.579 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 16:47:37.579 INFO kablam! Sep 03 16:47:37.898 INFO kablam! Compiling quote v0.6.4 Sep 03 16:47:39.682 INFO kablam! error: aborting due to 4 previous errors Sep 03 16:47:39.704 INFO kablam! Sep 03 16:47:39.704 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 03 16:47:39.722 INFO kablam! error: Could not compile `petgraph`. Sep 03 16:47:39.723 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 16:48:06.237 INFO kablam! error: build failed Sep 03 16:48:06.243 INFO kablam! su: No module specific data is present Sep 03 16:48:06.760 INFO running `"docker" "rm" "-f" "6cfc0def99f89c444fefb3d17989c10d950016d44f477fbbc375a538cae47a0c"` Sep 03 16:48:06.930 INFO blam! 6cfc0def99f89c444fefb3d17989c10d950016d44f477fbbc375a538cae47a0c