I pulled latest master today, build also failed for me, but it failed at
running this unit test case (different from yours):

 T E S T S
-------------------------------------------------------
Running com.cloud.hypervisor.kvm.resource.LibvirtComputingResourceTest
Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
<<< FAILURE!
Running com.cloud.hypervisor.kvm.resource.LibvirtVifDriverTest
log4j:WARN No appenders could be found for logger
(com.cloud.hypervisor.kvm.resource.LibvirtComputingResource).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
more info.
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
Running com.cloud.hypervisor.kvm.resource.LibvirtVMDefTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec

Results :

Failed tests:   
testCreateVMFromSpecLegacy(com.cloud.hypervisor.kvm.resource.LibvirtComputi
ngResourceTest): expected:<...oport='yes' listen='[1.2.3.4']/>(..)
  
testCreateVMFromSpec(com.cloud.hypervisor.kvm.resource.LibvirtComputingReso
urceTest): expected:<...oport='yes' listen='[1.2.3.4']/>(..)


Is this related to recent ML discussion "VNC listen address for KVM"?

Thanks
-min

On 3/22/13 7:58 AM, "Francois Gaudreault" <fgaudrea...@cloudops.com> wrote:

>I removed all the files, resync the repo, and still get the same error.
>
>Can it be related to my java version? I am using java 1.6.
>
>On 2013-03-21 5:45 PM, Min Chen wrote:
>> The command should be
>> mvn clean install -P awsapi,systemvm -Dnonoss
>>
>> I am not sure if you can use systemvm under -D.
>>
>> Thanks
>> -min
>>
>> On 3/21/13 2:10 PM, "Francois Gaudreault" <fgaudrea...@cloudops.com>
>>wrote:
>>
>>> On 2013-03-21 4:44 PM, Chip Childers wrote:
>>>> On Thu, Mar 21, 2013 at 04:29:43PM -0400, Francois Gaudreault wrote:
>>>>> Hi,
>>>>>
>>>>> The master branch won't compile, and fails on the SNMP Trap module
>>>>> (SnmpTrapAppender test).  The error is :
>>>>>    <failure message=" error snmpHelper list size not as expected
>>>>> expected:&lt;0&gt; but was:&lt;2&gt;"
>>>>> 
>>>>>type="junit.framework.AssertionFailedError">junit.framework.AssertionF
>>>>>ai
>>>>> ledError:
>>>>> error snmpHelper list size not as expected expected:&lt;0&gt; but
>>>>> was:&lt;2&gt;
>>>>>
>>>>> Thanks!
>>>> Try a new pull.  I just tested, and the build didn't have any errors.
>>>>
>>>> builds.a.o is showing clean builds too:
>>>> https://builds.apache.org/view/CloudStack/
>>>>
>>>> jenkins.cs.o is as well:
>>>> http://jenkins.cloudstack.org/view/master/
>>>> (excluding an RPM build issue)
>>>>
>>>>
>>> Still no go. I did a :
>>> git reset --hard HEAD
>>> git pull origin
>>>
>>> to make sure I was up to date and then I retried, still have the same
>>> error.  I used :
>>> mvn clean -P awsapi install -Dsystemvm,nonoss
>>>
>>> :S
>>>
>>> -- 
>>> Francois Gaudreault
>>> Architecte de Solution Cloud | Cloud Solutions Architect
>>> fgaudrea...@cloudops.com
>>> 514-629-6775
>>> - - -
>>> CloudOps
>>> 420 rue Guy
>>> Montréal QC  H3J 1S6
>>> www.cloudops.com
>>> @CloudOps_
>>>
>
>
>-- 
>Francois Gaudreault
>Architecte de Solution Cloud | Cloud Solutions Architect
>fgaudrea...@cloudops.com
>514-629-6775
>- - -
>CloudOps
>420 rue Guy
>Montréal QC  H3J 1S6
>www.cloudops.com
>@CloudOps_
>

Reply via email to