You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/10/13 04:55:22 UTC

[GitHub] [druid] quenlang opened a new issue #10509: build from source with 0.19.0 failed

quenlang opened a new issue #10509:
URL: https://github.com/apache/druid/issues/10509


   Hi,all:
   I found a problem When i build druid from 0.19.0 source code with the mvn command `mvn -T 4 clean install -Papache-release,dist,rat -DskipTests -X`, any suggestion?
   
   ```
   [INFO] Total time: 8.309 s (Wall Clock)
   [INFO] Finished at: 2020-10-13T12:49:12+08:00
   [INFO] Final Memory: 73M/832M
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-release-artifacts) on project druid: Exit code: 2 -> [Help 1]
   org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-release-artifacts) on project druid: Exit code: 2
   	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
   	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
   	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
   	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
   	at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
   	at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.maven.plugin.MojoExecutionException: Exit code: 2
   	at org.apache.maven.plugin.gpg.GpgSigner.generateSignatureForFile(GpgSigner.java:167)
   	at org.apache.maven.plugin.gpg.AbstractGpgSigner.generateSignatureForArtifact(AbstractGpgSigner.java:205)
   	at org.apache.maven.plugin.gpg.GpgSignAttachedMojo.execute(GpgSignAttachedMojo.java:176)
   	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
   	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
   	... 11 more
   [ERROR]
   [ERROR]
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
   [DEBUG] Entering finalize
   [DEBUG] Entering finalize
   [root@VM-16-9-centos apache-druid-0.19.0-src]# 
   ```


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] FrankChen021 commented on issue #10509: build from source with 0.19.0 failed

Posted by GitBox <gi...@apache.org>.
FrankChen021 commented on issue #10509:
URL: https://github.com/apache/druid/issues/10509#issuecomment-707593268


   try to remove `-Papache-release` from the command and build it again


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org