Sep 10 02:57:32.669 INFO checking pkgw/stund against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 02:57:32.669 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 02:57:32.669 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 02:57:32.928 INFO blam! 190eb0726c8de2d74906f863246c575393f2c4c41f5e3cd7d58593914f50ec45 Sep 10 02:57:32.930 INFO running `"docker" "start" "-a" "190eb0726c8de2d74906f863246c575393f2c4c41f5e3cd7d58593914f50ec45"` Sep 10 02:57:33.418 INFO kablam! usermod: no changes Sep 10 02:57:33.670 INFO kablam! Checking futures v0.1.24 Sep 10 02:57:33.670 INFO kablam! Compiling ident_case v1.0.0 Sep 10 02:57:33.698 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 10 02:57:33.702 INFO kablam! Checking serde v1.0.55 Sep 10 02:57:33.702 INFO kablam! Compiling case v0.1.0 Sep 10 02:57:33.706 INFO kablam! Checking rent_to_own v0.1.0 Sep 10 02:57:33.706 INFO kablam! Checking net2 v0.2.33 Sep 10 02:57:33.706 INFO kablam! Checking daemonize v0.2.3 Sep 10 02:57:34.901 INFO kablam! Compiling petgraph v0.4.12 Sep 10 02:57:35.070 INFO kablam! Checking bytes v0.4.9 Sep 10 02:57:36.023 INFO kablam! Compiling syn v0.11.11 Sep 10 02:57:36.025 INFO kablam! Compiling quote v0.6.4 Sep 10 02:57:36.047 INFO kablam! Checking clap v2.32.0 Sep 10 02:57:37.949 INFO kablam! Compiling heck v0.3.0 Sep 10 02:57:41.575 INFO kablam! Compiling syn v0.13.11 Sep 10 02:57:41.724 INFO kablam! Checking backtrace-sys v0.1.23 Sep 10 02:57:42.868 INFO kablam! Checking mio v0.6.15 Sep 10 02:57:44.759 INFO kablam! Compiling syn v0.14.5 Sep 10 02:57:45.397 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:57:45.397 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 10 02:57:45.397 INFO kablam! | Sep 10 02:57:45.397 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 10 02:57:45.397 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:57:45.418 INFO kablam! | Sep 10 02:57:45.418 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:57:45.418 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:57:45.418 INFO kablam! | Sep 10 02:57:45.418 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:57:45.418 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:57:45.418 INFO kablam! 7 | | { Sep 10 02:57:45.418 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:57:45.418 INFO kablam! ... | Sep 10 02:57:45.418 INFO kablam! 13 | | None Sep 10 02:57:45.418 INFO kablam! 14 | | } Sep 10 02:57:45.418 INFO kablam! | |_____^ Sep 10 02:57:45.418 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:57:45.419 INFO kablam! Sep 10 02:57:45.547 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:57:45.548 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 10 02:57:45.548 INFO kablam! | Sep 10 02:57:45.548 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 10 02:57:45.548 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:57:45.590 INFO kablam! | Sep 10 02:57:45.590 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:57:45.590 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:57:45.590 INFO kablam! | Sep 10 02:57:45.590 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:57:45.590 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:57:45.590 INFO kablam! 7 | | { Sep 10 02:57:45.590 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:57:45.590 INFO kablam! ... | Sep 10 02:57:45.590 INFO kablam! 13 | | None Sep 10 02:57:45.590 INFO kablam! 14 | | } Sep 10 02:57:45.590 INFO kablam! | |_____^ Sep 10 02:57:45.590 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:57:45.590 INFO kablam! Sep 10 02:57:45.607 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:57:45.607 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 10 02:57:45.607 INFO kablam! | Sep 10 02:57:45.607 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 10 02:57:45.607 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:57:45.607 INFO kablam! | Sep 10 02:57:45.607 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:57:45.607 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:57:45.607 INFO kablam! | Sep 10 02:57:45.607 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:57:45.607 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:57:45.607 INFO kablam! 7 | | { Sep 10 02:57:45.607 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:57:45.607 INFO kablam! ... | Sep 10 02:57:45.607 INFO kablam! 13 | | None Sep 10 02:57:45.607 INFO kablam! 14 | | } Sep 10 02:57:45.607 INFO kablam! | |_____^ Sep 10 02:57:45.607 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:57:45.607 INFO kablam! Sep 10 02:57:45.649 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 02:57:45.649 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 10 02:57:45.649 INFO kablam! | Sep 10 02:57:45.649 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 10 02:57:45.649 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 10 02:57:45.649 INFO kablam! | Sep 10 02:57:45.649 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 10 02:57:45.649 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 10 02:57:45.649 INFO kablam! | Sep 10 02:57:45.649 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 10 02:57:45.649 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 10 02:57:45.649 INFO kablam! 7 | | { Sep 10 02:57:45.649 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 10 02:57:45.649 INFO kablam! ... | Sep 10 02:57:45.649 INFO kablam! 13 | | None Sep 10 02:57:45.649 INFO kablam! 14 | | } Sep 10 02:57:45.649 INFO kablam! | |_____^ Sep 10 02:57:45.649 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 10 02:57:45.649 INFO kablam! Sep 10 02:57:47.846 INFO kablam! error: aborting due to 4 previous errors Sep 10 02:57:47.846 INFO kablam! Sep 10 02:57:47.846 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 02:57:47.894 INFO kablam! error: Could not compile `petgraph`. Sep 10 02:57:47.894 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 02:58:26.242 INFO kablam! error: build failed Sep 10 02:58:26.244 INFO kablam! su: No module specific data is present Sep 10 02:58:28.057 INFO running `"docker" "rm" "-f" "190eb0726c8de2d74906f863246c575393f2c4c41f5e3cd7d58593914f50ec45"` Sep 10 02:58:28.168 INFO blam! 190eb0726c8de2d74906f863246c575393f2c4c41f5e3cd7d58593914f50ec45