You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2017/03/28 19:20:42 UTC

[jira] [Created] (BIGTOP-2726) Bump ambari version to 2.5

Roman Shaposhnik created BIGTOP-2726:
----------------------------------------

             Summary: Bump ambari version to 2.5
                 Key: BIGTOP-2726
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2726
             Project: Bigtop
          Issue Type: Bug
    Affects Versions: 1.1.0
            Reporter: Roman Shaposhnik
            Assignee: Roman Shaposhnik
             Fix For: 1.2.0






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Re: [jira] [Created] (BIGTOP-2726) Bump ambari version to 2.5

Posted by Arnaud Launay <as...@launay.org>.
Le Thu, Mar 30, 2017 at 01:42:22PM -0700, Roman Shaposhnik a écrit:
> Can you, please, file an issue and attach some kind of debug
> output from Maven?

Done: BIGTOP-2729

> Also, is git available in your build environment?

Yes:

$ git --version
git version 2.1.4


	Arnaud.

Re: [jira] [Created] (BIGTOP-2726) Bump ambari version to 2.5

Posted by Roman Shaposhnik <ro...@shaposhnik.org>.
Hi!

I can't seem to be able to reproduce this. It builds well out of the
RC1 tarball.
Here's what I did:

$ cat /etc/debian_version
8.6
$ cd /tmp
$ wget https://dist.apache.org/repos/dist/dev/bigtop/1.2.0-RC1/bigtop-1.2.0-project.tar.gz
$ tar xzvf bigtop-1.2.0-project.tar.gz
$ cd bigtop-1.2.0
$ java -version
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-2~bpo8+1-b14)
OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)
$ ./gradlew ambari-pkg
....
BUILD SUCCESSFUL

Total time: 29 mins 27.088 secs

Can you, please, file an issue and attach some kind of debug output from Maven?

Also, is git available in your build environment?

Thanks,
Roman.

On Thu, Mar 30, 2017 at 11:25 AM, Roman Shaposhnik <ro...@shaposhnik.org> wrote:
> Hi Arnaud!
>
> this looks like a real issue. Thanks for reporting it. Let me take a look
> and possibly cut a new RC.
>
> Thanks,
> Roman.
>
> On Thu, Mar 30, 2017 at 10:42 AM, Arnaud Launay <as...@launay.org> wrote:
>> Le Thu, Mar 30, 2017 at 09:58:16AM -0700, Roman Shaposhnik a écrit:
>>> Java 7 is no longer supported by Bigtop.
>>
>> Doesn't matter here. Tried with java8:
>>
>> asl@i005:~/buildjava8$ cat /etc/debian_version
>> 8.7
>> asl@i005:~/buildjava8$ java -version
>> openjdk version "1.8.0_121"
>> OpenJDK Runtime Environment (build 1.8.0_121-8u121-b13-1~bpo8+1-b13)
>> OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)
>>
>> Fails exactly the same way:
>>
>> [INFO] Building ODPi Ambari Management Pack 1.0.0.0-SNAPSHOT
>> [INFO] ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odpi-ambari-mpack ---
>> [INFO]
>> [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ odpi-ambari-mpack ---
>> [INFO]
>> [INFO] --- build-helper-maven-plugin:1.8:regex-property (regex-property) @ odpi-ambari-mpack ---
>> [INFO]
>> [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ odpi-ambari-mpack ---
>> [INFO] Executing: /bin/sh -c cd '/home/asl/buildjava8/output/ambari/ambari-2.5.0/contrib/management-packs/odpi-ambari-mpack' && 'git' 'rev-parse' '--verify' 'HEAD'
>> [INFO] Working directory: /home/asl/buildjava8/output/ambari/ambari-2.5.0/contrib/management-packs/odpi-ambari-mpack
>> [INFO] Storing buildNumber: 42b78bf91d8ef694cd10430d6f0525ee725fb041 at timestamp: 1490894547941
>> [INFO] Storing buildScmBranch: master
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ odpi-ambari-mpack ---
>> [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
>> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
>> [INFO] Copying 1 resource
>> [INFO]
>> [INFO] --- maven-assembly-plugin:2.4.1:single (build-tarball) @ odpi-ambari-mpack ---
>> [INFO] Reading assembly descriptor: src/main/assemblies/odpi-ambari-mpack.xml
>> [INFO] ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Total time: 1.500 s
>> [INFO] Finished at: 2017-03-30T19:22:28+02:00
>> [INFO] Final Memory: 13M/238M
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4.1:single (build-tarball) on project odpi-ambari-mpack: Assembly is incorrectly configured: Assembly is incorrectly configured:
>> [ERROR] Assembly:  is not configured correctly: Assembly ID must be present and non-empty.
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [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/MojoFailureException
>> debian/rules:29: recipe for target 'override_dh_auto_build' failed
>> make[1]: *** [override_dh_auto_build] Error 1
>> make[1]: Leaving directory '/home/asl/buildjava8/output/ambari/ambari-2.5.0'
>> debian/rules:26: recipe for target 'build' failed
>> make: *** [build] Error 2
>> dpkg-buildpackage: error: debian/rules build gave error exit status 2
>> debuild: fatal error at line 1376:
>> dpkg-buildpackage -rfakeroot -D -us -uc -b
>>  failed
>> :ambari-deb FAILED
>>
>>         Arnaud.

Re: [jira] [Created] (BIGTOP-2726) Bump ambari version to 2.5

Posted by Roman Shaposhnik <ro...@shaposhnik.org>.
Hi Arnaud!

this looks like a real issue. Thanks for reporting it. Let me take a look
and possibly cut a new RC.

Thanks,
Roman.

On Thu, Mar 30, 2017 at 10:42 AM, Arnaud Launay <as...@launay.org> wrote:
> Le Thu, Mar 30, 2017 at 09:58:16AM -0700, Roman Shaposhnik a écrit:
>> Java 7 is no longer supported by Bigtop.
>
> Doesn't matter here. Tried with java8:
>
> asl@i005:~/buildjava8$ cat /etc/debian_version
> 8.7
> asl@i005:~/buildjava8$ java -version
> openjdk version "1.8.0_121"
> OpenJDK Runtime Environment (build 1.8.0_121-8u121-b13-1~bpo8+1-b13)
> OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)
>
> Fails exactly the same way:
>
> [INFO] Building ODPi Ambari Management Pack 1.0.0.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odpi-ambari-mpack ---
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ odpi-ambari-mpack ---
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.8:regex-property (regex-property) @ odpi-ambari-mpack ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ odpi-ambari-mpack ---
> [INFO] Executing: /bin/sh -c cd '/home/asl/buildjava8/output/ambari/ambari-2.5.0/contrib/management-packs/odpi-ambari-mpack' && 'git' 'rev-parse' '--verify' 'HEAD'
> [INFO] Working directory: /home/asl/buildjava8/output/ambari/ambari-2.5.0/contrib/management-packs/odpi-ambari-mpack
> [INFO] Storing buildNumber: 42b78bf91d8ef694cd10430d6f0525ee725fb041 at timestamp: 1490894547941
> [INFO] Storing buildScmBranch: master
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ odpi-ambari-mpack ---
> [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO]
> [INFO] --- maven-assembly-plugin:2.4.1:single (build-tarball) @ odpi-ambari-mpack ---
> [INFO] Reading assembly descriptor: src/main/assemblies/odpi-ambari-mpack.xml
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1.500 s
> [INFO] Finished at: 2017-03-30T19:22:28+02:00
> [INFO] Final Memory: 13M/238M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4.1:single (build-tarball) on project odpi-ambari-mpack: Assembly is incorrectly configured: Assembly is incorrectly configured:
> [ERROR] Assembly:  is not configured correctly: Assembly ID must be present and non-empty.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [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/MojoFailureException
> debian/rules:29: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 1
> make[1]: Leaving directory '/home/asl/buildjava8/output/ambari/ambari-2.5.0'
> debian/rules:26: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> debuild: fatal error at line 1376:
> dpkg-buildpackage -rfakeroot -D -us -uc -b
>  failed
> :ambari-deb FAILED
>
>         Arnaud.

Re: [jira] [Created] (BIGTOP-2726) Bump ambari version to 2.5

Posted by Arnaud Launay <as...@launay.org>.
Le Thu, Mar 30, 2017 at 09:58:16AM -0700, Roman Shaposhnik a écrit:
> Java 7 is no longer supported by Bigtop.

Doesn't matter here. Tried with java8:

asl@i005:~/buildjava8$ cat /etc/debian_version 
8.7
asl@i005:~/buildjava8$ java -version
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (build 1.8.0_121-8u121-b13-1~bpo8+1-b13)
OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)

Fails exactly the same way:

[INFO] Building ODPi Ambari Management Pack 1.0.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odpi-ambari-mpack ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ odpi-ambari-mpack ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:regex-property (regex-property) @ odpi-ambari-mpack ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ odpi-ambari-mpack ---
[INFO] Executing: /bin/sh -c cd '/home/asl/buildjava8/output/ambari/ambari-2.5.0/contrib/management-packs/odpi-ambari-mpack' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/asl/buildjava8/output/ambari/ambari-2.5.0/contrib/management-packs/odpi-ambari-mpack
[INFO] Storing buildNumber: 42b78bf91d8ef694cd10430d6f0525ee725fb041 at timestamp: 1490894547941
[INFO] Storing buildScmBranch: master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ odpi-ambari-mpack ---
[WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-assembly-plugin:2.4.1:single (build-tarball) @ odpi-ambari-mpack ---
[INFO] Reading assembly descriptor: src/main/assemblies/odpi-ambari-mpack.xml
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.500 s
[INFO] Finished at: 2017-03-30T19:22:28+02:00
[INFO] Final Memory: 13M/238M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4.1:single (build-tarball) on project odpi-ambari-mpack: Assembly is incorrectly configured: Assembly is incorrectly configured:
[ERROR] Assembly:  is not configured correctly: Assembly ID must be present and non-empty.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/MojoFailureException
debian/rules:29: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory '/home/asl/buildjava8/output/ambari/ambari-2.5.0'
debian/rules:26: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc -b
 failed
:ambari-deb FAILED

	Arnaud.

Re: [jira] [Created] (BIGTOP-2726) Bump ambari version to 2.5

Posted by Roman Shaposhnik <ro...@shaposhnik.org>.
Java 7 is no longer supported by Bigtop.

Thanks,
Roman.

On Thu, Mar 30, 2017 at 9:18 AM, Arnaud Launay <as...@launay.org> wrote:
> Le Tue, Mar 28, 2017 at 07:20:42PM +0000, Roman Shaposhnik (JIRA) a écrit:
>>              Summary: Bump ambari version to 2.5
>
> Does not compile entirely here
> (Debian 8 / Java 7):
>
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Ambari Main ........................................ SUCCESS [  0.901 s]
> [INFO] Apache Ambari Project POM .......................... SUCCESS [  0.008 s]
> [INFO] Ambari Web ......................................... SUCCESS [ 54.706 s]
> [INFO] Ambari Views ....................................... SUCCESS [  0.993 s]
> [INFO] Ambari Admin View .................................. SUCCESS [ 54.319 s]
> [INFO] utility ............................................ SUCCESS [  0.173 s]
> [INFO] ambari-metrics ..................................... SUCCESS [  0.175 s]
> [INFO] Ambari Metrics Common .............................. SUCCESS [  4.373 s]
> [INFO] Ambari Metrics Hadoop Sink ......................... SUCCESS [  2.399 s]
> [INFO] Ambari Metrics Flume Sink .......................... SUCCESS [  0.916 s]
> [INFO] Ambari Metrics Kafka Sink .......................... SUCCESS [  0.951 s]
> [INFO] Ambari Metrics Storm Sink .......................... SUCCESS [  2.166 s]
> [INFO] Ambari Metrics Storm Sink (Legacy) ................. SUCCESS [  1.195 s]
> [INFO] Ambari Metrics Collector ........................... SUCCESS [ 42.127 s]
> [INFO] Ambari Metrics Monitor ............................. SUCCESS [  0.778 s]
> [INFO] Ambari Metrics Grafana ............................. SUCCESS [ 28.522 s]
> [INFO] Ambari Metrics Assembly ............................ SUCCESS [ 39.025 s]
> [INFO] Ambari Server ...................................... SUCCESS [ 49.218 s]
> [INFO] Ambari Functional Tests ............................ SUCCESS [  0.789 s]
> [INFO] Ambari Agent ....................................... SUCCESS [ 19.063 s]
> [INFO] Ambari Client ...................................... SUCCESS [  0.008 s]
> [INFO] Ambari Python Client ............................... SUCCESS [  0.882 s]
> [INFO] Ambari Groovy Client ............................... SUCCESS [  1.532 s]
> [INFO] Ambari Shell ....................................... SUCCESS [  0.006 s]
> [INFO] Ambari Python Shell ................................ SUCCESS [  0.286 s]
> [INFO] Ambari Groovy Shell ................................ SUCCESS [  0.435 s]
> [INFO] ambari-logsearch ................................... SUCCESS [  0.016 s]
> [INFO] Ambari Logsearch Appender .......................... SUCCESS [  0.124 s]
> [INFO] Ambari Logsearch Portal ............................ SUCCESS [  4.880 s]
> [INFO] Ambari Logsearch Log Feeder ........................ SUCCESS [  2.609 s]
> [INFO] Ambari Logsearch Solr Client ....................... SUCCESS [  1.104 s]
> [INFO] Ambari Infra Solr Plugin ........................... SUCCESS [  0.213 s]
> [INFO] Ambari Logsearch Assembly .......................... SUCCESS [  0.059 s]
> [INFO] Ambari Logsearch Integration Test .................. SUCCESS [  0.118 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 05:15 min
> [INFO] Finished at: 2017-03-30T18:10:33+02:00
> [INFO] Final Memory: 217M/1108M
> [INFO] ------------------------------------------------------------------------
> + cd contrib/management-packs/odpi-ambari-mpack
> + mvn clean package -DskipTests -Drat.skip
> Picked up _JAVA_OPTIONS: -Xmx2048m -XX:MaxPermSize=512m -Djava.awt.headless=true
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building ODPi Ambari Management Pack 1.0.0.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odpi-ambari-mpack ---
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ odpi-ambari-mpack ---
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ odpi-ambari-mpack ---                                                                                                                                        [8/1943]
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.8:regex-property (regex-property) @ odpi-ambari-mpack ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ odpi-ambari-mpack ---
> [INFO] Executing: /bin/sh -c cd '/home/asl/build/output/ambari/ambari-2.5.0/contrib/management-packs/odpi-ambari-mpack' && 'git' 'rev-parse' '--verify' 'HEAD'
> [INFO] Working directory: /home/asl/build/output/ambari/ambari-2.5.0/contrib/management-packs/odpi-ambari-mpack
> [INFO] Storing buildNumber: 42b78bf91d8ef694cd10430d6f0525ee725fb041 at timestamp: 1490890236219
> [INFO] Storing buildScmBranch: master
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ odpi-ambari-mpack ---
> [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO]
> [INFO] --- maven-assembly-plugin:2.4.1:single (build-tarball) @ odpi-ambari-mpack ---
> [INFO] Reading assembly descriptor: src/main/assemblies/odpi-ambari-mpack.xml
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1.349 s
> [INFO] Finished at: 2017-03-30T18:10:36+02:00
> [INFO] Final Memory: 12M/239M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4.1:single (build-tarball) on project odpi-ambari-mpack: Assembly is incorrectly configured: Assembly is incorrectly configured:
> [ERROR] Assembly:  is not configured correctly: Assembly ID must be present and non-empty.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [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/MojoFailureException
> debian/rules:29: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 1
> make[1]: Leaving directory '/home/asl/build/output/ambari/ambari-2.5.0'
> debian/rules:26: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> debuild: fatal error at line 1376:
> dpkg-buildpackage -rfakeroot -D -us -uc -b
>  failed
> :ambari-deb FAILED
>
> FAILURE: Build failed with an exception.
>
> * Where:
> Script '/home/asl/build/packages.gradle' line: 341
>
> * What went wrong:
> Execution failed for task ':ambari-deb'.
>> Process 'command 'debuild'' finished with non-zero exit value 29
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
>
> BUILD FAILED
>
> Total time: 5 mins 32.157 secs
>
>
>
> Any idea ?
>
>         Arnaud.

Re: [jira] [Created] (BIGTOP-2726) Bump ambari version to 2.5

Posted by Arnaud Launay <as...@launay.org>.
Le Tue, Mar 28, 2017 at 07:20:42PM +0000, Roman Shaposhnik (JIRA) a écrit:
>              Summary: Bump ambari version to 2.5

Does not compile entirely here
(Debian 8 / Java 7):

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Ambari Main ........................................ SUCCESS [  0.901 s]
[INFO] Apache Ambari Project POM .......................... SUCCESS [  0.008 s]
[INFO] Ambari Web ......................................... SUCCESS [ 54.706 s]
[INFO] Ambari Views ....................................... SUCCESS [  0.993 s]
[INFO] Ambari Admin View .................................. SUCCESS [ 54.319 s]
[INFO] utility ............................................ SUCCESS [  0.173 s]
[INFO] ambari-metrics ..................................... SUCCESS [  0.175 s]
[INFO] Ambari Metrics Common .............................. SUCCESS [  4.373 s]
[INFO] Ambari Metrics Hadoop Sink ......................... SUCCESS [  2.399 s]
[INFO] Ambari Metrics Flume Sink .......................... SUCCESS [  0.916 s]
[INFO] Ambari Metrics Kafka Sink .......................... SUCCESS [  0.951 s]
[INFO] Ambari Metrics Storm Sink .......................... SUCCESS [  2.166 s]
[INFO] Ambari Metrics Storm Sink (Legacy) ................. SUCCESS [  1.195 s]
[INFO] Ambari Metrics Collector ........................... SUCCESS [ 42.127 s]
[INFO] Ambari Metrics Monitor ............................. SUCCESS [  0.778 s]
[INFO] Ambari Metrics Grafana ............................. SUCCESS [ 28.522 s]
[INFO] Ambari Metrics Assembly ............................ SUCCESS [ 39.025 s]
[INFO] Ambari Server ...................................... SUCCESS [ 49.218 s]
[INFO] Ambari Functional Tests ............................ SUCCESS [  0.789 s]
[INFO] Ambari Agent ....................................... SUCCESS [ 19.063 s]
[INFO] Ambari Client ...................................... SUCCESS [  0.008 s]
[INFO] Ambari Python Client ............................... SUCCESS [  0.882 s]
[INFO] Ambari Groovy Client ............................... SUCCESS [  1.532 s]
[INFO] Ambari Shell ....................................... SUCCESS [  0.006 s]
[INFO] Ambari Python Shell ................................ SUCCESS [  0.286 s]
[INFO] Ambari Groovy Shell ................................ SUCCESS [  0.435 s]
[INFO] ambari-logsearch ................................... SUCCESS [  0.016 s]
[INFO] Ambari Logsearch Appender .......................... SUCCESS [  0.124 s]
[INFO] Ambari Logsearch Portal ............................ SUCCESS [  4.880 s]
[INFO] Ambari Logsearch Log Feeder ........................ SUCCESS [  2.609 s]
[INFO] Ambari Logsearch Solr Client ....................... SUCCESS [  1.104 s]
[INFO] Ambari Infra Solr Plugin ........................... SUCCESS [  0.213 s]
[INFO] Ambari Logsearch Assembly .......................... SUCCESS [  0.059 s]
[INFO] Ambari Logsearch Integration Test .................. SUCCESS [  0.118 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:15 min
[INFO] Finished at: 2017-03-30T18:10:33+02:00
[INFO] Final Memory: 217M/1108M
[INFO] ------------------------------------------------------------------------
+ cd contrib/management-packs/odpi-ambari-mpack
+ mvn clean package -DskipTests -Drat.skip
Picked up _JAVA_OPTIONS: -Xmx2048m -XX:MaxPermSize=512m -Djava.awt.headless=true
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ODPi Ambari Management Pack 1.0.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odpi-ambari-mpack ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ odpi-ambari-mpack ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ odpi-ambari-mpack ---                                                                                                                                        [8/1943]
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:regex-property (regex-property) @ odpi-ambari-mpack ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ odpi-ambari-mpack ---
[INFO] Executing: /bin/sh -c cd '/home/asl/build/output/ambari/ambari-2.5.0/contrib/management-packs/odpi-ambari-mpack' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/asl/build/output/ambari/ambari-2.5.0/contrib/management-packs/odpi-ambari-mpack
[INFO] Storing buildNumber: 42b78bf91d8ef694cd10430d6f0525ee725fb041 at timestamp: 1490890236219
[INFO] Storing buildScmBranch: master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ odpi-ambari-mpack ---
[WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-assembly-plugin:2.4.1:single (build-tarball) @ odpi-ambari-mpack ---
[INFO] Reading assembly descriptor: src/main/assemblies/odpi-ambari-mpack.xml
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.349 s
[INFO] Finished at: 2017-03-30T18:10:36+02:00
[INFO] Final Memory: 12M/239M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4.1:single (build-tarball) on project odpi-ambari-mpack: Assembly is incorrectly configured: Assembly is incorrectly configured:
[ERROR] Assembly:  is not configured correctly: Assembly ID must be present and non-empty.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/MojoFailureException
debian/rules:29: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory '/home/asl/build/output/ambari/ambari-2.5.0'
debian/rules:26: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc -b
 failed
:ambari-deb FAILED

FAILURE: Build failed with an exception.

* Where:
Script '/home/asl/build/packages.gradle' line: 341

* What went wrong:
Execution failed for task ':ambari-deb'.
> Process 'command 'debuild'' finished with non-zero exit value 29

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 5 mins 32.157 secs



Any idea ?

	Arnaud.