Sep 05 17:46:50.796 INFO checking pkgw/stund against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 17:46:50.796 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 17:46:50.796 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 17:46:51.194 INFO blam! 62e9ac94544e4d0e2672a015f20f8e353fdb2a9d465e8c9a7533310bb98d9fce Sep 05 17:46:51.202 INFO running `"docker" "start" "-a" "62e9ac94544e4d0e2672a015f20f8e353fdb2a9d465e8c9a7533310bb98d9fce"` Sep 05 17:46:52.646 INFO kablam! usermod: no changes Sep 05 17:46:52.937 INFO kablam! Compiling lazy_static v1.0.2 Sep 05 17:46:52.941 INFO kablam! Compiling ident_case v1.0.0 Sep 05 17:46:52.941 INFO kablam! Compiling fixedbitset v0.1.9 Sep 05 17:46:52.941 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 05 17:46:52.942 INFO kablam! Compiling ordermap v0.3.5 Sep 05 17:46:52.942 INFO kablam! Checking serde v1.0.55 Sep 05 17:46:52.952 INFO kablam! Compiling case v0.1.0 Sep 05 17:46:52.994 INFO kablam! Checking rent_to_own v0.1.0 Sep 05 17:46:54.191 INFO kablam! Checking net2 v0.2.33 Sep 05 17:46:54.222 INFO kablam! Checking rand v0.4.2 Sep 05 17:46:54.263 INFO kablam! Checking daemonize v0.2.3 Sep 05 17:46:54.338 INFO kablam! Checking bytes v0.4.9 Sep 05 17:46:56.659 INFO kablam! Compiling syn v0.11.11 Sep 05 17:46:56.662 INFO kablam! Compiling heck v0.3.0 Sep 05 17:46:56.762 INFO kablam! Compiling syn v0.14.5 Sep 05 17:46:57.531 INFO kablam! Compiling syn v0.13.11 Sep 05 17:47:00.514 INFO kablam! Checking backtrace-sys v0.1.23 Sep 05 17:47:00.542 INFO kablam! Checking num-traits v0.1.43 Sep 05 17:47:00.626 INFO kablam! Checking mio v0.6.15 Sep 05 17:47:01.370 INFO kablam! Checking tokio-io v0.1.8 Sep 05 17:47:01.553 INFO kablam! Checking tokio-serde v0.1.0 Sep 05 17:47:03.151 INFO kablam! Compiling petgraph v0.4.12 Sep 05 17:47:05.124 INFO kablam! Checking backtrace v0.3.9 Sep 05 17:47:07.944 INFO kablam! Checking tokio-threadpool v0.1.5 Sep 05 17:47:09.070 INFO kablam! Checking tokio-codec v0.1.0 Sep 05 17:47:11.995 INFO kablam! Checking tokio-reactor v0.1.2 Sep 05 17:47:11.995 INFO kablam! Checking mio-uds v0.6.6 Sep 05 17:47:15.906 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:47:15.906 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 05 17:47:15.906 INFO kablam! | Sep 05 17:47:15.906 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 05 17:47:15.906 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:47:15.906 INFO kablam! | Sep 05 17:47:15.906 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:47:15.906 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 17:47:15.906 INFO kablam! | Sep 05 17:47:15.906 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:47:15.906 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:47:15.906 INFO kablam! 7 | | { Sep 05 17:47:15.906 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:47:15.906 INFO kablam! ... | Sep 05 17:47:15.906 INFO kablam! 13 | | None Sep 05 17:47:15.906 INFO kablam! 14 | | } Sep 05 17:47:15.906 INFO kablam! | |_____^ Sep 05 17:47:15.906 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:47:15.906 INFO kablam! Sep 05 17:47:16.054 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:47:16.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 05 17:47:16.054 INFO kablam! | Sep 05 17:47:16.054 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 05 17:47:16.054 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:47:16.054 INFO kablam! | Sep 05 17:47:16.054 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:47:16.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 17:47:16.054 INFO kablam! | Sep 05 17:47:16.054 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:47:16.054 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:47:16.054 INFO kablam! 7 | | { Sep 05 17:47:16.054 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:47:16.054 INFO kablam! ... | Sep 05 17:47:16.054 INFO kablam! 13 | | None Sep 05 17:47:16.054 INFO kablam! 14 | | } Sep 05 17:47:16.054 INFO kablam! | |_____^ Sep 05 17:47:16.054 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:47:16.054 INFO kablam! Sep 05 17:47:16.138 INFO kablam! Checking tokio-fs v0.1.2 Sep 05 17:47:16.146 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:47:16.146 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 05 17:47:16.146 INFO kablam! | Sep 05 17:47:16.146 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 05 17:47:16.146 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:47:16.146 INFO kablam! | Sep 05 17:47:16.146 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:47:16.146 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 17:47:16.146 INFO kablam! | Sep 05 17:47:16.146 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:47:16.146 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:47:16.146 INFO kablam! 7 | | { Sep 05 17:47:16.146 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:47:16.146 INFO kablam! ... | Sep 05 17:47:16.146 INFO kablam! 13 | | None Sep 05 17:47:16.146 INFO kablam! 14 | | } Sep 05 17:47:16.146 INFO kablam! | |_____^ Sep 05 17:47:16.146 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:47:16.146 INFO kablam! Sep 05 17:47:16.166 INFO kablam! error[E0034]: multiple applicable items in scope Sep 05 17:47:16.166 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 05 17:47:16.166 INFO kablam! | Sep 05 17:47:16.166 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 05 17:47:16.166 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 05 17:47:16.166 INFO kablam! | Sep 05 17:47:16.166 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 05 17:47:16.166 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 05 17:47:16.166 INFO kablam! | Sep 05 17:47:16.166 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 05 17:47:16.166 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 05 17:47:16.166 INFO kablam! 7 | | { Sep 05 17:47:16.166 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 05 17:47:16.166 INFO kablam! ... | Sep 05 17:47:16.166 INFO kablam! 13 | | None Sep 05 17:47:16.166 INFO kablam! 14 | | } Sep 05 17:47:16.166 INFO kablam! | |_____^ Sep 05 17:47:16.166 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 05 17:47:16.166 INFO kablam! Sep 05 17:47:16.406 INFO kablam! Checking tokio-udp v0.1.1 Sep 05 17:47:16.406 INFO kablam! Checking tokio-tcp v0.1.0 Sep 05 17:47:17.512 INFO kablam! error: aborting due to 4 previous errors Sep 05 17:47:17.541 INFO kablam! Sep 05 17:47:17.545 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 05 17:47:17.581 INFO kablam! error: Could not compile `petgraph`. Sep 05 17:47:17.581 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 17:47:41.933 INFO kablam! error: build failed Sep 05 17:47:41.934 INFO kablam! su: No module specific data is present Sep 05 17:47:43.313 INFO running `"docker" "rm" "-f" "62e9ac94544e4d0e2672a015f20f8e353fdb2a9d465e8c9a7533310bb98d9fce"` Sep 05 17:47:43.590 INFO blam! 62e9ac94544e4d0e2672a015f20f8e353fdb2a9d465e8c9a7533310bb98d9fce