You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/10/14 11:09:20 UTC

[jira] [Commented] (AMBARI-18596) rpm command broken on utility project

    [ https://issues.apache.org/jira/browse/AMBARI-18596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575013#comment-15575013 ] 

Hadoop QA commented on AMBARI-18596:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12833249/AMBARI-18596.trunk.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in utility.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/8875//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/8875//console

This message is automatically generated.

> rpm command broken on utility project
> -------------------------------------
>
>                 Key: AMBARI-18596
>                 URL: https://issues.apache.org/jira/browse/AMBARI-18596
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.5.0
>            Reporter: Alejandro Fernandez
>            Assignee: Alejandro Fernandez
>             Fix For: 2.5.0
>
>         Attachments: AMBARI-18596.branch-2.5.patch, AMBARI-18596.trunk.patch
>
>
> The following command to build RPMs is failing because the utility project does not have a phase for it.
> {noformat}mvn -B -am clean package rpm:rpm -DskipTests -Dpython.ver="python >= 2.6" -pl ambari-admin,ambari-agent,utility,ambari-server,ambari-web,ambari-views{noformat}
> {code}
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Ambari Main ....................................... SUCCESS [1.034s]
> [INFO] Apache Ambari Project POM ......................... SUCCESS [0.064s]
> [INFO] Ambari Web ........................................ SUCCESS [1:58.669s]
> [INFO] Ambari Views ...................................... SUCCESS [1.403s]
> [INFO] Ambari Admin View ................................. SUCCESS [1:13.669s]
> [INFO] utility ........................................... FAILURE [2.306s]
> [INFO] ambari-metrics .................................... SKIPPED
> [INFO] Ambari Metrics Common ............................. SKIPPED
> [INFO] Ambari Server ..................................... SKIPPED
> [INFO] Ambari Agent ...................................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 3:17.814s
> [INFO] Finished at: Wed Oct 12 12:48:37 UTC 2016
> [INFO] Final Memory: 35M/563M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.codehaus.mojo:rpm-maven-plugin:2.1.5:rpm (default-cli) on project utility: The parameters 'sourceEncoding', 'group' for goal org.codehaus.mojo:rpm-maven-plugin:2.1.5:rpm are missing or invalid -> [Help 1]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)