Sep 20 21:34:37.474 INFO checking pkgw/stund against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 21:34:37.474 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 21:34:37.474 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 21:34:37.755 INFO blam! d6a1d2652a4751f4f3c913f4d79beac002b73b23b62f07ba52bb667647e726df Sep 20 21:34:37.758 INFO running `"docker" "start" "-a" "d6a1d2652a4751f4f3c913f4d79beac002b73b23b62f07ba52bb667647e726df"` Sep 20 21:34:39.270 INFO kablam! usermod: no changes Sep 20 21:34:39.675 INFO kablam! Checking futures v0.1.24 Sep 20 21:34:39.675 INFO kablam! Compiling lazy_static v1.0.2 Sep 20 21:34:39.714 INFO kablam! Compiling fixedbitset v0.1.9 Sep 20 21:34:39.714 INFO kablam! Compiling ordermap v0.3.5 Sep 20 21:34:39.724 INFO kablam! Compiling case v0.1.0 Sep 20 21:34:39.725 INFO kablam! Checking serde v1.0.55 Sep 20 21:34:39.726 INFO kablam! Checking rent_to_own v0.1.0 Sep 20 21:34:39.727 INFO kablam! Checking safemem v0.3.0 Sep 20 21:34:40.882 INFO kablam! Checking rand v0.4.2 Sep 20 21:34:41.018 INFO kablam! Checking daemonize v0.2.3 Sep 20 21:34:41.197 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 20 21:34:43.967 INFO kablam! Checking net2 v0.2.33 Sep 20 21:34:43.995 INFO kablam! Checking base64 v0.9.3 Sep 20 21:34:44.076 INFO kablam! Checking bytes v0.4.9 Sep 20 21:34:44.555 INFO kablam! Checking log v0.3.9 Sep 20 21:34:46.959 INFO kablam! Checking crossbeam-epoch v0.4.3 Sep 20 21:34:47.464 INFO kablam! Compiling syn v0.11.11 Sep 20 21:34:47.764 INFO kablam! Checking clap v2.32.0 Sep 20 21:34:48.496 INFO kablam! Checking mio v0.6.15 Sep 20 21:34:51.272 INFO kablam! Compiling petgraph v0.4.12 Sep 20 21:34:52.307 INFO kablam! Compiling syn v0.14.5 Sep 20 21:34:53.007 INFO kablam! Compiling syn v0.13.11 Sep 20 21:34:58.620 INFO kablam! Checking backtrace-sys v0.1.23 Sep 20 21:34:59.406 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 20 21:35:02.339 INFO kablam! Checking mio-uds v0.6.6 Sep 20 21:35:04.810 INFO kablam! Checking backtrace v0.3.9 Sep 20 21:35:04.963 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:35:04.963 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 20 21:35:04.963 INFO kablam! | Sep 20 21:35:04.964 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 20 21:35:04.964 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:35:04.965 INFO kablam! | Sep 20 21:35:04.965 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:35:04.965 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:35:04.966 INFO kablam! | Sep 20 21:35:04.966 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:35:04.966 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:35:04.967 INFO kablam! 7 | | { Sep 20 21:35:04.967 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:35:04.967 INFO kablam! ... | Sep 20 21:35:04.968 INFO kablam! 13 | | None Sep 20 21:35:04.968 INFO kablam! 14 | | } Sep 20 21:35:04.968 INFO kablam! | |_____^ Sep 20 21:35:04.969 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:35:04.969 INFO kablam! Sep 20 21:35:05.117 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:35:05.117 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 20 21:35:05.118 INFO kablam! | Sep 20 21:35:05.118 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 20 21:35:05.118 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:35:05.138 INFO kablam! | Sep 20 21:35:05.139 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:35:05.139 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:35:05.140 INFO kablam! | Sep 20 21:35:05.140 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:35:05.140 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:35:05.141 INFO kablam! 7 | | { Sep 20 21:35:05.141 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:35:05.141 INFO kablam! ... | Sep 20 21:35:05.142 INFO kablam! 13 | | None Sep 20 21:35:05.142 INFO kablam! 14 | | } Sep 20 21:35:05.142 INFO kablam! | |_____^ Sep 20 21:35:05.143 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:35:05.143 INFO kablam! Sep 20 21:35:05.197 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:35:05.198 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 20 21:35:05.198 INFO kablam! | Sep 20 21:35:05.199 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 20 21:35:05.199 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:35:05.222 INFO kablam! | Sep 20 21:35:05.223 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:35:05.223 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:35:05.224 INFO kablam! | Sep 20 21:35:05.224 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:35:05.224 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:35:05.225 INFO kablam! 7 | | { Sep 20 21:35:05.225 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:35:05.225 INFO kablam! ... | Sep 20 21:35:05.226 INFO kablam! 13 | | None Sep 20 21:35:05.226 INFO kablam! 14 | | } Sep 20 21:35:05.226 INFO kablam! | |_____^ Sep 20 21:35:05.227 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:35:05.227 INFO kablam! Sep 20 21:35:05.286 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:35:05.287 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 20 21:35:05.287 INFO kablam! | Sep 20 21:35:05.287 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 20 21:35:05.288 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:35:05.288 INFO kablam! | Sep 20 21:35:05.289 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:35:05.289 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:35:05.290 INFO kablam! | Sep 20 21:35:05.290 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:35:05.290 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:35:05.291 INFO kablam! 7 | | { Sep 20 21:35:05.291 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:35:05.291 INFO kablam! ... | Sep 20 21:35:05.292 INFO kablam! 13 | | None Sep 20 21:35:05.292 INFO kablam! 14 | | } Sep 20 21:35:05.292 INFO kablam! | |_____^ Sep 20 21:35:05.293 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:35:05.293 INFO kablam! Sep 20 21:35:06.987 INFO kablam! Checking tokio-executor v0.1.2 Sep 20 21:35:07.838 INFO kablam! error: aborting due to 4 previous errors Sep 20 21:35:07.838 INFO kablam! Sep 20 21:35:07.838 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 21:35:07.923 INFO kablam! error: Could not compile `petgraph`. Sep 20 21:35:07.923 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 21:35:41.026 INFO kablam! error: build failed Sep 20 21:35:41.034 INFO kablam! su: No module specific data is present Sep 20 21:35:42.117 INFO running `"docker" "rm" "-f" "d6a1d2652a4751f4f3c913f4d79beac002b73b23b62f07ba52bb667647e726df"` Sep 20 21:35:42.237 INFO blam! d6a1d2652a4751f4f3c913f4d79beac002b73b23b62f07ba52bb667647e726df