You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Sateesh Chodapuneedi <sa...@citrix.com> on 2015/10/27 14:07:31 UTC

Build failure for plugin ovm3

Off late, I am seeing following test-compile failure with plugin ovm3. But in Jenkins there is no such failure observed.
Is there anybody who encountered this build failure?

[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-plugin-hypervisor-ovm3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /code/cloudstack/plugins/hypervisors/ovm3/target/test-classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 ... FAILURE [20.341s]
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer  SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.012s
[INFO] Finished at: Tue Oct 27 18:32:51 IST 2015
[INFO] Final Memory: 41M/361M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile) on project cloud-plugin-hypervisor-ovm3: Compilation failure -> [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

Regards,
Sateesh


RE: Build failure for plugin ovm3

Posted by Sateesh Chodapuneedi <sa...@citrix.com>.
Ok, will try downgrade option as well.
Thanks again for looking at it Daan.

Regards,
Sateesh

-----Original Message-----
From: Daan Hoogland [mailto:daan.hoogland@gmail.com] 
Sent: Wednesday, October 28, 2015 1:01 PM
To: dev
Subject: Re: Build failure for plugin ovm3

Sateesh, I really don't know what the root cause of your problem is.
Downgrading is worth a try but no guarantees.

I don't see anything in your reported platform that rings alarms.

On Wed, Oct 28, 2015 at 2:03 AM, Sateesh Chodapuneedi < sateesh.chodapuneedi@citrix.com> wrote:

> Hi Daan,
>
> Thanks for looking at this. Per your suggestion updated mvn from 3.0.4 
> to 3.0.5, but still seeing same problem.
>
> Currently the versions look like below,
>
> # mvn -version
> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 
> 2013-02-19
> 19:21:28+0530)
> Maven home: /usr/local/maven/apache-maven-3.0.5
> Java version: 1.7.0_79, vendor: Oracle Corporation Java home: 
> /usr/lib/jvm/java-7-openjdk-i386/jre
> Default locale: en_US, platform encoding: UTF-8 OS name: "linux", 
> version: "3.2.0-83-generic-pae", arch: "i386", family:
> "unix"
>
> The java version is latest provided by ubuntu on 12.04. Should I try 
> upgrade or downgrade from 1.7.0_79 ?
>
> Regards,
> Sateesh
> ________________________________________
> From: Daan Hoogland [daan.hoogland@gmail.com]
> Sent: Tuesday, October 27, 2015 10:24 PM
> To: dev
> Subject: Re: Build failure for plugin ovm3
>
> H Sateesh,
>
> It looks like you hit a maven bug. you better check if you need to up- 
> or downgrade. Also you may want to look at your java version.
> Can you share those?
>
> On Tue, Oct 27, 2015 at 3:32 PM, Sateesh Chodapuneedi < 
> sateesh.chodapuneedi@citrix.com> wrote:
>
> > Hi Daan,
> > There are no errors reported while compiling the test classes in 
> > ovm3 module. That's bit confusing and not clear what is failing over there.
> I've
> > added -X flag and re-built. Please find the verbose build output below.
> >
> >
> --
> Daan
>



--
Daan

Re: Build failure for plugin ovm3

Posted by Daan Hoogland <da...@gmail.com>.
Sateesh, I really don't know what the root cause of your problem is.
Downgrading is worth a try but no guarantees.

I don't see anything in your reported platform that rings alarms.

On Wed, Oct 28, 2015 at 2:03 AM, Sateesh Chodapuneedi <
sateesh.chodapuneedi@citrix.com> wrote:

> Hi Daan,
>
> Thanks for looking at this. Per your suggestion updated mvn from 3.0.4 to
> 3.0.5, but still seeing same problem.
>
> Currently the versions look like below,
>
> # mvn -version
> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
> 19:21:28+0530)
> Maven home: /usr/local/maven/apache-maven-3.0.5
> Java version: 1.7.0_79, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-7-openjdk-i386/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.2.0-83-generic-pae", arch: "i386", family:
> "unix"
>
> The java version is latest provided by ubuntu on 12.04. Should I try
> upgrade or downgrade from 1.7.0_79 ?
>
> Regards,
> Sateesh
> ________________________________________
> From: Daan Hoogland [daan.hoogland@gmail.com]
> Sent: Tuesday, October 27, 2015 10:24 PM
> To: dev
> Subject: Re: Build failure for plugin ovm3
>
> H Sateesh,
>
> It looks like you hit a maven bug. you better check if you need to up- or
> downgrade. Also you may want to look at your java version.
> Can you share those?
>
> On Tue, Oct 27, 2015 at 3:32 PM, Sateesh Chodapuneedi <
> sateesh.chodapuneedi@citrix.com> wrote:
>
> > Hi Daan,
> > There are no errors reported while compiling the test classes in ovm3
> > module. That's bit confusing and not clear what is failing over there.
> I've
> > added -X flag and re-built. Please find the verbose build output below.
> >
> >
> --
> Daan
>



-- 
Daan

RE: Build failure for plugin ovm3

Posted by Sateesh Chodapuneedi <sa...@citrix.com>.
Hi Daan,

Thanks for looking at this. Per your suggestion updated mvn from 3.0.4 to 3.0.5, but still seeing same problem.

Currently the versions look like below,

# mvn -version
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 19:21:28+0530)
Maven home: /usr/local/maven/apache-maven-3.0.5
Java version: 1.7.0_79, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-i386/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.0-83-generic-pae", arch: "i386", family: "unix"

The java version is latest provided by ubuntu on 12.04. Should I try upgrade or downgrade from 1.7.0_79 ?

Regards,
Sateesh
________________________________________
From: Daan Hoogland [daan.hoogland@gmail.com]
Sent: Tuesday, October 27, 2015 10:24 PM
To: dev
Subject: Re: Build failure for plugin ovm3

H Sateesh,

It looks like you hit a maven bug. you better check if you need to up- or
downgrade. Also you may want to look at your java version.
Can you share those?

On Tue, Oct 27, 2015 at 3:32 PM, Sateesh Chodapuneedi <
sateesh.chodapuneedi@citrix.com> wrote:

> Hi Daan,
> There are no errors reported while compiling the test classes in ovm3
> module. That's bit confusing and not clear what is failing over there. I've
> added -X flag and re-built. Please find the verbose build output below.
>
>
--
Daan

Re: Build failure for plugin ovm3

Posted by Daan Hoogland <da...@gmail.com>.
H Sateesh,

It looks like you hit a maven bug. you better check if you need to up- or
downgrade. Also you may want to look at your java version.
Can you share those?

On Tue, Oct 27, 2015 at 3:32 PM, Sateesh Chodapuneedi <
sateesh.chodapuneedi@citrix.com> wrote:

> Hi Daan,
> There are no errors reported while compiling the test classes in ovm3
> module. That's bit confusing and not clear what is failing over there. I've
> added -X flag and re-built. Please find the verbose build output below.
>
>
-- 
Daan

RE: Build failure for plugin ovm3

Posted by Sateesh Chodapuneedi <sa...@citrix.com>.
Hi Daan,
There are no errors reported while compiling the test classes in ovm3 module. That's bit confusing and not clear what is failing over there. I've added -X flag and re-built. Please find the verbose build output below.

----------------
root@csdev:/data/code/acs/cloudstack# mvn clean install -Dnoredist  -rf :cloud-plugin-hypervisor-ovm3 -X
Apache Maven 3.0.4
Maven home: /usr/share/maven
Java version: 1.7.0_79, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-i386/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.0-83-generic-pae", arch: "i386", family: "unix"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml
[DEBUG] Reading user settings from /root/.m2/settings.xml
[DEBUG] Using local repository at /bata/m2
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /bata/m2
[INFO] Scanning for projects...
[DEBUG] Extension realms for project org.apache.cloudstack:cloudstack:pom:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:checkstyle:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-api:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-agent:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-core:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-server:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-usage:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-utils:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine:pom:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-api:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-orchestration:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-storage:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-storage-volume:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-storage-image:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-storage-datamotion:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-storage-cache:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-storage-snapshot:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-components-api:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-schema:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-network:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-engine-service:war:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloudstack-plugins:pom:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-api-limit-account-based:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-api-solidfire-intg-test:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-api-discovery:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-acl-static-role-based:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-host-anti-affinity:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-explicit-dedication:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-planner-user-concentrated-pod:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-planner-user-dispersing:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-planner-implicit-dedication:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-planner-skip-heurestics:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-host-allocator-random:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-dedicated-resources:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-hypervisor-ovm:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-hypervisor-xenserver:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-hypervisor-kvm:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-mom-rabbitmq:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-mom-inmemory:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-mom-kafka:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-hypervisor-baremetal:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-hypervisor-ucs:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-hypervisor-hyperv:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-elb:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-ovs:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-contrail:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-palo-alto:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-netscaler:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-nvp:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-bigswitch:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-vcs:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-midonet:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-ssp:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-opendaylight:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-storage-allocator-random:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-user-authenticator-ldap:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-user-authenticator-md5:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-user-authenticator-pbkdf2:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-user-authenticator-plaintext:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-user-authenticator-saml2:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-user-authenticator-sha256salted:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-example-dns-notifier:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-storage-image-s3:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-storage-image-swift:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-storage-image-default:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-storage-image-sample:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-storage-volume-nexenta:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-storage-volume-solidfire:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-storage-volume-cloudbyte:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-storage-volume-default:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-storage-volume-sample:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-snmp-alerts:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-syslog-alerts:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-internallb:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-vxlan:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-globodns:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-netapp:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-f5:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-srx:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-vsp:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-hypervisor-vmware:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-network-cisco-vnmc:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-plugin-database-mysqlha:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloudstack-framework:pom:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-framework-ipc:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-framework-rest:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-framework-events:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-framework-jobs:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-framework-cluster:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-framework-db:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-framework-config:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-framework-managed-context:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-framework-spring-lifecycle:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-framework-spring-module:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-framework-security:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-client-ui:war:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloudstack-services:pom:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloudstack-service-console-proxy:pom:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-console-proxy:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project rdpclient:cloudstack-service-console-proxy-rdpclient:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloudstack-service-secondary-storage:pom:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-controller-secondary-storage:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-secondary-storage:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-maven-standard:pom:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-quickcloud:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.cloudstack:cloud-vmware-base:jar:4.6.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer
[INFO] Apache CloudStack Framework - Spring Life Cycle
[INFO] Apache CloudStack Plugin - Network Juniper Contrail
[INFO] Apache CloudStack Plugin - Palo Alto
[INFO] Apache CloudStack Plugin - Network Netscaler
[INFO] Apache CloudStack Plugin - Network Nicira NVP
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment
[INFO] Apache CloudStack Plugin - Network Brocade VCS
[INFO] Apache CloudStack Plugin - Midokura Midonet
[INFO] Apache CloudStack Plugin - Stratosphere SSP
[INFO] Apache CloudStack Plugin - Network Opendaylight
[INFO] Apache CloudStack Plugin - Storage Allocator Random
[INFO] Apache CloudStack Plugin - User Authenticator LDAP
[INFO] Apache CloudStack Plugin - User Authenticator MD5
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text
[INFO] Apache CloudStack Plugin - User Authenticator SAML2
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted
[INFO] Apache CloudStack Plugin - Dns Notifier Example
[INFO] Apache CloudStack Plugin - Storage Image S3
[INFO] Apache CloudStack Plugin - Storage Image Swift provider
[INFO] Apache CloudStack Plugin - Storage Image default provider
[INFO] Apache CloudStack Plugin - Storage Image sample provider
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider
[INFO] Apache CloudStack Plugin - Storage Volume sample provider
[INFO] Apache CloudStack Plugin - SNMP Alerts
[INFO] Apache CloudStack Plugin - Syslog Alerts
[INFO] Apache CloudStack Plugin - Network VXLAN
[INFO] Apache CloudStack Plugin - GloboDNS
[INFO] Apache CloudStack Plugin - NetApp File System
[INFO] Apache CloudStack Plugin - F5
[INFO] Apache CloudStack Plugin - Juniper SRX
[INFO] Apache CloudStack Plugin - Nuage VSP
[INFO] Apache CloudStack VMware Base
[INFO] Apache CloudStack Plugin - Hypervisor VMware
[INFO] Apache CloudStack Plugin - Cisco VNMC
[INFO] Apache CloudStack Plugin - MySQL HA Strategy
[INFO] Apache CloudStack Framework - Spring Module
[INFO] Apache CloudStack Secondary Storage Controller
[INFO] Apache CloudStack Client UI
[INFO] Apache CloudStack Console Proxy - RDP Client
[INFO] Apache CloudStack Console Proxy
[INFO] Apache CloudStack Console Proxy - Server
[INFO] Apache CloudStack Framework - QuickCloud
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-elb:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-internallb:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-framework-spring-lifecycle:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-contrail:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-palo-alto:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-netscaler:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-nvp:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-bigswitch:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-vcs:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-midonet:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-ssp:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-opendaylight:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-storage-allocator-random:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-user-authenticator-ldap:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-user-authenticator-md5:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-user-authenticator-pbkdf2:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-user-authenticator-plaintext:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-user-authenticator-saml2:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-user-authenticator-sha256salted:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-example-dns-notifier:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-storage-image-s3:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-storage-image-swift:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-storage-image-default:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-storage-image-sample:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-storage-volume-nexenta:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-storage-volume-cloudbyte:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-storage-volume-sample:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-snmp-alerts:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-syslog-alerts:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-vxlan:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-globodns:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-netapp:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-f5:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-srx:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-vsp:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-vmware-base:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-hypervisor-vmware:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-network-cisco-vnmc:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-plugin-database-mysqlha:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-framework-spring-module:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-controller-secondary-storage:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-client-ui:war:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: rdpclient:cloudstack-service-console-proxy-rdpclient:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloudstack-service-console-proxy:pom:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-console-proxy:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.cloudstack:cloud-quickcloud:jar:4.6.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Plugin - Hypervisor OracleVM3 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin version for org.codehaus.mojo:cobertura-maven-plugin
[DEBUG] Could not find metadata org.codehaus.mojo:cobertura-maven-plugin/maven-metadata.xml in local (/bata/m2)
[DEBUG] Skipped remote update check for org.codehaus.mojo:cobertura-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.codehaus.mojo:cobertura-maven-plugin to 2.6 from repository central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:4.6.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [apache.snapshots (http://repository.apache.org/snapshots, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins)     : [central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <directory default-value="${project.build.directory}"/>
  <excludeDefaultDirectories default-value="false">true</excludeDefaultDirectories>
  <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
  <filesets>
    <fileset>
      <directory>target</directory>
      <includes>
        <include>**/*</include>
      </includes>
    </fileset>
    <fileset>
      <directory>dist</directory>
      <includes>
        <include>**/*</include>
      </includes>
    </fileset>
    <fileset>
      <directory>/data/code/acs/cloudstack/plugins/hypervisors/ovm3</directory>
      <includes>
        <include>target</include>
        <include>dist</include>
      </includes>
    </fileset>
  </filesets>
  <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <reportDirectory default-value="${project.reporting.outputDirectory}"/>
  <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
  <skip default-value="false">${clean.skip}</skip>
  <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
  <verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <cacheFile default-value="${project.build.directory}/checkstyle-cachefile"/>
  <configLocation default-value="config/sun_checks.xml">cloud-style.xml</configLocation>
  <consoleOutput default-value="false">true</consoleOutput>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <excludes>**\/deps\/,**\/test\/,**\/target\/,**\/bin\/,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/apidoc\/</excludes>
  <failOnViolation default-value="true">${checkstyle.failOnViolation}</failOnViolation>
  <failsOnError default-value="false">true</failsOnError>
  <headerLocation default-value="LICENSE.txt">${checkstyle.header.file}</headerLocation>
  <includeResources default-value="true">${checkstyle.includeResources}</includeResources>
  <includeTestResources default-value="true">${checkstyle.includeTestResources}</includeTestResources>
  <includeTestSourceDirectory default-value="false">true</includeTestSourceDirectory>
  <includes default-value="**\/*.java">**\/*.java</includes>
  <logViolationsToConsole default-value="false">${checkstyle.console}</logViolationsToConsole>
  <maxAllowedViolations default-value="0">${checkstyle.maxAllowedViolations}</maxAllowedViolations>
  <outputFile default-value="${project.build.directory}/checkstyle-result.xml">${checkstyle.output.file}</outputFile>
  <outputFileFormat default-value="xml">${checkstyle.output.format}</outputFileFormat>
  <propertiesLocation>${checkstyle.properties.location}</propertiesLocation>
  <resourceExcludes>${checkstyle.resourceExcludes}</resourceExcludes>
  <resourceIncludes default-value="**/*.properties">${checkstyle.resourceIncludes}</resourceIncludes>
  <resources default-value="${project.resources}"/>
  <skip default-value="false">${checkstyle.skip}</skip>
  <skipExec default-value="false">${checkstyle.skipExec}</skipExec>
  <sourceDirectory default-value="${project.build.sourceDirectory}">/data/code/acs/cloudstack/plugins/hypervisors/ovm3</sourceDirectory>
  <suppressionsFileExpression default-value="checkstyle.suppressions.file">${checkstyle.suppression.expression}</suppressionsFileExpression>
  <suppressionsLocation>${checkstyle.suppressions.location}</suppressionsLocation>
  <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
  <violationSeverity default-value="error">${checkstyle.violationSeverity}</violationSeverity>
  <project default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <appendedResourcesDirectory default-value="${basedir}/src/main/appended-resources"/>
  <attached default-value="true"/>
  <basedir default-value="${basedir}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <excludeArtifactIds default-value="">${excludeArtifactIds}</excludeArtifactIds>
  <excludeGroupIds default-value="">${excludeGroupIds}</excludeGroupIds>
  <excludeScope default-value="">${excludeScope}</excludeScope>
  <excludeTransitive default-value="false">${excludeTransitive}</excludeTransitive>
  <includeArtifactIds default-value="">${includeArtifactIds}</includeArtifactIds>
  <includeGroupIds default-value="">${includeGroupIds}</includeGroupIds>
  <includeProjectProperties default-value="false"/>
  <includeScope default-value="runtime">${includeScope}</includeScope>
  <localRepository default-value="${localRepository}"/>
  <mavenSession default-value="${session}"/>
  <outputDirectory default-value="${project.build.directory}/maven-shared-archive-resources"/>
  <project default-value="${project}"/>
  <remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
  <resourceBundles>
    <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
  </resourceBundles>
  <resources default-value="${project.build.resources}"/>
  <runOnlyAtExecutionRoot default-value="false"/>
  <skip default-value="false">${remoteresources.skip}</skip>
  <useDefaultFilterDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.5:resources (default-resources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString>${maven.resources.escapeString}</escapeString>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.resources}"/>
  <session default-value="${session}"/>
  <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir default-value="${basedir}"/>
  <buildDirectory default-value="${project.build.directory}"/>
  <classpathElements default-value="${project.compileClasspathElements}"/>
  <compileSourceRoots default-value="${project.compileSourceRoots}"/>
  <compilerArgument>-XDignore.symbol.file=true</compilerArgument>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">true</fork>
  <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
  <maxmem>512m</maxmem>
  <meminitial>128m</meminitial>
  <mojoExecution>${mojoExecution}</mojoExecution>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <project default-value="${project}"/>
  <projectArtifact default-value="${project.artifact}"/>
  <session default-value="${session}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skipMain>${maven.main.skip}</skipMain>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">1.7</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">1.7</target>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.5:testResources (default-testResources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString>${maven.resources.escapeString}</escapeString>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources>${project.testResources}</resources>
  <session default-value="${session}"/>
  <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir default-value="${basedir}"/>
  <buildDirectory default-value="${project.build.directory}"/>
  <classpathElements default-value="${project.testClasspathElements}"/>
  <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
  <compilerArgument>-XDignore.symbol.file=true</compilerArgument>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">true</fork>
  <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
  <maxmem>512m</maxmem>
  <meminitial>128m</meminitial>
  <mojoExecution>${mojoExecution}</mojoExecution>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory default-value="${project.build.testOutputDirectory}"/>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skip>${maven.test.skip}</skip>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">1.7</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">1.7</target>
  <testSource>${maven.compiler.testSource}</testSource>
  <testTarget>${maven.compiler.testTarget}</testTarget>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements>
  <argLine>-Djava.security.egd=file:/dev/./urandom -noverify</argLine>
  <basedir default-value="${basedir}"/>
  <childDelegation default-value="false">${childDelegation}</childDelegation>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
  <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
  <dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
  <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
  <enableAssertions default-value="true">${enableAssertions}</enableAssertions>
  <excludedGroups>${excludedGroups}</excludedGroups>
  <failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
  <failIfNoTests>${failIfNoTests}</failIfNoTests>
  <forkCount default-value="1">${forkCount}</forkCount>
  <forkMode default-value="once">${forkMode}</forkMode>
  <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
  <groups>${groups}</groups>
  <junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
  <jvm>${jvm}</jvm>
  <localRepository default-value="${localRepository}"/>
  <objectFactory>${objectFactory}</objectFactory>
  <parallel>${parallel}</parallel>
  <parallelMavenExecution default-value="${session.parallel}"/>
  <parallelOptimized default-value="true">${parallelOptimized}</parallelOptimized>
  <parallelTestsTimeoutForcedInSeconds>${surefire.parallel.forcedTimeout}</parallelTestsTimeoutForcedInSeconds>
  <parallelTestsTimeoutInSeconds>${surefire.parallel.timeout}</parallelTestsTimeoutInSeconds>
  <perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
  <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
  <pluginDescriptor default-value="${plugin}"/>
  <printSummary default-value="true">${surefire.printSummary}</printSummary>
  <projectArtifactMap>${project.artifactMap}</projectArtifactMap>
  <redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
  <remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
  <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
  <reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
  <reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
  <rerunFailingTestsCount default-value="0">${surefire.rerunFailingTestsCount}</rerunFailingTestsCount>
  <reuseForks default-value="true">${reuseForks}</reuseForks>
  <runOrder default-value="filesystem">${surefire.runOrder}</runOrder>
  <skip default-value="false">${maven.test.skip}</skip>
  <skipExec>${maven.test.skip.exec}</skipExec>
  <skipTests default-value="false">${skipTests}</skipTests>
  <suiteXmlFiles>${surefire.suiteXmlFiles}</suiteXmlFiles>
  <test>${test}</test>
  <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
  <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
  <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
  <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
  <threadCount>${threadCount}</threadCount>
  <threadCountClasses default-value="0">${threadCountClasses}</threadCountClasses>
  <threadCountMethods default-value="0">${threadCountMethods}</threadCountMethods>
  <threadCountSuites default-value="0">${threadCountSuites}</threadCountSuites>
  <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
  <useFile default-value="true">${surefire.useFile}</useFile>
  <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
  <useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
  <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
  <workingDirectory>${basedir}</workingDirectory>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-jar-plugin:2.5:jar (default-jar)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <archive>
    <manifest>
      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
    </manifest>
  </archive>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <classifier default-value="">${maven.jar.classifier}</classifier>
  <defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
  <finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
  <forceCreation default-value="false">${jar.forceCreation}</forceCreation>
  <outputDirectory default-value="${project.build.directory}"/>
  <skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
  <useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-site-plugin:3.1:attach-descriptor (attach-descriptor)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir>${basedir}</basedir>
  <inputEncoding default-value="${project.build.sourceEncoding}">${encoding}</inputEncoding>
  <localRepository default-value="${localRepository}"/>
  <locales>${locales}</locales>
  <outputEncoding default-value="${project.reporting.outputEncoding}">${outputEncoding}</outputEncoding>
  <pomPackagingOnly default-value="true"/>
  <project default-value="${project}"/>
  <reactorProjects default-value="${reactorProjects}"/>
  <siteDirectory default-value="${basedir}/src/site"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <artifact default-value="${project.artifact}"/>
  <attachedArtifacts default-value="${project.attachedArtifacts}"/>
  <createChecksum default-value="false">${createChecksum}</createChecksum>
  <localRepository>${localRepository}</localRepository>
  <packaging default-value="${project.packaging}"/>
  <pomFile default-value="${project.file}"/>
  <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-server:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-core:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-api:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-utils:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-managed-context:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-config:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-db:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-engine-api:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-rest:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-ipc:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-security:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-cluster:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-jobs:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-events:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-engine-schema:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-engine-components-api:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-api:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:jar:4.6.0-SNAPSHOT
[DEBUG]    xml-apis:xml-apis:jar:1.4.01:compile
[DEBUG]    org.apache.xmlrpc:xmlrpc-client:jar:3.1.3:compile
[DEBUG]    org.apache.xmlrpc:xmlrpc-common:jar:3.1.3:compile
[DEBUG]       org.apache.ws.commons.util:ws-commons-util:jar:1.0.2:compile
[DEBUG]    org.apache.commons:commons-lang3:jar:3.4:compile
[DEBUG]    log4j:log4j:jar:1.2.17:compile
[DEBUG]    org.apache.cloudstack:cloud-server:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       commons-io:commons-io:jar:2.4:compile
[DEBUG]       org.springframework:spring-web:jar:3.2.12.RELEASE:compile
[DEBUG]          org.springframework:spring-aop:jar:3.2.12.RELEASE:compile
[DEBUG]             aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          org.springframework:spring-beans:jar:3.2.12.RELEASE:compile
[DEBUG]       org.apache.cloudstack:cloud-core:jar:4.6.0-SNAPSHOT:compile
[DEBUG]          org.apache.cloudstack:cloud-engine-api:jar:4.6.0-SNAPSHOT:compile
[DEBUG]             org.apache.cxf:cxf-bundle-jaxrs:jar:2.7.13:compile
[DEBUG]                org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
[DEBUG]                org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[DEBUG]                org.apache.ws.xmlschema:xmlschema-core:jar:2.1.0:compile
[DEBUG]                org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1:compile
[DEBUG]                wsdl4j:wsdl4j:jar:1.6.3:compile
[DEBUG]                org.eclipse.jetty:jetty-continuation:jar:8.1.15.v20140411:compile
[DEBUG]                org.eclipse.jetty:jetty-http:jar:8.1.15.v20140411:compile
[DEBUG]                org.eclipse.jetty:jetty-io:jar:8.1.15.v20140411:compile
[DEBUG]                org.eclipse.jetty:jetty-util:jar:8.1.15.v20140411:compile
[DEBUG]                org.eclipse.jetty:jetty-security:jar:8.1.15.v20140411:compile
[DEBUG]                org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0:compile
[DEBUG]                javax.ws.rs:javax.ws.rs-api:jar:2.0-m10:compile
[DEBUG]             org.apache.cloudstack:cloud-framework-rest:jar:4.6.0-SNAPSHOT:compile
[DEBUG]                com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.4.4:compile
[DEBUG]                com.fasterxml.jackson.core:jackson-annotations:jar:2.4.4:compile
[DEBUG]                com.fasterxml.jackson.core:jackson-core:jar:2.4.4:compile
[DEBUG]                com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:compile
[DEBUG]                com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.4.4:compile
[DEBUG]                   com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.4.4:compile
[DEBUG]       org.apache.cloudstack:cloud-framework-cluster:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       org.apache.cloudstack:cloud-framework-security:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.4:compile
[DEBUG]       org.apache.cloudstack:cloud-framework-jobs:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.5:compile
[DEBUG]          commons-logging:commons-logging:jar:1.2:compile
[DEBUG]       com.thoughtworks.xstream:xstream:jar:1.4.7:compile
[DEBUG]          xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG]          xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG]       javax.mail:mail:jar:1.4.7:compile
[DEBUG]          javax.activation:activation:jar:1.1:compile
[DEBUG]       jstl:jstl:jar:1.2:compile
[DEBUG]       commons-codec:commons-codec:jar:1.10:compile
[DEBUG]       org.reflections:reflections:jar:0.9.9:compile
[DEBUG]          com.google.guava:guava:jar:18.0:compile (version managed from 15.0 by org.apache.cloudstack:cloudstack:4.6.0-SNAPSHOT)
[DEBUG]          org.javassist:javassist:jar:3.18.2-GA:compile
[DEBUG]          com.google.code.findbugs:annotations:jar:2.0.1:compile
[DEBUG]       org.apache.cloudstack:cloud-engine-schema:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       org.apache.cloudstack:cloud-framework-ipc:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       org.apache.cloudstack:cloud-framework-events:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       org.apache.cloudstack:cloud-engine-components-api:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       org.opensaml:opensaml:jar:2.6.1:compile
[DEBUG]          org.opensaml:openws:jar:1.5.1:compile
[DEBUG]             org.opensaml:xmltooling:jar:1.4.1:compile
[DEBUG]                org.bouncycastle:bcprov-jdk15:jar:1.46:compile
[DEBUG]                ca.juliusdavies:not-yet-commons-ssl:jar:0.3.9:compile
[DEBUG]             commons-httpclient:commons-httpclient:jar:3.1:compile
[DEBUG]             org.apache.santuario:xmlsec:jar:1.5.6:compile
[DEBUG]          commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG]          commons-lang:commons-lang:jar:2.6:compile
[DEBUG]          org.apache.velocity:velocity:jar:1.7:compile
[DEBUG]          joda-time:joda-time:jar:2.2:compile
[DEBUG]          xerces:xercesImpl:jar:2.10.0:compile
[DEBUG]          xalan:serializer:jar:2.7.1:compile
[DEBUG]          xml-resolver:xml-resolver:jar:1.2:runtime
[DEBUG]          xalan:xalan:jar:2.7.1:compile
[DEBUG]    org.apache.cloudstack:cloud-api:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       com.google.code.gson:gson:jar:1.7.2:compile
[DEBUG]       javax.servlet:servlet-api:jar:2.5:compile
[DEBUG]    org.apache.cloudstack:cloud-utils:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       org.apache.cloudstack:cloud-framework-managed-context:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       org.springframework:spring-context:jar:3.2.12.RELEASE:compile
[DEBUG]          org.springframework:spring-expression:jar:3.2.12.RELEASE:compile
[DEBUG]       org.aspectj:aspectjweaver:jar:1.8.4:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.7:compile
[DEBUG]       org.slf4j:slf4j-log4j12:jar:1.7.7:compile
[DEBUG]       cglib:cglib-nodep:jar:3.1:compile
[DEBUG]       commons-validator:commons-validator:jar:1.4.0:compile
[DEBUG]          commons-beanutils:commons-beanutils:jar:1.8.3:compile
[DEBUG]          commons-digester:commons-digester:jar:1.8:compile
[DEBUG]       org.bouncycastle:bcprov-jdk16:jar:1.46:compile
[DEBUG]       com.jcraft:jsch:jar:0.1.51:compile
[DEBUG]       org.jasypt:jasypt:jar:1.9.2:compile
[DEBUG]       com.trilead:trilead-ssh2:jar:1.0.0-build217:compile
[DEBUG]       com.amazonaws:aws-java-sdk:jar:1.3.22:compile
[DEBUG]          org.codehaus.jackson:jackson-core-asl:jar:1.8.9:compile
[DEBUG]          org.codehaus.jackson:jackson-mapper-asl:jar:1.8.9:compile
[DEBUG]       log4j:apache-log4j-extras:jar:1.2.17:runtime
[DEBUG]       javax.ejb:ejb-api:jar:3.0:compile
[DEBUG]       com.googlecode.java-ipv6:java-ipv6:jar:0.15:compile
[DEBUG]       commons-configuration:commons-configuration:jar:1.10:compile
[DEBUG]       org.owasp.esapi:esapi:jar:2.1.0:compile
[DEBUG]          commons-beanutils:commons-beanutils-core:jar:1.7.0:compile
[DEBUG]          commons-fileupload:commons-fileupload:jar:1.2:compile
[DEBUG]          xom:xom:jar:1.2.5:compile
[DEBUG]          org.beanshell:bsh-core:jar:2.0b4:compile
[DEBUG]          org.owasp.antisamy:antisamy:jar:1.4.3:compile
[DEBUG]             org.apache.xmlgraphics:batik-css:jar:1.7:compile
[DEBUG]                org.apache.xmlgraphics:batik-ext:jar:1.7:compile
[DEBUG]                org.apache.xmlgraphics:batik-util:jar:1.7:compile
[DEBUG]             net.sourceforge.nekohtml:nekohtml:jar:1.9.12:compile
[DEBUG]       commons-net:commons-net:jar:3.3:compile
[DEBUG]       com.google.guava:guava-testlib:jar:18.0:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:1.3.9:compile
[DEBUG]          com.google.truth:truth:jar:0.23:compile
[DEBUG]    org.apache.cloudstack:cloud-framework-config:jar:4.6.0-SNAPSHOT:compile
[DEBUG]       org.apache.cloudstack:cloud-framework-db:jar:4.6.0-SNAPSHOT:compile
[DEBUG]          net.sf.ehcache:ehcache-core:jar:2.6.9:compile
[DEBUG]          org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
[DEBUG]          commons-dbcp:commons-dbcp:jar:1.4:compile
[DEBUG]          commons-pool:commons-pool:jar:1.6:compile
[DEBUG]    org.apache.cloudstack:cloud-api:jar:tests:4.6.0-SNAPSHOT:test
[DEBUG]    org.hamcrest:hamcrest-all:jar:1.3:test
[DEBUG]    org.mockito:mockito-all:jar:1.9.5:test
[DEBUG]    junit:junit:jar:4.11:test
[DEBUG]    org.powermock:powermock-module-junit4:jar:1.5.3:compile
[DEBUG]       org.powermock:powermock-module-junit4-common:jar:1.5.3:compile
[DEBUG]          org.powermock:powermock-core:jar:1.5.3:compile
[DEBUG]          org.powermock:powermock-reflect:jar:1.5.3:compile
[DEBUG]             org.objenesis:objenesis:jar:2.1:compile
[DEBUG]    org.powermock:powermock-api-mockito:jar:1.5.3:test
[DEBUG]       org.powermock:powermock-api-support:jar:1.5.3:test
[DEBUG]    org.springframework:spring-test:jar:3.2.12.RELEASE:test
[DEBUG]       org.springframework:spring-core:jar:3.2.12.RELEASE:compile
[DEBUG]    javax.inject:javax.inject:jar:1:compile
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-server:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-core:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-engine-api:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-rest:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-cluster:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-security:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-jobs:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-engine-schema:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-ipc:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-events:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-engine-components-api:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-api:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-utils:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-managed-context:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-config:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-db:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-api:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-plugin-hypervisor-ovm3 ---
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.sonatype.aether.collection < plexus.core
[DEBUG]   Imported: org.sonatype.aether.version < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.sonatype.aether.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG]   Imported: org.sonatype.aether.spi < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.sonatype.aether.graph < plexus.core
[DEBUG]   Imported: org.sonatype.aether.* < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.sonatype.aether.impl < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.sonatype.aether.installation < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@4065c4]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG]   (f) directory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target
[DEBUG]   (f) excludeDefaultDirectories = true
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) directory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target
[DEBUG]   (f) includes = [**/*]
[DEBUG]   (f) directory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/dist
[DEBUG]   (f) includes = [**/*]
[DEBUG]   (f) directory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3
[DEBUG]   (f) includes = [target, dist]
[DEBUG]   (f) filesets = [file set: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target (included: [**/*], excluded: []), file set: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/dist (included: [**/*], excluded: []), file set: /data/code/acs/cloudstack/plugins/hypervisors/ovm3 (included: [target, dist], excluded: [])]
[DEBUG]   (f) followSymLinks = false
[DEBUG]   (f) outputDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes
[DEBUG]   (f) reportDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/site
[DEBUG]   (f) retryOnError = true
[DEBUG]   (f) skip = false
[DEBUG]   (f) testOutputDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes
[DEBUG] -- end configuration --
[INFO] Deleting /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target (includes = [**/*], excludes = [])
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/checkstyle-checker.xml
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/.plxarc
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/checkstyle-header.txt
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-test-sources/test-annotations
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-test-sources
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/info.py
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/socat.sh
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/create_pool_cluster.py
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/tail.sh
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/password.py
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/clean_master.sh
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/clean_slave.sh
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/repo_pool.py
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/simple_pool.py
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud/hypervisor/ovm3/objects/PoolOCFS2Test.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud/hypervisor/ovm3/objects/CommonTest.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud/hypervisor/ovm3/objects/XmlTestResultTest.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud/hypervisor/ovm3/objects/NetworkTest.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud/hypervisor/ovm3/objects/ConnectionTest.class
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud/hypervisor/ovm3/objects
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3GuestTypesTest.class
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud/hypervisor/ovm3/resources/helpers
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud/hypervisor/ovm3/resources
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud/hypervisor/ovm3
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud/hypervisor
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com/cloud
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/com
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/META-INF/NOTICE
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/META-INF/DEPENDENCIES
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/META-INF/LICENSE
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/META-INF
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/log4j.properties
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/ha/Ovm3Investigator.class
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/ha
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Network.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/RpcTypeFactory$LongTypeParser.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Pool.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/StoragePlugin$StorageServer.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Repository$RepoDetails$1.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/RpcTypeFactory$LongTypeSerializer.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Linux$FileSystem$1.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Linux.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Cluster.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/StoragePlugin.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Network$Interface.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Ntp.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Remote.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Ovm3ResourceException.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Xen$Vm$3.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Xen$Vm.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Connection.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/CloudstackPlugin$ReturnCode$1.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Repository$RepoDbDetails$1.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/OvmObject.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Xen$Vm$2.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Repository.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/CloudstackPlugin.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/StoragePlugin$StorageDetails$1.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/RpcTypeFactory.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/RpcTypeFactory$1.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Xen$Vm$1.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Linux$FileSystem.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/CloudstackPlugin$ReturnCode.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Repository$RepoDbDetails.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Xen.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Pool$1.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Network$Interface$1.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/StoragePlugin$StorageServer$1.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Repository$RepoDetails.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/StoragePlugin$FileProperties$1.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/PoolOCFS2.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Common.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/StoragePlugin$StorageDetails.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/Pool$2.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects/StoragePlugin$FileProperties.class
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/objects
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/Ovm3StorageProcessor.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/Ovm3HypervisorResource.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/Ovm3FenceBuilder.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/Ovm3VirtualRoutingResource.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3HypervisorNetwork.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VirtualRoutingSupport.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VmGuestTypes.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3StoragePool.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VmSupport.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3Configuration.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3HypervisorSupport.class
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/helpers
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/Ovm3HypervisorGuru.class
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources/Ovm3Discoverer.class
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3/resources
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor/ovm3
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud/hypervisor
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com/cloud
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/com
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/NOTICE
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/DEPENDENCIES
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/cloudstack/ovm3-discoverer/module.properties
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/cloudstack/ovm3-discoverer/spring-ovm3-discoverer-context.xml
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/cloudstack/ovm3-discoverer
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/cloudstack/ovm3-compute/spring-ovm3-compute-context.xml
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/cloudstack/ovm3-compute/module.properties
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/cloudstack/ovm3-compute
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/cloudstack
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/LICENSE
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources/META-INF/NOTICE
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources/META-INF/DEPENDENCIES
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources/META-INF/LICENSE
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources/META-INF
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-status/maven-compiler-plugin/compile/default-compile
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-status/maven-compiler-plugin/compile
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-status/maven-compiler-plugin/testCompile
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-status/maven-compiler-plugin
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-status
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-sources/annotations
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-sources
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/checkstyle-result.xml
[INFO] Deleting file /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/checkstyle-cachefile
[DEBUG] Skipping non-existing directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/dist
[INFO] Deleting /data/code/acs/cloudstack/plugins/hypervisors/ovm3 (includes = [target, dist], excludes = [])
[INFO] Deleting directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target
[DEBUG] Not recursing into directory without included files /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-plugin-hypervisor-ovm3 ---
[DEBUG] Skipped remote update check for org.apache.cloudstack:checkstyle:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] org.apache.maven.plugins:maven-checkstyle-plugin:jar:2.11:
[DEBUG]    org.apache.cloudstack:checkstyle:jar:4.6.0-SNAPSHOT:runtime
[DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]          org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:2.2:compile
[DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.2:compile
[DEBUG]          xerces:xercesImpl:jar:2.9.1:compile
[DEBUG]             xml-apis:xml-apis:jar:1.3.04:compile
[DEBUG]          org.apache.httpcomponents:httpclient:jar:4.0.2:compile
[DEBUG]             org.apache.httpcomponents:httpcore:jar:4.0.1:compile
[DEBUG]             commons-codec:commons-codec:jar:1.3:compile
[DEBUG]       commons-validator:commons-validator:jar:1.3.1:compile
[DEBUG]          commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG]          commons-digester:commons-digester:jar:1.6:compile
[DEBUG]          commons-logging:commons-logging:jar:1.0.4:compile
[DEBUG]    org.apache.maven.doxia:doxia-sink-api:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-logging-api:jar:1.1.3:compile
[DEBUG]    org.apache.maven.doxia:doxia-decoration-model:jar:1.1.3:compile
[DEBUG]    org.apache.maven.doxia:doxia-site-renderer:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-fml:jar:1.1.3:compile
[DEBUG]       org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG]    org.apache.maven.shared:maven-doxia-tools:jar:1.2.1:compile
[DEBUG]       commons-io:commons-io:jar:1.4:compile
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG]       junit:junit:jar:3.8.1:compile
[DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]    org.codehaus.plexus:plexus-resources:jar:1.0-alpha-7:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.15:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.19:compile
[DEBUG]    org.codehaus.plexus:plexus-velocity:jar:1.1.8:compile
[DEBUG]    com.puppycrawl.tools:checkstyle:jar:5.6:compile
[DEBUG]       antlr:antlr:jar:2.7.7:compile
[DEBUG]       commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
[DEBUG]       commons-cli:commons-cli:jar:1.2:compile
[DEBUG]       com.google.collections:google-collections:jar:1.0:compile
[DEBUG]    org.apache.velocity:velocity:jar:1.5:compile
[DEBUG]       commons-lang:commons-lang:jar:2.1:compile
[DEBUG]       oro:oro:jar:2.0.8:compile
[DEBUG]    commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] Skipped remote update check for org.apache.cloudstack:checkstyle:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.11
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.11
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.11
[DEBUG]   Included: org.apache.maven.plugins:maven-checkstyle-plugin:jar:2.11
[DEBUG]   Included: org.apache.cloudstack:checkstyle:jar:4.6.0-SNAPSHOT
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-impl:jar:2.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.2
[DEBUG]   Included: xerces:xercesImpl:jar:2.9.1
[DEBUG]   Included: xml-apis:xml-apis:jar:1.3.04
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.0.2
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.0.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.3
[DEBUG]   Included: commons-validator:commons-validator:jar:1.3.1
[DEBUG]   Included: commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG]   Included: commons-digester:commons-digester:jar:1.6
[DEBUG]   Included: commons-logging:commons-logging:jar:1.0.4
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-fml:jar:1.1.3
[DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG]   Included: org.apache.maven.shared:maven-doxia-tools:jar:1.2.1
[DEBUG]   Included: commons-io:commons-io:jar:1.4
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.codehaus.plexus:plexus-resources:jar:1.0-alpha-7
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.15
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.19
[DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.1.8
[DEBUG]   Included: com.puppycrawl.tools:checkstyle:jar:5.6
[DEBUG]   Included: antlr:antlr:jar:2.7.7
[DEBUG]   Included: commons-beanutils:commons-beanutils-core:jar:1.8.3
[DEBUG]   Included: commons-cli:commons-cli:jar:1.2
[DEBUG]   Included: com.google.collections:google-collections:jar:1.0
[DEBUG]   Included: org.apache.velocity:velocity:jar:1.5
[DEBUG]   Included: commons-lang:commons-lang:jar:2.1
[DEBUG]   Included: oro:oro:jar:2.0.8
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.1
[DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
[DEBUG]   Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.11, parent: sun.misc.Launcher$AppClassLoader@4065c4]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check' with basic configurator -->
[DEBUG]   (f) cacheFile = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/checkstyle-cachefile
[DEBUG]   (f) configLocation = cloud-style.xml
[DEBUG]   (f) consoleOutput = true
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) excludes = **\/deps\/,**\/test\/,**\/target\/,**\/bin\/,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/apidoc\/
[DEBUG]   (f) failOnViolation = true
[DEBUG]   (f) failsOnError = true
[DEBUG]   (f) headerLocation = LICENSE.txt
[DEBUG]   (f) includeResources = true
[DEBUG]   (f) includeTestResources = true
[DEBUG]   (f) includeTestSourceDirectory = true
[DEBUG]   (f) includes = **\/*.java
[DEBUG]   (f) logViolationsToConsole = false
[DEBUG]   (f) maxAllowedViolations = 0
[DEBUG]   (f) outputFile = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/checkstyle-result.xml
[DEBUG]   (f) outputFileFormat = xml
[DEBUG]   (f) resourceIncludes = **/*.properties
[DEBUG]   (f) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) skip = false
[DEBUG]   (f) skipExec = false
[DEBUG]   (f) sourceDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3
[DEBUG]   (f) suppressionsFileExpression = checkstyle.suppressions.file
[DEBUG]   (f) testSourceDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java
[DEBUG]   (f) violationSeverity = error
[DEBUG]   (f) project = MavenProject: org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:4.6.0-SNAPSHOT @ /data/code/acs/cloudstack/plugins/hypervisors/ovm3/pom.xml
[DEBUG] -- end configuration --
[DEBUG] executeCheckstyle start headerLocation : LICENSE.txt
[DEBUG] Added 30 source files found in '/data/code/acs/cloudstack/plugins/hypervisors/ovm3'.
[DEBUG] Added 23 test source files found in '/data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java'.
[DEBUG] Added 2 resource files found in '/data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/resources'.
[DEBUG] No test resources found in this project.
[DEBUG] Added 55 files to process.
[DEBUG] The resource 'null' was not found with resourceLoader org.codehaus.plexus.resource.loader.JarResourceLoader.
[DEBUG] request.getConfigLocation() cloud-style.xml
[DEBUG] Extension realms for project org.apache:apache:pom:11: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] The resource 'cloud-style.xml' was not found with resourceLoader org.codehaus.plexus.resource.loader.JarResourceLoader.
[DEBUG] The resource 'cloud-style.xml' was found as jar:file:/bata/m2/org/apache/cloudstack/checkstyle/4.6.0-SNAPSHOT/checkstyle-4.6.0-SNAPSHOT.jar!/cloud-style.xml.
[DEBUG] headerLocation LICENSE.txt
[DEBUG] The resource 'LICENSE.txt' was not found with resourceLoader org.codehaus.plexus.resource.loader.JarResourceLoader.
[DEBUG] The resource 'LICENSE.txt' was found as jar:file:/bata/m2/org/apache/maven/plugins/maven-checkstyle-plugin/2.11/maven-checkstyle-plugin-2.11.jar!/LICENSE.txt.
[DEBUG] Added '/data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/resources' as a source directory.
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-plugin-hypervisor-ovm3 ---
[DEBUG] org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3:
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG]       commons-cli:commons-cli:jar:1.0:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG]       classworlds:classworlds:jar:1.1:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG]    org.apache.maven.shared:maven-artifact-resolver:jar:1.0:compile
[DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:1.0:compile
[DEBUG]       org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:compile
[DEBUG]          org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:compile
[DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.0:compile
[DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG]       junit:junit:jar:3.8.1:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.12:compile
[DEBUG]    org.codehaus.plexus:plexus-resources:jar:1.0-alpha-5:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:1.5.12:compile
[DEBUG]    org.codehaus.plexus:plexus-velocity:jar:1.1.8:compile
[DEBUG]       commons-collections:commons-collections:jar:3.1:compile
[DEBUG]    org.apache.velocity:velocity:jar:1.7:compile
[DEBUG]       commons-lang:commons-lang:jar:2.4:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-remote-resources-plugin:1.3
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-remote-resources-plugin:1.3
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-remote-resources-plugin:1.3
[DEBUG]   Included: org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG]   Included: commons-cli:commons-cli:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: org.apache.maven.shared:maven-artifact-resolver:jar:1.0
[DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.0
[DEBUG]   Included: org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7
[DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.0
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.12
[DEBUG]   Included: org.codehaus.plexus:plexus-resources:jar:1.0-alpha-5
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.12
[DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.1.8
[DEBUG]   Included: commons-collections:commons-collections:jar:3.1
[DEBUG]   Included: org.apache.velocity:velocity:jar:1.7
[DEBUG]   Included: commons-lang:commons-lang:jar:2.4
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG]   Excluded: classworlds:classworlds:jar:1.1
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-remote-resources-plugin:1.3, parent: sun.misc.Launcher$AppClassLoader@4065c4]
[DEBUG] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[DEBUG] Setting property: site.resource.loader.class => 'org.codehaus.plexus.velocity.SiteResourceLoader'.
[DEBUG] Setting property: velocimacro.messages.on => 'false'.
[DEBUG] Setting property: resource.loader => 'classpath,site'.
[DEBUG] Setting property: runtime.log.invalid.references => 'false'.
[DEBUG] Setting property: resource.manager.logwhenfound => 'false'.
[DEBUG] Initializing Velocity, Calling init()...
[DEBUG] *******************************************************************
[DEBUG] Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
[DEBUG] RuntimeInstance initializing.
[DEBUG] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
[DEBUG] LogSystem has been deprecated. Please use a LogChute implementation.
[DEBUG] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[DEBUG] ResourceLoader instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[DEBUG] ResourceLoader instantiated: org.codehaus.plexus.velocity.SiteResourceLoader
[DEBUG] ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
[DEBUG] Default ResourceManager initialization complete.
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Stop
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Define
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Break
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[DEBUG] Created '20' parsers.
[DEBUG] Velocimacro : initialization starting.
[DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in templates
[DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
[DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
[DEBUG] Velocimacro : autoload off : VM system will not automatically reload global library macros
[DEBUG] Velocimacro : Velocimacro : initialization complete.
[DEBUG] RuntimeInstance successfully initialized.
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process' with basic configurator -->
[DEBUG]   (f) appendedResourcesDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/appended-resources
[DEBUG]   (f) attached = true
[DEBUG]   (f) basedir = /data/code/acs/cloudstack/plugins/hypervisors/ovm3
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) excludeTransitive = false
[DEBUG]   (f) includeProjectProperties = false
[DEBUG]   (f) includeScope = runtime
[DEBUG]   (f) localRepository =        id: local
      url: file:///bata/m2/
   layout: none

[DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@8dc1ef
[DEBUG]   (f) outputDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources
[DEBUG]   (f) project = MavenProject: org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:4.6.0-SNAPSHOT @ /data/code/acs/cloudstack/plugins/hypervisors/ovm3/pom.xml
[DEBUG]   (f) remoteArtifactRepositories = [       id: apache.snapshots
      url: http://repository.apache.org/snapshots
   layout: default
snapshots: [enabled => true, update => daily]
 releases: [enabled => false, update => daily]
,        id: central
      url: http://repo.maven.apache.org/maven2
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => daily]
]
[DEBUG]   (f) resourceBundles = [org.apache:apache-jar-resource-bundle:1.4]
[DEBUG]   (f) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) runOnlyAtExecutionRoot = false
[DEBUG]   (f) skip = false
[DEBUG]   (f) useDefaultFilterDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] Supplemental data models won't be loaded.  No models specified.
[DEBUG] org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:jar:4.6.0-SNAPSHOT (selected for null)
[DEBUG]   xml-apis:xml-apis:jar:1.4.01:compile (selected for compile)
[DEBUG]   org.apache.xmlrpc:xmlrpc-client:jar:3.1.3:compile (selected for compile)
[DEBUG]     org.apache.xmlrpc:xmlrpc-common:jar:3.1.3:compile (selected for compile)
[DEBUG]       org.apache.ws.commons.util:ws-commons-util:jar:1.0.2:compile (selected for compile)
[DEBUG]         junit:junit:jar:3.8.1:compile (selected for compile)
[DEBUG]         xml-apis:xml-apis:jar:1.0.b2:compile (removed - nearer found: 1.4.01)
[DEBUG]   org.apache.xmlrpc:xmlrpc-common:jar:3.1.3:compile (selected for compile)
[DEBUG]     org.apache.ws.commons.util:ws-commons-util:jar:1.0.2:compile (selected for compile)
[DEBUG]       junit:junit:jar:3.8.1:compile (selected for compile)
[DEBUG]       xml-apis:xml-apis:jar:1.0.b2:compile (removed - nearer found: 1.4.01)
[DEBUG]   org.apache.commons:commons-lang3:jar:3.4:compile (selected for compile)
[DEBUG]   log4j:log4j:jar:1.2.17:compile (selected for compile)
[DEBUG]   org.apache.cloudstack:cloud-server:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     commons-io:commons-io:jar:2.4:compile (selected for compile)
[DEBUG]     org.springframework:spring-web:jar:3.2.12.RELEASE:compile (selected for compile)
[DEBUG]       org.springframework:spring-aop:jar:3.2.12.RELEASE:compile (selected for compile)
[DEBUG]         aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]         org.springframework:spring-beans:jar:3.2.12.RELEASE:compile (selected for compile)
[DEBUG]           org.springframework:spring-core:jar:3.2.12.RELEASE:compile (selected for compile)
[DEBUG]             commons-logging:commons-logging:jar:1.1.3:compile (selected for compile)
[DEBUG]         org.springframework:spring-core:jar:3.2.12.RELEASE:compile (selected for compile)
[DEBUG]           commons-logging:commons-logging:jar:1.1.3:compile (selected for compile)
[DEBUG]       org.springframework:spring-beans:jar:3.2.12.RELEASE:compile (selected for compile)
[DEBUG]       org.springframework:spring-context:jar:3.2.12.RELEASE:compile (selected for compile)
[DEBUG]         org.springframework:spring-expression:jar:3.2.12.RELEASE:compile (selected for compile)
[DEBUG]       org.springframework:spring-core:jar:3.2.12.RELEASE:compile (selected for compile)
[DEBUG]         commons-logging:commons-logging:jar:1.1.3:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-core:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]       org.apache.cloudstack:cloud-api:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]         org.apache.cloudstack:cloud-utils:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]           org.apache.cloudstack:cloud-framework-managed-context:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]             org.slf4j:slf4j-api:jar:1.7.7:compile (selected for compile)
[DEBUG]             org.powermock:powermock-module-junit4:jar:1.5.3:compile (selected for compile)
[DEBUG]               junit:junit:jar:4.11:compile (removed - nearer found: 3.8.1)
[DEBUG]               org.powermock:powermock-module-junit4-common:jar:1.5.3:compile (selected for compile)
[DEBUG]                 junit:junit:jar:4.4:compile (removed - nearer found: 3.8.1)
[DEBUG]                 org.powermock:powermock-core:jar:1.5.3:compile (selected for compile)
[DEBUG]                   org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]                     org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]                   org.javassist:javassist:jar:3.18.1-GA:compile (selected for compile)
[DEBUG]                 org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]                   org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]             javax.inject:javax.inject:jar:1:compile (selected for compile)
[DEBUG]           org.aspectj:aspectjweaver:jar:1.8.4:compile (selected for compile)
[DEBUG]           org.slf4j:slf4j-api:jar:1.7.7:compile (selected for compile)
[DEBUG]           org.slf4j:slf4j-log4j12:jar:1.7.7:compile (selected for compile)
[DEBUG]           cglib:cglib-nodep:jar:3.1:compile (selected for compile)
[DEBUG]           commons-validator:commons-validator:jar:1.4.0:compile (selected for compile)
[DEBUG]             commons-beanutils:commons-beanutils:jar:1.8.3:compile (selected for compile)
[DEBUG]               commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]             commons-digester:commons-digester:jar:1.8:compile (selected for compile)
[DEBUG]             commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]           commons-codec:commons-codec:jar:1.10:compile (selected for compile)
[DEBUG]           org.bouncycastle:bcprov-jdk16:jar:1.46:compile (selected for compile)
[DEBUG]           com.jcraft:jsch:jar:0.1.51:compile (selected for compile)
[DEBUG]           org.jasypt:jasypt:jar:1.9.2:compile (selected for compile)
[DEBUG]           com.trilead:trilead-ssh2:jar:1.0.0-build217:compile (selected for compile)
[DEBUG]           com.amazonaws:aws-java-sdk:jar:1.3.22:compile (selected for compile)
[DEBUG]             commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]             org.apache.httpcomponents:httpclient:jar:4.1:compile (applying version: 4.5)
[DEBUG]             org.apache.httpcomponents:httpclient:jar:4.5:compile (selected for compile)
[DEBUG]               org.apache.httpcomponents:httpcore:jar:4.4.1:compile (applying version: 4.4)
[DEBUG]               org.apache.httpcomponents:httpcore:jar:4.4:compile (selected for compile)
[DEBUG]               commons-logging:commons-logging:jar:1.2:compile (removed - nearer found: 1.1.3)
[DEBUG]               commons-codec:commons-codec:jar:1.9:compile (applying version: 1.10)
[DEBUG]             commons-codec:commons-codec:jar:1.3:compile (applying version: 1.10)
[DEBUG]             org.codehaus.jackson:jackson-core-asl:jar:1.8.9:compile (selected for compile)
[DEBUG]             org.codehaus.jackson:jackson-mapper-asl:jar:1.8.9:compile (selected for compile)
[DEBUG]           log4j:apache-log4j-extras:jar:1.2.17:runtime (selected for runtime)
[DEBUG]           javax.ejb:ejb-api:jar:3.0:compile (selected for compile)
[DEBUG]           com.googlecode.java-ipv6:java-ipv6:jar:0.15:compile (selected for compile)
[DEBUG]           commons-configuration:commons-configuration:jar:1.10:compile (selected for compile)
[DEBUG]             commons-lang:commons-lang:jar:2.6:compile (selected for compile)
[DEBUG]             commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]           org.reflections:reflections:jar:0.9.9:compile (selected for compile)
[DEBUG]             com.google.guava:guava:jar:15.0:compile (applying version: 18.0)
[DEBUG]             com.google.guava:guava:jar:18.0:compile (selected for compile)
[DEBUG]             org.javassist:javassist:jar:3.18.1-GA:compile (removed - nearer found: 3.18.2-GA)
[DEBUG]             org.javassist:javassist:jar:3.18.2-GA:compile (selected for compile)
[DEBUG]             com.google.code.findbugs:annotations:jar:2.0.1:compile (selected for compile)
[DEBUG]           org.owasp.esapi:esapi:jar:2.1.0:compile (selected for compile)
[DEBUG]             commons-configuration:commons-configuration:jar:1.5:compile (applying version: 1.10)
[DEBUG]             commons-beanutils:commons-beanutils-core:jar:1.7.0:compile (selected for compile)
[DEBUG]               commons-logging:commons-logging:jar:1.0:compile (removed - nearer found: 1.1.3)
[DEBUG]               commons-collections:commons-collections:jar:2.0:compile (selected for compile)
[DEBUG]             commons-fileupload:commons-fileupload:jar:1.2:compile (selected for compile)
[DEBUG]             commons-collections:commons-collections:jar:2.0:compile (removed - nearer found: 3.2)
[DEBUG]             commons-collections:commons-collections:jar:3.2:compile (selected for compile)
[DEBUG]             log4j:log4j:jar:1.2.16:compile (applying version: 1.2.17)
[DEBUG]             xom:xom:jar:1.2.5:compile (selected for compile)
[DEBUG]               xerces:xercesImpl:jar:2.8.0:compile (selected for compile)
[DEBUG]               xalan:xalan:jar:2.7.0:compile (selected for compile)
[DEBUG]             org.beanshell:bsh-core:jar:2.0b4:compile (selected for compile)
[DEBUG]             org.owasp.antisamy:antisamy:jar:1.4.3:compile (selected for compile)
[DEBUG]               xerces:xercesImpl:jar:2.8.1:compile (removed - nearer found: 2.8.0)
[DEBUG]               org.apache.xmlgraphics:batik-css:jar:1.7:compile (selected for compile)
[DEBUG]                 org.apache.xmlgraphics:batik-ext:jar:1.7:compile (selected for compile)
[DEBUG]                 org.apache.xmlgraphics:batik-util:jar:1.7:compile (selected for compile)
[DEBUG]               net.sourceforge.nekohtml:nekohtml:jar:1.9.12:compile (selected for compile)
[DEBUG]                 xerces:xercesImpl:jar:2.8.1:compile (removed - nearer found: 2.8.0)
[DEBUG]               commons-httpclient:commons-httpclient:jar:3.1:compile (selected for compile)
[DEBUG]                 commons-logging:commons-logging:jar:1.0.4:compile (removed - nearer found: 1.1.3)
[DEBUG]                 commons-codec:commons-codec:jar:1.2:compile (applying version: 1.10)
[DEBUG]           org.opensaml:opensaml:jar:2.6.1:compile (selected for compile)
[DEBUG]             org.opensaml:openws:jar:1.5.1:compile (selected for compile)
[DEBUG]               org.opensaml:xmltooling:jar:1.4.1:compile (selected for compile)
[DEBUG]                 org.bouncycastle:bcprov-jdk15:jar:1.46:compile (selected for compile)
[DEBUG]                 commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]                 joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]                 ca.juliusdavies:not-yet-commons-ssl:jar:0.3.9:compile (selected for compile)
[DEBUG]                   commons-httpclient:commons-httpclient:jar:3.0:compile (removed - nearer found: 3.1)
[DEBUG]                 org.apache.santuario:xmlsec:jar:1.5.6:compile (selected for compile)
[DEBUG]                   commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]                 xerces:xercesImpl:jar:2.10.0:runtime (removed - nearer found: 2.8.0)
[DEBUG]                 xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]                 xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]                 xalan:xalan:jar:2.7.1:runtime (removed - nearer found: 2.7.0)
[DEBUG]               commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]               joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]               org.apache.santuario:xmlsec:jar:1.5.6:compile (selected for compile)
[DEBUG]                 commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]               xerces:xercesImpl:jar:2.10.0:runtime (removed - nearer found: 2.8.0)
[DEBUG]               xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]               xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]               xalan:xalan:jar:2.7.1:runtime (removed - nearer found: 2.7.0)
[DEBUG]             commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]             commons-collections:commons-collections:jar:3.2.1:compile (removed - nearer found: 3.2)
[DEBUG]             org.apache.velocity:velocity:jar:1.7:compile (selected for compile)
[DEBUG]               commons-collections:commons-collections:jar:3.2.1:compile (removed - nearer found: 3.2)
[DEBUG]               commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.6)
[DEBUG]             org.owasp.esapi:esapi:jar:2.0.1:compile (applying version: 2.1.0)
[DEBUG]             joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]             xerces:xercesImpl:jar:2.10.0:runtime (setting artifactScope to: compile)
[DEBUG]             xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]             xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]             xalan:xalan:jar:2.7.1:runtime (setting artifactScope to: compile)
[DEBUG]           commons-net:commons-net:jar:3.3:compile (selected for compile)
[DEBUG]           com.google.code.gson:gson:jar:1.7.2:compile (selected for compile)
[DEBUG]           com.google.guava:guava-testlib:jar:18.0:compile (selected for compile)
[DEBUG]             com.google.code.findbugs:jsr305:jar:1.3.9:compile (selected for compile)
[DEBUG]             junit:junit:jar:4.8.2:compile (removed - nearer found: 3.8.1)
[DEBUG]             com.google.truth:truth:jar:0.23:compile (selected for compile)
[DEBUG]               junit:junit:jar:4.10:compile (removed - nearer found: 3.8.1)
[DEBUG]           org.powermock:powermock-module-junit4:jar:1.5.3:compile (selected for compile)
[DEBUG]             junit:junit:jar:4.11:compile (removed - nearer found: 3.8.1)
[DEBUG]             org.powermock:powermock-module-junit4-common:jar:1.5.3:compile (selected for compile)
[DEBUG]               junit:junit:jar:4.4:compile (removed - nearer found: 3.8.1)
[DEBUG]               org.powermock:powermock-core:jar:1.5.3:compile (selected for compile)
[DEBUG]                 org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]                   org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]                 org.javassist:javassist:jar:3.18.1-GA:compile (removed - nearer found: 3.18.2-GA)
[DEBUG]               org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]                 org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]           javax.inject:javax.inject:jar:1:compile (selected for compile)
[DEBUG]         com.google.code.gson:gson:jar:1.7.2:compile (selected for compile)
[DEBUG]         javax.servlet:servlet-api:jar:2.5:compile (selected for compile)
[DEBUG]         org.apache.cloudstack:cloud-framework-config:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]           org.apache.cloudstack:cloud-framework-db:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]             net.sf.ehcache:ehcache-core:jar:2.6.9:compile (selected for compile)
[DEBUG]               org.slf4j:slf4j-api:jar:1.6.1:compile (applying version: 1.7.7)
[DEBUG]             org.eclipse.persistence:javax.persistence:jar:2.1.0:compile (selected for compile)
[DEBUG]             commons-dbcp:commons-dbcp:jar:1.4:compile (selected for compile)
[DEBUG]             commons-pool:commons-pool:jar:1.6:compile (selected for compile)
[DEBUG]         org.powermock:powermock-module-junit4:jar:1.5.3:compile (selected for compile)
[DEBUG]           junit:junit:jar:4.11:compile (removed - nearer found: 3.8.1)
[DEBUG]           org.powermock:powermock-module-junit4-common:jar:1.5.3:compile (selected for compile)
[DEBUG]             junit:junit:jar:4.4:compile (removed - nearer found: 3.8.1)
[DEBUG]             org.powermock:powermock-core:jar:1.5.3:compile (selected for compile)
[DEBUG]               org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]                 org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]               org.javassist:javassist:jar:3.18.1-GA:compile (removed - nearer found: 3.18.2-GA)
[DEBUG]             org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]               org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]         javax.inject:javax.inject:jar:1:compile (selected for compile)
[DEBUG]       org.apache.cloudstack:cloud-engine-api:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]         org.apache.cloudstack:cloud-framework-db:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]           net.sf.ehcache:ehcache-core:jar:2.6.9:compile (selected for compile)
[DEBUG]             org.slf4j:slf4j-api:jar:1.6.1:compile (applying version: 1.7.7)
[DEBUG]           org.eclipse.persistence:javax.persistence:jar:2.1.0:compile (selected for compile)
[DEBUG]           commons-dbcp:commons-dbcp:jar:1.4:compile (selected for compile)
[DEBUG]           commons-pool:commons-pool:jar:1.6:compile (selected for compile)
[DEBUG]         org.apache.cxf:cxf-bundle-jaxrs:jar:2.7.13:compile (selected for compile)
[DEBUG]           org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile (selected for compile)
[DEBUG]             org.codehaus.woodstox:stax2-api:jar:3.1.4:compile (selected for compile)
[DEBUG]           org.codehaus.woodstox:stax2-api:jar:3.1.4:compile (selected for compile)
[DEBUG]           org.apache.ws.xmlschema:xmlschema-core:jar:2.1.0:compile (selected for compile)
[DEBUG]           org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1:compile (selected for compile)
[DEBUG]           wsdl4j:wsdl4j:jar:1.6.3:compile (selected for compile)
[DEBUG]           org.eclipse.jetty:jetty-continuation:jar:8.1.15.v20140411:compile (selected for compile)
[DEBUG]           org.eclipse.jetty:jetty-http:jar:8.1.15.v20140411:compile (selected for compile)
[DEBUG]             org.eclipse.jetty:jetty-io:jar:8.1.15.v20140411:compile (selected for compile)
[DEBUG]               org.eclipse.jetty:jetty-util:jar:8.1.15.v20140411:compile (selected for compile)
[DEBUG]           org.eclipse.jetty:jetty-io:jar:8.1.15.v20140411:compile (selected for compile)
[DEBUG]             org.eclipse.jetty:jetty-util:jar:8.1.15.v20140411:compile (selected for compile)
[DEBUG]           org.eclipse.jetty:jetty-util:jar:8.1.15.v20140411:compile (selected for compile)
[DEBUG]           org.eclipse.jetty:jetty-security:jar:8.1.15.v20140411:compile (selected for compile)
[DEBUG]           org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0:compile (selected for compile)
[DEBUG]           javax.ws.rs:javax.ws.rs-api:jar:2.0-m10:compile (selected for compile)
[DEBUG]         org.apache.cloudstack:cloud-framework-rest:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]           com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.4.4:compile (selected for compile)
[DEBUG]             com.fasterxml.jackson.core:jackson-core:jar:2.4.4:compile (selected for compile)
[DEBUG]             com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:compile (selected for compile)
[DEBUG]               com.fasterxml.jackson.core:jackson-annotations:jar:2.4.0:compile (selected for compile)
[DEBUG]           com.fasterxml.jackson.core:jackson-annotations:jar:2.4.0:compile (removed - nearer found: 2.4.4)
[DEBUG]           com.fasterxml.jackson.core:jackson-annotations:jar:2.4.4:compile (selected for compile)
[DEBUG]           com.fasterxml.jackson.core:jackson-core:jar:2.4.4:compile (selected for compile)
[DEBUG]           com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:compile (selected for compile)
[DEBUG]             com.fasterxml.jackson.core:jackson-annotations:jar:2.4.0:compile (removed - nearer found: 2.4.4)
[DEBUG]           com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.4.4:compile (selected for compile)
[DEBUG]             com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.4.4:compile (selected for compile)
[DEBUG]         org.apache.cloudstack:cloud-framework-ipc:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]       org.apache.cloudstack:cloud-framework-security:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]         commons-codec:commons-codec:jar:1.10:compile (selected for compile)
[DEBUG]       commons-codec:commons-codec:jar:1.10:compile (selected for compile)
[DEBUG]       org.powermock:powermock-module-junit4:jar:1.5.3:compile (selected for compile)
[DEBUG]         junit:junit:jar:4.11:compile (removed - nearer found: 3.8.1)
[DEBUG]         org.powermock:powermock-module-junit4-common:jar:1.5.3:compile (selected for compile)
[DEBUG]           junit:junit:jar:4.4:compile (removed - nearer found: 3.8.1)
[DEBUG]           org.powermock:powermock-core:jar:1.5.3:compile (selected for compile)
[DEBUG]             org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]               org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]             org.javassist:javassist:jar:3.18.1-GA:compile (removed - nearer found: 3.18.2-GA)
[DEBUG]           org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]             org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]       javax.inject:javax.inject:jar:1:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-framework-cluster:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]       org.apache.cloudstack:cloud-utils:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]         org.apache.cloudstack:cloud-framework-managed-context:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]           org.slf4j:slf4j-api:jar:1.7.7:compile (selected for compile)
[DEBUG]         org.aspectj:aspectjweaver:jar:1.8.4:compile (selected for compile)
[DEBUG]         org.slf4j:slf4j-api:jar:1.7.7:compile (selected for compile)
[DEBUG]         org.slf4j:slf4j-log4j12:jar:1.7.7:compile (selected for compile)
[DEBUG]         cglib:cglib-nodep:jar:3.1:compile (selected for compile)
[DEBUG]         commons-validator:commons-validator:jar:1.4.0:compile (selected for compile)
[DEBUG]           commons-beanutils:commons-beanutils:jar:1.8.3:compile (selected for compile)
[DEBUG]             commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]           commons-digester:commons-digester:jar:1.8:compile (selected for compile)
[DEBUG]           commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]         org.bouncycastle:bcprov-jdk16:jar:1.46:compile (selected for compile)
[DEBUG]         com.jcraft:jsch:jar:0.1.51:compile (selected for compile)
[DEBUG]         org.jasypt:jasypt:jar:1.9.2:compile (selected for compile)
[DEBUG]         com.trilead:trilead-ssh2:jar:1.0.0-build217:compile (selected for compile)
[DEBUG]         com.amazonaws:aws-java-sdk:jar:1.3.22:compile (selected for compile)
[DEBUG]           commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]           org.apache.httpcomponents:httpclient:jar:4.1:compile (applying version: 4.5)
[DEBUG]           org.apache.httpcomponents:httpclient:jar:4.5:compile (selected for compile)
[DEBUG]             org.apache.httpcomponents:httpcore:jar:4.4.1:compile (applying version: 4.4)
[DEBUG]             org.apache.httpcomponents:httpcore:jar:4.4:compile (selected for compile)
[DEBUG]             commons-logging:commons-logging:jar:1.2:compile (removed - nearer found: 1.1.3)
[DEBUG]             commons-codec:commons-codec:jar:1.9:compile (applying version: 1.10)
[DEBUG]           commons-codec:commons-codec:jar:1.3:compile (applying version: 1.10)
[DEBUG]           org.codehaus.jackson:jackson-core-asl:jar:1.8.9:compile (selected for compile)
[DEBUG]           org.codehaus.jackson:jackson-mapper-asl:jar:1.8.9:compile (selected for compile)
[DEBUG]         log4j:apache-log4j-extras:jar:1.2.17:runtime (selected for runtime)
[DEBUG]         javax.ejb:ejb-api:jar:3.0:compile (selected for compile)
[DEBUG]         com.googlecode.java-ipv6:java-ipv6:jar:0.15:compile (selected for compile)
[DEBUG]         commons-configuration:commons-configuration:jar:1.10:compile (selected for compile)
[DEBUG]           commons-lang:commons-lang:jar:2.6:compile (selected for compile)
[DEBUG]           commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]         org.reflections:reflections:jar:0.9.9:compile (selected for compile)
[DEBUG]           com.google.guava:guava:jar:15.0:compile (applying version: 18.0)
[DEBUG]           com.google.guava:guava:jar:18.0:compile (selected for compile)
[DEBUG]           org.javassist:javassist:jar:3.18.2-GA:compile (selected for compile)
[DEBUG]           com.google.code.findbugs:annotations:jar:2.0.1:compile (selected for compile)
[DEBUG]         org.owasp.esapi:esapi:jar:2.1.0:compile (selected for compile)
[DEBUG]           commons-configuration:commons-configuration:jar:1.5:compile (applying version: 1.10)
[DEBUG]           commons-beanutils:commons-beanutils-core:jar:1.7.0:compile (selected for compile)
[DEBUG]             commons-logging:commons-logging:jar:1.0:compile (removed - nearer found: 1.1.3)
[DEBUG]             commons-collections:commons-collections:jar:2.0:compile (selected for compile)
[DEBUG]           commons-fileupload:commons-fileupload:jar:1.2:compile (selected for compile)
[DEBUG]           commons-collections:commons-collections:jar:2.0:compile (removed - nearer found: 3.2)
[DEBUG]           commons-collections:commons-collections:jar:3.2:compile (selected for compile)
[DEBUG]           log4j:log4j:jar:1.2.16:compile (applying version: 1.2.17)
[DEBUG]           xom:xom:jar:1.2.5:compile (selected for compile)
[DEBUG]             xerces:xercesImpl:jar:2.8.0:compile (selected for compile)
[DEBUG]             xalan:xalan:jar:2.7.0:compile (selected for compile)
[DEBUG]           org.beanshell:bsh-core:jar:2.0b4:compile (selected for compile)
[DEBUG]           org.owasp.antisamy:antisamy:jar:1.4.3:compile (selected for compile)
[DEBUG]             xerces:xercesImpl:jar:2.8.1:compile (removed - nearer found: 2.8.0)
[DEBUG]             org.apache.xmlgraphics:batik-css:jar:1.7:compile (selected for compile)
[DEBUG]               org.apache.xmlgraphics:batik-ext:jar:1.7:compile (selected for compile)
[DEBUG]               org.apache.xmlgraphics:batik-util:jar:1.7:compile (selected for compile)
[DEBUG]             net.sourceforge.nekohtml:nekohtml:jar:1.9.12:compile (selected for compile)
[DEBUG]               xerces:xercesImpl:jar:2.8.1:compile (removed - nearer found: 2.8.0)
[DEBUG]             commons-httpclient:commons-httpclient:jar:3.1:compile (selected for compile)
[DEBUG]               commons-logging:commons-logging:jar:1.0.4:compile (removed - nearer found: 1.1.3)
[DEBUG]               commons-codec:commons-codec:jar:1.2:compile (applying version: 1.10)
[DEBUG]         org.opensaml:opensaml:jar:2.6.1:compile (selected for compile)
[DEBUG]           org.opensaml:openws:jar:1.5.1:compile (selected for compile)
[DEBUG]             org.opensaml:xmltooling:jar:1.4.1:compile (selected for compile)
[DEBUG]               org.bouncycastle:bcprov-jdk15:jar:1.46:compile (selected for compile)
[DEBUG]               commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]               joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]               ca.juliusdavies:not-yet-commons-ssl:jar:0.3.9:compile (selected for compile)
[DEBUG]                 commons-httpclient:commons-httpclient:jar:3.0:compile (removed - nearer found: 3.1)
[DEBUG]               org.apache.santuario:xmlsec:jar:1.5.6:compile (selected for compile)
[DEBUG]                 commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]               xerces:xercesImpl:jar:2.10.0:runtime (removed - nearer found: 2.8.0)
[DEBUG]               xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]               xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]               xalan:xalan:jar:2.7.1:runtime (removed - nearer found: 2.7.0)
[DEBUG]             commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]             joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]             org.apache.santuario:xmlsec:jar:1.5.6:compile (selected for compile)
[DEBUG]               commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.1.3)
[DEBUG]             xerces:xercesImpl:jar:2.10.0:runtime (removed - nearer found: 2.8.0)
[DEBUG]             xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]             xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]             xalan:xalan:jar:2.7.1:runtime (removed - nearer found: 2.7.0)
[DEBUG]           commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]           commons-collections:commons-collections:jar:3.2.1:compile (removed - nearer found: 3.2)
[DEBUG]           org.apache.velocity:velocity:jar:1.7:compile (selected for compile)
[DEBUG]             commons-collections:commons-collections:jar:3.2.1:compile (removed - nearer found: 3.2)
[DEBUG]             commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.6)
[DEBUG]           org.owasp.esapi:esapi:jar:2.0.1:compile (applying version: 2.1.0)
[DEBUG]           joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]           xerces:xercesImpl:jar:2.10.0:runtime (setting artifactScope to: compile)
[DEBUG]           xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]           xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]           xalan:xalan:jar:2.7.1:runtime (setting artifactScope to: compile)
[DEBUG]         commons-net:commons-net:jar:3.3:compile (selected for compile)
[DEBUG]         com.google.guava:guava-testlib:jar:18.0:compile (selected for compile)
[DEBUG]           com.google.code.findbugs:jsr305:jar:1.3.9:compile (selected for compile)
[DEBUG]           junit:junit:jar:4.8.2:compile (removed - nearer found: 3.8.1)
[DEBUG]           com.google.truth:truth:jar:0.23:compile (selected for compile)
[DEBUG]             junit:junit:jar:4.10:compile (removed - nearer found: 3.8.1)
[DEBUG]       org.apache.cloudstack:cloud-framework-db:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]         net.sf.ehcache:ehcache-core:jar:2.6.9:compile (selected for compile)
[DEBUG]           org.slf4j:slf4j-api:jar:1.6.1:compile (applying version: 1.7.7)
[DEBUG]         org.eclipse.persistence:javax.persistence:jar:2.1.0:compile (selected for compile)
[DEBUG]         commons-dbcp:commons-dbcp:jar:1.4:compile (selected for compile)
[DEBUG]         commons-pool:commons-pool:jar:1.6:compile (selected for compile)
[DEBUG]       org.apache.cloudstack:cloud-framework-config:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-framework-security:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]       org.apache.cloudstack:cloud-framework-ipc:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     org.apache.httpcomponents:httpcore:jar:4.4:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-framework-jobs:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]       org.apache.cloudstack:cloud-framework-events:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]         com.google.guava:guava:jar:18.0:compile (selected for compile)
[DEBUG]       org.apache.cloudstack:cloud-engine-schema:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     org.apache.httpcomponents:httpclient:jar:4.5:compile (selected for compile)
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.4.1:compile (applying version: 4.4)
[DEBUG]       commons-logging:commons-logging:jar:1.1.3:compile (removed - nearer found: 1.2)
[DEBUG]       commons-logging:commons-logging:jar:1.2:compile (selected for compile)
[DEBUG]       commons-codec:commons-codec:jar:1.9:compile (applying version: 1.10)
[DEBUG]     com.thoughtworks.xstream:xstream:jar:1.4.7:compile (selected for compile)
[DEBUG]       xmlpull:xmlpull:jar:1.1.3.1:compile (selected for compile)
[DEBUG]       xpp3:xpp3_min:jar:1.1.4c:compile (selected for compile)
[DEBUG]     javax.mail:mail:jar:1.4.7:compile (selected for compile)
[DEBUG]       javax.activation:activation:jar:1.1:compile (selected for compile)
[DEBUG]     jstl:jstl:jar:1.2:compile (selected for compile)
[DEBUG]     commons-codec:commons-codec:jar:1.10:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-utils:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]       org.apache.cloudstack:cloud-framework-managed-context:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]         org.slf4j:slf4j-api:jar:1.7.7:compile (selected for compile)
[DEBUG]       org.aspectj:aspectjweaver:jar:1.8.4:compile (selected for compile)
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.7:compile (selected for compile)
[DEBUG]       org.slf4j:slf4j-log4j12:jar:1.7.7:compile (selected for compile)
[DEBUG]       cglib:cglib-nodep:jar:3.1:compile (selected for compile)
[DEBUG]       commons-validator:commons-validator:jar:1.4.0:compile (selected for compile)
[DEBUG]         commons-beanutils:commons-beanutils:jar:1.8.3:compile (selected for compile)
[DEBUG]           commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]         commons-digester:commons-digester:jar:1.8:compile (selected for compile)
[DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]       org.bouncycastle:bcprov-jdk16:jar:1.46:compile (selected for compile)
[DEBUG]       com.jcraft:jsch:jar:0.1.51:compile (selected for compile)
[DEBUG]       org.jasypt:jasypt:jar:1.9.2:compile (selected for compile)
[DEBUG]       com.trilead:trilead-ssh2:jar:1.0.0-build217:compile (selected for compile)
[DEBUG]       com.amazonaws:aws-java-sdk:jar:1.3.22:compile (selected for compile)
[DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]         org.apache.httpcomponents:httpclient:jar:4.1:compile (applying version: 4.5)
[DEBUG]         commons-codec:commons-codec:jar:1.3:compile (applying version: 1.10)
[DEBUG]         org.codehaus.jackson:jackson-core-asl:jar:1.8.9:compile (selected for compile)
[DEBUG]         org.codehaus.jackson:jackson-mapper-asl:jar:1.8.9:compile (selected for compile)
[DEBUG]       log4j:apache-log4j-extras:jar:1.2.17:runtime (selected for runtime)
[DEBUG]       javax.ejb:ejb-api:jar:3.0:compile (selected for compile)
[DEBUG]       com.googlecode.java-ipv6:java-ipv6:jar:0.15:compile (selected for compile)
[DEBUG]       commons-configuration:commons-configuration:jar:1.10:compile (selected for compile)
[DEBUG]         commons-lang:commons-lang:jar:2.6:compile (selected for compile)
[DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]       org.reflections:reflections:jar:0.9.9:compile (selected for compile)
[DEBUG]         com.google.guava:guava:jar:15.0:compile (applying version: 18.0)
[DEBUG]         org.javassist:javassist:jar:3.18.2-GA:compile (selected for compile)
[DEBUG]         com.google.code.findbugs:annotations:jar:2.0.1:compile (selected for compile)
[DEBUG]       org.owasp.esapi:esapi:jar:2.1.0:compile (selected for compile)
[DEBUG]         commons-configuration:commons-configuration:jar:1.5:compile (applying version: 1.10)
[DEBUG]         commons-beanutils:commons-beanutils-core:jar:1.7.0:compile (selected for compile)
[DEBUG]           commons-logging:commons-logging:jar:1.0:compile (removed - nearer found: 1.2)
[DEBUG]           commons-collections:commons-collections:jar:2.0:compile (selected for compile)
[DEBUG]         commons-fileupload:commons-fileupload:jar:1.2:compile (selected for compile)
[DEBUG]         commons-collections:commons-collections:jar:2.0:compile (removed - nearer found: 3.2)
[DEBUG]         commons-collections:commons-collections:jar:3.2:compile (selected for compile)
[DEBUG]         log4j:log4j:jar:1.2.16:compile (applying version: 1.2.17)
[DEBUG]         xom:xom:jar:1.2.5:compile (selected for compile)
[DEBUG]           xerces:xercesImpl:jar:2.8.0:compile (selected for compile)
[DEBUG]           xalan:xalan:jar:2.7.0:compile (selected for compile)
[DEBUG]         org.beanshell:bsh-core:jar:2.0b4:compile (selected for compile)
[DEBUG]         org.owasp.antisamy:antisamy:jar:1.4.3:compile (selected for compile)
[DEBUG]           xerces:xercesImpl:jar:2.8.1:compile (removed - nearer found: 2.8.0)
[DEBUG]           org.apache.xmlgraphics:batik-css:jar:1.7:compile (selected for compile)
[DEBUG]             org.apache.xmlgraphics:batik-ext:jar:1.7:compile (selected for compile)
[DEBUG]             org.apache.xmlgraphics:batik-util:jar:1.7:compile (selected for compile)
[DEBUG]           net.sourceforge.nekohtml:nekohtml:jar:1.9.12:compile (selected for compile)
[DEBUG]             xerces:xercesImpl:jar:2.8.1:compile (removed - nearer found: 2.8.0)
[DEBUG]           commons-httpclient:commons-httpclient:jar:3.1:compile (selected for compile)
[DEBUG]             commons-logging:commons-logging:jar:1.0.4:compile (removed - nearer found: 1.2)
[DEBUG]             commons-codec:commons-codec:jar:1.2:compile (applying version: 1.10)
[DEBUG]       org.opensaml:opensaml:jar:2.6.1:compile (selected for compile)
[DEBUG]         org.opensaml:openws:jar:1.5.1:compile (selected for compile)
[DEBUG]           org.opensaml:xmltooling:jar:1.4.1:compile (selected for compile)
[DEBUG]             org.bouncycastle:bcprov-jdk15:jar:1.46:compile (selected for compile)
[DEBUG]             commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]             joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]             ca.juliusdavies:not-yet-commons-ssl:jar:0.3.9:compile (selected for compile)
[DEBUG]               commons-httpclient:commons-httpclient:jar:3.0:compile (removed - nearer found: 3.1)
[DEBUG]             org.apache.santuario:xmlsec:jar:1.5.6:compile (selected for compile)
[DEBUG]               commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]             xerces:xercesImpl:jar:2.10.0:runtime (removed - nearer found: 2.8.0)
[DEBUG]             xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]             xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]             xalan:xalan:jar:2.7.1:runtime (removed - nearer found: 2.7.0)
[DEBUG]           commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]           joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]           org.apache.santuario:xmlsec:jar:1.5.6:compile (selected for compile)
[DEBUG]             commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]           xerces:xercesImpl:jar:2.10.0:runtime (removed - nearer found: 2.8.0)
[DEBUG]           xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]           xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]           xalan:xalan:jar:2.7.1:runtime (removed - nearer found: 2.7.0)
[DEBUG]         commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]         commons-collections:commons-collections:jar:3.2.1:compile (removed - nearer found: 3.2)
[DEBUG]         org.apache.velocity:velocity:jar:1.7:compile (selected for compile)
[DEBUG]           commons-collections:commons-collections:jar:3.2.1:compile (removed - nearer found: 3.2)
[DEBUG]           commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.6)
[DEBUG]         org.owasp.esapi:esapi:jar:2.0.1:compile (applying version: 2.1.0)
[DEBUG]         joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]         xerces:xercesImpl:jar:2.10.0:runtime (setting artifactScope to: compile)
[DEBUG]         xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]         xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]         xalan:xalan:jar:2.7.1:runtime (setting artifactScope to: compile)
[DEBUG]       commons-net:commons-net:jar:3.3:compile (selected for compile)
[DEBUG]       com.google.code.gson:gson:jar:1.7.2:compile (selected for compile)
[DEBUG]       com.google.guava:guava-testlib:jar:18.0:compile (selected for compile)
[DEBUG]         com.google.code.findbugs:jsr305:jar:1.3.9:compile (selected for compile)
[DEBUG]         junit:junit:jar:4.8.2:compile (removed - nearer found: 3.8.1)
[DEBUG]         com.google.truth:truth:jar:0.23:compile (selected for compile)
[DEBUG]           junit:junit:jar:4.10:compile (removed - nearer found: 3.8.1)
[DEBUG]     org.reflections:reflections:jar:0.9.9:compile (selected for compile)
[DEBUG]       com.google.guava:guava:jar:15.0:compile (applying version: 18.0)
[DEBUG]       com.google.guava:guava:jar:18.0:compile (selected for compile)
[DEBUG]       org.javassist:javassist:jar:3.18.2-GA:compile (selected for compile)
[DEBUG]       com.google.code.findbugs:annotations:jar:2.0.1:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-api:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]       javax.servlet:servlet-api:jar:2.5:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-engine-schema:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-framework-ipc:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-framework-events:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-framework-config:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-engine-components-api:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     org.opensaml:opensaml:jar:2.6.1:compile (selected for compile)
[DEBUG]       org.opensaml:openws:jar:1.5.1:compile (selected for compile)
[DEBUG]         org.opensaml:xmltooling:jar:1.4.1:compile (selected for compile)
[DEBUG]           org.bouncycastle:bcprov-jdk15:jar:1.46:compile (selected for compile)
[DEBUG]           commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]           joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]           ca.juliusdavies:not-yet-commons-ssl:jar:0.3.9:compile (selected for compile)
[DEBUG]             commons-httpclient:commons-httpclient:jar:3.0:compile (removed - nearer found: 3.1)
[DEBUG]           org.apache.santuario:xmlsec:jar:1.5.6:compile (selected for compile)
[DEBUG]             commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]           xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]           xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]         commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]         commons-httpclient:commons-httpclient:jar:3.1:compile (selected for compile)
[DEBUG]           commons-codec:commons-codec:jar:1.2:compile (applying version: 1.10)
[DEBUG]         joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]         org.apache.santuario:xmlsec:jar:1.5.6:compile (selected for compile)
[DEBUG]           commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]         xerces:xercesImpl:jar:2.10.0:runtime (setting artifactScope to: compile)
[DEBUG]         xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]         xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]         xalan:xalan:jar:2.7.1:runtime (setting artifactScope to: compile)
[DEBUG]       commons-codec:commons-codec:jar:1.7:compile (applying version: 1.10)
[DEBUG]       commons-collections:commons-collections:jar:3.2:compile (removed - nearer found: 3.2.1)
[DEBUG]       commons-collections:commons-collections:jar:3.2.1:compile (selected for compile)
[DEBUG]       commons-lang:commons-lang:jar:2.6:compile (selected for compile)
[DEBUG]       org.apache.velocity:velocity:jar:1.7:compile (selected for compile)
[DEBUG]         commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.6)
[DEBUG]       org.owasp.esapi:esapi:jar:2.0.1:compile (applying version: 2.1.0)
[DEBUG]       joda-time:joda-time:jar:2.2:compile (selected for compile)
[DEBUG]       xerces:xercesImpl:jar:2.10.0:runtime (setting artifactScope to: compile)
[DEBUG]       xalan:serializer:jar:2.7.1:runtime (selected for runtime)
[DEBUG]       xml-resolver:xml-resolver:jar:1.2:runtime (selected for runtime)
[DEBUG]       xalan:xalan:jar:2.7.1:runtime (setting artifactScope to: compile)
[DEBUG]     org.powermock:powermock-module-junit4:jar:1.5.3:compile (selected for compile)
[DEBUG]       junit:junit:jar:4.11:compile (removed - nearer found: 3.8.1)
[DEBUG]       org.powermock:powermock-module-junit4-common:jar:1.5.3:compile (selected for compile)
[DEBUG]         junit:junit:jar:4.4:compile (removed - nearer found: 3.8.1)
[DEBUG]         org.powermock:powermock-core:jar:1.5.3:compile (selected for compile)
[DEBUG]           org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]             org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]           org.javassist:javassist:jar:3.18.1-GA:compile (removed - nearer found: 3.18.2-GA)
[DEBUG]         org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]           org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]     javax.inject:javax.inject:jar:1:compile (selected for compile)
[DEBUG]   org.apache.cloudstack:cloud-api:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     com.google.code.gson:gson:jar:1.7.2:compile (selected for compile)
[DEBUG]     javax.servlet:servlet-api:jar:2.5:compile (selected for compile)
[DEBUG]   org.apache.cloudstack:cloud-utils:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-framework-managed-context:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.7:compile (selected for compile)
[DEBUG]     org.springframework:spring-context:jar:3.2.12.RELEASE:compile (selected for compile)
[DEBUG]       org.springframework:spring-expression:jar:3.2.12.RELEASE:compile (selected for compile)
[DEBUG]     org.aspectj:aspectjweaver:jar:1.8.4:compile (selected for compile)
[DEBUG]     org.slf4j:slf4j-api:jar:1.7.7:compile (selected for compile)
[DEBUG]     org.slf4j:slf4j-log4j12:jar:1.7.7:compile (selected for compile)
[DEBUG]     cglib:cglib-nodep:jar:3.1:compile (selected for compile)
[DEBUG]     commons-validator:commons-validator:jar:1.4.0:compile (selected for compile)
[DEBUG]       commons-beanutils:commons-beanutils:jar:1.8.3:compile (selected for compile)
[DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]       commons-digester:commons-digester:jar:1.8:compile (selected for compile)
[DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]     org.bouncycastle:bcprov-jdk16:jar:1.46:compile (selected for compile)
[DEBUG]     com.jcraft:jsch:jar:0.1.51:compile (selected for compile)
[DEBUG]     org.jasypt:jasypt:jar:1.9.2:compile (selected for compile)
[DEBUG]     com.trilead:trilead-ssh2:jar:1.0.0-build217:compile (selected for compile)
[DEBUG]     com.amazonaws:aws-java-sdk:jar:1.3.22:compile (selected for compile)
[DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.1:compile (applying version: 4.5)
[DEBUG]       commons-codec:commons-codec:jar:1.3:compile (applying version: 1.10)
[DEBUG]       org.codehaus.jackson:jackson-core-asl:jar:1.8.9:compile (selected for compile)
[DEBUG]       org.codehaus.jackson:jackson-mapper-asl:jar:1.8.9:compile (selected for compile)
[DEBUG]     log4j:apache-log4j-extras:jar:1.2.17:runtime (selected for runtime)
[DEBUG]     javax.ejb:ejb-api:jar:3.0:compile (selected for compile)
[DEBUG]     com.googlecode.java-ipv6:java-ipv6:jar:0.15:compile (selected for compile)
[DEBUG]     commons-configuration:commons-configuration:jar:1.10:compile (selected for compile)
[DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile (removed - nearer found: 1.2)
[DEBUG]     org.owasp.esapi:esapi:jar:2.1.0:compile (selected for compile)
[DEBUG]       commons-configuration:commons-configuration:jar:1.5:compile (applying version: 1.10)
[DEBUG]       commons-beanutils:commons-beanutils-core:jar:1.7.0:compile (selected for compile)
[DEBUG]         commons-logging:commons-logging:jar:1.0:compile (removed - nearer found: 1.2)
[DEBUG]         commons-collections:commons-collections:jar:2.0:compile (removed - nearer found: 3.2.1)
[DEBUG]       commons-fileupload:commons-fileupload:jar:1.2:compile (selected for compile)
[DEBUG]       commons-collections:commons-collections:jar:3.2:compile (removed - nearer found: 3.2.1)
[DEBUG]       log4j:log4j:jar:1.2.16:compile (applying version: 1.2.17)
[DEBUG]       xom:xom:jar:1.2.5:compile (selected for compile)
[DEBUG]         xerces:xercesImpl:jar:2.8.0:compile (selected for compile)
[DEBUG]         xalan:xalan:jar:2.7.0:compile (selected for compile)
[DEBUG]       org.beanshell:bsh-core:jar:2.0b4:compile (selected for compile)
[DEBUG]       org.owasp.antisamy:antisamy:jar:1.4.3:compile (selected for compile)
[DEBUG]         xerces:xercesImpl:jar:2.8.1:compile (removed - nearer found: 2.8.0)
[DEBUG]         org.apache.xmlgraphics:batik-css:jar:1.7:compile (selected for compile)
[DEBUG]           org.apache.xmlgraphics:batik-ext:jar:1.7:compile (selected for compile)
[DEBUG]           org.apache.xmlgraphics:batik-util:jar:1.7:compile (selected for compile)
[DEBUG]         net.sourceforge.nekohtml:nekohtml:jar:1.9.12:compile (selected for compile)
[DEBUG]           xerces:xercesImpl:jar:2.8.1:compile (removed - nearer found: 2.8.0)
[DEBUG]     commons-net:commons-net:jar:3.3:compile (selected for compile)
[DEBUG]     com.google.guava:guava-testlib:jar:18.0:compile (selected for compile)
[DEBUG]       com.google.code.findbugs:jsr305:jar:1.3.9:compile (selected for compile)
[DEBUG]       junit:junit:jar:4.8.2:compile (removed - nearer found: 3.8.1)
[DEBUG]       com.google.truth:truth:jar:0.23:compile (selected for compile)
[DEBUG]         junit:junit:jar:4.10:compile (removed - nearer found: 3.8.1)
[DEBUG]   org.apache.cloudstack:cloud-framework-config:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]     org.apache.cloudstack:cloud-framework-db:jar:4.6.0-SNAPSHOT:compile (selected for compile)
[DEBUG]       net.sf.ehcache:ehcache-core:jar:2.6.9:compile (selected for compile)
[DEBUG]         org.slf4j:slf4j-api:jar:1.6.1:compile (applying version: 1.7.7)
[DEBUG]       org.eclipse.persistence:javax.persistence:jar:2.1.0:compile (selected for compile)
[DEBUG]       commons-dbcp:commons-dbcp:jar:1.4:compile (selected for compile)
[DEBUG]       commons-pool:commons-pool:jar:1.6:compile (selected for compile)
[DEBUG]   org.apache.cloudstack:cloud-api:test-jar:tests:4.6.0-SNAPSHOT:test (selected for test)
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.3:test (selected for test)
[DEBUG]   org.mockito:mockito-all:jar:1.9.5:test (selected for test)
[DEBUG]   junit:junit:jar:4.11:test (not setting artifactScope to: compile; local artifactScope test wins)
[WARNING]
        Artifact junit:junit:jar:4.11:test retains local artifactScope 'test' overriding broader artifactScope 'compile'
        given by a dependency. If this is not intended, modify or remove the local artifactScope.

[DEBUG]   junit:junit:jar:3.8.1:compile (removed - nearer found: 4.11)
[DEBUG]   junit:junit:jar:4.11:test (selected for test)
[DEBUG]   org.powermock:powermock-module-junit4:jar:1.5.3:compile (selected for compile)
[DEBUG]     junit:junit:jar:4.11:test (not setting artifactScope to: compile; local artifactScope test wins)
[DEBUG]     org.powermock:powermock-module-junit4-common:jar:1.5.3:compile (selected for compile)
[DEBUG]       junit:junit:jar:4.11:test (not setting artifactScope to: compile; local artifactScope test wins)
[DEBUG]       junit:junit:jar:4.4:compile (removed - nearer found: 4.11)
[DEBUG]       org.powermock:powermock-core:jar:1.5.3:compile (selected for compile)
[DEBUG]         org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]           org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]         org.javassist:javassist:jar:3.18.1-GA:compile (removed - nearer found: 3.18.2-GA)
[DEBUG]       org.powermock:powermock-reflect:jar:1.5.3:compile (selected for compile)
[DEBUG]         org.objenesis:objenesis:jar:2.1:compile (selected for compile)
[DEBUG]   org.powermock:powermock-api-mockito:jar:1.5.3:test (selected for test)
[DEBUG]     org.powermock:powermock-api-support:jar:1.5.3:test (selected for test)
[DEBUG]   org.springframework:spring-test:jar:3.2.12.RELEASE:test (selected for test)
[DEBUG]     org.springframework:spring-core:jar:3.2.12.RELEASE:test (setting artifactScope to: compile)
[DEBUG]   javax.inject:javax.inject:jar:1:compile (selected for compile)
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-core:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-managed-context:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-engine-api:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-db:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] [DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-rest:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-cluster:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-security:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
Skipped remote update check for org.apache.cloudstack:cloud-framework-ipc:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-events:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-engine-schema:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-framework-jobs:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for org.apache.cloudstack:cloud-engine-components-api:4.6.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Building project for org.objenesis:objenesis:jar:2.1:compile
[DEBUG] Adding project with groupId [org.objenesis]
[DEBUG] Building project for commons-logging:commons-logging:jar:1.2:compile
[DEBUG] Adding project with groupId [commons-logging]
[DEBUG] Building project for xml-apis:xml-apis:jar:1.4.01:compile
[DEBUG] Adding project with groupId [xml-apis]
[DEBUG] Building project for commons-beanutils:commons-beanutils:jar:1.8.3:compile
[DEBUG] Adding project with groupId [commons-beanutils]
[DEBUG] Building project for org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
[DEBUG] Adding project with groupId [org.eclipse.persistence]
[DEBUG] Building project for com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.4.4:compile
[DEBUG] Adding project with groupId [com.fasterxml.jackson.jaxrs]
[DEBUG] Building project for org.javassist:javassist:jar:3.18.2-GA:compile
[DEBUG] Adding project with groupId [org.javassist]
[DEBUG] Building project for org.apache.xmlgraphics:batik-css:jar:1.7:compile
[DEBUG] Adding project with groupId [org.apache.xmlgraphics]
[DEBUG] Building project for commons-dbcp:commons-dbcp:jar:1.4:compile
[DEBUG] Adding project with groupId [commons-dbcp]
[DEBUG] Building project for org.eclipse.jetty:jetty-http:jar:8.1.15.v20140411:compile
[DEBUG] Adding project with groupId [org.eclipse.jetty]
[DEBUG] Building project for org.apache.cloudstack:cloud-framework-ipc:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.apache.cloudstack:cloud-engine-api:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.apache.ws.commons.util:ws-commons-util:jar:1.0.2:compile
[DEBUG] Adding project with groupId [org.apache.ws.commons.util]
[DEBUG] Building project for commons-httpclient:commons-httpclient:jar:3.1:compile
[DEBUG] Adding project with groupId [commons-httpclient]
[DEBUG] Building project for commons-configuration:commons-configuration:jar:1.10:compile
[DEBUG] Adding project with groupId [commons-configuration]
[DEBUG] Building project for org.powermock:powermock-module-junit4:jar:1.5.3:compile
[DEBUG] Adding project with groupId [org.powermock]
[DEBUG] Building project for org.springframework:spring-context:jar:3.2.12.RELEASE:compile
[DEBUG] Adding project with groupId [org.springframework]
[DEBUG] Building project for org.springframework:spring-aop:jar:3.2.12.RELEASE:compile
[DEBUG] Adding project with groupId [org.springframework]
[DEBUG] Building project for org.apache.santuario:xmlsec:jar:1.5.6:compile
[DEBUG] Adding project with groupId [org.apache.santuario]
[DEBUG] Building project for org.apache.cloudstack:cloud-api:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.opensaml:opensaml:jar:2.6.1:compile
[DEBUG] Adding project with groupId [org.opensaml]
[DEBUG] Building project for org.opensaml:xmltooling:jar:1.4.1:compile
[DEBUG] Adding project with groupId [org.opensaml]
[DEBUG] Building project for com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.4.4:compile
[DEBUG] Adding project with groupId [com.fasterxml.jackson.module]
[DEBUG] Building project for javax.mail:mail:jar:1.4.7:compile
[DEBUG] Adding project with groupId [javax.mail]
[DEBUG] Building project for xalan:xalan:jar:2.7.0:compile
[DEBUG] Adding project with groupId [xalan]
[DEBUG] Building project for org.apache.commons:commons-lang3:jar:3.4:compile
[DEBUG] Adding project with groupId [org.apache.commons]
[DEBUG] Building project for com.thoughtworks.xstream:xstream:jar:1.4.7:compile
[DEBUG] Adding project with groupId [com.thoughtworks.xstream]
[DEBUG] Building project for org.apache.ws.xmlschema:xmlschema-core:jar:2.1.0:compile
[DEBUG] Adding project with groupId [org.apache.ws.xmlschema]
[DEBUG] Building project for org.springframework:spring-web:jar:3.2.12.RELEASE:compile
[DEBUG] Adding project with groupId [org.springframework]
[DEBUG] Building project for xom:xom:jar:1.2.5:compile
[DEBUG] Adding project with groupId [xom]
[DEBUG] Building project for javax.ejb:ejb-api:jar:3.0:compile
[DEBUG] Adding project with groupId [javax.ejb]
[DEBUG] Building project for commons-beanutils:commons-beanutils-core:jar:1.7.0:compile
[DEBUG] Adding project with groupId [commons-beanutils]
[DEBUG] Building project for org.apache.cloudstack:cloud-framework-config:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.apache.cloudstack:cloud-framework-rest:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.apache.cloudstack:cloud-core:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for javax.servlet:servlet-api:jar:2.5:compile
[DEBUG] Adding project with groupId [javax.servlet]
[DEBUG] Building project for org.apache.httpcomponents:httpclient:jar:4.5:compile
[DEBUG] Adding project with groupId [org.apache.httpcomponents]
[DEBUG] Building project for org.apache.xmlgraphics:batik-ext:jar:1.7:compile
[DEBUG] Adding project with groupId [org.apache.xmlgraphics]
[DEBUG] Building project for org.opensaml:openws:jar:1.5.1:compile
[DEBUG] Adding project with groupId [org.opensaml]
[DEBUG] Building project for commons-io:commons-io:jar:2.4:compile
[DEBUG] Adding project with groupId [commons-io]
[DEBUG] Building project for org.apache.cloudstack:cloud-framework-cluster:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for net.sf.ehcache:ehcache-core:jar:2.6.9:compile
[DEBUG] Adding project with groupId [net.sf.ehcache]
[DEBUG] Building project for org.eclipse.jetty:jetty-security:jar:8.1.15.v20140411:compile
[DEBUG] Adding project with groupId [org.eclipse.jetty]
[DEBUG] Building project for org.apache.xmlrpc:xmlrpc-client:jar:3.1.3:compile
[DEBUG] Adding project with groupId [org.apache.xmlrpc]
[DEBUG] Building project for org.owasp.antisamy:antisamy:jar:1.4.3:compile
[DEBUG] Adding project with groupId [org.owasp.antisamy]
[DEBUG] Building project for com.google.guava:guava-testlib:jar:18.0:compile
[DEBUG] Adding project with groupId [com.google.guava]
[DEBUG] Building project for org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
[DEBUG] Adding project with groupId [org.codehaus.woodstox]
[DEBUG] Building project for org.apache.cloudstack:cloud-engine-schema:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.apache.cloudstack:cloud-utils:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.apache.cloudstack:cloud-framework-jobs:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.4.4:compile
[DEBUG] Adding project with groupId [com.fasterxml.jackson.jaxrs]
[DEBUG] Building project for org.powermock:powermock-reflect:jar:1.5.3:compile
[DEBUG] Adding project with groupId [org.powermock]
[DEBUG] Building project for xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG] Adding project with groupId [xmlpull]
[DEBUG] Building project for xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG] Adding project with groupId [xpp3]
[DEBUG] Building project for com.googlecode.java-ipv6:java-ipv6:jar:0.15:compile
[DEBUG] Adding project with groupId [com.googlecode.java-ipv6]
[DEBUG] Building project for com.google.guava:guava:jar:18.0:compile
[DEBUG] Adding project with groupId [com.google.guava]
[DEBUG] Building project for org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1:compile
[DEBUG] Adding project with groupId [org.apache.geronimo.specs]
[DEBUG] Building project for org.powermock:powermock-module-junit4-common:jar:1.5.3:compile
[DEBUG] Adding project with groupId [org.powermock]
[DEBUG] Building project for org.apache.cloudstack:cloud-server:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.apache.cloudstack:cloud-framework-managed-context:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for jstl:jstl:jar:1.2:compile
[DEBUG] Adding project with groupId [jstl]
[DEBUG] Building project for cglib:cglib-nodep:jar:3.1:compile
[DEBUG] Adding project with groupId [cglib]
[DEBUG] Building project for commons-lang:commons-lang:jar:2.6:compile
[DEBUG] Adding project with groupId [commons-lang]
[DEBUG] Building project for org.apache.cxf:cxf-bundle-jaxrs:jar:2.7.13:compile
[DEBUG] Adding project with groupId [org.apache.cxf]
[DEBUG] Building project for org.slf4j:slf4j-api:jar:1.7.7:compile
[DEBUG] Adding project with groupId [org.slf4j]
[DEBUG] Building project for xerces:xercesImpl:jar:2.8.0:compile
[DEBUG] Adding project with groupId [xerces]
[DEBUG] Building project for org.springframework:spring-core:jar:3.2.12.RELEASE:compile
[DEBUG] Adding project with groupId [org.springframework]
[DEBUG] Building project for com.google.code.findbugs:annotations:jar:2.0.1:compile
[DEBUG] Adding project with groupId [com.google.code.findbugs]
[DEBUG] Building project for com.trilead:trilead-ssh2:jar:1.0.0-build217:compile
[DEBUG] Adding project with groupId [com.trilead]
[DEBUG] Building project for com.fasterxml.jackson.core:jackson-annotations:jar:2.4.4:compile
[DEBUG] Adding project with groupId [com.fasterxml.jackson.core]
[DEBUG] Building project for org.apache.httpcomponents:httpcore:jar:4.4:compile
[DEBUG] Adding project with groupId [org.apache.httpcomponents]
[DEBUG] Building project for org.codehaus.jackson:jackson-mapper-asl:jar:1.8.9:compile
[DEBUG] Adding project with groupId [org.codehaus.jackson]
[DEBUG] Building project for log4j:log4j:jar:1.2.17:compile
[DEBUG] Adding project with groupId [log4j]
[DEBUG] Building project for log4j:apache-log4j-extras:jar:1.2.17:runtime
[DEBUG] Adding project with groupId [log4j]
[DEBUG] Building project for commons-digester:commons-digester:jar:1.8:compile
[DEBUG] Adding project with groupId [commons-digester]
[DEBUG] Building project for javax.activation:activation:jar:1.1:compile
[DEBUG] Adding project with groupId [javax.activation]
[DEBUG] Building project for org.reflections:reflections:jar:0.9.9:compile
[DEBUG] Adding project with groupId [org.reflections]
[DEBUG] Building project for commons-net:commons-net:jar:3.3:compile
[DEBUG] Adding project with groupId [commons-net]
[DEBUG] Building project for org.apache.cloudstack:cloud-framework-events:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.eclipse.jetty:jetty-io:jar:8.1.15.v20140411:compile
[DEBUG] Adding project with groupId [org.eclipse.jetty]
[DEBUG] Building project for aopalliance:aopalliance:jar:1.0:compile
[DEBUG] Adding project with groupId [aopalliance]
[DEBUG] Building project for com.google.truth:truth:jar:0.23:compile
[DEBUG] Adding project with groupId [com.google.truth]
[DEBUG] Building project for org.eclipse.jetty:jetty-util:jar:8.1.15.v20140411:compile
[DEBUG] Adding project with groupId [org.eclipse.jetty]
[DEBUG] Building project for org.bouncycastle:bcprov-jdk16:jar:1.46:compile
[DEBUG] Adding project with groupId [org.bouncycastle]
[DEBUG] Building project for org.codehaus.jackson:jackson-core-asl:jar:1.8.9:compile
[DEBUG] Adding project with groupId [org.codehaus.jackson]
[DEBUG] Building project for net.sourceforge.nekohtml:nekohtml:jar:1.9.12:compile
[DEBUG] Adding project with groupId [net.sourceforge.nekohtml]
[DEBUG] Building project for com.google.code.findbugs:jsr305:jar:1.3.9:compile
[DEBUG] Adding project with groupId [com.google.code.findbugs]
[DEBUG] Building project for org.apache.xmlgraphics:batik-util:jar:1.7:compile
[DEBUG] Adding project with groupId [org.apache.xmlgraphics]
[DEBUG] Building project for xml-resolver:xml-resolver:jar:1.2:runtime
[DEBUG] Adding project with groupId [xml-resolver]
[DEBUG] Building project for org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[DEBUG] Adding project with groupId [org.codehaus.woodstox]
[DEBUG] Building project for org.slf4j:slf4j-log4j12:jar:1.7.7:compile
[DEBUG] Adding project with groupId [org.slf4j]
[DEBUG] Building project for org.springframework:spring-beans:jar:3.2.12.RELEASE:compile
[DEBUG] Adding project with groupId [org.springframework]
[DEBUG] Building project for commons-fileupload:commons-fileupload:jar:1.2:compile
[DEBUG] Adding project with groupId [commons-fileupload]
[DEBUG] Building project for xalan:serializer:jar:2.7.1:runtime
[DEBUG] Adding project with groupId [xalan]
[DEBUG] Building project for commons-validator:commons-validator:jar:1.4.0:compile
[DEBUG] Adding project with groupId [commons-validator]
[DEBUG] Building project for com.jcraft:jsch:jar:0.1.51:compile
[DEBUG] Adding project with groupId [com.jcraft]
[DEBUG] Building project for org.beanshell:bsh-core:jar:2.0b4:compile
[DEBUG] Adding project with groupId [org.beanshell]
[DEBUG] Building project for wsdl4j:wsdl4j:jar:1.6.3:compile
[DEBUG] Adding project with groupId [wsdl4j]
[DEBUG] Building project for org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0:compile
[DEBUG] Adding project with groupId [org.apache.geronimo.specs]
[DEBUG] Building project for commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] Adding project with groupId [commons-collections]
[DEBUG] Building project for commons-codec:commons-codec:jar:1.10:compile
[DEBUG] Adding project with groupId [commons-codec]
[DEBUG] Building project for org.springframework:spring-expression:jar:3.2.12.RELEASE:compile
[DEBUG] Adding project with groupId [org.springframework]
[DEBUG] Building project for com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:compile
[DEBUG] Adding project with groupId [com.fasterxml.jackson.core]
[DEBUG] Building project for org.owasp.esapi:esapi:jar:2.1.0:compile
[DEBUG] Adding project with groupId [org.owasp.esapi]
[DEBUG] Building project for org.apache.cloudstack:cloud-framework-security:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.jasypt:jasypt:jar:1.9.2:compile
[DEBUG] Adding project with groupId [org.jasypt]
[DEBUG] Building project for javax.inject:javax.inject:jar:1:compile
[DEBUG] Adding project with groupId [javax.inject]
[DEBUG] Building project for org.apache.xmlrpc:xmlrpc-common:jar:3.1.3:compile
[DEBUG] Adding project with groupId [org.apache.xmlrpc]
[DEBUG] Building project for joda-time:joda-time:jar:2.2:compile
[DEBUG] Adding project with groupId [joda-time]
[DEBUG] Building project for commons-pool:commons-pool:jar:1.6:compile
[DEBUG] Adding project with groupId [commons-pool]
[DEBUG] Building project for com.fasterxml.jackson.core:jackson-core:jar:2.4.4:compile
[DEBUG] Adding project with groupId [com.fasterxml.jackson.core]
[DEBUG] Building project for com.amazonaws:aws-java-sdk:jar:1.3.22:compile
[DEBUG] Adding project with groupId [com.amazonaws]
[DEBUG] Building project for com.google.code.gson:gson:jar:1.7.2:compile
[DEBUG] Adding project with groupId [com.google.code.gson]
[DEBUG] Building project for javax.ws.rs:javax.ws.rs-api:jar:2.0-m10:compile
[DEBUG] Adding project with groupId [javax.ws.rs]
[DEBUG] Building project for org.apache.cloudstack:cloud-engine-components-api:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.apache.cloudstack:cloud-framework-db:jar:4.6.0-SNAPSHOT:compile
[DEBUG] Adding project with groupId [org.apache.cloudstack]
[DEBUG] Building project for org.aspectj:aspectjweaver:jar:1.8.4:compile
[DEBUG] Adding project with groupId [org.aspectj]
[DEBUG] Building project for org.eclipse.jetty:jetty-continuation:jar:8.1.15.v20140411:compile
[DEBUG] Adding project with groupId [org.eclipse.jetty]
[DEBUG] Building project for org.powermock:powermock-core:jar:1.5.3:compile
[DEBUG] Adding project with groupId [org.powermock]
[DEBUG] Building project for org.bouncycastle:bcprov-jdk15:jar:1.46:compile
[DEBUG] Adding project with groupId [org.bouncycastle]
[DEBUG] Building project for ca.juliusdavies:not-yet-commons-ssl:jar:0.3.9:compile
[DEBUG] Adding project with groupId [ca.juliusdavies]
[DEBUG] Building project for org.apache.velocity:velocity:jar:1.7:compile
[DEBUG] Adding project with groupId [org.apache.velocity]
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-plugin-hypervisor-ovm3 ---
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.5:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG]       commons-cli:commons-cli:jar:1.0:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]       classworlds:classworlds:jar:1.1:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]       junit:junit:jar:3.8.1:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.0:compile
[DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.5
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.5
[DEBUG]   Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.5
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG]   Included: commons-cli:commons-cli:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.0
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG]   Excluded: classworlds:classworlds:jar:1.1
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.5:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@4065c4]
[debug] execute contextualize
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.5:resources' with basic configurator -->
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:4.6.0-SNAPSHOT @ /data/code/acs/cloudstack/plugins/hypervisors/ovm3/pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/resources, PatternSet [includes: {}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@8dc1ef
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.OLDPWD=/data/code/acs/cloudstack, file.encoding.pkg=sun.io, cs.jpa.version=2.1.0, env.WBEMHOME=/data/vcenter-dev/visdk/samples/Axis/java, cs.axis2.version=1.5.6, java.home=/usr/lib/jvm/java-7-openjdk-i386/jre, cs.jdk.version=1.7, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:, env.SSH_TTY=/dev/pts/0, classworlds.conf=/usr/share/maven/bin/m2.conf, env.XDG_SESSION_COOKIE=7b7490c184458e3058176f5b4e2fb03f-1445944373.854443-1182027246, java.endorsed.dirs=/usr/lib/jvm/java-7-openjdk-i386/jre/lib/endorsed, env.LOGNAME=root, noredist=true, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, java.version=1.7.0_79, env.xx=/data/cloudstack/buildcode/3.0.x.latest/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_CLIENT=10.144.6.16 57957 22, cs.java-ipv6.version=0.15, cs.rados-java.version=0.2.0, cs.ehcache.version=2.6.9, user.name=root, env.LANG=en_US.UTF-8, cs.collections.version=3.2.1, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, java.runtime.name=OpenJDK Runtime Environment, env.SSH_CONNECTION=10.144.6.16 57957 10.102.192.98 22, java.specification.name=Java Platform API Specification, user.timezone=, env.LESSOPEN=| /usr/bin/lesspipe %s, path.separator=:, cs.selenium.server.version=1.0-20081010.060147, env.y=/data/cloudstack/buildcode/2215/cloudstack-oss/, env.x=/bata/code/ccp/internal/ccp-4.2.1/xd/internal-cloudstack, cs.xstream.version=1.4.7, env.u=/one/sree/logs/s-2526/, cs.pool.version=1.6, file.encoding=UTF-8, env.t=/data/cloudstack/apache/latest-vmware-5.1.sdk/testing-master/cloudstack/, env.s=/data/code/acs/controller-branch/cloudstack, env.r=/bata/code/apache/4.2/cloudstack/, env.AXISHOME=/data/vcenter-dev/axis, env.HOME=/root, env.o=/data/code/ccp/45/internal-cloudstack/, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean install -Dnoredist -rf :cloud-plugin-hypervisor-ovm3 -X, env.n=/data/code/ccp/43/internal-cloudstack, env.m=/data/cloudstack/apache/latest-vmware-5.1.sdk/master/cloudstack/, cs.commons-io.version=2.4, cs.codec.version=1.10, env.i=/data/code/ccp/ccp45-fresh/internal-cloudstack/, cs.rampart.version=1.5.1, env.g=/data/code/acs/github/cloudstack, env.f=/data/code/ccp/ccp45-fresh/internal-cloudstack, env.e=/one/logs/xd/, env.d=/data/code/acs/deploy-from-snapshot/cloudstack, env.b=/one/logs/bt/, cs.xml-apis.version=1.4.01, env.a=/one/sree/logs/adsk_logs_20140620/, env._=/usr/bin/mvn, java.io.tmpdir=/tmp, user.language=en, line.separator=
, cs.opensaml.version=2.6.1, cs.ejb.version=3.0, cs.log4j.extras.version=1.2.17, cs.configuration.version=1.10, java.vm.info=mixed mode, java.vm.specification.name=Java Virtual Machine Specification, project.reporting.outputEncoding=UTF-8, cs.mail.version=1.4.7, sourceReleaseAssemblyDescriptor=source-release, cs.xapi.version=6.2.0-3.1, cs.neethi.version=2.0.4, cs.junit.version=4.11, java.awt.printerjob=sun.print.PSPrinterJob, cs.mycila.license.version=2.7, distMgmtSnapshotsName=Apache Development Snapshot Repository, cs.findbugs.version=3.0.1, distMgmtSnapshotsUrl=https://repository.apache.org/content/repositories/snapshots, cs.commons-httpclient.version=3.1, cs.libvirt-java.version=0.5.1, env.SDKHOME=/data/vcenter-dev/visdk, cs.hamcrest.version=1.3, env.CLASSPATH=.:/usr/lib/jvm/java-7-openjdk-i386//lib:/usr/lib/jvm/java-7-openjdk-i386//jre/lib:/data/vcenter-dev/axislibaxis.jar:/data/vcenter-dev/axislibaxis-ant.jar:/data/vcenter-dev/axislibcommons-discovery-0.2.jar:/data/vcenter-dev/axislibcommons-logging-1.0.4.jar:/data/vcenter-dev/axislibjaxrpc.jar:/data/vcenter-dev/axisliblog4j-1.2.8.jar:/data/vcenter-dev/axislibsaaj.jar:/data/vcenter-dev/axislibwsdl4j-1.5.1.jar:libtools.jar:/data/vcenter-dev/visdksamplesAxisjavavim.jar:/data/vcenter-dev/visdksamplesAxisjavavim25.jar:/data/vcenter-dev/visdksamplesAxisjavaapputils.jar:/data/vcenter-dev/visdksamplesAxisjavasamples.jar:/data/vcenter-dev/visdksamplesAxisjavalibactivation.jar:/data/vcenter-dev/visdksamplesAxisjavalibmailapi.jar:/data/vcenter-dev/visdksamplesAxisjavalibwbem.jar:/root/Downloads/visdk-classes/jaxrpc.jar:/root/Downloads/visdk-classes/axis.jar:/data/write/, os.name=Linux, java.specification.vendor=Oracle Corporation, env.TERM=xterm, java.vm.name=OpenJDK Server VM, java.library.path=/usr/java/packages/lib/i386:/usr/lib/i386-linux-gnu/jni:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/jni:/lib:/usr/lib, env.PATH=/usr/lib/jvm/java-7-openjdk-i386//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/bin:/data/vcenter-dev/axis/bin:/usr/local/maven/bin, env.LESSCLOSE=/usr/bin/lesspipe %s %s, java.class.version=51.0, env.SHLVL=1, cs.mysql.version=5.1.34, cs.dbcp.version=1.4, cs.xmlrpc.version=3.1.3, sun.boot.library.path=/usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386, project.build.sourceEncoding=UTF-8, cs.guava.version=18.0, sun.management.compiler=HotSpot Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.VMKEYSTORE=/root/vmware-certs/vmware.keystore, cs.log4j.version=1.2.17, env.USER=root, cs.jstl.version=1.2, cs.jsch.version=0.1.51, env.JRE_HOME=/usr/lib/jvm/java-7-openjdk-i386//jre, cs.gson.version=1.7.2, cs.daemon.version=1.0.15, env.esx=/data/hg/os-vpx.hg/os-vpx-scripts/usr/lib/python2.6/site-packages/, gpg.useagent=true, cs.axis.version=1.4, java.vm.specification.version=1.7, cs.javadoc.version=2.10.1, cs.checkstyle.version=2.11, cs.aws.sdk.version=1.3.22, awt.toolkit=sun.awt.X11.XToolkit, sun.cpu.isalist=, cs.discovery.version=0.5, cs.powermock.version=1.5.3, java.ext.dirs=/usr/lib/jvm/java-7-openjdk-i386/jre/lib/ext:/usr/java/packages/lib/ext, cs.cglib.version=3.1, cs.httpcore.version=4.4, os.version=3.2.0-83-generic-pae, env.DBROOTPW=cloud, env.dx=/bata/code/ccp/internal/ccp-4.2.1/ccp-4.2.1/internal-cloudstack/, user.home=/root, cs.mockito.version=1.9.5, cs.servlet.version=2.5, cs.replace.properties=build/replace.properties, java.vm.vendor=Oracle Corporation, env.JAVA_HOME=/usr/lib/jvm/java-7-openjdk-i386/, user.dir=/data/code/acs/cloudstack, cs.lang3.version=3.4, env.MAIL=/var/mail/root, env.PWD=/data/code/acs/cloudstack, cs.bcprov.version=1.46, cs.httpclient.version=4.5, env.po=--show-source --show-pep8 --repeat, sun.cpu.endian=little, cs.guava-testlib.version=18.0, cs.trilead.version=1.0.0-build217, cs.axiom.version=1.2.8, cs.logging.version=1.1.1, cs.jna.version=4.0.0, cs.jasypt.version=1.9.2, java.vm.version=24.79-b02, cs.lang.version=2.6, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.x.jar, os.arch=i386, maven.build.version=Apache Maven 3.0.4, sun.java.launcher=SUN_STANDARD, cs.commons-validator.version=1.4.0, cs.reflections.version=0.9.9, java.vm.specification.vendor=Oracle Corporation, file.separator=/, java.runtime.version=1.7.0_79-b14, sun.boot.class.path=/usr/lib/jvm/java-7-openjdk-i386/jre/lib/resources.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/rt.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/jsse.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/jce.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/charsets.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/rhino.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/jfr.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/classes, organization.logo=http://www.apache.org/images/asf_logo_wide.gif, maven.version=3.0.4, org.springframework.version=3.2.12.RELEASE, user.country=US, env.SHELL=/bin/bash, maven.home=/usr/share/maven, cs.target.dir=target, cs.vmware.api.version=5.1, java.vendor=Oracle Corporation, env.CATALINA_HOME=/usr/share/tomcat6, java.specification.version=1.7, env.c7=/data/code/ccp/307/cloudstack-oss, env.SPEECHD_PORT=6560, sun.arch.data.model=32}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 4 resources
[DEBUG] file module.properties has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/resources/META-INF/cloudstack/ovm3-compute/module.properties to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/cloudstack/ovm3-compute/module.properties
[DEBUG] file spring-ovm3-compute-context.xml has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/resources/META-INF/cloudstack/ovm3-compute/spring-ovm3-compute-context.xml to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/cloudstack/ovm3-compute/spring-ovm3-compute-context.xml
[DEBUG] file spring-ovm3-discoverer-context.xml has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/resources/META-INF/cloudstack/ovm3-discoverer/spring-ovm3-discoverer-context.xml to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/cloudstack/ovm3-discoverer/spring-ovm3-discoverer-context.xml
[DEBUG] file module.properties has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/resources/META-INF/cloudstack/ovm3-discoverer/module.properties to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/cloudstack/ovm3-discoverer/module.properties
[DEBUG] resource with targetPath null
directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 3 resources
[DEBUG] file LICENSE has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources/META-INF/LICENSE to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/LICENSE
[DEBUG] file DEPENDENCIES has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources/META-INF/DEPENDENCIES to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/DEPENDENCIES
[DEBUG] file NOTICE has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources/META-INF/NOTICE to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes/META-INF/NOTICE
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-plugin-hypervisor-ovm3 ---
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.2:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
[DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG]    org.apache.maven:maven-toolchain:jar:1.0:compile
[DEBUG]    org.apache.maven.shared:maven-shared-utils:jar:0.1:compile
[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]    org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.4:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.4:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.4:runtime
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile
[DEBUG]       org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG]          log4j:log4j:jar:1.2.12:compile
[DEBUG]          commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG]       com.google.collections:google-collections:jar:1.0:compile
[DEBUG]       junit:junit:jar:3.8.2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2
[DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.2
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:0.1
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.4
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.4
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.4
[DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG]   Included: log4j:log4j:jar:1.2.12
[DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG]   Included: com.google.collections:google-collections:jar:1.0
[DEBUG]   Included: junit:junit:jar:3.8.2
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-monitor:jar:2.0.9
[DEBUG]   Excluded: org.apache.maven:maven-toolchain:jar:1.0
[DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.5.5
[DEBUG]   Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.2:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2, parent: sun.misc.Launcher$AppClassLoader@4065c4]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.2:compile' with basic configurator -->
[DEBUG]   (f) basedir = /data/code/acs/cloudstack/plugins/hypervisors/ovm3
[DEBUG]   (f) buildDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target
[DEBUG]   (f) classpathElements = [/data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes, /bata/m2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar, /bata/m2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar, /bata/m2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar, /bata/m2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar, /bata/m2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar, /bata/m2/log4j/log4j/1.2.17/log4j-1.2.17.jar, /bata/m2/org/apache/cloudstack/cloud-server/4.6.0-SNAPSHOT/cloud-server-4.6.0-SNAPSHOT.jar, /bata/m2/commons-io/commons-io/2.4/commons-io-2.4.jar, /bata/m2/org/springframework/spring-web/3.2.12.RELEASE/spring-web-3.2.12.RELEASE.jar, /bata/m2/org/springframework/spring-aop/3.2.12.RELEASE/spring-aop-3.2.12.RELEASE.jar, /bata/m2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, /bata/m2/org/springframework/spring-beans/3.2.12.RELEASE/spring-beans-3.2.12.RELEASE.jar, /bata/m2/org/apache/cloudstack/cloud-core/4.6.0-SNAPSHOT/cloud-core-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-engine-api/4.6.0-SNAPSHOT/cloud-engine-api-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cxf/cxf-bundle-jaxrs/2.7.13/cxf-bundle-jaxrs-2.7.13.jar, /bata/m2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar, /bata/m2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar, /bata/m2/org/apache/ws/xmlschema/xmlschema-core/2.1.0/xmlschema-core-2.1.0.jar, /bata/m2/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar, /bata/m2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar, /bata/m2/org/eclipse/jetty/jetty-continuation/8.1.15.v20140411/jetty-continuation-8.1.15.v20140411.jar, /bata/m2/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.jar, /bata/m2/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.jar, /bata/m2/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.jar, /bata/m2/org/eclipse/jetty/jetty-security/8.1.15.v20140411/jetty-security-8.1.15.v20140411.jar, /bata/m2/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0/geronimo-servlet_3.0_spec-1.0.jar, /bata/m2/javax/ws/rs/javax.ws.rs-api/2.0-m10/javax.ws.rs-api-2.0-m10.jar, /bata/m2/org/apache/cloudstack/cloud-framework-rest/4.6.0-SNAPSHOT/cloud-framework-rest-4.6.0-SNAPSHOT.jar, /bata/m2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.4.4/jackson-module-jaxb-annotations-2.4.4.jar, /bata/m2/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar, /bata/m2/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar, /bata/m2/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar, /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.4.4/jackson-jaxrs-json-provider-2.4.4.jar, /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.4.4/jackson-jaxrs-base-2.4.4.jar, /bata/m2/org/apache/cloudstack/cloud-framework-cluster/4.6.0-SNAPSHOT/cloud-framework-cluster-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-framework-security/4.6.0-SNAPSHOT/cloud-framework-security-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/httpcomponents/httpcore/4.4/httpcore-4.4.jar, /bata/m2/org/apache/cloudstack/cloud-framework-jobs/4.6.0-SNAPSHOT/cloud-framework-jobs-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar, /bata/m2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar, /bata/m2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar, /bata/m2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar, /bata/m2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar, /bata/m2/javax/mail/mail/1.4.7/mail-1.4.7.jar, /bata/m2/javax/activation/activation/1.1/activation-1.1.jar, /bata/m2/jstl/jstl/1.2/jstl-1.2.jar, /bata/m2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar, /bata/m2/org/reflections/reflections/0.9.9/reflections-0.9.9.jar, /bata/m2/com/google/guava/guava/18.0/guava-18.0.jar, /bata/m2/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar, /bata/m2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar, /bata/m2/org/apache/cloudstack/cloud-engine-schema/4.6.0-SNAPSHOT/cloud-engine-schema-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-framework-ipc/4.6.0-SNAPSHOT/cloud-framework-ipc-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-framework-events/4.6.0-SNAPSHOT/cloud-framework-events-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-engine-components-api/4.6.0-SNAPSHOT/cloud-engine-components-api-4.6.0-SNAPSHOT.jar, /bata/m2/org/opensaml/opensaml/2.6.1/opensaml-2.6.1.jar, /bata/m2/org/opensaml/openws/1.5.1/openws-1.5.1.jar, /bata/m2/org/opensaml/xmltooling/1.4.1/xmltooling-1.4.1.jar, /bata/m2/org/bouncycastle/bcprov-jdk15/1.46/bcprov-jdk15-1.46.jar, /bata/m2/ca/juliusdavies/not-yet-commons-ssl/0.3.9/not-yet-commons-ssl-0.3.9.jar, /bata/m2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar, /bata/m2/org/apache/santuario/xmlsec/1.5.6/xmlsec-1.5.6.jar, /bata/m2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar, /bata/m2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar, /bata/m2/org/apache/velocity/velocity/1.7/velocity-1.7.jar, /bata/m2/joda-time/joda-time/2.2/joda-time-2.2.jar, /bata/m2/xerces/xercesImpl/2.10.0/xercesImpl-2.10.0.jar, /bata/m2/xalan/serializer/2.7.1/serializer-2.7.1.jar, /bata/m2/xalan/xalan/2.7.1/xalan-2.7.1.jar, /bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT.jar, /bata/m2/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar, /bata/m2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar, /bata/m2/org/apache/cloudstack/cloud-utils/4.6.0-SNAPSHOT/cloud-utils-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-framework-managed-context/4.6.0-SNAPSHOT/cloud-framework-managed-context-4.6.0-SNAPSHOT.jar, /bata/m2/org/springframework/spring-context/3.2.12.RELEASE/spring-context-3.2.12.RELEASE.jar, /bata/m2/org/springframework/spring-expression/3.2.12.RELEASE/spring-expression-3.2.12.RELEASE.jar, /bata/m2/org/aspectj/aspectjweaver/1.8.4/aspectjweaver-1.8.4.jar, /bata/m2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar, /bata/m2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar, /bata/m2/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar, /bata/m2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar, /bata/m2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar, /bata/m2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar, /bata/m2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar, /bata/m2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar, /bata/m2/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar, /bata/m2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar, /bata/m2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar, /bata/m2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar, /bata/m2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar, /bata/m2/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar, /bata/m2/com/googlecode/java-ipv6/java-ipv6/0.15/java-ipv6-0.15.jar, /bata/m2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar, /bata/m2/org/owasp/esapi/esapi/2.1.0/esapi-2.1.0.jar, /bata/m2/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar, /bata/m2/commons-fileupload/commons-fileupload/1.2/commons-fileupload-1.2.jar, /bata/m2/xom/xom/1.2.5/xom-1.2.5.jar, /bata/m2/org/beanshell/bsh-core/2.0b4/bsh-core-2.0b4.jar, /bata/m2/org/owasp/antisamy/antisamy/1.4.3/antisamy-1.4.3.jar, /bata/m2/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar, /bata/m2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar, /bata/m2/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar, /bata/m2/net/sourceforge/nekohtml/nekohtml/1.9.12/nekohtml-1.9.12.jar, /bata/m2/commons-net/commons-net/3.3/commons-net-3.3.jar, /bata/m2/com/google/guava/guava-testlib/18.0/guava-testlib-18.0.jar, /bata/m2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar, /bata/m2/com/google/truth/truth/0.23/truth-0.23.jar, /bata/m2/org/apache/cloudstack/cloud-framework-config/4.6.0-SNAPSHOT/cloud-framework-config-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-framework-db/4.6.0-SNAPSHOT/cloud-framework-db-4.6.0-SNAPSHOT.jar, /bata/m2/net/sf/ehcache/ehcache-core/2.6.9/ehcache-core-2.6.9.jar, /bata/m2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar, /bata/m2/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar, /bata/m2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar, /bata/m2/org/powermock/powermock-module-junit4/1.5.3/powermock-module-junit4-1.5.3.jar, /bata/m2/org/powermock/powermock-module-junit4-common/1.5.3/powermock-module-junit4-common-1.5.3.jar, /bata/m2/org/powermock/powermock-core/1.5.3/powermock-core-1.5.3.jar, /bata/m2/org/powermock/powermock-reflect/1.5.3/powermock-reflect-1.5.3.jar, /bata/m2/org/objenesis/objenesis/2.1/objenesis-2.1.jar, /bata/m2/org/springframework/spring-core/3.2.12.RELEASE/spring-core-3.2.12.RELEASE.jar, /bata/m2/javax/inject/javax.inject/1/javax.inject-1.jar]
[DEBUG]   (f) compileSourceRoots = [/data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java]
[DEBUG]   (f) compilerArgument = -XDignore.symbol.file=true
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) forceJavacCompilerUse = false
[DEBUG]   (f) fork = true
[DEBUG]   (f) generatedSourcesDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-sources/annotations
[DEBUG]   (f) maxmem = 512m
[DEBUG]   (f) meminitial = 128m
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.2:compile {execution: default-compile}
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes
[DEBUG]   (f) project = MavenProject: org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:4.6.0-SNAPSHOT @ /data/code/acs/cloudstack/plugins/hypervisors/ovm3/pom.xml
[DEBUG]   (f) projectArtifact = org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:jar:4.6.0-SNAPSHOT
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@8dc1ef
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skipMultiThreadWarning = false
[DEBUG]   (f) source = 1.7
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) target = 1.7
[DEBUG]   (f) useIncrementalCompilation = true
[DEBUG]   (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java]
[DEBUG] Classpath: [/data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes
 /bata/m2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
 /bata/m2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar
 /bata/m2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar
 /bata/m2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar
 /bata/m2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
 /bata/m2/log4j/log4j/1.2.17/log4j-1.2.17.jar
 /bata/m2/org/apache/cloudstack/cloud-server/4.6.0-SNAPSHOT/cloud-server-4.6.0-SNAPSHOT.jar
 /bata/m2/commons-io/commons-io/2.4/commons-io-2.4.jar
 /bata/m2/org/springframework/spring-web/3.2.12.RELEASE/spring-web-3.2.12.RELEASE.jar
 /bata/m2/org/springframework/spring-aop/3.2.12.RELEASE/spring-aop-3.2.12.RELEASE.jar
 /bata/m2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
 /bata/m2/org/springframework/spring-beans/3.2.12.RELEASE/spring-beans-3.2.12.RELEASE.jar
 /bata/m2/org/apache/cloudstack/cloud-core/4.6.0-SNAPSHOT/cloud-core-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-engine-api/4.6.0-SNAPSHOT/cloud-engine-api-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cxf/cxf-bundle-jaxrs/2.7.13/cxf-bundle-jaxrs-2.7.13.jar
 /bata/m2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar
 /bata/m2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar
 /bata/m2/org/apache/ws/xmlschema/xmlschema-core/2.1.0/xmlschema-core-2.1.0.jar
 /bata/m2/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar
 /bata/m2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar
 /bata/m2/org/eclipse/jetty/jetty-continuation/8.1.15.v20140411/jetty-continuation-8.1.15.v20140411.jar
 /bata/m2/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.jar
 /bata/m2/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.jar
 /bata/m2/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.jar
 /bata/m2/org/eclipse/jetty/jetty-security/8.1.15.v20140411/jetty-security-8.1.15.v20140411.jar
 /bata/m2/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0/geronimo-servlet_3.0_spec-1.0.jar
 /bata/m2/javax/ws/rs/javax.ws.rs-api/2.0-m10/javax.ws.rs-api-2.0-m10.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-rest/4.6.0-SNAPSHOT/cloud-framework-rest-4.6.0-SNAPSHOT.jar
 /bata/m2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.4.4/jackson-module-jaxb-annotations-2.4.4.jar
 /bata/m2/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar
 /bata/m2/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar
 /bata/m2/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar
 /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.4.4/jackson-jaxrs-json-provider-2.4.4.jar
 /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.4.4/jackson-jaxrs-base-2.4.4.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-cluster/4.6.0-SNAPSHOT/cloud-framework-cluster-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-security/4.6.0-SNAPSHOT/cloud-framework-security-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/httpcomponents/httpcore/4.4/httpcore-4.4.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-jobs/4.6.0-SNAPSHOT/cloud-framework-jobs-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar
 /bata/m2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
 /bata/m2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
 /bata/m2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
 /bata/m2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
 /bata/m2/javax/mail/mail/1.4.7/mail-1.4.7.jar
 /bata/m2/javax/activation/activation/1.1/activation-1.1.jar
 /bata/m2/jstl/jstl/1.2/jstl-1.2.jar
 /bata/m2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
 /bata/m2/org/reflections/reflections/0.9.9/reflections-0.9.9.jar
 /bata/m2/com/google/guava/guava/18.0/guava-18.0.jar
 /bata/m2/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar
 /bata/m2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
 /bata/m2/org/apache/cloudstack/cloud-engine-schema/4.6.0-SNAPSHOT/cloud-engine-schema-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-ipc/4.6.0-SNAPSHOT/cloud-framework-ipc-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-events/4.6.0-SNAPSHOT/cloud-framework-events-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-engine-components-api/4.6.0-SNAPSHOT/cloud-engine-components-api-4.6.0-SNAPSHOT.jar
 /bata/m2/org/opensaml/opensaml/2.6.1/opensaml-2.6.1.jar
 /bata/m2/org/opensaml/openws/1.5.1/openws-1.5.1.jar
 /bata/m2/org/opensaml/xmltooling/1.4.1/xmltooling-1.4.1.jar
 /bata/m2/org/bouncycastle/bcprov-jdk15/1.46/bcprov-jdk15-1.46.jar
 /bata/m2/ca/juliusdavies/not-yet-commons-ssl/0.3.9/not-yet-commons-ssl-0.3.9.jar
 /bata/m2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
 /bata/m2/org/apache/santuario/xmlsec/1.5.6/xmlsec-1.5.6.jar
 /bata/m2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
 /bata/m2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
 /bata/m2/org/apache/velocity/velocity/1.7/velocity-1.7.jar
 /bata/m2/joda-time/joda-time/2.2/joda-time-2.2.jar
 /bata/m2/xerces/xercesImpl/2.10.0/xercesImpl-2.10.0.jar
 /bata/m2/xalan/serializer/2.7.1/serializer-2.7.1.jar
 /bata/m2/xalan/xalan/2.7.1/xalan-2.7.1.jar
 /bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT.jar
 /bata/m2/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar
 /bata/m2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
 /bata/m2/org/apache/cloudstack/cloud-utils/4.6.0-SNAPSHOT/cloud-utils-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-managed-context/4.6.0-SNAPSHOT/cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
 /bata/m2/org/springframework/spring-context/3.2.12.RELEASE/spring-context-3.2.12.RELEASE.jar
 /bata/m2/org/springframework/spring-expression/3.2.12.RELEASE/spring-expression-3.2.12.RELEASE.jar
 /bata/m2/org/aspectj/aspectjweaver/1.8.4/aspectjweaver-1.8.4.jar
 /bata/m2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
 /bata/m2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
 /bata/m2/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar
 /bata/m2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar
 /bata/m2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
 /bata/m2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
 /bata/m2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
 /bata/m2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar
 /bata/m2/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar
 /bata/m2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar
 /bata/m2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar
 /bata/m2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar
 /bata/m2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar
 /bata/m2/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar
 /bata/m2/com/googlecode/java-ipv6/java-ipv6/0.15/java-ipv6-0.15.jar
 /bata/m2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar
 /bata/m2/org/owasp/esapi/esapi/2.1.0/esapi-2.1.0.jar
 /bata/m2/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar
 /bata/m2/commons-fileupload/commons-fileupload/1.2/commons-fileupload-1.2.jar
 /bata/m2/xom/xom/1.2.5/xom-1.2.5.jar
 /bata/m2/org/beanshell/bsh-core/2.0b4/bsh-core-2.0b4.jar
 /bata/m2/org/owasp/antisamy/antisamy/1.4.3/antisamy-1.4.3.jar
 /bata/m2/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar
 /bata/m2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
 /bata/m2/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar
 /bata/m2/net/sourceforge/nekohtml/nekohtml/1.9.12/nekohtml-1.9.12.jar
 /bata/m2/commons-net/commons-net/3.3/commons-net-3.3.jar
 /bata/m2/com/google/guava/guava-testlib/18.0/guava-testlib-18.0.jar
 /bata/m2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
 /bata/m2/com/google/truth/truth/0.23/truth-0.23.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-config/4.6.0-SNAPSHOT/cloud-framework-config-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-db/4.6.0-SNAPSHOT/cloud-framework-db-4.6.0-SNAPSHOT.jar
 /bata/m2/net/sf/ehcache/ehcache-core/2.6.9/ehcache-core-2.6.9.jar
 /bata/m2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar
 /bata/m2/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar
 /bata/m2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar
 /bata/m2/org/powermock/powermock-module-junit4/1.5.3/powermock-module-junit4-1.5.3.jar
 /bata/m2/org/powermock/powermock-module-junit4-common/1.5.3/powermock-module-junit4-common-1.5.3.jar
 /bata/m2/org/powermock/powermock-core/1.5.3/powermock-core-1.5.3.jar
 /bata/m2/org/powermock/powermock-reflect/1.5.3/powermock-reflect-1.5.3.jar
 /bata/m2/org/objenesis/objenesis/2.1/objenesis-2.1.jar
 /bata/m2/org/springframework/spring-core/3.2.12.RELEASE/spring-core-3.2.12.RELEASE.jar
 /bata/m2/javax/inject/javax.inject/1/javax.inject-1.jar]
[DEBUG] Output directory: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes
[DEBUG] Adding /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-sources/annotations to compile source roots:
  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java
[DEBUG] New compile source roots:
  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java
  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-sources/annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Network.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Ntp.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Pool.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3StoragePool.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Linux.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Common.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/StoragePlugin.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/CloudstackPlugin.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VmSupport.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Repository.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/PoolOCFS2.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Cluster.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3HypervisorGuru.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3HypervisorResource.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3VirtualRoutingResource.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/OvmObject.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3StorageProcessor.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/RpcTypeFactory.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VmGuestTypes.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Connection.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3Configuration.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3FenceBuilder.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Remote.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3HypervisorNetwork.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3HypervisorSupport.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/ha/Ovm3Investigator.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Ovm3ResourceException.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VirtualRoutingSupport.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3Discoverer.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Xen.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG]  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes
[DEBUG]  /bata/m2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
[DEBUG]  /bata/m2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar
[DEBUG]  /bata/m2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar
[DEBUG]  /bata/m2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar
[DEBUG]  /bata/m2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
[DEBUG]  /bata/m2/log4j/log4j/1.2.17/log4j-1.2.17.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-server/4.6.0-SNAPSHOT/cloud-server-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/commons-io/commons-io/2.4/commons-io-2.4.jar
[DEBUG]  /bata/m2/org/springframework/spring-web/3.2.12.RELEASE/spring-web-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/org/springframework/spring-aop/3.2.12.RELEASE/spring-aop-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[DEBUG]  /bata/m2/org/springframework/spring-beans/3.2.12.RELEASE/spring-beans-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-core/4.6.0-SNAPSHOT/cloud-core-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-engine-api/4.6.0-SNAPSHOT/cloud-engine-api-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cxf/cxf-bundle-jaxrs/2.7.13/cxf-bundle-jaxrs-2.7.13.jar
[DEBUG]  /bata/m2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar
[DEBUG]  /bata/m2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar
[DEBUG]  /bata/m2/org/apache/ws/xmlschema/xmlschema-core/2.1.0/xmlschema-core-2.1.0.jar
[DEBUG]  /bata/m2/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar
[DEBUG]  /bata/m2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar
[DEBUG]  /bata/m2/org/eclipse/jetty/jetty-continuation/8.1.15.v20140411/jetty-continuation-8.1.15.v20140411.jar
[DEBUG]  /bata/m2/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.jar
[DEBUG]  /bata/m2/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.jar
[DEBUG]  /bata/m2/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.jar
[DEBUG]  /bata/m2/org/eclipse/jetty/jetty-security/8.1.15.v20140411/jetty-security-8.1.15.v20140411.jar
[DEBUG]  /bata/m2/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0/geronimo-servlet_3.0_spec-1.0.jar
[DEBUG]  /bata/m2/javax/ws/rs/javax.ws.rs-api/2.0-m10/javax.ws.rs-api-2.0-m10.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-rest/4.6.0-SNAPSHOT/cloud-framework-rest-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.4.4/jackson-module-jaxb-annotations-2.4.4.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.4.4/jackson-jaxrs-json-provider-2.4.4.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.4.4/jackson-jaxrs-base-2.4.4.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-cluster/4.6.0-SNAPSHOT/cloud-framework-cluster-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-security/4.6.0-SNAPSHOT/cloud-framework-security-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/httpcomponents/httpcore/4.4/httpcore-4.4.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-jobs/4.6.0-SNAPSHOT/cloud-framework-jobs-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar
[DEBUG]  /bata/m2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[DEBUG]  /bata/m2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
[DEBUG]  /bata/m2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[DEBUG]  /bata/m2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[DEBUG]  /bata/m2/javax/mail/mail/1.4.7/mail-1.4.7.jar
[DEBUG]  /bata/m2/javax/activation/activation/1.1/activation-1.1.jar
[DEBUG]  /bata/m2/jstl/jstl/1.2/jstl-1.2.jar
[DEBUG]  /bata/m2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
[DEBUG]  /bata/m2/org/reflections/reflections/0.9.9/reflections-0.9.9.jar
[DEBUG]  /bata/m2/com/google/guava/guava/18.0/guava-18.0.jar
[DEBUG]  /bata/m2/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar
[DEBUG]  /bata/m2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-engine-schema/4.6.0-SNAPSHOT/cloud-engine-schema-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-ipc/4.6.0-SNAPSHOT/cloud-framework-ipc-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-events/4.6.0-SNAPSHOT/cloud-framework-events-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-engine-components-api/4.6.0-SNAPSHOT/cloud-engine-components-api-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/opensaml/opensaml/2.6.1/opensaml-2.6.1.jar
[DEBUG]  /bata/m2/org/opensaml/openws/1.5.1/openws-1.5.1.jar
[DEBUG]  /bata/m2/org/opensaml/xmltooling/1.4.1/xmltooling-1.4.1.jar
[DEBUG]  /bata/m2/org/bouncycastle/bcprov-jdk15/1.46/bcprov-jdk15-1.46.jar
[DEBUG]  /bata/m2/ca/juliusdavies/not-yet-commons-ssl/0.3.9/not-yet-commons-ssl-0.3.9.jar
[DEBUG]  /bata/m2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
[DEBUG]  /bata/m2/org/apache/santuario/xmlsec/1.5.6/xmlsec-1.5.6.jar
[DEBUG]  /bata/m2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[DEBUG]  /bata/m2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[DEBUG]  /bata/m2/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[DEBUG]  /bata/m2/joda-time/joda-time/2.2/joda-time-2.2.jar
[DEBUG]  /bata/m2/xerces/xercesImpl/2.10.0/xercesImpl-2.10.0.jar
[DEBUG]  /bata/m2/xalan/serializer/2.7.1/serializer-2.7.1.jar
[DEBUG]  /bata/m2/xalan/xalan/2.7.1/xalan-2.7.1.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar
[DEBUG]  /bata/m2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-utils/4.6.0-SNAPSHOT/cloud-utils-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-managed-context/4.6.0-SNAPSHOT/cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/springframework/spring-context/3.2.12.RELEASE/spring-context-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/org/springframework/spring-expression/3.2.12.RELEASE/spring-expression-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/org/aspectj/aspectjweaver/1.8.4/aspectjweaver-1.8.4.jar
[DEBUG]  /bata/m2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
[DEBUG]  /bata/m2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
[DEBUG]  /bata/m2/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar
[DEBUG]  /bata/m2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar
[DEBUG]  /bata/m2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
[DEBUG]  /bata/m2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[DEBUG]  /bata/m2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
[DEBUG]  /bata/m2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar
[DEBUG]  /bata/m2/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar
[DEBUG]  /bata/m2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar
[DEBUG]  /bata/m2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar
[DEBUG]  /bata/m2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar
[DEBUG]  /bata/m2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar
[DEBUG]  /bata/m2/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar
[DEBUG]  /bata/m2/com/googlecode/java-ipv6/java-ipv6/0.15/java-ipv6-0.15.jar
[DEBUG]  /bata/m2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar
[DEBUG]  /bata/m2/org/owasp/esapi/esapi/2.1.0/esapi-2.1.0.jar
[DEBUG]  /bata/m2/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar
[DEBUG]  /bata/m2/commons-fileupload/commons-fileupload/1.2/commons-fileupload-1.2.jar
[DEBUG]  /bata/m2/xom/xom/1.2.5/xom-1.2.5.jar
[DEBUG]  /bata/m2/org/beanshell/bsh-core/2.0b4/bsh-core-2.0b4.jar
[DEBUG]  /bata/m2/org/owasp/antisamy/antisamy/1.4.3/antisamy-1.4.3.jar
[DEBUG]  /bata/m2/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar
[DEBUG]  /bata/m2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
[DEBUG]  /bata/m2/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar
[DEBUG]  /bata/m2/net/sourceforge/nekohtml/nekohtml/1.9.12/nekohtml-1.9.12.jar
[DEBUG]  /bata/m2/commons-net/commons-net/3.3/commons-net-3.3.jar
[DEBUG]  /bata/m2/com/google/guava/guava-testlib/18.0/guava-testlib-18.0.jar
[DEBUG]  /bata/m2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
[DEBUG]  /bata/m2/com/google/truth/truth/0.23/truth-0.23.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-config/4.6.0-SNAPSHOT/cloud-framework-config-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-db/4.6.0-SNAPSHOT/cloud-framework-db-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/net/sf/ehcache/ehcache-core/2.6.9/ehcache-core-2.6.9.jar
[DEBUG]  /bata/m2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar
[DEBUG]  /bata/m2/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar
[DEBUG]  /bata/m2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar
[DEBUG]  /bata/m2/org/powermock/powermock-module-junit4/1.5.3/powermock-module-junit4-1.5.3.jar
[DEBUG]  /bata/m2/org/powermock/powermock-module-junit4-common/1.5.3/powermock-module-junit4-common-1.5.3.jar
[DEBUG]  /bata/m2/org/powermock/powermock-core/1.5.3/powermock-core-1.5.3.jar
[DEBUG]  /bata/m2/org/powermock/powermock-reflect/1.5.3/powermock-reflect-1.5.3.jar
[DEBUG]  /bata/m2/org/objenesis/objenesis/2.1/objenesis-2.1.jar
[DEBUG]  /bata/m2/org/springframework/spring-core/3.2.12.RELEASE/spring-core-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/javax/inject/javax.inject/1/javax.inject-1.jar
[DEBUG] Source roots:
[DEBUG]  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java
[DEBUG]  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-sources/annotations
[DEBUG] Command line options:
[DEBUG] -d /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes -classpath /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes:/bata/m2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar:/bata/m2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar:/bata/m2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar:/bata/m2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar:/bata/m2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar:/bata/m2/log4j/log4j/1.2.17/log4j-1.2.17.jar:/bata/m2/org/apache/cloudstack/cloud-server/4.6.0-SNAPSHOT/cloud-server-4.6.0-SNAPSHOT.jar:/bata/m2/commons-io/commons-io/2.4/commons-io-2.4.jar:/bata/m2/org/springframework/spring-web/3.2.12.RELEASE/spring-web-3.2.12.RELEASE.jar:/bata/m2/org/springframework/spring-aop/3.2.12.RELEASE/spring-aop-3.2.12.RELEASE.jar:/bata/m2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/bata/m2/org/springframework/spring-beans/3.2.12.RELEASE/spring-beans-3.2.12.RELEASE.jar:/bata/m2/org/apache/cloudstack/cloud-core/4.6.0-SNAPSHOT/cloud-core-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-engine-api/4.6.0-SNAPSHOT/cloud-engine-api-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cxf/cxf-bundle-jaxrs/2.7.13/cxf-bundle-jaxrs-2.7.13.jar:/bata/m2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar:/bata/m2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar:/bata/m2/org/apache/ws/xmlschema/xmlschema-core/2.1.0/xmlschema-core-2.1.0.jar:/bata/m2/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar:/bata/m2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar:/bata/m2/org/eclipse/jetty/jetty-continuation/8.1.15.v20140411/jetty-continuation-8.1.15.v20140411.jar:/bata/m2/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.jar:/bata/m2/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.jar:/bata/m2/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.jar:/bata/m2/org/eclipse/jetty/jetty-security/8.1.15.v20140411/jetty-security-8.1.15.v20140411.jar:/bata/m2/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0/geronimo-servlet_3.0_spec-1.0.jar:/bata/m2/javax/ws/rs/javax.ws.rs-api/2.0-m10/javax.ws.rs-api-2.0-m10.jar:/bata/m2/org/apache/cloudstack/cloud-framework-rest/4.6.0-SNAPSHOT/cloud-framework-rest-4.6.0-SNAPSHOT.jar:/bata/m2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.4.4/jackson-module-jaxb-annotations-2.4.4.jar:/bata/m2/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar:/bata/m2/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar:/bata/m2/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar:/bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.4.4/jackson-jaxrs-json-provider-2.4.4.jar:/bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.4.4/jackson-jaxrs-base-2.4.4.jar:/bata/m2/org/apache/cloudstack/cloud-framework-cluster/4.6.0-SNAPSHOT/cloud-framework-cluster-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-framework-security/4.6.0-SNAPSHOT/cloud-framework-security-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/httpcomponents/httpcore/4.4/httpcore-4.4.jar:/bata/m2/org/apache/cloudstack/cloud-framework-jobs/4.6.0-SNAPSHOT/cloud-framework-jobs-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar:/bata/m2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/bata/m2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar:/bata/m2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar:/bata/m2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar:/bata/m2/javax/mail/mail/1.4.7/mail-1.4.7.jar:/bata/m2/javax/activation/activation/1.1/activation-1.1.jar:/bata/m2/jstl/jstl/1.2/jstl-1.2.jar:/bata/m2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar:/bata/m2/org/reflections/reflections/0.9.9/reflections-0.9.9.jar:/bata/m2/com/google/guava/guava/18.0/guava-18.0.jar:/bata/m2/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar:/bata/m2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar:/bata/m2/org/apache/cloudstack/cloud-engine-schema/4.6.0-SNAPSHOT/cloud-engine-schema-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-framework-ipc/4.6.0-SNAPSHOT/cloud-framework-ipc-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-framework-events/4.6.0-SNAPSHOT/cloud-framework-events-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-engine-components-api/4.6.0-SNAPSHOT/cloud-engine-components-api-4.6.0-SNAPSHOT.jar:/bata/m2/org/opensaml/opensaml/2.6.1/opensaml-2.6.1.jar:/bata/m2/org/opensaml/openws/1.5.1/openws-1.5.1.jar:/bata/m2/org/opensaml/xmltooling/1.4.1/xmltooling-1.4.1.jar:/bata/m2/org/bouncycastle/bcprov-jdk15/1.46/bcprov-jdk15-1.46.jar:/bata/m2/ca/juliusdavies/not-yet-commons-ssl/0.3.9/not-yet-commons-ssl-0.3.9.jar:/bata/m2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/bata/m2/org/apache/santuario/xmlsec/1.5.6/xmlsec-1.5.6.jar:/bata/m2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/bata/m2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar:/bata/m2/org/apache/velocity/velocity/1.7/velocity-1.7.jar:/bata/m2/joda-time/joda-time/2.2/joda-time-2.2.jar:/bata/m2/xerces/xercesImpl/2.10.0/xercesImpl-2.10.0.jar:/bata/m2/xalan/serializer/2.7.1/serializer-2.7.1.jar:/bata/m2/xalan/xalan/2.7.1/xalan-2.7.1.jar:/bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT.jar:/bata/m2/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar:/bata/m2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/bata/m2/org/apache/cloudstack/cloud-utils/4.6.0-SNAPSHOT/cloud-utils-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-framework-managed-context/4.6.0-SNAPSHOT/cloud-framework-managed-context-4.6.0-SNAPSHOT.jar:/bata/m2/org/springframework/spring-context/3.2.12.RELEASE/spring-context-3.2.12.RELEASE.jar:/bata/m2/org/springframework/spring-expression/3.2.12.RELEASE/spring-expression-3.2.12.RELEASE.jar:/bata/m2/org/aspectj/aspectjweaver/1.8.4/aspectjweaver-1.8.4.jar:/bata/m2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar:/bata/m2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar:/bata/m2/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar:/bata/m2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar:/bata/m2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar:/bata/m2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar:/bata/m2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar:/bata/m2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar:/bata/m2/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar:/bata/m2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar:/bata/m2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar:/bata/m2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar:/bata/m2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar:/bata/m2/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar:/bata/m2/com/googlecode/java-ipv6/java-ipv6/0.15/java-ipv6-0.15.jar:/bata/m2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar:/bata/m2/org/owasp/esapi/esapi/2.1.0/esapi-2.1.0.jar:/bata/m2/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar:/bata/m2/commons-fileupload/commons-fileupload/1.2/commons-fileupload-1.2.jar:/bata/m2/xom/xom/1.2.5/xom-1.2.5.jar:/bata/m2/org/beanshell/bsh-core/2.0b4/bsh-core-2.0b4.jar:/bata/m2/org/owasp/antisamy/antisamy/1.4.3/antisamy-1.4.3.jar:/bata/m2/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar:/bata/m2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar:/bata/m2/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar:/bata/m2/net/sourceforge/nekohtml/nekohtml/1.9.12/nekohtml-1.9.12.jar:/bata/m2/commons-net/commons-net/3.3/commons-net-3.3.jar:/bata/m2/com/google/guava/guava-testlib/18.0/guava-testlib-18.0.jar:/bata/m2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar:/bata/m2/com/google/truth/truth/0.23/truth-0.23.jar:/bata/m2/org/apache/cloudstack/cloud-framework-config/4.6.0-SNAPSHOT/cloud-framework-config-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-framework-db/4.6.0-SNAPSHOT/cloud-framework-db-4.6.0-SNAPSHOT.jar:/bata/m2/net/sf/ehcache/ehcache-core/2.6.9/ehcache-core-2.6.9.jar:/bata/m2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar:/bata/m2/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar:/bata/m2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar:/bata/m2/org/powermock/powermock-module-junit4/1.5.3/powermock-module-junit4-1.5.3.jar:/bata/m2/org/powermock/powermock-module-junit4-common/1.5.3/powermock-module-junit4-common-1.5.3.jar:/bata/m2/org/powermock/powermock-core/1.5.3/powermock-core-1.5.3.jar:/bata/m2/org/powermock/powermock-reflect/1.5.3/powermock-reflect-1.5.3.jar:/bata/m2/org/objenesis/objenesis/2.1/objenesis-2.1.jar:/bata/m2/org/springframework/spring-core/3.2.12.RELEASE/spring-core-3.2.12.RELEASE.jar:/bata/m2/javax/inject/javax.inject/1/javax.inject-1.jar: -sourcepath /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java:/data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-sources/annotations: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/PoolOCFS2.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Repository.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/CloudstackPlugin.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VmSupport.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/StoragePlugin.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Common.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3StoragePool.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Linux.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Pool.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Ntp.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Network.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Xen.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3Discoverer.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Ovm3ResourceException.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VirtualRoutingSupport.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/ha/Ovm3Investigator.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3HypervisorSupport.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3HypervisorNetwork.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Remote.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3FenceBuilder.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3Configuration.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Connection.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VmGuestTypes.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/RpcTypeFactory.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3StorageProcessor.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/OvmObject.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3HypervisorResource.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3VirtualRoutingResource.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3HypervisorGuru.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/objects/Cluster.java -s /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-sources/annotations -g -nowarn -target 1.7 -source 1.7 -encoding UTF-8 -XDignore.symbol.file=true
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 30 source files to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-plugin-hypervisor-ovm3 ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.5:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@4065c4]
[debug] execute contextualize
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.5:testResources' with basic configurator -->
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:4.6.0-SNAPSHOT @ /data/code/acs/cloudstack/plugins/hypervisors/ovm3/pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources, PatternSet [includes: {}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@8dc1ef
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.OLDPWD=/data/code/acs/cloudstack, file.encoding.pkg=sun.io, cs.jpa.version=2.1.0, env.WBEMHOME=/data/vcenter-dev/visdk/samples/Axis/java, cs.axis2.version=1.5.6, java.home=/usr/lib/jvm/java-7-openjdk-i386/jre, cs.jdk.version=1.7, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:, env.SSH_TTY=/dev/pts/0, classworlds.conf=/usr/share/maven/bin/m2.conf, env.XDG_SESSION_COOKIE=7b7490c184458e3058176f5b4e2fb03f-1445944373.854443-1182027246, java.endorsed.dirs=/usr/lib/jvm/java-7-openjdk-i386/jre/lib/endorsed, env.LOGNAME=root, noredist=true, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, java.version=1.7.0_79, env.xx=/data/cloudstack/buildcode/3.0.x.latest/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_CLIENT=10.144.6.16 57957 22, cs.java-ipv6.version=0.15, cs.rados-java.version=0.2.0, cs.ehcache.version=2.6.9, user.name=root, env.LANG=en_US.UTF-8, cs.collections.version=3.2.1, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, java.runtime.name=OpenJDK Runtime Environment, env.SSH_CONNECTION=10.144.6.16 57957 10.102.192.98 22, java.specification.name=Java Platform API Specification, user.timezone=, env.LESSOPEN=| /usr/bin/lesspipe %s, path.separator=:, cs.selenium.server.version=1.0-20081010.060147, env.y=/data/cloudstack/buildcode/2215/cloudstack-oss/, env.x=/bata/code/ccp/internal/ccp-4.2.1/xd/internal-cloudstack, cs.xstream.version=1.4.7, env.u=/one/sree/logs/s-2526/, cs.pool.version=1.6, file.encoding=UTF-8, env.t=/data/cloudstack/apache/latest-vmware-5.1.sdk/testing-master/cloudstack/, env.s=/data/code/acs/controller-branch/cloudstack, env.r=/bata/code/apache/4.2/cloudstack/, env.AXISHOME=/data/vcenter-dev/axis, env.HOME=/root, env.o=/data/code/ccp/45/internal-cloudstack/, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean install -Dnoredist -rf :cloud-plugin-hypervisor-ovm3 -X, env.n=/data/code/ccp/43/internal-cloudstack, env.m=/data/cloudstack/apache/latest-vmware-5.1.sdk/master/cloudstack/, cs.commons-io.version=2.4, cs.codec.version=1.10, env.i=/data/code/ccp/ccp45-fresh/internal-cloudstack/, cs.rampart.version=1.5.1, env.g=/data/code/acs/github/cloudstack, env.f=/data/code/ccp/ccp45-fresh/internal-cloudstack, env.e=/one/logs/xd/, env.d=/data/code/acs/deploy-from-snapshot/cloudstack, env.b=/one/logs/bt/, cs.xml-apis.version=1.4.01, env.a=/one/sree/logs/adsk_logs_20140620/, env._=/usr/bin/mvn, java.io.tmpdir=/tmp, user.language=en, line.separator=
, cs.opensaml.version=2.6.1, cs.ejb.version=3.0, cs.log4j.extras.version=1.2.17, cs.configuration.version=1.10, java.vm.info=mixed mode, java.vm.specification.name=Java Virtual Machine Specification, project.reporting.outputEncoding=UTF-8, cs.mail.version=1.4.7, sourceReleaseAssemblyDescriptor=source-release, cs.xapi.version=6.2.0-3.1, cs.neethi.version=2.0.4, cs.junit.version=4.11, java.awt.printerjob=sun.print.PSPrinterJob, cs.mycila.license.version=2.7, distMgmtSnapshotsName=Apache Development Snapshot Repository, cs.findbugs.version=3.0.1, distMgmtSnapshotsUrl=https://repository.apache.org/content/repositories/snapshots, cs.commons-httpclient.version=3.1, cs.libvirt-java.version=0.5.1, env.SDKHOME=/data/vcenter-dev/visdk, cs.hamcrest.version=1.3, env.CLASSPATH=.:/usr/lib/jvm/java-7-openjdk-i386//lib:/usr/lib/jvm/java-7-openjdk-i386//jre/lib:/data/vcenter-dev/axislibaxis.jar:/data/vcenter-dev/axislibaxis-ant.jar:/data/vcenter-dev/axislibcommons-discovery-0.2.jar:/data/vcenter-dev/axislibcommons-logging-1.0.4.jar:/data/vcenter-dev/axislibjaxrpc.jar:/data/vcenter-dev/axisliblog4j-1.2.8.jar:/data/vcenter-dev/axislibsaaj.jar:/data/vcenter-dev/axislibwsdl4j-1.5.1.jar:libtools.jar:/data/vcenter-dev/visdksamplesAxisjavavim.jar:/data/vcenter-dev/visdksamplesAxisjavavim25.jar:/data/vcenter-dev/visdksamplesAxisjavaapputils.jar:/data/vcenter-dev/visdksamplesAxisjavasamples.jar:/data/vcenter-dev/visdksamplesAxisjavalibactivation.jar:/data/vcenter-dev/visdksamplesAxisjavalibmailapi.jar:/data/vcenter-dev/visdksamplesAxisjavalibwbem.jar:/root/Downloads/visdk-classes/jaxrpc.jar:/root/Downloads/visdk-classes/axis.jar:/data/write/, os.name=Linux, java.specification.vendor=Oracle Corporation, env.TERM=xterm, java.vm.name=OpenJDK Server VM, java.library.path=/usr/java/packages/lib/i386:/usr/lib/i386-linux-gnu/jni:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/jni:/lib:/usr/lib, env.PATH=/usr/lib/jvm/java-7-openjdk-i386//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/bin:/data/vcenter-dev/axis/bin:/usr/local/maven/bin, env.LESSCLOSE=/usr/bin/lesspipe %s %s, java.class.version=51.0, env.SHLVL=1, cs.mysql.version=5.1.34, cs.dbcp.version=1.4, cs.xmlrpc.version=3.1.3, sun.boot.library.path=/usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386, project.build.sourceEncoding=UTF-8, cs.guava.version=18.0, sun.management.compiler=HotSpot Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.VMKEYSTORE=/root/vmware-certs/vmware.keystore, cs.log4j.version=1.2.17, env.USER=root, cs.jstl.version=1.2, cs.jsch.version=0.1.51, env.JRE_HOME=/usr/lib/jvm/java-7-openjdk-i386//jre, cs.gson.version=1.7.2, cs.daemon.version=1.0.15, env.esx=/data/hg/os-vpx.hg/os-vpx-scripts/usr/lib/python2.6/site-packages/, gpg.useagent=true, cs.axis.version=1.4, java.vm.specification.version=1.7, cs.javadoc.version=2.10.1, cs.checkstyle.version=2.11, cs.aws.sdk.version=1.3.22, awt.toolkit=sun.awt.X11.XToolkit, sun.cpu.isalist=, cs.discovery.version=0.5, cs.powermock.version=1.5.3, java.ext.dirs=/usr/lib/jvm/java-7-openjdk-i386/jre/lib/ext:/usr/java/packages/lib/ext, cs.cglib.version=3.1, cs.httpcore.version=4.4, os.version=3.2.0-83-generic-pae, env.DBROOTPW=cloud, env.dx=/bata/code/ccp/internal/ccp-4.2.1/ccp-4.2.1/internal-cloudstack/, user.home=/root, cs.mockito.version=1.9.5, cs.servlet.version=2.5, cs.replace.properties=build/replace.properties, java.vm.vendor=Oracle Corporation, env.JAVA_HOME=/usr/lib/jvm/java-7-openjdk-i386/, user.dir=/data/code/acs/cloudstack, cs.lang3.version=3.4, env.MAIL=/var/mail/root, env.PWD=/data/code/acs/cloudstack, cs.bcprov.version=1.46, cs.httpclient.version=4.5, env.po=--show-source --show-pep8 --repeat, sun.cpu.endian=little, cs.guava-testlib.version=18.0, cs.trilead.version=1.0.0-build217, cs.axiom.version=1.2.8, cs.logging.version=1.1.1, cs.jna.version=4.0.0, cs.jasypt.version=1.9.2, java.vm.version=24.79-b02, cs.lang.version=2.6, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.x.jar, os.arch=i386, maven.build.version=Apache Maven 3.0.4, sun.java.launcher=SUN_STANDARD, cs.commons-validator.version=1.4.0, cs.reflections.version=0.9.9, java.vm.specification.vendor=Oracle Corporation, file.separator=/, java.runtime.version=1.7.0_79-b14, sun.boot.class.path=/usr/lib/jvm/java-7-openjdk-i386/jre/lib/resources.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/rt.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/jsse.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/jce.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/charsets.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/rhino.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/jfr.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/classes, organization.logo=http://www.apache.org/images/asf_logo_wide.gif, maven.version=3.0.4, org.springframework.version=3.2.12.RELEASE, user.country=US, env.SHELL=/bin/bash, maven.home=/usr/share/maven, cs.target.dir=target, cs.vmware.api.version=5.1, java.vendor=Oracle Corporation, env.CATALINA_HOME=/usr/share/tomcat6, java.specification.version=1.7, env.c7=/data/code/ccp/307/cloudstack-oss, env.SPEECHD_PORT=6560, sun.arch.data.model=32}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 10 resources
[DEBUG] file log4j.properties has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources/log4j.properties to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/log4j.properties
[DEBUG] file simple_pool.py has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources/scripts/simple_pool.py to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/simple_pool.py
[DEBUG] file repo_pool.py has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources/scripts/repo_pool.py to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/repo_pool.py
[DEBUG] file clean_slave.sh has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources/scripts/clean_slave.sh to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/clean_slave.sh
[DEBUG] file clean_master.sh has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources/scripts/clean_master.sh to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/clean_master.sh
[DEBUG] file password.py has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources/scripts/password.py to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/password.py
[DEBUG] file tail.sh has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources/scripts/tail.sh to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/tail.sh
[DEBUG] file create_pool_cluster.py has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources/scripts/create_pool_cluster.py to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/create_pool_cluster.py
[DEBUG] file socat.sh has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources/scripts/socat.sh to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/socat.sh
[DEBUG] file info.py has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/resources/scripts/info.py to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/scripts/info.py
[DEBUG] resource with targetPath null
directory /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 3 resources
[DEBUG] file LICENSE has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources/META-INF/LICENSE to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/META-INF/LICENSE
[DEBUG] file DEPENDENCIES has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources/META-INF/DEPENDENCIES to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/META-INF/DEPENDENCIES
[DEBUG] file NOTICE has a filtered file extension
[DEBUG] copy /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/maven-shared-archive-resources/META-INF/NOTICE to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes/META-INF/NOTICE
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-plugin-hypervisor-ovm3 ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2, parent: sun.misc.Launcher$AppClassLoader@4065c4]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile' with basic configurator -->
[DEBUG]   (f) basedir = /data/code/acs/cloudstack/plugins/hypervisors/ovm3
[DEBUG]   (f) buildDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target
[DEBUG]   (f) classpathElements = [/data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes, /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes, /bata/m2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar, /bata/m2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar, /bata/m2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar, /bata/m2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar, /bata/m2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar, /bata/m2/log4j/log4j/1.2.17/log4j-1.2.17.jar, /bata/m2/org/apache/cloudstack/cloud-server/4.6.0-SNAPSHOT/cloud-server-4.6.0-SNAPSHOT.jar, /bata/m2/commons-io/commons-io/2.4/commons-io-2.4.jar, /bata/m2/org/springframework/spring-web/3.2.12.RELEASE/spring-web-3.2.12.RELEASE.jar, /bata/m2/org/springframework/spring-aop/3.2.12.RELEASE/spring-aop-3.2.12.RELEASE.jar, /bata/m2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, /bata/m2/org/springframework/spring-beans/3.2.12.RELEASE/spring-beans-3.2.12.RELEASE.jar, /bata/m2/org/apache/cloudstack/cloud-core/4.6.0-SNAPSHOT/cloud-core-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-engine-api/4.6.0-SNAPSHOT/cloud-engine-api-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cxf/cxf-bundle-jaxrs/2.7.13/cxf-bundle-jaxrs-2.7.13.jar, /bata/m2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar, /bata/m2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar, /bata/m2/org/apache/ws/xmlschema/xmlschema-core/2.1.0/xmlschema-core-2.1.0.jar, /bata/m2/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar, /bata/m2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar, /bata/m2/org/eclipse/jetty/jetty-continuation/8.1.15.v20140411/jetty-continuation-8.1.15.v20140411.jar, /bata/m2/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.jar, /bata/m2/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.jar, /bata/m2/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.jar, /bata/m2/org/eclipse/jetty/jetty-security/8.1.15.v20140411/jetty-security-8.1.15.v20140411.jar, /bata/m2/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0/geronimo-servlet_3.0_spec-1.0.jar, /bata/m2/javax/ws/rs/javax.ws.rs-api/2.0-m10/javax.ws.rs-api-2.0-m10.jar, /bata/m2/org/apache/cloudstack/cloud-framework-rest/4.6.0-SNAPSHOT/cloud-framework-rest-4.6.0-SNAPSHOT.jar, /bata/m2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.4.4/jackson-module-jaxb-annotations-2.4.4.jar, /bata/m2/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar, /bata/m2/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar, /bata/m2/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar, /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.4.4/jackson-jaxrs-json-provider-2.4.4.jar, /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.4.4/jackson-jaxrs-base-2.4.4.jar, /bata/m2/org/apache/cloudstack/cloud-framework-cluster/4.6.0-SNAPSHOT/cloud-framework-cluster-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-framework-security/4.6.0-SNAPSHOT/cloud-framework-security-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/httpcomponents/httpcore/4.4/httpcore-4.4.jar, /bata/m2/org/apache/cloudstack/cloud-framework-jobs/4.6.0-SNAPSHOT/cloud-framework-jobs-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar, /bata/m2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar, /bata/m2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar, /bata/m2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar, /bata/m2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar, /bata/m2/javax/mail/mail/1.4.7/mail-1.4.7.jar, /bata/m2/javax/activation/activation/1.1/activation-1.1.jar, /bata/m2/jstl/jstl/1.2/jstl-1.2.jar, /bata/m2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar, /bata/m2/org/reflections/reflections/0.9.9/reflections-0.9.9.jar, /bata/m2/com/google/guava/guava/18.0/guava-18.0.jar, /bata/m2/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar, /bata/m2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar, /bata/m2/org/apache/cloudstack/cloud-engine-schema/4.6.0-SNAPSHOT/cloud-engine-schema-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-framework-ipc/4.6.0-SNAPSHOT/cloud-framework-ipc-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-framework-events/4.6.0-SNAPSHOT/cloud-framework-events-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-engine-components-api/4.6.0-SNAPSHOT/cloud-engine-components-api-4.6.0-SNAPSHOT.jar, /bata/m2/org/opensaml/opensaml/2.6.1/opensaml-2.6.1.jar, /bata/m2/org/opensaml/openws/1.5.1/openws-1.5.1.jar, /bata/m2/org/opensaml/xmltooling/1.4.1/xmltooling-1.4.1.jar, /bata/m2/org/bouncycastle/bcprov-jdk15/1.46/bcprov-jdk15-1.46.jar, /bata/m2/ca/juliusdavies/not-yet-commons-ssl/0.3.9/not-yet-commons-ssl-0.3.9.jar, /bata/m2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar, /bata/m2/org/apache/santuario/xmlsec/1.5.6/xmlsec-1.5.6.jar, /bata/m2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar, /bata/m2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar, /bata/m2/org/apache/velocity/velocity/1.7/velocity-1.7.jar, /bata/m2/joda-time/joda-time/2.2/joda-time-2.2.jar, /bata/m2/xerces/xercesImpl/2.10.0/xercesImpl-2.10.0.jar, /bata/m2/xalan/serializer/2.7.1/serializer-2.7.1.jar, /bata/m2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar, /bata/m2/xalan/xalan/2.7.1/xalan-2.7.1.jar, /bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT.jar, /bata/m2/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar, /bata/m2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar, /bata/m2/org/apache/cloudstack/cloud-utils/4.6.0-SNAPSHOT/cloud-utils-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-framework-managed-context/4.6.0-SNAPSHOT/cloud-framework-managed-context-4.6.0-SNAPSHOT.jar, /bata/m2/org/springframework/spring-context/3.2.12.RELEASE/spring-context-3.2.12.RELEASE.jar, /bata/m2/org/springframework/spring-expression/3.2.12.RELEASE/spring-expression-3.2.12.RELEASE.jar, /bata/m2/org/aspectj/aspectjweaver/1.8.4/aspectjweaver-1.8.4.jar, /bata/m2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar, /bata/m2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar, /bata/m2/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar, /bata/m2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar, /bata/m2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar, /bata/m2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar, /bata/m2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar, /bata/m2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar, /bata/m2/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar, /bata/m2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar, /bata/m2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar, /bata/m2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar, /bata/m2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar, /bata/m2/log4j/apache-log4j-extras/1.2.17/apache-log4j-extras-1.2.17.jar, /bata/m2/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar, /bata/m2/com/googlecode/java-ipv6/java-ipv6/0.15/java-ipv6-0.15.jar, /bata/m2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar, /bata/m2/org/owasp/esapi/esapi/2.1.0/esapi-2.1.0.jar, /bata/m2/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar, /bata/m2/commons-fileupload/commons-fileupload/1.2/commons-fileupload-1.2.jar, /bata/m2/xom/xom/1.2.5/xom-1.2.5.jar, /bata/m2/org/beanshell/bsh-core/2.0b4/bsh-core-2.0b4.jar, /bata/m2/org/owasp/antisamy/antisamy/1.4.3/antisamy-1.4.3.jar, /bata/m2/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar, /bata/m2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar, /bata/m2/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar, /bata/m2/net/sourceforge/nekohtml/nekohtml/1.9.12/nekohtml-1.9.12.jar, /bata/m2/commons-net/commons-net/3.3/commons-net-3.3.jar, /bata/m2/com/google/guava/guava-testlib/18.0/guava-testlib-18.0.jar, /bata/m2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar, /bata/m2/com/google/truth/truth/0.23/truth-0.23.jar, /bata/m2/org/apache/cloudstack/cloud-framework-config/4.6.0-SNAPSHOT/cloud-framework-config-4.6.0-SNAPSHOT.jar, /bata/m2/org/apache/cloudstack/cloud-framework-db/4.6.0-SNAPSHOT/cloud-framework-db-4.6.0-SNAPSHOT.jar, /bata/m2/net/sf/ehcache/ehcache-core/2.6.9/ehcache-core-2.6.9.jar, /bata/m2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar, /bata/m2/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar, /bata/m2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar, /bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT-tests.jar, /bata/m2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar, /bata/m2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar, /bata/m2/junit/junit/4.11/junit-4.11.jar, /bata/m2/org/powermock/powermock-module-junit4/1.5.3/powermock-module-junit4-1.5.3.jar, /bata/m2/org/powermock/powermock-module-junit4-common/1.5.3/powermock-module-junit4-common-1.5.3.jar, /bata/m2/org/powermock/powermock-core/1.5.3/powermock-core-1.5.3.jar, /bata/m2/org/powermock/powermock-reflect/1.5.3/powermock-reflect-1.5.3.jar, /bata/m2/org/objenesis/objenesis/2.1/objenesis-2.1.jar, /bata/m2/org/powermock/powermock-api-mockito/1.5.3/powermock-api-mockito-1.5.3.jar, /bata/m2/org/powermock/powermock-api-support/1.5.3/powermock-api-support-1.5.3.jar, /bata/m2/org/springframework/spring-test/3.2.12.RELEASE/spring-test-3.2.12.RELEASE.jar, /bata/m2/org/springframework/spring-core/3.2.12.RELEASE/spring-core-3.2.12.RELEASE.jar, /bata/m2/javax/inject/javax.inject/1/javax.inject-1.jar]
[DEBUG]   (f) compileSourceRoots = [/data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java]
[DEBUG]   (f) compilerArgument = -XDignore.symbol.file=true
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) forceJavacCompilerUse = false
[DEBUG]   (f) fork = true
[DEBUG]   (f) generatedTestSourcesDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-test-sources/test-annotations
[DEBUG]   (f) maxmem = 512m
[DEBUG]   (f) meminitial = 128m
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile {execution: default-testCompile}
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes
[DEBUG]   (f) project = MavenProject: org.apache.cloudstack:cloud-plugin-hypervisor-ovm3:4.6.0-SNAPSHOT @ /data/code/acs/cloudstack/plugins/hypervisors/ovm3/pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@8dc1ef
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skipMultiThreadWarning = false
[DEBUG]   (f) source = 1.7
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) target = 1.7
[DEBUG]   (f) useIncrementalCompilation = true
[DEBUG]   (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java]
[DEBUG] Classpath: [/data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes
 /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes
 /bata/m2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
 /bata/m2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar
 /bata/m2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar
 /bata/m2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar
 /bata/m2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
 /bata/m2/log4j/log4j/1.2.17/log4j-1.2.17.jar
 /bata/m2/org/apache/cloudstack/cloud-server/4.6.0-SNAPSHOT/cloud-server-4.6.0-SNAPSHOT.jar
 /bata/m2/commons-io/commons-io/2.4/commons-io-2.4.jar
 /bata/m2/org/springframework/spring-web/3.2.12.RELEASE/spring-web-3.2.12.RELEASE.jar
 /bata/m2/org/springframework/spring-aop/3.2.12.RELEASE/spring-aop-3.2.12.RELEASE.jar
 /bata/m2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
 /bata/m2/org/springframework/spring-beans/3.2.12.RELEASE/spring-beans-3.2.12.RELEASE.jar
 /bata/m2/org/apache/cloudstack/cloud-core/4.6.0-SNAPSHOT/cloud-core-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-engine-api/4.6.0-SNAPSHOT/cloud-engine-api-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cxf/cxf-bundle-jaxrs/2.7.13/cxf-bundle-jaxrs-2.7.13.jar
 /bata/m2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar
 /bata/m2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar
 /bata/m2/org/apache/ws/xmlschema/xmlschema-core/2.1.0/xmlschema-core-2.1.0.jar
 /bata/m2/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar
 /bata/m2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar
 /bata/m2/org/eclipse/jetty/jetty-continuation/8.1.15.v20140411/jetty-continuation-8.1.15.v20140411.jar
 /bata/m2/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.jar
 /bata/m2/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.jar
 /bata/m2/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.jar
 /bata/m2/org/eclipse/jetty/jetty-security/8.1.15.v20140411/jetty-security-8.1.15.v20140411.jar
 /bata/m2/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0/geronimo-servlet_3.0_spec-1.0.jar
 /bata/m2/javax/ws/rs/javax.ws.rs-api/2.0-m10/javax.ws.rs-api-2.0-m10.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-rest/4.6.0-SNAPSHOT/cloud-framework-rest-4.6.0-SNAPSHOT.jar
 /bata/m2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.4.4/jackson-module-jaxb-annotations-2.4.4.jar
 /bata/m2/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar
 /bata/m2/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar
 /bata/m2/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar
 /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.4.4/jackson-jaxrs-json-provider-2.4.4.jar
 /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.4.4/jackson-jaxrs-base-2.4.4.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-cluster/4.6.0-SNAPSHOT/cloud-framework-cluster-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-security/4.6.0-SNAPSHOT/cloud-framework-security-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/httpcomponents/httpcore/4.4/httpcore-4.4.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-jobs/4.6.0-SNAPSHOT/cloud-framework-jobs-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar
 /bata/m2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
 /bata/m2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
 /bata/m2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
 /bata/m2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
 /bata/m2/javax/mail/mail/1.4.7/mail-1.4.7.jar
 /bata/m2/javax/activation/activation/1.1/activation-1.1.jar
 /bata/m2/jstl/jstl/1.2/jstl-1.2.jar
 /bata/m2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
 /bata/m2/org/reflections/reflections/0.9.9/reflections-0.9.9.jar
 /bata/m2/com/google/guava/guava/18.0/guava-18.0.jar
 /bata/m2/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar
 /bata/m2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
 /bata/m2/org/apache/cloudstack/cloud-engine-schema/4.6.0-SNAPSHOT/cloud-engine-schema-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-ipc/4.6.0-SNAPSHOT/cloud-framework-ipc-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-events/4.6.0-SNAPSHOT/cloud-framework-events-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-engine-components-api/4.6.0-SNAPSHOT/cloud-engine-components-api-4.6.0-SNAPSHOT.jar
 /bata/m2/org/opensaml/opensaml/2.6.1/opensaml-2.6.1.jar
 /bata/m2/org/opensaml/openws/1.5.1/openws-1.5.1.jar
 /bata/m2/org/opensaml/xmltooling/1.4.1/xmltooling-1.4.1.jar
 /bata/m2/org/bouncycastle/bcprov-jdk15/1.46/bcprov-jdk15-1.46.jar
 /bata/m2/ca/juliusdavies/not-yet-commons-ssl/0.3.9/not-yet-commons-ssl-0.3.9.jar
 /bata/m2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
 /bata/m2/org/apache/santuario/xmlsec/1.5.6/xmlsec-1.5.6.jar
 /bata/m2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
 /bata/m2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
 /bata/m2/org/apache/velocity/velocity/1.7/velocity-1.7.jar
 /bata/m2/joda-time/joda-time/2.2/joda-time-2.2.jar
 /bata/m2/xerces/xercesImpl/2.10.0/xercesImpl-2.10.0.jar
 /bata/m2/xalan/serializer/2.7.1/serializer-2.7.1.jar
 /bata/m2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
 /bata/m2/xalan/xalan/2.7.1/xalan-2.7.1.jar
 /bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT.jar
 /bata/m2/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar
 /bata/m2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
 /bata/m2/org/apache/cloudstack/cloud-utils/4.6.0-SNAPSHOT/cloud-utils-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-managed-context/4.6.0-SNAPSHOT/cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
 /bata/m2/org/springframework/spring-context/3.2.12.RELEASE/spring-context-3.2.12.RELEASE.jar
 /bata/m2/org/springframework/spring-expression/3.2.12.RELEASE/spring-expression-3.2.12.RELEASE.jar
 /bata/m2/org/aspectj/aspectjweaver/1.8.4/aspectjweaver-1.8.4.jar
 /bata/m2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
 /bata/m2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
 /bata/m2/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar
 /bata/m2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar
 /bata/m2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
 /bata/m2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
 /bata/m2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
 /bata/m2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar
 /bata/m2/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar
 /bata/m2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar
 /bata/m2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar
 /bata/m2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar
 /bata/m2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar
 /bata/m2/log4j/apache-log4j-extras/1.2.17/apache-log4j-extras-1.2.17.jar
 /bata/m2/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar
 /bata/m2/com/googlecode/java-ipv6/java-ipv6/0.15/java-ipv6-0.15.jar
 /bata/m2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar
 /bata/m2/org/owasp/esapi/esapi/2.1.0/esapi-2.1.0.jar
 /bata/m2/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar
 /bata/m2/commons-fileupload/commons-fileupload/1.2/commons-fileupload-1.2.jar
 /bata/m2/xom/xom/1.2.5/xom-1.2.5.jar
 /bata/m2/org/beanshell/bsh-core/2.0b4/bsh-core-2.0b4.jar
 /bata/m2/org/owasp/antisamy/antisamy/1.4.3/antisamy-1.4.3.jar
 /bata/m2/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar
 /bata/m2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
 /bata/m2/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar
 /bata/m2/net/sourceforge/nekohtml/nekohtml/1.9.12/nekohtml-1.9.12.jar
 /bata/m2/commons-net/commons-net/3.3/commons-net-3.3.jar
 /bata/m2/com/google/guava/guava-testlib/18.0/guava-testlib-18.0.jar
 /bata/m2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
 /bata/m2/com/google/truth/truth/0.23/truth-0.23.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-config/4.6.0-SNAPSHOT/cloud-framework-config-4.6.0-SNAPSHOT.jar
 /bata/m2/org/apache/cloudstack/cloud-framework-db/4.6.0-SNAPSHOT/cloud-framework-db-4.6.0-SNAPSHOT.jar
 /bata/m2/net/sf/ehcache/ehcache-core/2.6.9/ehcache-core-2.6.9.jar
 /bata/m2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar
 /bata/m2/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar
 /bata/m2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar
 /bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT-tests.jar
 /bata/m2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar
 /bata/m2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar
 /bata/m2/junit/junit/4.11/junit-4.11.jar
 /bata/m2/org/powermock/powermock-module-junit4/1.5.3/powermock-module-junit4-1.5.3.jar
 /bata/m2/org/powermock/powermock-module-junit4-common/1.5.3/powermock-module-junit4-common-1.5.3.jar
 /bata/m2/org/powermock/powermock-core/1.5.3/powermock-core-1.5.3.jar
 /bata/m2/org/powermock/powermock-reflect/1.5.3/powermock-reflect-1.5.3.jar
 /bata/m2/org/objenesis/objenesis/2.1/objenesis-2.1.jar
 /bata/m2/org/powermock/powermock-api-mockito/1.5.3/powermock-api-mockito-1.5.3.jar
 /bata/m2/org/powermock/powermock-api-support/1.5.3/powermock-api-support-1.5.3.jar
 /bata/m2/org/springframework/spring-test/3.2.12.RELEASE/spring-test-3.2.12.RELEASE.jar
 /bata/m2/org/springframework/spring-core/3.2.12.RELEASE/spring-core-3.2.12.RELEASE.jar
 /bata/m2/javax/inject/javax.inject/1/javax.inject-1.jar]
[DEBUG] Output directory: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes
[DEBUG] Adding /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-test-sources/test-annotations to test-compile source roots:
  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java
[DEBUG] New test-compile source roots:
  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java
  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-test-sources/test-annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VirtualRoutingSupportTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/PoolTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3HypervisorNetworkTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/Ovm3VirtualRoutingResourceTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/CloudStackPluginTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/RemoteTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3HypervisorSupportTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/NtpTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VmSupportTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/support/Ovm3SupportTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/Ovm3HypervisorResourceTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/Ovm3StorageProcessorTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/ConnectionTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/RepositoryTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/StoragePluginTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3ConfigurationTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/LinuxTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/XenTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3GuestTypesTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/CommonTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/NetworkTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/XmlTestResultTest.java
[DEBUG] Stale source detected: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/PoolOCFS2Test.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG]  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes
[DEBUG]  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes
[DEBUG]  /bata/m2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
[DEBUG]  /bata/m2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar
[DEBUG]  /bata/m2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar
[DEBUG]  /bata/m2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar
[DEBUG]  /bata/m2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
[DEBUG]  /bata/m2/log4j/log4j/1.2.17/log4j-1.2.17.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-server/4.6.0-SNAPSHOT/cloud-server-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/commons-io/commons-io/2.4/commons-io-2.4.jar
[DEBUG]  /bata/m2/org/springframework/spring-web/3.2.12.RELEASE/spring-web-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/org/springframework/spring-aop/3.2.12.RELEASE/spring-aop-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[DEBUG]  /bata/m2/org/springframework/spring-beans/3.2.12.RELEASE/spring-beans-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-core/4.6.0-SNAPSHOT/cloud-core-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-engine-api/4.6.0-SNAPSHOT/cloud-engine-api-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cxf/cxf-bundle-jaxrs/2.7.13/cxf-bundle-jaxrs-2.7.13.jar
[DEBUG]  /bata/m2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar
[DEBUG]  /bata/m2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar
[DEBUG]  /bata/m2/org/apache/ws/xmlschema/xmlschema-core/2.1.0/xmlschema-core-2.1.0.jar
[DEBUG]  /bata/m2/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar
[DEBUG]  /bata/m2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar
[DEBUG]  /bata/m2/org/eclipse/jetty/jetty-continuation/8.1.15.v20140411/jetty-continuation-8.1.15.v20140411.jar
[DEBUG]  /bata/m2/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.jar
[DEBUG]  /bata/m2/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.jar
[DEBUG]  /bata/m2/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.jar
[DEBUG]  /bata/m2/org/eclipse/jetty/jetty-security/8.1.15.v20140411/jetty-security-8.1.15.v20140411.jar
[DEBUG]  /bata/m2/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0/geronimo-servlet_3.0_spec-1.0.jar
[DEBUG]  /bata/m2/javax/ws/rs/javax.ws.rs-api/2.0-m10/javax.ws.rs-api-2.0-m10.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-rest/4.6.0-SNAPSHOT/cloud-framework-rest-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.4.4/jackson-module-jaxb-annotations-2.4.4.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.4.4/jackson-jaxrs-json-provider-2.4.4.jar
[DEBUG]  /bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.4.4/jackson-jaxrs-base-2.4.4.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-cluster/4.6.0-SNAPSHOT/cloud-framework-cluster-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-security/4.6.0-SNAPSHOT/cloud-framework-security-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/httpcomponents/httpcore/4.4/httpcore-4.4.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-jobs/4.6.0-SNAPSHOT/cloud-framework-jobs-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar
[DEBUG]  /bata/m2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[DEBUG]  /bata/m2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
[DEBUG]  /bata/m2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[DEBUG]  /bata/m2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[DEBUG]  /bata/m2/javax/mail/mail/1.4.7/mail-1.4.7.jar
[DEBUG]  /bata/m2/javax/activation/activation/1.1/activation-1.1.jar
[DEBUG]  /bata/m2/jstl/jstl/1.2/jstl-1.2.jar
[DEBUG]  /bata/m2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
[DEBUG]  /bata/m2/org/reflections/reflections/0.9.9/reflections-0.9.9.jar
[DEBUG]  /bata/m2/com/google/guava/guava/18.0/guava-18.0.jar
[DEBUG]  /bata/m2/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar
[DEBUG]  /bata/m2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-engine-schema/4.6.0-SNAPSHOT/cloud-engine-schema-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-ipc/4.6.0-SNAPSHOT/cloud-framework-ipc-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-events/4.6.0-SNAPSHOT/cloud-framework-events-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-engine-components-api/4.6.0-SNAPSHOT/cloud-engine-components-api-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/opensaml/opensaml/2.6.1/opensaml-2.6.1.jar
[DEBUG]  /bata/m2/org/opensaml/openws/1.5.1/openws-1.5.1.jar
[DEBUG]  /bata/m2/org/opensaml/xmltooling/1.4.1/xmltooling-1.4.1.jar
[DEBUG]  /bata/m2/org/bouncycastle/bcprov-jdk15/1.46/bcprov-jdk15-1.46.jar
[DEBUG]  /bata/m2/ca/juliusdavies/not-yet-commons-ssl/0.3.9/not-yet-commons-ssl-0.3.9.jar
[DEBUG]  /bata/m2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
[DEBUG]  /bata/m2/org/apache/santuario/xmlsec/1.5.6/xmlsec-1.5.6.jar
[DEBUG]  /bata/m2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[DEBUG]  /bata/m2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[DEBUG]  /bata/m2/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[DEBUG]  /bata/m2/joda-time/joda-time/2.2/joda-time-2.2.jar
[DEBUG]  /bata/m2/xerces/xercesImpl/2.10.0/xercesImpl-2.10.0.jar
[DEBUG]  /bata/m2/xalan/serializer/2.7.1/serializer-2.7.1.jar
[DEBUG]  /bata/m2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
[DEBUG]  /bata/m2/xalan/xalan/2.7.1/xalan-2.7.1.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar
[DEBUG]  /bata/m2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-utils/4.6.0-SNAPSHOT/cloud-utils-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-managed-context/4.6.0-SNAPSHOT/cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/springframework/spring-context/3.2.12.RELEASE/spring-context-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/org/springframework/spring-expression/3.2.12.RELEASE/spring-expression-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/org/aspectj/aspectjweaver/1.8.4/aspectjweaver-1.8.4.jar
[DEBUG]  /bata/m2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
[DEBUG]  /bata/m2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
[DEBUG]  /bata/m2/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar
[DEBUG]  /bata/m2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar
[DEBUG]  /bata/m2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
[DEBUG]  /bata/m2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[DEBUG]  /bata/m2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
[DEBUG]  /bata/m2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar
[DEBUG]  /bata/m2/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar
[DEBUG]  /bata/m2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar
[DEBUG]  /bata/m2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar
[DEBUG]  /bata/m2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar
[DEBUG]  /bata/m2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar
[DEBUG]  /bata/m2/log4j/apache-log4j-extras/1.2.17/apache-log4j-extras-1.2.17.jar
[DEBUG]  /bata/m2/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar
[DEBUG]  /bata/m2/com/googlecode/java-ipv6/java-ipv6/0.15/java-ipv6-0.15.jar
[DEBUG]  /bata/m2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar
[DEBUG]  /bata/m2/org/owasp/esapi/esapi/2.1.0/esapi-2.1.0.jar
[DEBUG]  /bata/m2/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar
[DEBUG]  /bata/m2/commons-fileupload/commons-fileupload/1.2/commons-fileupload-1.2.jar
[DEBUG]  /bata/m2/xom/xom/1.2.5/xom-1.2.5.jar
[DEBUG]  /bata/m2/org/beanshell/bsh-core/2.0b4/bsh-core-2.0b4.jar
[DEBUG]  /bata/m2/org/owasp/antisamy/antisamy/1.4.3/antisamy-1.4.3.jar
[DEBUG]  /bata/m2/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar
[DEBUG]  /bata/m2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
[DEBUG]  /bata/m2/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar
[DEBUG]  /bata/m2/net/sourceforge/nekohtml/nekohtml/1.9.12/nekohtml-1.9.12.jar
[DEBUG]  /bata/m2/commons-net/commons-net/3.3/commons-net-3.3.jar
[DEBUG]  /bata/m2/com/google/guava/guava-testlib/18.0/guava-testlib-18.0.jar
[DEBUG]  /bata/m2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
[DEBUG]  /bata/m2/com/google/truth/truth/0.23/truth-0.23.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-config/4.6.0-SNAPSHOT/cloud-framework-config-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-framework-db/4.6.0-SNAPSHOT/cloud-framework-db-4.6.0-SNAPSHOT.jar
[DEBUG]  /bata/m2/net/sf/ehcache/ehcache-core/2.6.9/ehcache-core-2.6.9.jar
[DEBUG]  /bata/m2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar
[DEBUG]  /bata/m2/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar
[DEBUG]  /bata/m2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar
[DEBUG]  /bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT-tests.jar
[DEBUG]  /bata/m2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar
[DEBUG]  /bata/m2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar
[DEBUG]  /bata/m2/junit/junit/4.11/junit-4.11.jar
[DEBUG]  /bata/m2/org/powermock/powermock-module-junit4/1.5.3/powermock-module-junit4-1.5.3.jar
[DEBUG]  /bata/m2/org/powermock/powermock-module-junit4-common/1.5.3/powermock-module-junit4-common-1.5.3.jar
[DEBUG]  /bata/m2/org/powermock/powermock-core/1.5.3/powermock-core-1.5.3.jar
[DEBUG]  /bata/m2/org/powermock/powermock-reflect/1.5.3/powermock-reflect-1.5.3.jar
[DEBUG]  /bata/m2/org/objenesis/objenesis/2.1/objenesis-2.1.jar
[DEBUG]  /bata/m2/org/powermock/powermock-api-mockito/1.5.3/powermock-api-mockito-1.5.3.jar
[DEBUG]  /bata/m2/org/powermock/powermock-api-support/1.5.3/powermock-api-support-1.5.3.jar
[DEBUG]  /bata/m2/org/springframework/spring-test/3.2.12.RELEASE/spring-test-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/org/springframework/spring-core/3.2.12.RELEASE/spring-core-3.2.12.RELEASE.jar
[DEBUG]  /bata/m2/javax/inject/javax.inject/1/javax.inject-1.jar
[DEBUG] Source roots:
[DEBUG]  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java
[DEBUG]  /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-test-sources/test-annotations
[DEBUG] Command line options:
[DEBUG] -d /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes -classpath /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes:/data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/classes:/bata/m2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar:/bata/m2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar:/bata/m2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar:/bata/m2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar:/bata/m2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar:/bata/m2/log4j/log4j/1.2.17/log4j-1.2.17.jar:/bata/m2/org/apache/cloudstack/cloud-server/4.6.0-SNAPSHOT/cloud-server-4.6.0-SNAPSHOT.jar:/bata/m2/commons-io/commons-io/2.4/commons-io-2.4.jar:/bata/m2/org/springframework/spring-web/3.2.12.RELEASE/spring-web-3.2.12.RELEASE.jar:/bata/m2/org/springframework/spring-aop/3.2.12.RELEASE/spring-aop-3.2.12.RELEASE.jar:/bata/m2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/bata/m2/org/springframework/spring-beans/3.2.12.RELEASE/spring-beans-3.2.12.RELEASE.jar:/bata/m2/org/apache/cloudstack/cloud-core/4.6.0-SNAPSHOT/cloud-core-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-engine-api/4.6.0-SNAPSHOT/cloud-engine-api-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cxf/cxf-bundle-jaxrs/2.7.13/cxf-bundle-jaxrs-2.7.13.jar:/bata/m2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar:/bata/m2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar:/bata/m2/org/apache/ws/xmlschema/xmlschema-core/2.1.0/xmlschema-core-2.1.0.jar:/bata/m2/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar:/bata/m2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar:/bata/m2/org/eclipse/jetty/jetty-continuation/8.1.15.v20140411/jetty-continuation-8.1.15.v20140411.jar:/bata/m2/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.jar:/bata/m2/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.jar:/bata/m2/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.jar:/bata/m2/org/eclipse/jetty/jetty-security/8.1.15.v20140411/jetty-security-8.1.15.v20140411.jar:/bata/m2/org/apache/geronimo/specs/geronimo-servlet_3.0_spec/1.0/geronimo-servlet_3.0_spec-1.0.jar:/bata/m2/javax/ws/rs/javax.ws.rs-api/2.0-m10/javax.ws.rs-api-2.0-m10.jar:/bata/m2/org/apache/cloudstack/cloud-framework-rest/4.6.0-SNAPSHOT/cloud-framework-rest-4.6.0-SNAPSHOT.jar:/bata/m2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.4.4/jackson-module-jaxb-annotations-2.4.4.jar:/bata/m2/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar:/bata/m2/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar:/bata/m2/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar:/bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.4.4/jackson-jaxrs-json-provider-2.4.4.jar:/bata/m2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.4.4/jackson-jaxrs-base-2.4.4.jar:/bata/m2/org/apache/cloudstack/cloud-framework-cluster/4.6.0-SNAPSHOT/cloud-framework-cluster-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-framework-security/4.6.0-SNAPSHOT/cloud-framework-security-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/httpcomponents/httpcore/4.4/httpcore-4.4.jar:/bata/m2/org/apache/cloudstack/cloud-framework-jobs/4.6.0-SNAPSHOT/cloud-framework-jobs-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar:/bata/m2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/bata/m2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar:/bata/m2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar:/bata/m2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar:/bata/m2/javax/mail/mail/1.4.7/mail-1.4.7.jar:/bata/m2/javax/activation/activation/1.1/activation-1.1.jar:/bata/m2/jstl/jstl/1.2/jstl-1.2.jar:/bata/m2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar:/bata/m2/org/reflections/reflections/0.9.9/reflections-0.9.9.jar:/bata/m2/com/google/guava/guava/18.0/guava-18.0.jar:/bata/m2/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar:/bata/m2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar:/bata/m2/org/apache/cloudstack/cloud-engine-schema/4.6.0-SNAPSHOT/cloud-engine-schema-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-framework-ipc/4.6.0-SNAPSHOT/cloud-framework-ipc-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-framework-events/4.6.0-SNAPSHOT/cloud-framework-events-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-engine-components-api/4.6.0-SNAPSHOT/cloud-engine-components-api-4.6.0-SNAPSHOT.jar:/bata/m2/org/opensaml/opensaml/2.6.1/opensaml-2.6.1.jar:/bata/m2/org/opensaml/openws/1.5.1/openws-1.5.1.jar:/bata/m2/org/opensaml/xmltooling/1.4.1/xmltooling-1.4.1.jar:/bata/m2/org/bouncycastle/bcprov-jdk15/1.46/bcprov-jdk15-1.46.jar:/bata/m2/ca/juliusdavies/not-yet-commons-ssl/0.3.9/not-yet-commons-ssl-0.3.9.jar:/bata/m2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/bata/m2/org/apache/santuario/xmlsec/1.5.6/xmlsec-1.5.6.jar:/bata/m2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/bata/m2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar:/bata/m2/org/apache/velocity/velocity/1.7/velocity-1.7.jar:/bata/m2/joda-time/joda-time/2.2/joda-time-2.2.jar:/bata/m2/xerces/xercesImpl/2.10.0/xercesImpl-2.10.0.jar:/bata/m2/xalan/serializer/2.7.1/serializer-2.7.1.jar:/bata/m2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar:/bata/m2/xalan/xalan/2.7.1/xalan-2.7.1.jar:/bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT.jar:/bata/m2/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar:/bata/m2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/bata/m2/org/apache/cloudstack/cloud-utils/4.6.0-SNAPSHOT/cloud-utils-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-framework-managed-context/4.6.0-SNAPSHOT/cloud-framework-managed-context-4.6.0-SNAPSHOT.jar:/bata/m2/org/springframework/spring-context/3.2.12.RELEASE/spring-context-3.2.12.RELEASE.jar:/bata/m2/org/springframework/spring-expression/3.2.12.RELEASE/spring-expression-3.2.12.RELEASE.jar:/bata/m2/org/aspectj/aspectjweaver/1.8.4/aspectjweaver-1.8.4.jar:/bata/m2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar:/bata/m2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar:/bata/m2/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar:/bata/m2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar:/bata/m2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar:/bata/m2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar:/bata/m2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar:/bata/m2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar:/bata/m2/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar:/bata/m2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar:/bata/m2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar:/bata/m2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar:/bata/m2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar:/bata/m2/log4j/apache-log4j-extras/1.2.17/apache-log4j-extras-1.2.17.jar:/bata/m2/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar:/bata/m2/com/googlecode/java-ipv6/java-ipv6/0.15/java-ipv6-0.15.jar:/bata/m2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar:/bata/m2/org/owasp/esapi/esapi/2.1.0/esapi-2.1.0.jar:/bata/m2/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar:/bata/m2/commons-fileupload/commons-fileupload/1.2/commons-fileupload-1.2.jar:/bata/m2/xom/xom/1.2.5/xom-1.2.5.jar:/bata/m2/org/beanshell/bsh-core/2.0b4/bsh-core-2.0b4.jar:/bata/m2/org/owasp/antisamy/antisamy/1.4.3/antisamy-1.4.3.jar:/bata/m2/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar:/bata/m2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar:/bata/m2/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar:/bata/m2/net/sourceforge/nekohtml/nekohtml/1.9.12/nekohtml-1.9.12.jar:/bata/m2/commons-net/commons-net/3.3/commons-net-3.3.jar:/bata/m2/com/google/guava/guava-testlib/18.0/guava-testlib-18.0.jar:/bata/m2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar:/bata/m2/com/google/truth/truth/0.23/truth-0.23.jar:/bata/m2/org/apache/cloudstack/cloud-framework-config/4.6.0-SNAPSHOT/cloud-framework-config-4.6.0-SNAPSHOT.jar:/bata/m2/org/apache/cloudstack/cloud-framework-db/4.6.0-SNAPSHOT/cloud-framework-db-4.6.0-SNAPSHOT.jar:/bata/m2/net/sf/ehcache/ehcache-core/2.6.9/ehcache-core-2.6.9.jar:/bata/m2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar:/bata/m2/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar:/bata/m2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar:/bata/m2/org/apache/cloudstack/cloud-api/4.6.0-SNAPSHOT/cloud-api-4.6.0-SNAPSHOT-tests.jar:/bata/m2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar:/bata/m2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar:/bata/m2/junit/junit/4.11/junit-4.11.jar:/bata/m2/org/powermock/powermock-module-junit4/1.5.3/powermock-module-junit4-1.5.3.jar:/bata/m2/org/powermock/powermock-module-junit4-common/1.5.3/powermock-module-junit4-common-1.5.3.jar:/bata/m2/org/powermock/powermock-core/1.5.3/powermock-core-1.5.3.jar:/bata/m2/org/powermock/powermock-reflect/1.5.3/powermock-reflect-1.5.3.jar:/bata/m2/org/objenesis/objenesis/2.1/objenesis-2.1.jar:/bata/m2/org/powermock/powermock-api-mockito/1.5.3/powermock-api-mockito-1.5.3.jar:/bata/m2/org/powermock/powermock-api-support/1.5.3/powermock-api-support-1.5.3.jar:/bata/m2/org/springframework/spring-test/3.2.12.RELEASE/spring-test-3.2.12.RELEASE.jar:/bata/m2/org/springframework/spring-core/3.2.12.RELEASE/spring-core-3.2.12.RELEASE.jar:/bata/m2/javax/inject/javax.inject/1/javax.inject-1.jar: -sourcepath /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java:/data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-test-sources/test-annotations: /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/PoolOCFS2Test.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/XmlTestResultTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/CommonTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/NetworkTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3GuestTypesTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/XenTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/LinuxTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3ConfigurationTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/StoragePluginTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/RepositoryTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/Ovm3StorageProcessorTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/ConnectionTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/Ovm3HypervisorResourceTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VmSupportTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/support/Ovm3SupportTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/NtpTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3HypervisorSupportTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/RemoteTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/CloudStackPluginTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3HypervisorNetworkTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/Ovm3VirtualRoutingResourceTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/objects/PoolTest.java /data/code/acs/cloudstack/plugins/hypervisors/ovm3/src/test/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3VirtualRoutingSupportTest.java -s /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/generated-test-sources/test-annotations -g -nowarn -target 1.7 -source 1.7 -encoding UTF-8 -XDignore.symbol.file=true
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 23 source files to /data/code/acs/cloudstack/plugins/hypervisors/ovm3/target/test-classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 ... FAILURE [33.086s]
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer  SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer  SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle ... SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto .............. SKIPPED
[INFO] Apache CloudStack Plugin - Network Netscaler ...... SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ..... SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment  SKIPPED
[INFO] Apache CloudStack Plugin - Network Brocade VCS .... SKIPPED
[INFO] Apache CloudStack Plugin - Midokura Midonet ....... SKIPPED
[INFO] Apache CloudStack Plugin - Stratosphere SSP ....... SKIPPED
[INFO] Apache CloudStack Plugin - Network Opendaylight ... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator LDAP  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator MD5 . SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SAML2  SKIPPED
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted  SKIPPED
[INFO] Apache CloudStack Plugin - Dns Notifier Example ... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image S3 ....... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider  SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider  SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider  SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider  SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider  SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider  SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............ SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts .......... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN .......... SKIPPED
[INFO] Apache CloudStack Plugin - GloboDNS ............... SKIPPED
[INFO] Apache CloudStack Plugin - NetApp File System ..... SKIPPED
[INFO] Apache CloudStack Plugin - F5 ..................... SKIPPED
[INFO] Apache CloudStack Plugin - Juniper SRX ............ SKIPPED
[INFO] Apache CloudStack Plugin - Nuage VSP .............. SKIPPED
[INFO] Apache CloudStack VMware Base ..................... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor VMware ...... SKIPPED
[INFO] Apache CloudStack Plugin - Cisco VNMC ............. SKIPPED
[INFO] Apache CloudStack Plugin - MySQL HA Strategy ...... SKIPPED
[INFO] Apache CloudStack Framework - Spring Module ....... SKIPPED
[INFO] Apache CloudStack Secondary Storage Controller .... SKIPPED
[INFO] Apache CloudStack Client UI ....................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ...... SKIPPED
[INFO] Apache CloudStack Console Proxy ................... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server .......... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.854s
[INFO] Finished at: Tue Oct 27 19:56:28 IST 2015
[INFO] Final Memory: 41M/368M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile) on project cloud-plugin-hypervisor-ovm3: Compilation failure -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile) on project cloud-plugin-hypervisor-ovm3: Compilation failure
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
        at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:913)
        at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:153)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
        ... 19 more
[ERROR]
[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
root@csdev:/data/code/acs/cloudstack#
---
Regards,
Sateesh

-----Original Message-----
From: Daan Hoogland [mailto:daan.hoogland@gmail.com] 
Sent: Tuesday, October 27, 2015 6:54 PM
To: dev
Subject: Re: Build failure for plugin ovm3

Sateesh, I've seen many failures in many modules. Can you include the actual error of the testcompile? This doesn't say to much.

On Tue, Oct 27, 2015 at 2:07 PM, Sateesh Chodapuneedi < sateesh.chodapuneedi@citrix.com> wrote:

> Off late, I am seeing following test-compile failure with plugin ovm3. 
> But in Jenkins there is no such failure observed.
> Is there anybody who encountered this build failure?
>
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) 
> @
> cloud-plugin-hypervisor-ovm3 ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 23 source files to
> /code/cloudstack/plugins/hypervisors/ovm3/target/test-classes
> [INFO]
> ----------------------------------------------------------------------
> --
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 ... FAILURE 
> [20.341s] [INFO] Apache CloudStack Plugin - Network Elastic Load 
> Balancer  SKIPPED [INFO]
> ----------------------------------------------------------------------
> --
> [INFO] BUILD FAILURE
> [INFO]
> ----------------------------------------------------------------------
> --
> [INFO] Total time: 24.012s
> [INFO] Finished at: Tue Oct 27 18:32:51 IST 2015 [INFO] Final Memory: 
> 41M/361M [INFO]
> ----------------------------------------------------------------------
> --
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile
> (default-testCompile) on project cloud-plugin-hypervisor-ovm3: 
> Compilation failure -> [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
>
> Regards,
> Sateesh
>
>


--
Daan

Re: Build failure for plugin ovm3

Posted by Daan Hoogland <da...@gmail.com>.
Sateesh, I've seen many failures in many modules. Can you include the
actual error of the testcompile? This doesn't say to much.

On Tue, Oct 27, 2015 at 2:07 PM, Sateesh Chodapuneedi <
sateesh.chodapuneedi@citrix.com> wrote:

> Off late, I am seeing following test-compile failure with plugin ovm3. But
> in Jenkins there is no such failure observed.
> Is there anybody who encountered this build failure?
>
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-plugin-hypervisor-ovm3 ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 23 source files to
> /code/cloudstack/plugins/hypervisors/ovm3/target/test-classes
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 ... FAILURE
> [20.341s]
> [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer  SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 24.012s
> [INFO] Finished at: Tue Oct 27 18:32:51 IST 2015
> [INFO] Final Memory: 41M/361M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile
> (default-testCompile) on project cloud-plugin-hypervisor-ovm3: Compilation
> failure -> [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
>
> Regards,
> Sateesh
>
>


-- 
Daan