You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/05/30 15:18:44 UTC

[GitHub] [hadoop] GauthamBanasandra commented on pull request #4374: HDFS-16604. Install gtest via FetchContent_Declare in CMake

GauthamBanasandra commented on PR #4374:
URL: https://github.com/apache/hadoop/pull/4374#issuecomment-1141271987

   Just to explain the failures in the CI run above - https://github.com/apache/hadoop/pull/4374#issuecomment-1141208797,
   
   ![image](https://user-images.githubusercontent.com/10280768/171020874-665f99c0-494b-4339-8e68-a85f36c95a4d.png)
   The trunk has failed to build `hadoop-hdfs-native-client`. This failure is expected since CMake is unable to checkout `release-1.10.0` in gtest causing the build to fail altogether. (Which is what has been fixed by this PR).
   
   
   ![image](https://user-images.githubusercontent.com/10280768/171020983-3673e072-e24f-48c2-bb62-7349bb0bb5c5.png)
   These warnings aren't introduced by this PR. They exist in the trunk as well. These warnings aren't showing up in the trunk because `hadoop-hdfs-native-client` isn't getting built on trunk in the first place.
   
   In conclusion, once we merge this PR to trunk, the above failures won't show up for those PRs which are newly created, or those which gets rebased on top of trunk.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org