Re: [Master] Build Failing

2016-01-04 Thread Abhinandan Prateek
The following PR takes care of quota-framework unit test failure: 
https://github.com/apache/cloudstack/pull/1303

Regards,
-abhi





[ShapeBlue]
Abhinandan Prateek
Software Architect  ,   ShapeBlue


d:   | s: +44 203 603 0540  |  
m:  +91 970 11 99011

e:  abhinandan.prat...@shapeblue.com | t: 
 |  w:  
www.shapeblue.com

a:  53 Chandos Place, Covent Garden London WC2N 4HS UK


[cid:image05c0ce.png@aa91a828.47a9f6d6]


Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue Services 
India LLP is a company incorporated in India and is operated under license from 
Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in 
Brasil and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd 
is a company registered by The Republic of South Africa and is traded under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.
This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error.




On 03/01/16, 3:06 PM, "Remi Bergsma"  wrote:

>Hi,
>
>The Jenkins build "Build-master-slowbuild" has been failing since Dec 2. First 
>due to 5 new findbugs issues, and indeed, since 2016 (build #2876) due to the 
>quota unit tests.
>
>@abhi @rohit can you guys fix this asap?
>
>It is also the reason why Jenkins builds of PR #1300 and #1301 are failing 
>(the new ones in 2016).
>
>
>
>I think we need to resolve both issues asap. It looks like PR #1289 resolves 
>the findbugs issues? If so, let’s complete the reviews and tests so we can 
>merge it.
>
>Regards,
>Remi
>
>
>On 03/01/16 06:42, "Mike Tutkowski"  wrote:
>
>>I didn't spend much time trying to debug this...just re-ran the build with
>>-D skipTests=true so I could continue doing what I was doing.
>>
>>Could this possibly have something to do with the new year? I tried to
>>re-run a build from a branch that was not updated and it actually failed at
>>the same quota test (this branch was building fine a few days ago...in
>>2015).
>>
>>On Sat, Jan 2, 2016 at 6:21 PM, Mike Tutkowski >> wrote:
>>
>>> Hi,
>>>
>>> I just updated (SHA = 67b753c11bab236187a0a68d92ca8e49cef1b3fd) and am
>>> seeing the following failure:
>>>
>>> Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
>>> <<< FAILURE! - in org.apache.cloudstack.quota.QuotaStatementTest
>>>
>>> testSendStatement(org.apache.cloudstack.quota.QuotaStatementTest) Time
>>> elapsed: 0.011 sec <<< FAILURE!
>>>
>>> org.mockito.exceptions.verification.WantedButNotInvoked:
>>>
>>> Wanted but not invoked:
>>>
>>> alertManager.sendQuotaAlert(
>>>
>>>
>>> org.apache.cloudstack.quota.QuotaAlertManagerImpl$DeferredQuotaEmail@6e9d6ff7
>>>
>>> );
>>>
>>> -> at
>>> org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)
>>>
>>> Actually, there were zero interactions with this mock.
>>>
>>>
>>> at
>>> org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)
>>>
>>>
>>>
>>> Results :
>>>
>>>
>>> Failed tests:
>>>
>>> QuotaStatementTest.testSendStatement:251
>>>
>>> Wanted but not invoked:
>>>
>>> alertManager.sendQuotaAlert(
>>>
>>>
>>> org.apache.cloudstack.quota.QuotaAlertManagerImpl$DeferredQuotaEmail@6e9d6ff7
>>>
>>> );
>>>
>>> -> at
>>> org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)
>>>
>>> Is it possible I'm missing something I should have in my master
>>> environment or is this a general build problem?
>>>
>>> Thanks!
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkow...@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud
>>> *™*
>>>
>>
>>
>>
>>--
>>*Mike Tutkowski*
>>*Senior CloudStack Developer, SolidFire Inc.*
>>e: mike.tutkow...@solidfire.com
>>o: 303.746.7302
>>Advancing the way the world uses the cloud
>>*™*
Find out more about ShapeBlue and our range of CloudStack related services:
IaaS Cloud Design & Build | 
CSForge – rapid IaaS deployment framework
CloudStack Consulting | 
CloudStack 

Re: [Master] Build Failing

2016-01-03 Thread Remi Bergsma
Hi,

The Jenkins build "Build-master-slowbuild" has been failing since Dec 2. First 
due to 5 new findbugs issues, and indeed, since 2016 (build #2876) due to the 
quota unit tests.

@abhi @rohit can you guys fix this asap?

It is also the reason why Jenkins builds of PR #1300 and #1301 are failing (the 
new ones in 2016).



I think we need to resolve both issues asap. It looks like PR #1289 resolves 
the findbugs issues? If so, let’s complete the reviews and tests so we can 
merge it.

Regards,
Remi


On 03/01/16 06:42, "Mike Tutkowski"  wrote:

>I didn't spend much time trying to debug this...just re-ran the build with
>-D skipTests=true so I could continue doing what I was doing.
>
>Could this possibly have something to do with the new year? I tried to
>re-run a build from a branch that was not updated and it actually failed at
>the same quota test (this branch was building fine a few days ago...in
>2015).
>
>On Sat, Jan 2, 2016 at 6:21 PM, Mike Tutkowski > wrote:
>
>> Hi,
>>
>> I just updated (SHA = 67b753c11bab236187a0a68d92ca8e49cef1b3fd) and am
>> seeing the following failure:
>>
>> Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
>> <<< FAILURE! - in org.apache.cloudstack.quota.QuotaStatementTest
>>
>> testSendStatement(org.apache.cloudstack.quota.QuotaStatementTest)  Time
>> elapsed: 0.011 sec  <<< FAILURE!
>>
>> org.mockito.exceptions.verification.WantedButNotInvoked:
>>
>> Wanted but not invoked:
>>
>> alertManager.sendQuotaAlert(
>>
>>
>> org.apache.cloudstack.quota.QuotaAlertManagerImpl$DeferredQuotaEmail@6e9d6ff7
>>
>> );
>>
>> -> at
>> org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)
>>
>> Actually, there were zero interactions with this mock.
>>
>>
>> at
>> org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)
>>
>>
>>
>> Results :
>>
>>
>> Failed tests:
>>
>>   QuotaStatementTest.testSendStatement:251
>>
>> Wanted but not invoked:
>>
>> alertManager.sendQuotaAlert(
>>
>>
>> org.apache.cloudstack.quota.QuotaAlertManagerImpl$DeferredQuotaEmail@6e9d6ff7
>>
>> );
>>
>> -> at
>> org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)
>>
>> Is it possible I'm missing something I should have in my master
>> environment or is this a general build problem?
>>
>> Thanks!
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkow...@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud
>> *™*
>>
>
>
>
>-- 
>*Mike Tutkowski*
>*Senior CloudStack Developer, SolidFire Inc.*
>e: mike.tutkow...@solidfire.com
>o: 303.746.7302
>Advancing the way the world uses the cloud
>*™*


[Master] Build Failing

2016-01-02 Thread Mike Tutkowski
Hi,

I just updated (SHA = 67b753c11bab236187a0a68d92ca8e49cef1b3fd) and am
seeing the following failure:

Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
<<< FAILURE! - in org.apache.cloudstack.quota.QuotaStatementTest

testSendStatement(org.apache.cloudstack.quota.QuotaStatementTest)  Time
elapsed: 0.011 sec  <<< FAILURE!

org.mockito.exceptions.verification.WantedButNotInvoked:

Wanted but not invoked:

alertManager.sendQuotaAlert(


org.apache.cloudstack.quota.QuotaAlertManagerImpl$DeferredQuotaEmail@6e9d6ff7

);

-> at
org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)

Actually, there were zero interactions with this mock.


at
org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)



Results :


Failed tests:

  QuotaStatementTest.testSendStatement:251

Wanted but not invoked:

alertManager.sendQuotaAlert(


org.apache.cloudstack.quota.QuotaAlertManagerImpl$DeferredQuotaEmail@6e9d6ff7

);

-> at
org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)

Is it possible I'm missing something I should have in my master environment
or is this a general build problem?

Thanks!
-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
*™*


Re: [Master] Build Failing

2016-01-02 Thread Mike Tutkowski
I didn't spend much time trying to debug this...just re-ran the build with
-D skipTests=true so I could continue doing what I was doing.

Could this possibly have something to do with the new year? I tried to
re-run a build from a branch that was not updated and it actually failed at
the same quota test (this branch was building fine a few days ago...in
2015).

On Sat, Jan 2, 2016 at 6:21 PM, Mike Tutkowski  wrote:

> Hi,
>
> I just updated (SHA = 67b753c11bab236187a0a68d92ca8e49cef1b3fd) and am
> seeing the following failure:
>
> Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> <<< FAILURE! - in org.apache.cloudstack.quota.QuotaStatementTest
>
> testSendStatement(org.apache.cloudstack.quota.QuotaStatementTest)  Time
> elapsed: 0.011 sec  <<< FAILURE!
>
> org.mockito.exceptions.verification.WantedButNotInvoked:
>
> Wanted but not invoked:
>
> alertManager.sendQuotaAlert(
>
>
> org.apache.cloudstack.quota.QuotaAlertManagerImpl$DeferredQuotaEmail@6e9d6ff7
>
> );
>
> -> at
> org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)
>
> Actually, there were zero interactions with this mock.
>
>
> at
> org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)
>
>
>
> Results :
>
>
> Failed tests:
>
>   QuotaStatementTest.testSendStatement:251
>
> Wanted but not invoked:
>
> alertManager.sendQuotaAlert(
>
>
> org.apache.cloudstack.quota.QuotaAlertManagerImpl$DeferredQuotaEmail@6e9d6ff7
>
> );
>
> -> at
> org.apache.cloudstack.quota.QuotaStatementTest.testSendStatement(QuotaStatementTest.java:251)
>
> Is it possible I'm missing something I should have in my master
> environment or is this a general build problem?
>
> Thanks!
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
*™*


Re: Master build failing with compilation error

2014-08-29 Thread Rohit Yadav
Hi,

Will check and fix it today.

Regards.

On 29-Aug-2014, at 2:53 am, Amogh Vasekar amogh.vase...@citrix.com wrote:

 Hi,
 Seems is failing after the SAML2 branch merge : See
 http://jenkins.buildacloud.org/job/build-master-noredist/3415/changes
 Have pushed in a temp fix, will check again to see what may have exposed
 this.

 Thanks,
 Amogh

 On 8/28/14 4:01 PM, Rayees Namathponnan rayees.namathpon...@citrix.com
 wrote:

 Master build failing with compilation error  with plugin
 network-elements/cisco-vnmc

 Anyone else observed this ? there is no change in this plugin, wondering
 why its failing suddenly ?



 [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @
 cloud-plugin-network-cisco-vnmc ---
 [INFO] Compiling 30 source files to
 /root/jenkins/build/workspace/ASF-build-master-automation/cloudplatform/cl
 oudstack/plugins/network-elements/cisco-vnmc/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /root/jenkins/build/workspace/ASF-build-master-automation/cloudplatform/cl
 oudstack/plugins/network-elements/cisco-vnmc/src/com/cloud/network/cisco/C
 iscoVnmcConnectionImpl.java:[1231,127] error: unreported exception
 GeneralSecurityException; must be caught or declared to be thrown
 [INFO] 1 error
 [INFO] -
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 19.175s
 [INFO] Finished at: Thu Aug 28 15:35:55 PDT 2014
 [INFO] Final Memory: 20M/238M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
 (default-compile) on project cloud-plugin-network-cisco-vnmc: Compilation
 failure
 [ERROR]
 /root/jenkins/build/workspace/ASF-build-master-automation/cloudplatform/cl
 oudstack/plugins/network-elements/cisco-vnmc/src/com/cloud/network/cisco/C
 iscoVnmcConnectionImpl.java:[1231,127] error: unreported exception
 GeneralSecurityException; must be caught or declared to be thrown
 [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

 Regards,
 Rayees





Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +41 779015219 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England  Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


Master build failing with compilation error

2014-08-28 Thread Rayees Namathponnan
Master build failing with compilation error  with plugin 
network-elements/cisco-vnmc

Anyone else observed this ? there is no change in this plugin, wondering why 
its failing suddenly ?



[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-plugin-network-cisco-vnmc ---
[INFO] Compiling 30 source files to 
/root/jenkins/build/workspace/ASF-build-master-automation/cloudplatform/cloudstack/plugins/network-elements/cisco-vnmc/target/classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR] 
/root/jenkins/build/workspace/ASF-build-master-automation/cloudplatform/cloudstack/plugins/network-elements/cisco-vnmc/src/com/cloud/network/cisco/CiscoVnmcConnectionImpl.java:[1231,127]
 error: unreported exception GeneralSecurityException; must be caught or 
declared to be thrown
[INFO] 1 error
[INFO] -
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 19.175s
[INFO] Finished at: Thu Aug 28 15:35:55 PDT 2014
[INFO] Final Memory: 20M/238M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) 
on project cloud-plugin-network-cisco-vnmc: Compilation failure
[ERROR] 
/root/jenkins/build/workspace/ASF-build-master-automation/cloudplatform/cloudstack/plugins/network-elements/cisco-vnmc/src/com/cloud/network/cisco/CiscoVnmcConnectionImpl.java:[1231,127]
 error: unreported exception GeneralSecurityException; must be caught or 
declared to be thrown
[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

Regards,
Rayees





Re: Master build failing with compilation error

2014-08-28 Thread Amogh Vasekar
Hi,
Seems is failing after the SAML2 branch merge : See
http://jenkins.buildacloud.org/job/build-master-noredist/3415/changes
Have pushed in a temp fix, will check again to see what may have exposed
this.

Thanks,
Amogh

On 8/28/14 4:01 PM, Rayees Namathponnan rayees.namathpon...@citrix.com
wrote:

Master build failing with compilation error  with plugin
network-elements/cisco-vnmc

Anyone else observed this ? there is no change in this plugin, wondering
why its failing suddenly ?



[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @
cloud-plugin-network-cisco-vnmc ---
[INFO] Compiling 30 source files to
/root/jenkins/build/workspace/ASF-build-master-automation/cloudplatform/cl
oudstack/plugins/network-elements/cisco-vnmc/target/classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR] 
/root/jenkins/build/workspace/ASF-build-master-automation/cloudplatform/cl
oudstack/plugins/network-elements/cisco-vnmc/src/com/cloud/network/cisco/C
iscoVnmcConnectionImpl.java:[1231,127] error: unreported exception
GeneralSecurityException; must be caught or declared to be thrown
[INFO] 1 error
[INFO] -
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Total time: 19.175s
[INFO] Finished at: Thu Aug 28 15:35:55 PDT 2014
[INFO] Final Memory: 20M/238M
[INFO] 

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
(default-compile) on project cloud-plugin-network-cisco-vnmc: Compilation
failure
[ERROR] 
/root/jenkins/build/workspace/ASF-build-master-automation/cloudplatform/cl
oudstack/plugins/network-elements/cisco-vnmc/src/com/cloud/network/cisco/C
iscoVnmcConnectionImpl.java:[1231,127] error: unreported exception
GeneralSecurityException; must be caught or declared to be thrown
[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

Regards,
Rayees






Re: Master build failing with LICENSE error

2014-01-24 Thread Hugo Trippaers
Hey guys,

I’ve absolutely no clue what might be causing this. For me and Jenkins the 
build works without any problems.

To make sure i’ve cleaned my entire tree and maven repository, but still the 
master build works. Which command,settings or profiles are you guys using to 
build master? The mycila plugin uses the LICENSE.header file in the root 
project.

I’ve tested with:
  mvn -Dnoredist -Psystemvm,awsapi clean install
  mvn clean install
  mvn -pl :cloud-plugin-network-nvp 

Cheers,

Hugo

On 24 jan. 2014, at 02:49, David Nalley da...@gnsa.us wrote:

 On Thu, Jan 23, 2014 at 8:39 PM, Animesh Chaturvedi
 animesh.chaturv...@citrix.com wrote:
 If you know the offending commit revert it for now. It's broken for a day.
 
 
 
 Agreed - revert and lets move on.
 
 --David



Re: Master build failing with LICENSE error

2014-01-23 Thread Alena Prokharchyk
Guys, if anyone knows the workaround for the problem, please share in the
thread. I¹m pretty much blocked on master branch by this issue.

=Alena.

On 1/22/14, 6:03 PM, Nitin Mehta nitin.me...@citrix.com wrote:

I am seeing this as well.

On 22/01/14 4:43 PM, Alena Prokharchyk alena.prokharc...@citrix.com
wrote:

I am seeing it too.

On 1/22/14, 3:23 PM, Rayees Namathponnan
rayees.namathpon...@citrix.com wrote:

Master build failing with below error, any one faced this?


[ERROR] Failed to execute goal com.mycila:license-maven-plugin:2.5:check
(cloudstack-checklicence) on project cloud-plugin-network-nvp: Resource
LICENSE.header   not found in file system, classpath or URL: no
protocol:
LICENSE.header - [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-plugin-network-nvp



Regards,
Rayees





Re: Master build failing with LICENSE error

2014-01-23 Thread Nitin Mehta
Hi Alena,
I just moved some commits back (to commit 8612413) and its working fine at
the moment with no db changes required. So probably to unblock yourself
you can try doing that.

Thanks,
-Nitin

On 23/01/14 2:48 PM, Alena Prokharchyk alena.prokharc...@citrix.com
wrote:

Guys, if anyone knows the workaround for the problem, please share in the
thread. I¹m pretty much blocked on master branch by this issue.

=Alena.

On 1/22/14, 6:03 PM, Nitin Mehta nitin.me...@citrix.com wrote:

I am seeing this as well.

On 22/01/14 4:43 PM, Alena Prokharchyk alena.prokharc...@citrix.com
wrote:

I am seeing it too.

On 1/22/14, 3:23 PM, Rayees Namathponnan
rayees.namathpon...@citrix.com wrote:

Master build failing with below error, any one faced this?


[ERROR] Failed to execute goal
com.mycila:license-maven-plugin:2.5:check
(cloudstack-checklicence) on project cloud-plugin-network-nvp: Resource
LICENSE.header   not found in file system, classpath or URL: no
protocol:
LICENSE.header - [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-plugin-network-nvp



Regards,
Rayees






Re: Master build failing with LICENSE error

2014-01-23 Thread Animesh Chaturvedi
If you know the offending commit revert it for now. It's broken for a day.

Thanks
Animesh

On Jan 23, 2014, at 5:12 PM, Nitin Mehta nitin.me...@citrix.com wrote:

 Hi Alena,
 I just moved some commits back (to commit 8612413) and its working fine at
 the moment with no db changes required. So probably to unblock yourself
 you can try doing that.
 
 Thanks,
 -Nitin
 
 On 23/01/14 2:48 PM, Alena Prokharchyk alena.prokharc...@citrix.com
 wrote:
 
 Guys, if anyone knows the workaround for the problem, please share in the
 thread. I¹m pretty much blocked on master branch by this issue.
 
 =Alena.
 
 On 1/22/14, 6:03 PM, Nitin Mehta nitin.me...@citrix.com wrote:
 
 I am seeing this as well.
 
 On 22/01/14 4:43 PM, Alena Prokharchyk alena.prokharc...@citrix.com
 wrote:
 
 I am seeing it too.
 
 On 1/22/14, 3:23 PM, Rayees Namathponnan
 rayees.namathpon...@citrix.com wrote:
 
 Master build failing with below error, any one faced this?
 
 
 [ERROR] Failed to execute goal
 com.mycila:license-maven-plugin:2.5:check
 (cloudstack-checklicence) on project cloud-plugin-network-nvp: Resource
 LICENSE.header   not found in file system, classpath or URL: no
 protocol:
 LICENSE.header - [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-plugin-network-nvp
 
 
 
 Regards,
 Rayees
 


Re: Master build failing with LICENSE error

2014-01-23 Thread David Nalley
On Thu, Jan 23, 2014 at 8:39 PM, Animesh Chaturvedi
animesh.chaturv...@citrix.com wrote:
 If you know the offending commit revert it for now. It's broken for a day.



Agreed - revert and lets move on.

--David


Master build failing with LICENSE error

2014-01-22 Thread Rayees Namathponnan
Master build failing with below error, any one faced this?


[ERROR] Failed to execute goal com.mycila:license-maven-plugin:2.5:check 
(cloudstack-checklicence) on project cloud-plugin-network-nvp: Resource 
LICENSE.header   not found in file system, classpath or URL: no protocol: 
LICENSE.header - [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-plugin-network-nvp



Regards,
Rayees


Re: Master build failing with LICENSE error

2014-01-22 Thread Alena Prokharchyk
I am seeing it too.

On 1/22/14, 3:23 PM, Rayees Namathponnan
rayees.namathpon...@citrix.com wrote:

Master build failing with below error, any one faced this?


[ERROR] Failed to execute goal com.mycila:license-maven-plugin:2.5:check
(cloudstack-checklicence) on project cloud-plugin-network-nvp: Resource
LICENSE.header   not found in file system, classpath or URL: no protocol:
LICENSE.header - [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-plugin-network-nvp



Regards,
Rayees



Re: Master build failing with LICENSE error

2014-01-22 Thread Nitin Mehta
I am seeing this as well.

On 22/01/14 4:43 PM, Alena Prokharchyk alena.prokharc...@citrix.com
wrote:

I am seeing it too.

On 1/22/14, 3:23 PM, Rayees Namathponnan
rayees.namathpon...@citrix.com wrote:

Master build failing with below error, any one faced this?


[ERROR] Failed to execute goal com.mycila:license-maven-plugin:2.5:check
(cloudstack-checklicence) on project cloud-plugin-network-nvp: Resource
LICENSE.header   not found in file system, classpath or URL: no protocol:
LICENSE.header - [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-plugin-network-nvp



Regards,
Rayees