Sep 03 21:25:37.379 INFO checking mexus/pastebin against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 03 21:25:37.379 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 03 21:25:37.379 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 21:25:37.538 INFO blam! dee086a9bb17902bcee43f2cba8ccd013ba969e83851e94dec97e9ef7d5e0890 Sep 03 21:25:37.539 INFO running `"docker" "start" "-a" "dee086a9bb17902bcee43f2cba8ccd013ba969e83851e94dec97e9ef7d5e0890"` Sep 03 21:25:38.481 INFO kablam! Compiling num-traits v0.2.4 Sep 03 21:25:38.482 INFO kablam! Compiling serde v1.0.65 Sep 03 21:25:38.483 INFO kablam! Compiling num-integer v0.1.38 Sep 03 21:25:38.490 INFO kablam! Checking rand_core v0.2.0 Sep 03 21:25:38.494 INFO kablam! Checking hostname v0.1.5 Sep 03 21:25:38.496 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 03 21:25:38.498 INFO kablam! Checking net2 v0.2.32 Sep 03 21:25:38.501 INFO kablam! Checking encoding_rs v0.7.2 Sep 03 21:25:39.224 INFO kablam! Checking tokio-service v0.1.0 Sep 03 21:25:40.509 INFO kablam! Checking relay v0.1.1 Sep 03 21:25:40.749 INFO kablam! Compiling openssl-sys v0.9.32 Sep 03 21:25:40.751 INFO kablam! Compiling mongoc-sys v1.8.2-1 Sep 03 21:25:40.756 INFO kablam! Compiling proc-macro2 v0.4.5 Sep 03 21:25:41.140 INFO kablam! Checking petgraph v0.4.12 Sep 03 21:25:41.256 INFO kablam! Checking futures-cpupool v0.1.8 Sep 03 21:25:41.329 INFO kablam! Checking uuid v0.6.5 Sep 03 21:25:41.435 INFO kablam! Checking want v0.0.4 Sep 03 21:25:42.364 INFO kablam! Checking tokio-timer v0.2.3 Sep 03 21:25:43.575 INFO kablam! Checking mio v0.6.14 Sep 03 21:25:43.601 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 03 21:25:43.606 INFO kablam! Checking rand v0.5.0 Sep 03 21:25:45.638 INFO kablam! Checking tokio-io v0.1.6 Sep 03 21:25:46.033 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 21:25:46.033 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 03 21:25:46.033 INFO kablam! | Sep 03 21:25:46.033 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 03 21:25:46.033 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 21:25:46.044 INFO kablam! | Sep 03 21:25:46.045 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 21:25:46.045 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 21:25:46.045 INFO kablam! | Sep 03 21:25:46.045 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 21:25:46.045 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 21:25:46.045 INFO kablam! 7 | | { Sep 03 21:25:46.045 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 21:25:46.045 INFO kablam! ... | Sep 03 21:25:46.045 INFO kablam! 13 | | None Sep 03 21:25:46.045 INFO kablam! 14 | | } Sep 03 21:25:46.045 INFO kablam! | |_____^ Sep 03 21:25:46.045 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 21:25:46.045 INFO kablam! Sep 03 21:25:46.126 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 21:25:46.126 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 03 21:25:46.126 INFO kablam! | Sep 03 21:25:46.126 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 03 21:25:46.126 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 21:25:46.148 INFO kablam! | Sep 03 21:25:46.149 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 21:25:46.149 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 21:25:46.149 INFO kablam! | Sep 03 21:25:46.149 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 21:25:46.149 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 21:25:46.149 INFO kablam! 7 | | { Sep 03 21:25:46.149 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 21:25:46.149 INFO kablam! ... | Sep 03 21:25:46.149 INFO kablam! 13 | | None Sep 03 21:25:46.149 INFO kablam! 14 | | } Sep 03 21:25:46.149 INFO kablam! | |_____^ Sep 03 21:25:46.149 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 21:25:46.149 INFO kablam! Sep 03 21:25:46.190 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 21:25:46.190 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 03 21:25:46.190 INFO kablam! | Sep 03 21:25:46.190 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 03 21:25:46.190 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 21:25:46.200 INFO kablam! | Sep 03 21:25:46.201 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 21:25:46.201 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 21:25:46.201 INFO kablam! | Sep 03 21:25:46.201 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 21:25:46.201 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 21:25:46.201 INFO kablam! 7 | | { Sep 03 21:25:46.201 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 21:25:46.201 INFO kablam! ... | Sep 03 21:25:46.201 INFO kablam! 13 | | None Sep 03 21:25:46.201 INFO kablam! 14 | | } Sep 03 21:25:46.201 INFO kablam! | |_____^ Sep 03 21:25:46.201 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 21:25:46.201 INFO kablam! Sep 03 21:25:46.209 INFO kablam! error[E0034]: multiple applicable items in scope Sep 03 21:25:46.209 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 03 21:25:46.209 INFO kablam! | Sep 03 21:25:46.209 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 03 21:25:46.209 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 03 21:25:46.232 INFO kablam! | Sep 03 21:25:46.233 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 03 21:25:46.233 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 03 21:25:46.233 INFO kablam! | Sep 03 21:25:46.233 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 03 21:25:46.233 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 03 21:25:46.233 INFO kablam! 7 | | { Sep 03 21:25:46.233 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 03 21:25:46.233 INFO kablam! ... | Sep 03 21:25:46.233 INFO kablam! 13 | | None Sep 03 21:25:46.233 INFO kablam! 14 | | } Sep 03 21:25:46.233 INFO kablam! | |_____^ Sep 03 21:25:46.233 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 03 21:25:46.233 INFO kablam! Sep 03 21:25:47.723 INFO kablam! error: aborting due to 4 previous errors Sep 03 21:25:47.740 INFO kablam! Sep 03 21:25:47.741 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 03 21:25:47.775 INFO kablam! error: Could not compile `petgraph`. Sep 03 21:25:47.775 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:25:52.181 INFO kablam! error: build failed Sep 03 21:25:52.183 INFO kablam! su: No module specific data is present Sep 03 21:25:52.720 INFO running `"docker" "rm" "-f" "dee086a9bb17902bcee43f2cba8ccd013ba969e83851e94dec97e9ef7d5e0890"` Sep 03 21:25:52.878 INFO blam! dee086a9bb17902bcee43f2cba8ccd013ba969e83851e94dec97e9ef7d5e0890