You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Shashi Dahal <s....@leaseweb.com> on 2013/05/13 11:53:32 UTC

Build Failure: 4.1 Branch

Hi All,

I tried to build today from latest codes and it failed.

Branch 4.1

Latest git log:
commit a86e53d187d7ff18b86f44ec83322a8e37016f3f
Merge: a3b5980 840bf2e
Author: Chip Childers <ch...@gmail.com>
Date:   Sat May 11 18:26:41 2013 +0100

    Merge branch '4.1' of https://git-wip-us.apache.org/repos/asf/cloudstack into 4.1

..............

Commands:
git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
cd cloudstack
mvn3 -P developer

Build Logs:

[INFO] Apache CloudStack Cloud Engine API ................ SUCCESS [1.993s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS [4.159s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [0.788s]
[INFO] Apache CloudStack Engine Storage Backup Component . SUCCESS [1.911s]
[INFO] Apache CloudStack Engine Storage Image Motion Component  SUCCESS [2.322s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [2.226s]
[INFO] Apache CloudStack Client UI ....................... SUCCESS [5.154s]
[INFO] Apache CloudStack Test ............................ SUCCESS [4.280s]
[INFO] Apache CloudStack Engine Storage integration test Component  FAILURE [1.508s]
[INFO] Apache CloudStack Cloud Engine Service ............ SKIPPED
[INFO] Apache CloudStack Developer Tools ................. SKIPPED
[INFO] Apache CloudStack apidoc Tools .................... SKIPPED
[INFO] Apache CloudStack DevCloud ........................ SKIPPED
[INFO] Apache CloudStack DevCloud-KVM .................... SKIPPED
[INFO] Apache CloudStack Developer Tools: marvin ......... SKIPPED
[INFO] Apache CloudStack Developer Tools: cloudmonkey cli  SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:18.016s
[INFO] Finished at: Mon May 13 11:40:20 CEST 2013
[INFO] Final Memory: 41M/253M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile) on project cloud-engine-storage-integration-test: Compilation failure
[ERROR] Failure executing javac,  but could not parse the error:
[ERROR] javac: no source files
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-engine-storage-integration-test


I was able to successfully build multiple-times before.

Please check/fix.

I am trying to rebuild the packages to re-do the 2.2.14 to 4.1 migration in order to check if all issues that I have reported are fixed.


Cheers.
Shashi

RE: Build Failure: 4.1 Branch

Posted by Pranav Saxena <pr...@citrix.com>.
Master is absolutely fine . I deployed the latest master few hours back .

-----Original Message-----
From: Chip Childers [mailto:chip.childers@sungard.com] 
Sent: Monday, May 13, 2013 6:50 PM
To: dev@cloudstack.apache.org
Subject: Re: Build Failure: 4.1 Branch

On Mon, May 13, 2013 at 12:50:15PM +0200, Wei ZHOU wrote:
> Hi Shashi,
> 
> I checkouted the latest source code of 4.1 branch, and built it 
> successfully by mvn -P developer,systemvm clean install
> 
> Wei
> 
> 
> 2013/5/13 Shashi Dahal <s....@leaseweb.com>
> 
> > Hi All,
> >
> > I tried to build today from latest codes and it failed.
> >
> > Branch 4.1
> >
> > Latest git log:
> > commit a86e53d187d7ff18b86f44ec83322a8e37016f3f
> > Merge: a3b5980 840bf2e
> > Author: Chip Childers <ch...@gmail.com>
> > Date:   Sat May 11 18:26:41 2013 +0100
> >
> >     Merge branch '4.1' of
> > https://git-wip-us.apache.org/repos/asf/cloudstack into 4.1
> >
> > ..............
> >
> > Commands:
> > git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
> > cd cloudstack
> > mvn3 -P developer


Did you actually checkout the 4.1 branch?  Perhaps master is broken?

Re: Build Failure: 4.1 Branch

Posted by Chip Childers <ch...@sungard.com>.
On Mon, May 13, 2013 at 03:52:44PM +0200, Wei ZHOU wrote:
> Hi Chip,
> 
> I am sure I checkout the latest source code on 4.1 branch.
> It is weird that it failed on shashi's machine, but succeed on my machine.
> Both machines have the same major version of java (1.6.0_*), and maven
> (3.0.4)
> I can also build the RPMs for CentOS 6.3

Strange, since I too can't reproduce the issue.

Can you try running the build with the -X flag to get the debugging
info?

> 
> Wei
> 
> 
> 2013/5/13 Chip Childers <ch...@sungard.com>
> 
> > On Mon, May 13, 2013 at 12:50:15PM +0200, Wei ZHOU wrote:
> > > Hi Shashi,
> > >
> > > I checkouted the latest source code of 4.1 branch, and built it
> > > successfully by
> > > mvn -P developer,systemvm clean install
> > >
> > > Wei
> > >
> > >
> > > 2013/5/13 Shashi Dahal <s....@leaseweb.com>
> > >
> > > > Hi All,
> > > >
> > > > I tried to build today from latest codes and it failed.
> > > >
> > > > Branch 4.1
> > > >
> > > > Latest git log:
> > > > commit a86e53d187d7ff18b86f44ec83322a8e37016f3f
> > > > Merge: a3b5980 840bf2e
> > > > Author: Chip Childers <ch...@gmail.com>
> > > > Date:   Sat May 11 18:26:41 2013 +0100
> > > >
> > > >     Merge branch '4.1' of
> > > > https://git-wip-us.apache.org/repos/asf/cloudstack into 4.1
> > > >
> > > > ..............
> > > >
> > > > Commands:
> > > > git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
> > > > cd cloudstack
> > > > mvn3 -P developer
> >
> >
> > Did you actually checkout the 4.1 branch?  Perhaps master is broken?
> >

Re: Build Failure: 4.1 Branch

Posted by Wei ZHOU <us...@gmail.com>.
Hi Chip,

I am sure I checkout the latest source code on 4.1 branch.
It is weird that it failed on shashi's machine, but succeed on my machine.
Both machines have the same major version of java (1.6.0_*), and maven
(3.0.4)
I can also build the RPMs for CentOS 6.3

Wei


2013/5/13 Chip Childers <ch...@sungard.com>

> On Mon, May 13, 2013 at 12:50:15PM +0200, Wei ZHOU wrote:
> > Hi Shashi,
> >
> > I checkouted the latest source code of 4.1 branch, and built it
> > successfully by
> > mvn -P developer,systemvm clean install
> >
> > Wei
> >
> >
> > 2013/5/13 Shashi Dahal <s....@leaseweb.com>
> >
> > > Hi All,
> > >
> > > I tried to build today from latest codes and it failed.
> > >
> > > Branch 4.1
> > >
> > > Latest git log:
> > > commit a86e53d187d7ff18b86f44ec83322a8e37016f3f
> > > Merge: a3b5980 840bf2e
> > > Author: Chip Childers <ch...@gmail.com>
> > > Date:   Sat May 11 18:26:41 2013 +0100
> > >
> > >     Merge branch '4.1' of
> > > https://git-wip-us.apache.org/repos/asf/cloudstack into 4.1
> > >
> > > ..............
> > >
> > > Commands:
> > > git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
> > > cd cloudstack
> > > mvn3 -P developer
>
>
> Did you actually checkout the 4.1 branch?  Perhaps master is broken?
>

Re: Build Failure: 4.1 Branch

Posted by Chip Childers <ch...@sungard.com>.
On Mon, May 13, 2013 at 12:50:15PM +0200, Wei ZHOU wrote:
> Hi Shashi,
> 
> I checkouted the latest source code of 4.1 branch, and built it
> successfully by
> mvn -P developer,systemvm clean install
> 
> Wei
> 
> 
> 2013/5/13 Shashi Dahal <s....@leaseweb.com>
> 
> > Hi All,
> >
> > I tried to build today from latest codes and it failed.
> >
> > Branch 4.1
> >
> > Latest git log:
> > commit a86e53d187d7ff18b86f44ec83322a8e37016f3f
> > Merge: a3b5980 840bf2e
> > Author: Chip Childers <ch...@gmail.com>
> > Date:   Sat May 11 18:26:41 2013 +0100
> >
> >     Merge branch '4.1' of
> > https://git-wip-us.apache.org/repos/asf/cloudstack into 4.1
> >
> > ..............
> >
> > Commands:
> > git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
> > cd cloudstack
> > mvn3 -P developer


Did you actually checkout the 4.1 branch?  Perhaps master is broken?

Re: Build Failure: 4.1 Branch

Posted by Wei ZHOU <us...@gmail.com>.
Hi Shashi,

I checkouted the latest source code of 4.1 branch, and built it
successfully by
mvn -P developer,systemvm clean install

Wei


2013/5/13 Shashi Dahal <s....@leaseweb.com>

> Hi All,
>
> I tried to build today from latest codes and it failed.
>
> Branch 4.1
>
> Latest git log:
> commit a86e53d187d7ff18b86f44ec83322a8e37016f3f
> Merge: a3b5980 840bf2e
> Author: Chip Childers <ch...@gmail.com>
> Date:   Sat May 11 18:26:41 2013 +0100
>
>     Merge branch '4.1' of
> https://git-wip-us.apache.org/repos/asf/cloudstack into 4.1
>
> ..............
>
> Commands:
> git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
> cd cloudstack
> mvn3 -P developer
>
> Build Logs:
>
> [INFO] Apache CloudStack Cloud Engine API ................ SUCCESS [1.993s]
> [INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS
> [4.159s]
> [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [0.788s]
> [INFO] Apache CloudStack Engine Storage Backup Component . SUCCESS [1.911s]
> [INFO] Apache CloudStack Engine Storage Image Motion Component  SUCCESS
> [2.322s]
> [INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS
> [2.226s]
> [INFO] Apache CloudStack Client UI ....................... SUCCESS [5.154s]
> [INFO] Apache CloudStack Test ............................ SUCCESS [4.280s]
> [INFO] Apache CloudStack Engine Storage integration test Component
>  FAILURE [1.508s]
> [INFO] Apache CloudStack Cloud Engine Service ............ SKIPPED
> [INFO] Apache CloudStack Developer Tools ................. SKIPPED
> [INFO] Apache CloudStack apidoc Tools .................... SKIPPED
> [INFO] Apache CloudStack DevCloud ........................ SKIPPED
> [INFO] Apache CloudStack DevCloud-KVM .................... SKIPPED
> [INFO] Apache CloudStack Developer Tools: marvin ......... SKIPPED
> [INFO] Apache CloudStack Developer Tools: cloudmonkey cli  SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 3:18.016s
> [INFO] Finished at: Mon May 13 11:40:20 CEST 2013
> [INFO] Final Memory: 41M/253M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile
> (default-testCompile) on project cloud-engine-storage-integration-test:
> Compilation failure
> [ERROR] Failure executing javac,  but could not parse the error:
> [ERROR] javac: no source files
> [ERROR] Usage: javac <options> <source files>
> [ERROR] use -help for a list of possible options
> [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
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :cloud-engine-storage-integration-test
>
>
> I was able to successfully build multiple-times before.
>
> Please check/fix.
>
> I am trying to rebuild the packages to re-do the 2.2.14 to 4.1 migration
> in order to check if all issues that I have reported are fixed.
>
>
> Cheers.
> Shashi
>