GauthamBanasandra opened a new pull request, #4374:
URL: https://github.com/apache/hadoop/pull/4374

   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'HADOOP-17799. Your PR title ...'.
   -->
   
   ### Description of PR
   CMake is unable to checkout `release-1.10.0` version of GoogleTest -
   ```
   [WARNING] -- Build files have been written to: 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-4370/centos-7/src/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/googletest-download
   [WARNING] Scanning dependencies of target googletest
   [WARNING] [ 11%] Creating directories for 'googletest'
   [WARNING] [ 22%] Performing download step (git clone) for 'googletest'
   [WARNING] Cloning into 'googletest-src'...
   [WARNING] fatal: invalid reference: release-1.10.0
   [WARNING] CMake Error at 
googletest-download/googletest-prefix/tmp/googletest-gitclone.cmake:40 
(message):
   [WARNING]   Failed to checkout tag: 'release-1.10.0'
   [WARNING] 
   [WARNING] 
   [WARNING] gmake[2]: *** [CMakeFiles/googletest.dir/build.make:111: 
googletest-prefix/src/googletest-stamp/googletest-download] Error 1
   [WARNING] gmake[1]: *** [CMakeFiles/Makefile2:95: 
CMakeFiles/googletest.dir/all] Error 2
   [WARNING] gmake: *** [Makefile:103: all] Error 2
   [WARNING] CMake Error at main/native/libhdfspp/CMakeLists.txt:68 (message):
   [WARNING]   Build step for googletest failed: 2
   ```
   
   Jenkins run - 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4370/6/artifact/out/branch-compile-hadoop-hdfs-project_hadoop-hdfs-native-client.txt
   
   Hence, we're bumping up the version to resolve the issue.
   
   ### How was this patch tested?
   CI runs.
   
   ### For code changes:
   
   - [x] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [ ] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, 
`NOTICE-binary` files?
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to