Sep 03 20:47:17.672 INFO checking pkgw/stund against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 20:47:17.672 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 20:47:17.673 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 20:47:17.891 INFO blam! b8233ba18c41bb9d4feb2573f8ff68de7f107ba11bb35e1dc47bd9ccbb8eb194 Sep 03 20:47:17.893 INFO running `"docker" "start" "-a" "b8233ba18c41bb9d4feb2573f8ff68de7f107ba11bb35e1dc47bd9ccbb8eb194"` Sep 03 20:47:18.915 INFO kablam! Compiling lazy_static v1.0.2 Sep 03 20:47:18.920 INFO kablam! Compiling fixedbitset v0.1.9 Sep 03 20:47:18.924 INFO kablam! Compiling ordermap v0.3.5 Sep 03 20:47:18.949 INFO kablam! Compiling case v0.1.0 Sep 03 20:47:18.950 INFO kablam! Checking serde v1.0.55 Sep 03 20:47:18.950 INFO kablam! Checking rent_to_own v0.1.0 Sep 03 20:47:18.951 INFO kablam! Checking daemonize v0.2.3 Sep 03 20:47:18.965 INFO kablam! Checking bytes v0.4.9 Sep 03 20:47:19.817 INFO kablam! Checking crossbeam-epoch v0.4.3 Sep 03 20:47:19.879 INFO kablam! Checking mio v0.6.15 Sep 03 20:47:21.941 INFO kablam! Compiling syn v0.11.11 Sep 03 20:47:21.941 INFO kablam! Compiling syn v0.14.5 Sep 03 20:47:22.006 INFO kablam! Compiling syn v0.13.11 Sep 03 20:47:22.685 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 03 20:47:24.166 INFO kablam! Checking tokio-io v0.1.8 Sep 03 20:47:24.190 INFO kablam! Checking tokio-serde v0.1.0 Sep 03 20:47:24.478 INFO kablam! Compiling petgraph v0.4.12 Sep 03 20:47:25.186 INFO kablam! Checking tokio-threadpool v0.1.5 Sep 03 20:47:27.266 INFO kablam! Checking mio-uds v0.6.6 Sep 03 20:47:30.905 INFO kablam! Checking tokio-codec v0.1.0 Sep 03 20:47:30.905 INFO kablam! Checking tokio-reactor v0.1.2 Sep 03 20:47:31.616 INFO kablam! Checking tokio-fs v0.1.2 Sep 03 20:47:33.563 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:47:33.563 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 03 20:47:33.563 INFO kablam! | Sep 03 20:47:33.563 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 03 20:47:33.563 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:47:33.564 INFO kablam! | Sep 03 20:47:33.564 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:47:33.564 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 20:47:33.564 INFO kablam! | Sep 03 20:47:33.564 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:47:33.564 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:47:33.564 INFO kablam! 7 | | { Sep 03 20:47:33.564 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:47:33.564 INFO kablam! ... | Sep 03 20:47:33.564 INFO kablam! 13 | | None Sep 03 20:47:33.564 INFO kablam! 14 | | } Sep 03 20:47:33.564 INFO kablam! | |_____^ Sep 03 20:47:33.564 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:47:33.564 INFO kablam! Sep 03 20:47:33.669 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:47:33.669 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 03 20:47:33.669 INFO kablam! | Sep 03 20:47:33.669 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 03 20:47:33.669 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:47:33.669 INFO kablam! | Sep 03 20:47:33.670 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:47:33.670 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 20:47:33.670 INFO kablam! | Sep 03 20:47:33.670 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:47:33.670 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:47:33.670 INFO kablam! 7 | | { Sep 03 20:47:33.670 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:47:33.670 INFO kablam! ... | Sep 03 20:47:33.670 INFO kablam! 13 | | None Sep 03 20:47:33.670 INFO kablam! 14 | | } Sep 03 20:47:33.670 INFO kablam! | |_____^ Sep 03 20:47:33.670 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:47:33.670 INFO kablam! Sep 03 20:47:33.736 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:47:33.736 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 03 20:47:33.736 INFO kablam! | Sep 03 20:47:33.736 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 03 20:47:33.736 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:47:33.736 INFO kablam! | Sep 03 20:47:33.737 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:47:33.737 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 20:47:33.737 INFO kablam! | Sep 03 20:47:33.737 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:47:33.737 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:47:33.737 INFO kablam! 7 | | { Sep 03 20:47:33.737 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:47:33.737 INFO kablam! ... | Sep 03 20:47:33.737 INFO kablam! 13 | | None Sep 03 20:47:33.737 INFO kablam! 14 | | } Sep 03 20:47:33.737 INFO kablam! | |_____^ Sep 03 20:47:33.737 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:47:33.737 INFO kablam! Sep 03 20:47:33.771 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 20:47:33.772 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 03 20:47:33.772 INFO kablam! | Sep 03 20:47:33.772 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 03 20:47:33.772 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 20:47:33.772 INFO kablam! | Sep 03 20:47:33.772 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 20:47:33.772 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 20:47:33.772 INFO kablam! | Sep 03 20:47:33.772 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 20:47:33.772 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 20:47:33.772 INFO kablam! 7 | | { Sep 03 20:47:33.772 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 20:47:33.772 INFO kablam! ... | Sep 03 20:47:33.772 INFO kablam! 13 | | None Sep 03 20:47:33.772 INFO kablam! 14 | | } Sep 03 20:47:33.772 INFO kablam! | |_____^ Sep 03 20:47:33.772 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 20:47:33.772 INFO kablam! Sep 03 20:47:34.789 INFO kablam! Checking tokio-udp v0.1.1 Sep 03 20:47:34.791 INFO kablam! Checking tokio-tcp v0.1.0 Sep 03 20:47:34.793 INFO kablam! Checking tokio-signal v0.2.1 Sep 03 20:47:35.995 INFO kablam! error: aborting due to 4 previous errors Sep 03 20:47:35.995 INFO kablam! Sep 03 20:47:35.995 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 03 20:47:36.045 INFO kablam! error: Could not compile `petgraph`. Sep 03 20:47:36.046 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:48:08.996 INFO kablam! error: build failed Sep 03 20:48:09.025 INFO kablam! su: No module specific data is present Sep 03 20:48:09.606 INFO running `"docker" "rm" "-f" "b8233ba18c41bb9d4feb2573f8ff68de7f107ba11bb35e1dc47bd9ccbb8eb194"` Sep 03 20:48:09.769 INFO blam! b8233ba18c41bb9d4feb2573f8ff68de7f107ba11bb35e1dc47bd9ccbb8eb194