You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2021/10/19 10:48:10 UTC

[GitHub] [bigtop] iwasakims opened a new pull request #821: BIGTOP-3589. Fix build failure of Alluxio caused by buildnumber-maven-plugin.

iwasakims opened a new pull request #821:
URL: https://github.com/apache/bigtop/pull/821


   https://issues.apache.org/jira/browse/BIGTOP-3589
   
   `./gradlew alluxio-pkg` fails on non-Git source tree since buildnumber-maven-plugin invokes git command to get scm revision number. 
   
   ```
   [INFO] --- buildnumber-maven-plugin:1.4:create-metadata (default) @ alluxio-core-common ---
   [INFO] Executing: /bin/sh -c cd '/home/centos/srcs/bigtop-3.0.0/build/alluxio/rpm/BUILD/alluxio-2.4.1/core/common' && 'git' 'rev-parse' '--verify' 'HEAD'
   [INFO] Working directory: /home/centos/srcs/bigtop-3.0.0/build/alluxio/rpm/BUILD/alluxio-2.4.1/core/common
   ...
   [INFO] Alluxio Core - Common Utilities 2.4.1 .............. FAILURE [01:00 min]
   ...
   [ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.4:create-metadata (default) on project alluxio-core-common: Execution default of goal org.codehaus.mojo:buildnumber-maven-plugin:1.4:create-metadata failed.: NullPointerException -> [Help 1]
   ```
   
   The issue can not be reproduced by running `./gradlew alluxio-pkg` on the Bigtop source tree checked out from Git repository since the `git` works on that environment. I found this issue by checking source tarball of [3.0.0-RC0](https://dist.apache.org/repos/dist/dev/bigtop/bigtop-3.0.0-RC0/).
   
   [Setting fallback revision number](https://www.mojohaus.org/buildnumber-maven-plugin/create-mojo.html#revisionOnScmFailure) would be the fix.
   


-- 
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: dev-unsubscribe@bigtop.apache.org

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



[GitHub] [bigtop] iwasakims commented on pull request #821: BIGTOP-3589. Fix build failure of Alluxio caused by buildnumber-maven-plugin.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #821:
URL: https://github.com/apache/bigtop/pull/821#issuecomment-1003003568


   Thanks. I'm merging this.


-- 
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: dev-unsubscribe@bigtop.apache.org

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



[GitHub] [bigtop] shuaiwuyue commented on pull request #821: BIGTOP-3589. Fix build failure of Alluxio caused by buildnumber-maven-plugin.

Posted by GitBox <gi...@apache.org>.
shuaiwuyue commented on pull request #821:
URL: https://github.com/apache/bigtop/pull/821#issuecomment-947707039


   WOWWWWWWWWWWWWWWWWWWWWWWWWWWW!
   Very thanks for your work!!!!!!!!!!!!!!!


-- 
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: dev-unsubscribe@bigtop.apache.org

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



[GitHub] [bigtop] iwasakims commented on pull request #821: BIGTOP-3589. Fix build failure of Alluxio caused by buildnumber-maven-plugin.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #821:
URL: https://github.com/apache/bigtop/pull/821#issuecomment-946607134


   The same issue seemed to be reported in https://github.com/Alluxio/alluxio/issues/10515 but there was no fix there.


-- 
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: dev-unsubscribe@bigtop.apache.org

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



[GitHub] [bigtop] iwasakims merged pull request #821: BIGTOP-3589. Fix build failure of Alluxio caused by buildnumber-maven-plugin.

Posted by GitBox <gi...@apache.org>.
iwasakims merged pull request #821:
URL: https://github.com/apache/bigtop/pull/821


   


-- 
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: dev-unsubscribe@bigtop.apache.org

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



[GitHub] [bigtop] shuaiwuyue commented on pull request #821: BIGTOP-3589. Fix build failure of Alluxio caused by buildnumber-maven-plugin.

Posted by GitBox <gi...@apache.org>.
shuaiwuyue commented on pull request #821:
URL: https://github.com/apache/bigtop/pull/821#issuecomment-947707783


   WOWWWWWWWWWWWWWWWWWWWWWWW!
   Very thanks for your work!@iwasakims 


-- 
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: dev-unsubscribe@bigtop.apache.org

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



[GitHub] [bigtop] elukey commented on pull request #821: BIGTOP-3589. Fix build failure of Alluxio caused by buildnumber-maven-plugin.

Posted by GitBox <gi...@apache.org>.
elukey commented on pull request #821:
URL: https://github.com/apache/bigtop/pull/821#issuecomment-1002463372


   +1 this seems to be a good thing to have!


-- 
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: dev-unsubscribe@bigtop.apache.org

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



[GitHub] [bigtop] shuaiwuyue removed a comment on pull request #821: BIGTOP-3589. Fix build failure of Alluxio caused by buildnumber-maven-plugin.

Posted by GitBox <gi...@apache.org>.
shuaiwuyue removed a comment on pull request #821:
URL: https://github.com/apache/bigtop/pull/821#issuecomment-947707039


   WOWWWWWWWWWWWWWWWWWWWWWWWWWWW!
   Very thanks for your work!!!!!!!!!!!!!!!


-- 
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: dev-unsubscribe@bigtop.apache.org

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