You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by B Prakash <bp...@hotmail.com> on 2015/10/30 07:55:33 UTC

Build error

I am new to this and hence might be missing something, please could someone help me with this build error?  I am having the latest build and getting the following error;


2015-10-29 23:37:07,435 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::c3d9:fa56:870:77a3
2015-10-29 23:37:07,560 ERROR [utils.net.NetUtils] (main:) Failed to convert a string to an IPv6 address
java.lang.IllegalArgumentException: can not parse []
at com.googlecode.ipv6.IPv6Address.tryParseStringArrayIntoLongArray(IPv6Address.java:94)
at com.googlecode.ipv6.IPv6Address.fromString(IPv6Address.java:80)
at com.cloud.utils.net.NetUtils.countIp6InRange(NetUtils.java:1316)
at com.cloud.utils.net.NetUtilsTest.testCountIp6InRangeWithNullStart(NetUtilsTest.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)


I am using a windows 10 machine running on java 8, I tried build on both cygwin and eclipse, getting similar error (I know it no different but just to make sure till I get familiar).  Complete build(mvn install) log, just in case this helps;


[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration
[INFO] Apache CloudStack
[INFO] Apache CloudStack Maven Conventions Parent
[INFO] Apache CloudStack Framework - Managed Context
[INFO] Apache CloudStack Utils
[INFO] Apache CloudStack Framework
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Framework - Configuration
[INFO] Apache CloudStack API
[INFO] Apache CloudStack Framework - REST
[INFO] Apache CloudStack Framework - IPC
[INFO] Apache CloudStack Cloud Engine
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Framework - Security
[INFO] Apache CloudStack Core
[INFO] Apache CloudStack Agents
[INFO] Apache CloudStack Framework - Clustering
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Cloud Engine Schema Component
[INFO] Apache CloudStack Framework - Jobs
[INFO] Apache CloudStack Cloud Engine Internal Components API
[INFO] Apache CloudStack Server
[INFO] Apache CloudStack Usage Server
[INFO] Apache CloudStack Cloud Engine Orchestration Component
[INFO] Apache CloudStack Cloud Services
[INFO] Apache CloudStack Secondary Storage
[INFO] Apache CloudStack Secondary Storage Service
[INFO] Apache CloudStack Engine Storage Component
[INFO] Apache CloudStack Engine Storage Volume Component
[INFO] Apache CloudStack Engine Storage Image Component
[INFO] Apache CloudStack Engine Storage Data Motion Component
[INFO] Apache CloudStack Engine Storage Cache Component
[INFO] Apache CloudStack Engine Storage Snapshot Component
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Cloud Engine Service
[INFO] Apache CloudStack Plugin POM
[INFO] Apache CloudStack Plugin - API Rate Limit
[INFO] Apache CloudStack Plugin - Storage Volume default provider
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
[INFO] Apache CloudStack Plugin - API SolidFire
[INFO] Apache CloudStack Plugin - API Discovery
[INFO] Apache CloudStack Plugin - ACL Static Role Based
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner
[INFO] Apache CloudStack Plugin - Host Allocator Random
[INFO] Apache CloudStack Plugin - Dedicated Resources
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM
[INFO] Apache CloudStack Plugin - Open vSwitch
[INFO] Apache CloudStack Plugin - Hypervisor XenServer
[INFO] Apache CloudStack Plugin - Hypervisor KVM
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
[INFO] Apache CloudStack Plugin - In Memory Event Bus
[INFO] Apache CloudStack Plugin - Kafka Event Bus
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal
[INFO] Apache CloudStack Plugin - Hypervisor UCS
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
[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 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
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Developer Tools - Checkstyle Configuration 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ checkstyle ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ checkstyle ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ checkstyle ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ checkstyle ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ checkstyle ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ checkstyle ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\target\checkstyle-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ checkstyle ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\target\checkstyle-4.6.0-SNAPSHOT.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\checkstyle\4.6.0-SNAPSHOT\checkstyle-4.6.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\checkstyle\4.6.0-SNAPSHOT\checkstyle-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloudstack ---
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloudstack ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloudstack ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloudstack\4.6.0-SNAPSHOT\cloudstack-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Maven Conventions Parent 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-maven-standard ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-maven-standard ---
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-maven-standard ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-maven-standard ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\maven-standard\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-maven-standard\4.6.0-SNAPSHOT\cloud-maven-standard-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Framework - Managed Context 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-framework-managed-context ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-framework-managed-context ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-framework-managed-context ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\src\main\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-framework-managed-context ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-framework-managed-context ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\src\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-framework-managed-context ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-framework-managed-context ---
[INFO] Surefire report directory: C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cloudstack.managed.context.impl.DefaultManagedContextTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.cloudstack.managed.context.impl.DefaultManagedContextTest

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-managed-context ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-framework-managed-context ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-framework-managed-context ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-managed-context\4.6.0-SNAPSHOT\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-managed-context\4.6.0-SNAPSHOT\cloud-framework-managed-context-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Utils 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-utils ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-utils ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-utils ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-utils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 147 source files to C:\Users\Official\Documents\GitHub\cloudstack\utils\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-utils ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-utils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to C:\Users\Official\Documents\GitHub\cloudstack\utils\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-utils ---
[INFO] Surefire report directory: C:\Users\Official\Documents\GitHub\cloudstack\utils\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.cloud.utils.backoff.impl.ConstantTimeBackoffTest
2015-10-29 23:37:00,756 INFO  [backoff.impl.ConstantTimeBackoff] (Thread-0:) Thread Thread-0 interrupted while waiting for retry
2015-10-29 23:37:00,858 DEBUG [backoff.impl.ConstantTimeBackoffTest] (main:) thread started
2015-10-29 23:37:00,859 DEBUG [backoff.impl.ConstantTimeBackoffTest] (Thread-1:) before
2015-10-29 23:37:00,958 DEBUG [backoff.impl.ConstantTimeBackoffTest] (main:) testing wakeup
2015-10-29 23:37:00,958 INFO  [backoff.impl.ConstantTimeBackoff] (Thread-1:) Thread Thread-1 interrupted while waiting for retry
2015-10-29 23:37:00,958 DEBUG [backoff.impl.ConstantTimeBackoffTest] (Thread-1:) after
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec - in com.cloud.utils.backoff.impl.ConstantTimeBackoffTest
Running com.cloud.utils.crypto.EncryptionSecretKeyCheckerTest
2015-10-29 23:37:00,976 DEBUG [utils.crypt.EncryptionSecretKeyChecker] (main:) Encryption Type: null
2015-10-29 23:37:00,980 DEBUG [utils.crypt.EncryptionSecretKeyChecker] (main:) Encryption Type: file
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in com.cloud.utils.crypto.EncryptionSecretKeyCheckerTest
Running com.cloud.utils.crypto.RSAHelperTest
2015-10-29 23:37:01,252 INFO  [utils.crypt.RSAHelper] (main:) [ignored]error during public key encryption: Unsupported format
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.667 sec - in com.cloud.utils.crypto.RSAHelperTest
Running com.cloud.utils.encoding.UrlEncoderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.cloud.utils.encoding.UrlEncoderTest
Running com.cloud.utils.exception.ExceptionUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.cloud.utils.exception.ExceptionUtilTest
Running com.cloud.utils.HttpUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in com.cloud.utils.HttpUtilsTest
Running com.cloud.utils.log.CglibThrowableRendererTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec - in com.cloud.utils.log.CglibThrowableRendererTest
Running com.cloud.utils.net.Ip4AddressTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in com.cloud.utils.net.Ip4AddressTest
Running com.cloud.utils.net.IpTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.cloud.utils.net.IpTest
Running com.cloud.utils.net.MacAddressTest
ff:ff:ff:ff:ff:ff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec - in com.cloud.utils.net.MacAddressTest
Running com.cloud.utils.net.NetUtilsTest
2015-10-29 23:37:07,344 INFO  [utils.net.NetUtils] (main:) Invalid value of cidr 10.3.6.5/50
2015-10-29 23:37:07,372 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::2
2015-10-29 23:37:07,375 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::1
2015-10-29 23:37:07,378 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::2
2015-10-29 23:37:07,381 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::1
2015-10-29 23:37:07,384 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::2
2015-10-29 23:37:07,387 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::ad4d:eac0:c181:7a93
2015-10-29 23:37:07,398 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::ac:f61a:4142:664a
2015-10-29 23:37:07,405 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::d5ce:c6a0:9d70:c1b6
2015-10-29 23:37:07,413 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::83c5:8333:8c73:33a9
2015-10-29 23:37:07,417 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::6eba:49ac:d447:7e4
2015-10-29 23:37:07,422 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::edd1:fead:c982:d454
2015-10-29 23:37:07,425 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::9cd7:6514:1a5a:765b
2015-10-29 23:37:07,428 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::735b:28cf:34da:17b3
2015-10-29 23:37:07,431 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::4c82:1bef:c009:a2e5
2015-10-29 23:37:07,435 INFO  [utils.net.NetUtilsTest] (main:) IP is 1234:5678::c3d9:fa56:870:77a3
2015-10-29 23:37:07,560 ERROR [utils.net.NetUtils] (main:) Failed to convert a string to an IPv6 address
java.lang.IllegalArgumentException: can not parse []
at com.googlecode.ipv6.IPv6Address.tryParseStringArrayIntoLongArray(IPv6Address.java:94)
at com.googlecode.ipv6.IPv6Address.fromString(IPv6Address.java:80)
at com.cloud.utils.net.NetUtils.countIp6InRange(NetUtils.java:1316)
at com.cloud.utils.net.NetUtilsTest.testCountIp6InRangeWithNullStart(NetUtilsTest.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec - in com.cloud.utils.net.NetUtilsTest
Running com.cloud.utils.NumbersUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.cloud.utils.NumbersUtilTest
Running com.cloud.utils.PasswordGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in com.cloud.utils.PasswordGeneratorTest
Running com.cloud.utils.ProcessUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.06 sec - in com.cloud.utils.ProcessUtilTest
Running com.cloud.utils.PropertiesUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in com.cloud.utils.PropertiesUtilsTest
Running com.cloud.utils.ReflectUtilTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in com.cloud.utils.ReflectUtilTest
Running com.cloud.utils.rest.BasicRestClientTest
2015-10-29 23:37:08,555 DEBUG [utils.rest.BasicRestClient] (main:) Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
2015-10-29 23:37:08,571 DEBUG [utils.rest.BasicRestClient] (main:) Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
2015-10-29 23:37:08,666 DEBUG [utils.rest.BasicRestClient] (main:) Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec - in com.cloud.utils.rest.BasicRestClientTest
Running com.cloud.utils.rest.HttpClientHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.cloud.utils.rest.HttpClientHelperTest
Running com.cloud.utils.rest.HttpStatusCodeHelperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.cloud.utils.rest.HttpStatusCodeHelperTest
Running com.cloud.utils.rest.HttpUriRequestBuilderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in com.cloud.utils.rest.HttpUriRequestBuilderTest
Running com.cloud.utils.rest.RESTServiceConnectorTest
2015-10-29 23:37:08,862 DEBUG [utils.rest.RESTServiceConnector] (main:) Executing retrieve object on /somepath
2015-10-29 23:37:08,862 DEBUG [utils.rest.BasicRestClient] (main:) Executig GET request on https://localhost:443/somepath
2015-10-29 23:37:08,863 DEBUG [utils.rest.RESTServiceConnector] (main:) Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
2015-10-29 23:37:08,864 DEBUG [utils.rest.RESTServiceConnector] (main:) Response entity: [{somethig_not_type : "WrongType"}]
2015-10-29 23:37:08,911 DEBUG [utils.rest.BasicRestClient] (main:) Closing HTTP connection
2015-10-29 23:37:08,932 DEBUG [utils.rest.RESTServiceConnector] (main:) Executing create object on /somepath
2015-10-29 23:37:08,933 DEBUG [utils.rest.RESTServiceConnector] (main:) Built request 'POST /somepath HTTP/1.1' with payload: Optional.of({"field":"newValue"})
2015-10-29 23:37:08,933 DEBUG [utils.rest.BasicRestClient] (main:) Executig POST request on https://localhost:443/somepath
2015-10-29 23:37:08,934 DEBUG [utils.rest.RESTServiceConnector] (main:) Executed request: POST /somepath HTTP/1.1 status was HTTP/1.1 200 OK
2015-10-29 23:37:08,934 DEBUG [utils.rest.RESTServiceConnector] (main:) Response entity: {"field":"newValue"}
2015-10-29 23:37:08,938 DEBUG [utils.rest.BasicRestClient] (main:) Closing HTTP connection
2015-10-29 23:37:08,972 DEBUG [utils.rest.RESTServiceConnector] (main:) Executing create object on /somepath
2015-10-29 23:37:08,981 DEBUG [utils.rest.RESTServiceConnector] (main:) Built request 'POST /somepath?arg2=val2&arg1=val1 HTTP/1.1' with payload: Optional.of({"field":"newValue"})
2015-10-29 23:37:08,982 DEBUG [utils.rest.BasicRestClient] (main:) Executig POST request on https://localhost:443/somepath?arg2=val2&arg1=val1
2015-10-29 23:37:08,985 DEBUG [utils.rest.RESTServiceConnector] (main:) Executed request: POST /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was HTTP/1.1 200 OK
2015-10-29 23:37:08,985 DEBUG [utils.rest.RESTServiceConnector] (main:) Response entity: {"field":"newValue"}
2015-10-29 23:37:08,988 DEBUG [utils.rest.BasicRestClient] (main:) Closing HTTP connection
2015-10-29 23:37:08,997 DEBUG [utils.rest.RESTServiceConnector] (main:) Executing update object on /somepath
2015-10-29 23:37:08,998 DEBUG [utils.rest.RESTServiceConnector] (main:) Built request 'PUT /somepath?arg2=val2&arg1=val1 HTTP/1.1' with payload: Optional.of({"field":"newValue"})
2015-10-29 23:37:08,998 DEBUG [utils.rest.BasicRestClient] (main:) Executig PUT request on https://localhost:443/somepath?arg2=val2&arg1=val1
2015-10-29 23:37:08,999 DEBUG [utils.rest.RESTServiceConnector] (main:) Executed request: PUT /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was HTTP/1.1 200 OK
2015-10-29 23:37:08,999 DEBUG [utils.rest.BasicRestClient] (main:) Closing HTTP connection
2015-10-29 23:37:09,193 DEBUG [utils.rest.RESTServiceConnector] (main:) Executing retrieve object on /somepath
2015-10-29 23:37:09,195 DEBUG [utils.rest.BasicRestClient] (main:) Executig GET request on https://localhost:443/somepath
2015-10-29 23:37:09,196 DEBUG [utils.rest.RESTServiceConnector] (main:) Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
2015-10-29 23:37:09,196 DEBUG [utils.rest.RESTServiceConnector] (main:) Response entity: {results: [{field : "SomeValue"}], results_count: 1}
2015-10-29 23:37:09,197 DEBUG [utils.rest.BasicRestClient] (main:) Closing HTTP connection
2015-10-29 23:37:09,199 DEBUG [utils.rest.RESTServiceConnector] (main:) Executing update object on /somepath
2015-10-29 23:37:09,202 DEBUG [utils.rest.RESTServiceConnector] (main:) Built request 'PUT /somepath HTTP/1.1' with payload: Optional.of({"field":"newValue"})
2015-10-29 23:37:09,203 DEBUG [utils.rest.BasicRestClient] (main:) Executig PUT request on https://localhost:443/somepath
2015-10-29 23:37:09,203 DEBUG [utils.rest.RESTServiceConnector] (main:) Executed request: PUT /somepath HTTP/1.1 status was HTTP/1.1 200 OK
2015-10-29 23:37:09,204 DEBUG [utils.rest.BasicRestClient] (main:) Closing HTTP connection
2015-10-29 23:37:09,227 DEBUG [utils.rest.RESTServiceConnector] (main:) Executing delete object on /somepath
2015-10-29 23:37:09,227 DEBUG [utils.rest.BasicRestClient] (main:) Executig DELETE request on https://localhost:443/somepath
2015-10-29 23:37:09,229 DEBUG [utils.rest.RESTServiceConnector] (main:) Executed request: DELETE /somepath HTTP/1.1 status was HTTP/1.1 200 OK
2015-10-29 23:37:09,232 DEBUG [utils.rest.BasicRestClient] (main:) Closing HTTP connection
2015-10-29 23:37:09,235 DEBUG [utils.rest.RESTServiceConnector] (main:) Executing retrieve object on /somepath
2015-10-29 23:37:09,235 DEBUG [utils.rest.BasicRestClient] (main:) Executig GET request on https://localhost:443/somepath?arg2=val2&arg1=val1
2015-10-29 23:37:09,247 DEBUG [utils.rest.RESTServiceConnector] (main:) Executed request: GET /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was HTTP/1.1 200 OK
2015-10-29 23:37:09,247 DEBUG [utils.rest.RESTServiceConnector] (main:) Response entity: {"field":"existingValue"}
2015-10-29 23:37:09,248 DEBUG [utils.rest.BasicRestClient] (main:) Closing HTTP connection
2015-10-29 23:37:09,256 DEBUG [utils.rest.RESTServiceConnector] (main:) Executing retrieve object on /somepath
2015-10-29 23:37:09,256 DEBUG [utils.rest.BasicRestClient] (main:) Executig GET request on https://localhost:443/somepath
2015-10-29 23:37:09,257 DEBUG [utils.rest.RESTServiceConnector] (main:) Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
2015-10-29 23:37:09,257 DEBUG [utils.rest.RESTServiceConnector] (main:) Response entity: {"field":"existingValue"}
2015-10-29 23:37:09,258 DEBUG [utils.rest.BasicRestClient] (main:) Closing HTTP connection
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 sec - in com.cloud.utils.rest.RESTServiceConnectorTest
Running com.cloud.utils.ScriptTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.006 sec - in com.cloud.utils.ScriptTest
Running com.cloud.utils.ssh.SSHKeysHelperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.cloud.utils.ssh.SSHKeysHelperTest
Running com.cloud.utils.storage.QCOW2UtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.cloud.utils.storage.QCOW2UtilsTest
Running com.cloud.utils.StringUtilsTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in com.cloud.utils.StringUtilsTest
Running com.cloud.utils.TernaryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.cloud.utils.TernaryTest
Running com.cloud.utils.TestProfiler
Configure log4j with default properties
2015-10-29 23:37:09,350 INFO  [cloud.utils.TestProfiler] (main:) testProfiler() started
2015-10-29 23:37:10,353 INFO  [cloud.utils.TestProfiler] (main:) Duration in Millis: 1000
2015-10-29 23:37:10,353 INFO  [cloud.utils.TestProfiler] (main:) testProfiler() stopped
Configure log4j with default properties
Configure log4j with default properties
2015-10-29 23:37:11,378 INFO  [cloud.utils.TestProfiler] (main:) Duration in Nano: 1000067566
Configure log4j with default properties
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.048 sec - in com.cloud.utils.TestProfiler
Running com.cloud.utils.UriUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.cloud.utils.UriUtilsTest
Running com.cloud.utils.UuidUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in com.cloud.utils.UuidUtilsTest
Running com.cloud.utils.xmlobject.TestXmlObject
<vlan vlan-id="19" shutdown="false" />
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.cloud.utils.xmlobject.TestXmlObject
Running com.cloud.utils.xmlobject.TestXmlObject2
<test key1="value1" key2="value2" />
<test key1="value1" key2="value2"><child1><child2 ckey1="value1" /></child1></test>
<test2 key1="value1"><child1>yyy</child1><child1><child2><child3 key3="value3">xxxxx</child3></child2></child1></test2>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.cloud.utils.xmlobject.TestXmlObject2
Running org.apache.cloudstack.utils.hypervisor.HypervisorUtilsTest
Testing don't block on newly created clones - pass
Testing block on modified files - pass
Testing timeout of blocking on modified files - pass
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.562 sec - in org.apache.cloudstack.utils.hypervisor.HypervisorUtilsTest
Running org.apache.cloudstack.utils.imagestore.ImageStoreUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.cloudstack.utils.imagestore.ImageStoreUtilTest

Results :

Tests run: 158, Failures: 0, Errors: 0, Skipped: 13

[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-utils ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-utils ---
[INFO]
[INFO] --- maven-jar-plugin:2.5:test-jar (default) @ cloud-utils ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-utils ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\utils\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT.pom
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT-tests.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Framework 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloudstack-framework ---
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloudstack-framework ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloudstack-framework ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloudstack-framework\4.6.0-SNAPSHOT\cloudstack-framework-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Framework - Event Notification 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-framework-db ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-framework-db ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-framework-db ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-framework-db ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-framework-db ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-framework-db ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-framework-db ---
[INFO] Surefire report directory: C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.cloud.utils.DbUtilTest
log4j:WARN No appenders could be found for logger (com.cloud.utils.crypt.EncryptionSecretKeyChecker).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.809 sec - in com.cloud.utils.DbUtilTest

Results :

Tests run: 15, Failures: 0, Errors: 0, Skipped: 2

[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-db ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\cloud-framework-db-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-framework-db ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-framework-db ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\cloud-framework-db-4.6.0-SNAPSHOT.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-db\4.6.0-SNAPSHOT\cloud-framework-db-4.6.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\db\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-db\4.6.0-SNAPSHOT\cloud-framework-db-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Framework - Configuration 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-framework-config ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-framework-config ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-framework-config ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-framework-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-framework-config ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Official\Documents\GitHub\cloudstack\framework\config\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-framework-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-framework-config ---
[INFO] Surefire report directory: C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cloudstack.framework.config.ConfigKeyTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in org.apache.cloudstack.framework.config.ConfigKeyTest
Running org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
log4j:WARN No appenders could be found for logger (org.apache.cloudstack.framework.config.impl.ConfigDepotImpl).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-config ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\cloud-framework-config-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-framework-config ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-framework-config ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\cloud-framework-config-4.6.0-SNAPSHOT.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-config\4.6.0-SNAPSHOT\cloud-framework-config-4.6.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\config\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-config\4.6.0-SNAPSHOT\cloud-framework-config-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack API 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-api ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-api ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 952 source files to C:\Users\Official\Documents\GitHub\cloudstack\api\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Official\Documents\GitHub\cloudstack\api\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to C:\Users\Official\Documents\GitHub\cloudstack\api\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-api ---
[INFO] Surefire report directory: C:\Users\Official\Documents\GitHub\cloudstack\api\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.cloud.network.NetworksTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in com.cloud.network.NetworksTest
Running org.apache.cloudstack.api.BaseCmdTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.cloudstack.api.BaseCmdTest
Running org.apache.cloudstack.api.command.admin.account.CreateAccountCmdTest
log4j:WARN No appenders could be found for logger (org.springframework.test.util.ReflectionTestUtils).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.565 sec - in org.apache.cloudstack.api.command.admin.account.CreateAccountCmdTest
Running org.apache.cloudstack.api.command.admin.storage.CreateSecondaryStagingStoreCmdTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.apache.cloudstack.api.command.admin.storage.CreateSecondaryStagingStoreCmdTest
Running org.apache.cloudstack.api.command.admin.user.CreateUserCmdTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.cloudstack.api.command.admin.user.CreateUserCmdTest
Running org.apache.cloudstack.api.command.admin.vpc.CreateVPCOfferingCmdTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.cloudstack.api.command.admin.vpc.CreateVPCOfferingCmdTest
Running org.apache.cloudstack.api.command.test.ActivateProjectCmdTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in org.apache.cloudstack.api.command.test.ActivateProjectCmdTest
Running org.apache.cloudstack.api.command.test.AddAccountToProjectCmdTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.cloudstack.api.command.test.AddAccountToProjectCmdTest
Running org.apache.cloudstack.api.command.test.AddClusterCmdTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 sec - in org.apache.cloudstack.api.command.test.AddClusterCmdTest
Running org.apache.cloudstack.api.command.test.AddHostCmdTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.apache.cloudstack.api.command.test.AddHostCmdTest
Running org.apache.cloudstack.api.command.test.AddIpToVmNicTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec - in org.apache.cloudstack.api.command.test.AddIpToVmNicTest
Running org.apache.cloudstack.api.command.test.AddNetworkServiceProviderCmdTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.cloudstack.api.command.test.AddNetworkServiceProviderCmdTest
Running org.apache.cloudstack.api.command.test.AddSecondaryStorageCmdTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.apache.cloudstack.api.command.test.AddSecondaryStorageCmdTest
Running org.apache.cloudstack.api.command.test.AddVpnUserCmdTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.cloudstack.api.command.test.AddVpnUserCmdTest
Running org.apache.cloudstack.api.command.test.ListCfgCmdTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec - in org.apache.cloudstack.api.command.test.ListCfgCmdTest
Running org.apache.cloudstack.api.command.test.RegionCmdTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.apache.cloudstack.api.command.test.RegionCmdTest
Running org.apache.cloudstack.api.command.test.ScaleVMCmdTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.apache.cloudstack.api.command.test.ScaleVMCmdTest
Running org.apache.cloudstack.api.command.test.UpdateCfgCmdTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.apache.cloudstack.api.command.test.UpdateCfgCmdTest
Running org.apache.cloudstack.api.command.test.UpdateHostPasswordCmdTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.cloudstack.api.command.test.UpdateHostPasswordCmdTest
Running org.apache.cloudstack.api.command.test.UsageCmdTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.cloudstack.api.command.test.UsageCmdTest
Running org.apache.cloudstack.api.response.HostResponseTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.apache.cloudstack.api.response.HostResponseTest
Running org.apache.cloudstack.context.CallContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.cloudstack.context.CallContextTest

Results :

Tests run: 56, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-api ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-api ---
[INFO]
[INFO] --- maven-jar-plugin:2.5:test-jar (default) @ cloud-api ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-api ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\api\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT.pom
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT-tests.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Framework - REST 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-framework-rest ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-framework-rest ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-framework-rest ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-framework-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-framework-rest ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-framework-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-framework-rest ---
[INFO] Surefire report directory: C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cloudstack.framework.ws.jackson.CSJacksonAnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.02 sec - in org.apache.cloudstack.framework.ws.jackson.CSJacksonAnnotationTest

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 1

[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-rest ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\cloud-framework-rest-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-framework-rest ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-framework-rest ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\cloud-framework-rest-4.6.0-SNAPSHOT.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-rest\4.6.0-SNAPSHOT\cloud-framework-rest-4.6.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-rest\4.6.0-SNAPSHOT\cloud-framework-rest-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Framework - IPC 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-framework-ipc ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-framework-ipc ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-framework-ipc ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-framework-ipc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 55 source files to C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-framework-ipc ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-framework-ipc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-framework-ipc ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-ipc ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\cloud-framework-ipc-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-framework-ipc ---
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default) @ cloud-framework-ipc ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-framework-ipc ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\cloud-framework-ipc-4.6.0-SNAPSHOT.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-ipc\4.6.0-SNAPSHOT\cloud-framework-ipc-4.6.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-ipc\4.6.0-SNAPSHOT\cloud-framework-ipc-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Cloud Engine 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-engine ---
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-engine ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-engine ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\engine\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine\4.6.0-SNAPSHOT\cloud-engine-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Cloud Engine API 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-engine-api ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-engine-api ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-engine-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-engine-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 107 source files to C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-engine-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Official\Documents\GitHub\cloudstack\engine\api\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-engine-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-engine-api ---
[INFO] Surefire report directory: C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cloudstack.engine.subsystem.api.storage.ScopeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.cloudstack.engine.subsystem.api.storage.ScopeTest
Running org.apache.cloudstack.engine.subsystem.api.storage.type.VolumeTypeHelperTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.cloudstack.engine.subsystem.api.storage.type.VolumeTypeHelperTest

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-engine-api ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\cloud-engine-api-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-engine-api ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-engine-api ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\cloud-engine-api-4.6.0-SNAPSHOT.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine-api\4.6.0-SNAPSHOT\cloud-engine-api-4.6.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\engine\api\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine-api\4.6.0-SNAPSHOT\cloud-engine-api-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Framework - Security 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-framework-security ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-framework-security ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-framework-security ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-framework-security ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-framework-security ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Official\Documents\GitHub\cloudstack\framework\security\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-framework-security ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-framework-security ---
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-security ---
[INFO] Building jar: C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\cloud-framework-security-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-framework-security ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-framework-security ---
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\cloud-framework-security-4.6.0-SNAPSHOT.jar to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-security\4.6.0-SNAPSHOT\cloud-framework-security-4.6.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\framework\security\pom.xml to C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-security\4.6.0-SNAPSHOT\cloud-framework-security-4.6.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Core 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-core ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 26 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 393 source files to C:\Users\Official\Documents\GitHub\cloudstack\core\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Official\Documents\GitHub\cloudstack\core\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cloud-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to C:\Users\Official\Documents\GitHub\cloudstack\core\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-core ---
[INFO] Surefire report directory: C:\Users\Official\Documents\GitHub\cloudstack\core\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.cloud.agent.resource.virtualnetwork.ConfigHelperTest
log4j:WARN No appenders could be found for logger (com.cloud.network.HAProxyConfigurator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.257 sec - in com.cloud.agent.resource.virtualnetwork.ConfigHelperTest
Running com.cloud.agent.resource.virtualnetwork.VirtualRoutingResourceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.cloud.agent.resource.virtualnetwork.VirtualRoutingResourceTest
Running com.cloud.agent.transport.RequestTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 sec - in com.cloud.agent.transport.RequestTest
Running com.cloud.network.HAProxyConfiguratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.cloud.network.HAProxyConfiguratorTest
Running com.cloud.storage.template.LocalTemplateDownloaderTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec <<< FAILURE! - in com.cloud.storage.template.LocalTemplateDownloaderTest
localTemplateDownloaderTest(com.cloud.storage.template.LocalTemplateDownloaderTest)  Time elapsed: 0.041 sec  <<< FAILURE!
java.lang.AssertionError: Failed download
at org.junit.Assert.fail(Assert.java:88)
at com.cloud.storage.template.LocalTemplateDownloaderTest.localTemplateDownloaderTest(LocalTemplateDownloaderTest.java:37)

Running com.cloud.storage.template.OVAProcessorTest
log4j:WARN No appenders could be found for logger (com.cloud.storage.template.OVAProcessor).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 sec - in com.cloud.storage.template.OVAProcessorTest
Running com.cloud.storage.template.QCOW2ProcessorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in com.cloud.storage.template.QCOW2ProcessorTest
Running com.cloud.storage.template.VhdProcessorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in com.cloud.storage.template.VhdProcessorTest
Running org.apache.cloudstack.api.agent.test.AgentControlAnswerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.cloudstack.api.agent.test.AgentControlAnswerTest
Running org.apache.cloudstack.api.agent.test.AgentControlCommandTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.cloudstack.api.agent.test.AgentControlCommandTest
Running org.apache.cloudstack.api.agent.test.AnswerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.cloudstack.api.agent.test.AnswerTest
Running org.apache.cloudstack.api.agent.test.AttachIsoCommandTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.cloudstack.api.agent.test.AttachIsoCommandTest
Running org.apache.cloudstack.api.agent.test.BackupSnapshotAnswerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.cloudstack.api.agent.test.BackupSnapshotAnswerTest
Running org.apache.cloudstack.api.agent.test.BackupSnapshotCommandTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.cloudstack.api.agent.test.BackupSnapshotCommandTest
Running org.apache.cloudstack.api.agent.test.BumpUpPriorityCommandTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.cloudstack.api.agent.test.BumpUpPriorityCommandTest
Running org.apache.cloudstack.api.agent.test.CancelCommandTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.cloudstack.api.agent.test.CancelCommandTest
Running org.apache.cloudstack.api.agent.test.ChangeAgentAnswerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.cloudstack.api.agent.test.ChangeAgentAnswerTest
Running org.apache.cloudstack.api.agent.test.ChangeAgentCommandTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.cloudstack.api.agent.test.ChangeAgentCommandTest
Running org.apache.cloudstack.api.agent.test.CheckHealthAnswerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.cloudstack.api.agent.test.CheckHealthAnswerTest
Running org.apache.cloudstack.api.agent.test.CheckHealthCommandTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.cloudstack.api.agent.test.CheckHealthCommandTest
Running org.apache.cloudstack.api.agent.test.CheckNetworkAnswerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.cloudstack.api.agent.test.CheckNetworkAnswerTest
Running org.apache.cloudstack.api.agent.test.CheckNetworkCommandTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.cloudstack.api.agent.test.CheckNetworkCommandTest
Running org.apache.cloudstack.api.agent.test.CheckOnHostCommandTest
Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.cloudstack.api.agent.test.CheckOnHostCommandTest
Running org.apache.cloudstack.api.agent.test.SnapshotCommandTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.cloudstack.api.agent.test.SnapshotCommandTest

Results :

Failed tests:
  LocalTemplateDownloaderTest.localTemplateDownloaderTest:37 Failed download

Tests run: 128, Failures: 1, Errors: 0, Skipped: 1

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [  2.756 s]
[INFO] Apache CloudStack .................................. SUCCESS [  5.409 s]
[INFO] Apache CloudStack Maven Conventions Parent ......... SUCCESS [  1.952 s]
[INFO] Apache CloudStack Framework - Managed Context ...... SUCCESS [  5.968 s]
[INFO] Apache CloudStack Utils ............................ SUCCESS [ 32.774 s]
[INFO] Apache CloudStack Framework ........................ SUCCESS [  0.496 s]
[INFO] Apache CloudStack Framework - Event Notification ... SUCCESS [ 11.906 s]
[INFO] Apache CloudStack Framework - Configuration ........ SUCCESS [  9.181 s]
[INFO] Apache CloudStack API .............................. SUCCESS [ 40.169 s]
[INFO] Apache CloudStack Framework - REST ................. SUCCESS [  8.533 s]
[INFO] Apache CloudStack Framework - IPC .................. SUCCESS [  8.778 s]
[INFO] Apache CloudStack Cloud Engine ..................... SUCCESS [  0.192 s]
[INFO] Apache CloudStack Cloud Engine API ................. SUCCESS [ 10.283 s]
[INFO] Apache CloudStack Framework - Security ............. SUCCESS [  3.521 s]
[INFO] Apache CloudStack Core ............................. FAILURE [ 29.077 s]
[INFO] Apache CloudStack Agents ........................... SKIPPED
[INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
[INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
[INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
[INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
[INFO] Apache CloudStack Server ........................... SKIPPED
[INFO] Apache CloudStack Usage Server ..................... SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
[INFO] Apache CloudStack Cloud Services ................... SKIPPED
[INFO] Apache CloudStack Secondary Storage ................ SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
[INFO] Apache CloudStack Plugin POM ....................... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
[INFO] Apache CloudStack Plugin - API SolidFire ........... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
[INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
[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 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: 02:54 min
[INFO] Finished at: 2015-10-29T23:39:20-07:00
[INFO] Final Memory: 63M/641M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project cloud-core: There are test failures.
[ERROR]
[ERROR] Please refer to C:\Users\Official\Documents\GitHub\cloudstack\core\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cloud-core



Thanks,

Prakash

Re: Build error

Posted by B Prakash <bp...@hotmail.com>.
This is breaking my build, is there a work around for this?

________________________________________
From: Remi Bergsma <RB...@schubergphilis.com>
Sent: Friday, October 30, 2015 4:00 AM
To: dev@cloudstack.apache.org; Wido den Hollander
Subject: Re: Build error

Please propose it as a new PR and we will include it soon. Easy enough to review, like last time.



On 30/10/15 08:34, "Daan Hoogland" <da...@gmail.com> wrote:

>@wido, is this one due to the temp dir path on windows thing as well?
>
>On Fri, Oct 30, 2015 at 7:55 AM, B Prakash <bp...@hotmail.com> wrote:
>
>> I am new to this and hence might be missing something, please could
>> someone help me with this build error?  I am having the latest build and
>> getting the following error;
>>
>>
>> 2015-10-29 23:37:07,435 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::c3d9:fa56:870:77a3
>> 2015-10-29 23:37:07,560 ERROR [utils.net.NetUtils] (main:) Failed to
>> convert a string to an IPv6 address
>> java.lang.IllegalArgumentException: can not parse []
>> at
>> com.googlecode.ipv6.IPv6Address.tryParseStringArrayIntoLongArray(IPv6Address.java:94)
>> at com.googlecode.ipv6.IPv6Address.fromString(IPv6Address.java:80)
>> at com.cloud.utils.net.NetUtils.countIp6InRange(NetUtils.java:1316)
>> at
>> com.cloud.utils.net.NetUtilsTest.testCountIp6InRangeWithNullStart(NetUtilsTest.java:152)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>
>>
>> I am using a windows 10 machine running on java 8, I tried build on both
>> cygwin and eclipse, getting similar error (I know it no different but just
>> to make sure till I get familiar).  Complete build(mvn install) log, just
>> in case this helps;
>>
>>
>> [INFO] Scanning for projects...
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Build Order:
>> [INFO]
>> [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration
>> [INFO] Apache CloudStack
>> [INFO] Apache CloudStack Maven Conventions Parent
>> [INFO] Apache CloudStack Framework - Managed Context
>> [INFO] Apache CloudStack Utils
>> [INFO] Apache CloudStack Framework
>> [INFO] Apache CloudStack Framework - Event Notification
>> [INFO] Apache CloudStack Framework - Configuration
>> [INFO] Apache CloudStack API
>> [INFO] Apache CloudStack Framework - REST
>> [INFO] Apache CloudStack Framework - IPC
>> [INFO] Apache CloudStack Cloud Engine
>> [INFO] Apache CloudStack Cloud Engine API
>> [INFO] Apache CloudStack Framework - Security
>> [INFO] Apache CloudStack Core
>> [INFO] Apache CloudStack Agents
>> [INFO] Apache CloudStack Framework - Clustering
>> [INFO] Apache CloudStack Framework - Event Notification
>> [INFO] Apache CloudStack Cloud Engine Schema Component
>> [INFO] Apache CloudStack Framework - Jobs
>> [INFO] Apache CloudStack Cloud Engine Internal Components API
>> [INFO] Apache CloudStack Server
>> [INFO] Apache CloudStack Usage Server
>> [INFO] Apache CloudStack Cloud Engine Orchestration Component
>> [INFO] Apache CloudStack Cloud Services
>> [INFO] Apache CloudStack Secondary Storage
>> [INFO] Apache CloudStack Secondary Storage Service
>> [INFO] Apache CloudStack Engine Storage Component
>> [INFO] Apache CloudStack Engine Storage Volume Component
>> [INFO] Apache CloudStack Engine Storage Image Component
>> [INFO] Apache CloudStack Engine Storage Data Motion Component
>> [INFO] Apache CloudStack Engine Storage Cache Component
>> [INFO] Apache CloudStack Engine Storage Snapshot Component
>> [INFO] Apache CloudStack Cloud Engine API
>> [INFO] Apache CloudStack Cloud Engine Service
>> [INFO] Apache CloudStack Plugin POM
>> [INFO] Apache CloudStack Plugin - API Rate Limit
>> [INFO] Apache CloudStack Plugin - Storage Volume default provider
>> [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
>> [INFO] Apache CloudStack Plugin - API SolidFire
>> [INFO] Apache CloudStack Plugin - API Discovery
>> [INFO] Apache CloudStack Plugin - ACL Static Role Based
>> [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor
>> [INFO] Apache CloudStack Plugin - Explicit Dedication Processor
>> [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
>> [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
>> [INFO] Apache CloudStack Plugin - Implicit Dedication Planner
>> [INFO] Apache CloudStack Plugin - Skip Heurestics Planner
>> [INFO] Apache CloudStack Plugin - Host Allocator Random
>> [INFO] Apache CloudStack Plugin - Dedicated Resources
>> [INFO] Apache CloudStack Plugin - Hypervisor OracleVM
>> [INFO] Apache CloudStack Plugin - Open vSwitch
>> [INFO] Apache CloudStack Plugin - Hypervisor XenServer
>> [INFO] Apache CloudStack Plugin - Hypervisor KVM
>> [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
>> [INFO] Apache CloudStack Plugin - In Memory Event Bus
>> [INFO] Apache CloudStack Plugin - Kafka Event Bus
>> [INFO] Apache CloudStack Plugin - Hypervisor Baremetal
>> [INFO] Apache CloudStack Plugin - Hypervisor UCS
>> [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
>> [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 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
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Developer Tools - Checkstyle
>> Configuration 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
>> checkstyle ---
>> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
>> resources, i.e. build is platform dependent!
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
>> checkstyle ---
>> [INFO] No sources to compile
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.6:testResources
>> (default-testResources) @ checkstyle ---
>> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
>> resources, i.e. build is platform dependent!
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\src\test\resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
>> checkstyle ---
>> [INFO] No sources to compile
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ checkstyle
>> ---
>> [INFO] No tests to run.
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ checkstyle ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\target\checkstyle-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-install-plugin:2.4:install (default-install) @ checkstyle
>> ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\target\checkstyle-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\checkstyle\4.6.0-SNAPSHOT\checkstyle-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\checkstyle\4.6.0-SNAPSHOT\checkstyle-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloudstack ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloudstack ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloudstack ---
>> [INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloudstack\4.6.0-SNAPSHOT\cloudstack-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Maven Conventions Parent 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-maven-standard ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-maven-standard ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-maven-standard ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-maven-standard ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\maven-standard\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-maven-standard\4.6.0-SNAPSHOT\cloud-maven-standard-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - Managed Context
>> 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-managed-context ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-managed-context ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-managed-context ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\src\main\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-managed-context ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 8 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-managed-context ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\src\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-managed-context ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 1 source file to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-managed-context ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running
>> org.apache.cloudstack.managed.context.impl.DefaultManagedContextTest
>> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
>> SLF4J: Defaulting to no-operation (NOP) logger implementation
>> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
>> details.
>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
>> - in org.apache.cloudstack.managed.context.impl.DefaultManagedContextTest
>>
>> Results :
>>
>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @
>> cloud-framework-managed-context ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-managed-context ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-managed-context ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-managed-context\4.6.0-SNAPSHOT\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\pom.xml
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-managed-context\4.6.0-SNAPSHOT\cloud-framework-managed-context-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Utils 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-utils ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-utils ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-utils ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-utils ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 147 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-utils ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 4 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-utils ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 44 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-utils
>> ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running com.cloud.utils.backoff.impl.ConstantTimeBackoffTest
>> 2015-10-29 23:37:00,756 INFO  [backoff.impl.ConstantTimeBackoff]
>> (Thread-0:) Thread Thread-0 interrupted while waiting for retry
>> 2015-10-29 23:37:00,858 DEBUG [backoff.impl.ConstantTimeBackoffTest]
>> (main:) thread started
>> 2015-10-29 23:37:00,859 DEBUG [backoff.impl.ConstantTimeBackoffTest]
>> (Thread-1:) before
>> 2015-10-29 23:37:00,958 DEBUG [backoff.impl.ConstantTimeBackoffTest]
>> (main:) testing wakeup
>> 2015-10-29 23:37:00,958 INFO  [backoff.impl.ConstantTimeBackoff]
>> (Thread-1:) Thread Thread-1 interrupted while waiting for retry
>> 2015-10-29 23:37:00,958 DEBUG [backoff.impl.ConstantTimeBackoffTest]
>> (Thread-1:) after
>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
>> - in com.cloud.utils.backoff.impl.ConstantTimeBackoffTest
>> Running com.cloud.utils.crypto.EncryptionSecretKeyCheckerTest
>> 2015-10-29 23:37:00,976 DEBUG [utils.crypt.EncryptionSecretKeyChecker]
>> (main:) Encryption Type: null
>> 2015-10-29 23:37:00,980 DEBUG [utils.crypt.EncryptionSecretKeyChecker]
>> (main:) Encryption Type: file
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
>> - in com.cloud.utils.crypto.EncryptionSecretKeyCheckerTest
>> Running com.cloud.utils.crypto.RSAHelperTest
>> 2015-10-29 23:37:01,252 INFO  [utils.crypt.RSAHelper] (main:)
>> [ignored]error during public key encryption: Unsupported format
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.667 sec
>> - in com.cloud.utils.crypto.RSAHelperTest
>> Running com.cloud.utils.encoding.UrlEncoderTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>> - in com.cloud.utils.encoding.UrlEncoderTest
>> Running com.cloud.utils.exception.ExceptionUtilTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>> - in com.cloud.utils.exception.ExceptionUtilTest
>> Running com.cloud.utils.HttpUtilsTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
>> - in com.cloud.utils.HttpUtilsTest
>> Running com.cloud.utils.log.CglibThrowableRendererTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec -
>> in com.cloud.utils.log.CglibThrowableRendererTest
>> Running com.cloud.utils.net.Ip4AddressTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec -
>> in com.cloud.utils.net.Ip4AddressTest
>> Running com.cloud.utils.net.IpTest
>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>> - in com.cloud.utils.net.IpTest
>> Running com.cloud.utils.net.MacAddressTest
>> ff:ff:ff:ff:ff:ff
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec
>> - in com.cloud.utils.net.MacAddressTest
>> Running com.cloud.utils.net.NetUtilsTest
>> 2015-10-29 23:37:07,344 INFO  [utils.net.NetUtils] (main:) Invalid value
>> of cidr 10.3.6.5/50
>> 2015-10-29 23:37:07,372 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::2
>> 2015-10-29 23:37:07,375 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::1
>> 2015-10-29 23:37:07,378 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::2
>> 2015-10-29 23:37:07,381 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::1
>> 2015-10-29 23:37:07,384 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::2
>> 2015-10-29 23:37:07,387 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::ad4d:eac0:c181:7a93
>> 2015-10-29 23:37:07,398 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::ac:f61a:4142:664a
>> 2015-10-29 23:37:07,405 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::d5ce:c6a0:9d70:c1b6
>> 2015-10-29 23:37:07,413 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::83c5:8333:8c73:33a9
>> 2015-10-29 23:37:07,417 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::6eba:49ac:d447:7e4
>> 2015-10-29 23:37:07,422 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::edd1:fead:c982:d454
>> 2015-10-29 23:37:07,425 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::9cd7:6514:1a5a:765b
>> 2015-10-29 23:37:07,428 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::735b:28cf:34da:17b3
>> 2015-10-29 23:37:07,431 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::4c82:1bef:c009:a2e5
>> 2015-10-29 23:37:07,435 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::c3d9:fa56:870:77a3
>> 2015-10-29 23:37:07,560 ERROR [utils.net.NetUtils] (main:) Failed to
>> convert a string to an IPv6 address
>> java.lang.IllegalArgumentException: can not parse []
>> at
>> com.googlecode.ipv6.IPv6Address.tryParseStringArrayIntoLongArray(IPv6Address.java:94)
>> at com.googlecode.ipv6.IPv6Address.fromString(IPv6Address.java:80)
>> at com.cloud.utils.net.NetUtils.countIp6InRange(NetUtils.java:1316)
>> at
>> com.cloud.utils.net.NetUtilsTest.testCountIp6InRangeWithNullStart(NetUtilsTest.java:152)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> at java.lang.reflect.Method.invoke(Method.java:497)
>> at
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
>> at
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>> at
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
>> at
>> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>> at
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
>> at
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> at
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
>> at
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
>> at
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>> at
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
>> at
>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
>> at
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
>> at
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>> Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec
>> - in com.cloud.utils.net.NetUtilsTest
>> Running com.cloud.utils.NumbersUtilTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in com.cloud.utils.NumbersUtilTest
>> Running com.cloud.utils.PasswordGeneratorTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
>> - in com.cloud.utils.PasswordGeneratorTest
>> Running com.cloud.utils.ProcessUtilTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.06 sec -
>> in com.cloud.utils.ProcessUtilTest
>> Running com.cloud.utils.PropertiesUtilsTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
>> - in com.cloud.utils.PropertiesUtilsTest
>> Running com.cloud.utils.ReflectUtilTest
>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>> - in com.cloud.utils.ReflectUtilTest
>> Running com.cloud.utils.rest.BasicRestClientTest
>> 2015-10-29 23:37:08,555 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
>> 2015-10-29 23:37:08,571 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
>> 2015-10-29 23:37:08,666 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
>> - in com.cloud.utils.rest.BasicRestClientTest
>> Running com.cloud.utils.rest.HttpClientHelperTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>> - in com.cloud.utils.rest.HttpClientHelperTest
>> Running com.cloud.utils.rest.HttpStatusCodeHelperTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> com.cloud.utils.rest.HttpStatusCodeHelperTest
>> Running com.cloud.utils.rest.HttpUriRequestBuilderTest
>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>> - in com.cloud.utils.rest.HttpUriRequestBuilderTest
>> Running com.cloud.utils.rest.RESTServiceConnectorTest
>> 2015-10-29 23:37:08,862 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing retrieve object on /somepath
>> 2015-10-29 23:37:08,862 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://localhost:443/somepath
>> 2015-10-29 23:37:08,863 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:08,864 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: [{somethig_not_type : "WrongType"}]
>> 2015-10-29 23:37:08,911 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:08,932 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing create object on /somepath
>> 2015-10-29 23:37:08,933 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Built request 'POST /somepath HTTP/1.1' with payload:
>> Optional.of({"field":"newValue"})
>> 2015-10-29 23:37:08,933 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig POST request on https://localhost:443/somepath
>> 2015-10-29 23:37:08,934 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: POST /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:08,934 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: {"field":"newValue"}
>> 2015-10-29 23:37:08,938 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:08,972 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing create object on /somepath
>> 2015-10-29 23:37:08,981 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Built request 'POST /somepath?arg2=val2&arg1=val1 HTTP/1.1' with payload:
>> Optional.of({"field":"newValue"})
>> 2015-10-29 23:37:08,982 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig POST request on
>> https://localhost:443/somepath?arg2=val2&arg1=val1
>> 2015-10-29 23:37:08,985 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: POST /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was
>> HTTP/1.1 200 OK
>> 2015-10-29 23:37:08,985 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: {"field":"newValue"}
>> 2015-10-29 23:37:08,988 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:08,997 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing update object on /somepath
>> 2015-10-29 23:37:08,998 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Built request 'PUT /somepath?arg2=val2&arg1=val1 HTTP/1.1' with payload:
>> Optional.of({"field":"newValue"})
>> 2015-10-29 23:37:08,998 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig PUT request on https://localhost:443/somepath?arg2=val2&arg1=val1
>> 2015-10-29 23:37:08,999 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: PUT /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was
>> HTTP/1.1 200 OK
>> 2015-10-29 23:37:08,999 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:09,193 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing retrieve object on /somepath
>> 2015-10-29 23:37:09,195 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://localhost:443/somepath
>> 2015-10-29 23:37:09,196 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:09,196 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: {results: [{field : "SomeValue"}], results_count: 1}
>> 2015-10-29 23:37:09,197 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:09,199 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing update object on /somepath
>> 2015-10-29 23:37:09,202 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Built request 'PUT /somepath HTTP/1.1' with payload:
>> Optional.of({"field":"newValue"})
>> 2015-10-29 23:37:09,203 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig PUT request on https://localhost:443/somepath
>> 2015-10-29 23:37:09,203 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: PUT /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:09,204 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:09,227 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing delete object on /somepath
>> 2015-10-29 23:37:09,227 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig DELETE request on https://localhost:443/somepath
>> 2015-10-29 23:37:09,229 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: DELETE /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:09,232 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:09,235 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing retrieve object on /somepath
>> 2015-10-29 23:37:09,235 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://localhost:443/somepath?arg2=val2&arg1=val1
>> 2015-10-29 23:37:09,247 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: GET /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was
>> HTTP/1.1 200 OK
>> 2015-10-29 23:37:09,247 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: {"field":"existingValue"}
>> 2015-10-29 23:37:09,248 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:09,256 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing retrieve object on /somepath
>> 2015-10-29 23:37:09,256 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://localhost:443/somepath
>> 2015-10-29 23:37:09,257 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:09,257 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: {"field":"existingValue"}
>> 2015-10-29 23:37:09,258 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 sec
>> - in com.cloud.utils.rest.RESTServiceConnectorTest
>> Running com.cloud.utils.ScriptTest
>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.006
>> sec - in com.cloud.utils.ScriptTest
>> Running com.cloud.utils.ssh.SSHKeysHelperTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> com.cloud.utils.ssh.SSHKeysHelperTest
>> Running com.cloud.utils.storage.QCOW2UtilsTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> com.cloud.utils.storage.QCOW2UtilsTest
>> Running com.cloud.utils.StringUtilsTest
>> Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
>> - in com.cloud.utils.StringUtilsTest
>> Running com.cloud.utils.TernaryTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> com.cloud.utils.TernaryTest
>> Running com.cloud.utils.TestProfiler
>> Configure log4j with default properties
>> 2015-10-29 23:37:09,350 INFO  [cloud.utils.TestProfiler] (main:)
>> testProfiler() started
>> 2015-10-29 23:37:10,353 INFO  [cloud.utils.TestProfiler] (main:) Duration
>> in Millis: 1000
>> 2015-10-29 23:37:10,353 INFO  [cloud.utils.TestProfiler] (main:)
>> testProfiler() stopped
>> Configure log4j with default properties
>> Configure log4j with default properties
>> 2015-10-29 23:37:11,378 INFO  [cloud.utils.TestProfiler] (main:) Duration
>> in Nano: 1000067566
>> Configure log4j with default properties
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.048 sec
>> - in com.cloud.utils.TestProfiler
>> Running com.cloud.utils.UriUtilsTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>> - in com.cloud.utils.UriUtilsTest
>> Running com.cloud.utils.UuidUtilsTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
>> - in com.cloud.utils.UuidUtilsTest
>> Running com.cloud.utils.xmlobject.TestXmlObject
>> <vlan vlan-id="19" shutdown="false" />
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in com.cloud.utils.xmlobject.TestXmlObject
>> Running com.cloud.utils.xmlobject.TestXmlObject2
>> <test key1="value1" key2="value2" />
>> <test key1="value1" key2="value2"><child1><child2 ckey1="value1"
>> /></child1></test>
>> <test2 key1="value1"><child1>yyy</child1><child1><child2><child3
>> key3="value3">xxxxx</child3></child2></child1></test2>
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in com.cloud.utils.xmlobject.TestXmlObject2
>> Running org.apache.cloudstack.utils.hypervisor.HypervisorUtilsTest
>> Testing don't block on newly created clones - pass
>> Testing block on modified files - pass
>> Testing timeout of blocking on modified files - pass
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.562 sec
>> - in org.apache.cloudstack.utils.hypervisor.HypervisorUtilsTest
>> Running org.apache.cloudstack.utils.imagestore.ImageStoreUtilTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
>> - in org.apache.cloudstack.utils.imagestore.ImageStoreUtilTest
>>
>> Results :
>>
>> Tests run: 158, Failures: 0, Errors: 0, Skipped: 13
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-utils ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-utils ---
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ cloud-utils ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT-tests.jar
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-utils ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT.pom
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT-tests.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT-tests.jar
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloudstack-framework ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloudstack-framework ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloudstack-framework ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloudstack-framework\4.6.0-SNAPSHOT\cloudstack-framework-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - Event Notification
>> 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-db ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-db ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-db ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-db ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 43 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-db ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-db ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 15 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-db ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running com.cloud.utils.DbUtilTest
>> log4j:WARN No appenders could be found for logger
>> (com.cloud.utils.crypt.EncryptionSecretKeyChecker).
>> log4j:WARN Please initialize the log4j system properly.
>> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
>> more info.
>> Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.809 sec
>> - in com.cloud.utils.DbUtilTest
>>
>> Results :
>>
>> Tests run: 15, Failures: 0, Errors: 0, Skipped: 2
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-db ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\cloud-framework-db-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-db ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-db ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\cloud-framework-db-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-db\4.6.0-SNAPSHOT\cloud-framework-db-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-db\4.6.0-SNAPSHOT\cloud-framework-db-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - Configuration 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-config ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-config ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-config ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 2 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-config ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 10 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-config ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-config ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 2 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-config ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running org.apache.cloudstack.framework.config.ConfigKeyTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
>> - in org.apache.cloudstack.framework.config.ConfigKeyTest
>> Running org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
>> log4j:WARN No appenders could be found for logger
>> (org.apache.cloudstack.framework.config.impl.ConfigDepotImpl).
>> log4j:WARN Please initialize the log4j system properly.
>> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
>> more info.
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec
>> - in org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
>>
>> Results :
>>
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-config
>> ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\cloud-framework-config-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-config ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-config ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\cloud-framework-config-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-config\4.6.0-SNAPSHOT\cloud-framework-config-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-config\4.6.0-SNAPSHOT\cloud-framework-config-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack API 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-api ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-api
>> ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-api ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 4 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-api
>> ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 952 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-api ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\api\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-api ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 24 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-api ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running com.cloud.network.NetworksTest
>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
>> - in com.cloud.network.NetworksTest
>> Running org.apache.cloudstack.api.BaseCmdTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
>> - in org.apache.cloudstack.api.BaseCmdTest
>> Running
>> org.apache.cloudstack.api.command.admin.account.CreateAccountCmdTest
>> log4j:WARN No appenders could be found for logger
>> (org.springframework.test.util.ReflectionTestUtils).
>> log4j:WARN Please initialize the log4j system properly.
>> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
>> more info.
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.565 sec
>> - in org.apache.cloudstack.api.command.admin.account.CreateAccountCmdTest
>> Running
>> org.apache.cloudstack.api.command.admin.storage.CreateSecondaryStagingStoreCmdTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
>> - in
>> org.apache.cloudstack.api.command.admin.storage.CreateSecondaryStagingStoreCmdTest
>> Running org.apache.cloudstack.api.command.admin.user.CreateUserCmdTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
>> - in org.apache.cloudstack.api.command.admin.user.CreateUserCmdTest
>> Running
>> org.apache.cloudstack.api.command.admin.vpc.CreateVPCOfferingCmdTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
>> - in org.apache.cloudstack.api.command.admin.vpc.CreateVPCOfferingCmdTest
>> Running org.apache.cloudstack.api.command.test.ActivateProjectCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
>> - in org.apache.cloudstack.api.command.test.ActivateProjectCmdTest
>> Running org.apache.cloudstack.api.command.test.AddAccountToProjectCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>> - in org.apache.cloudstack.api.command.test.AddAccountToProjectCmdTest
>> Running org.apache.cloudstack.api.command.test.AddClusterCmdTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 sec
>> - in org.apache.cloudstack.api.command.test.AddClusterCmdTest
>> Running org.apache.cloudstack.api.command.test.AddHostCmdTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
>> - in org.apache.cloudstack.api.command.test.AddHostCmdTest
>> Running org.apache.cloudstack.api.command.test.AddIpToVmNicTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec
>> - in org.apache.cloudstack.api.command.test.AddIpToVmNicTest
>> Running
>> org.apache.cloudstack.api.command.test.AddNetworkServiceProviderCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
>> - in org.apache.cloudstack.api.command.test.AddNetworkServiceProviderCmdTest
>> Running org.apache.cloudstack.api.command.test.AddSecondaryStorageCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
>> - in org.apache.cloudstack.api.command.test.AddSecondaryStorageCmdTest
>> Running org.apache.cloudstack.api.command.test.AddVpnUserCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
>> - in org.apache.cloudstack.api.command.test.AddVpnUserCmdTest
>> Running org.apache.cloudstack.api.command.test.ListCfgCmdTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec
>> - in org.apache.cloudstack.api.command.test.ListCfgCmdTest
>> Running org.apache.cloudstack.api.command.test.RegionCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
>> - in org.apache.cloudstack.api.command.test.RegionCmdTest
>> Running org.apache.cloudstack.api.command.test.ScaleVMCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
>> - in org.apache.cloudstack.api.command.test.ScaleVMCmdTest
>> Running org.apache.cloudstack.api.command.test.UpdateCfgCmdTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
>> - in org.apache.cloudstack.api.command.test.UpdateCfgCmdTest
>> Running org.apache.cloudstack.api.command.test.UpdateHostPasswordCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>> - in org.apache.cloudstack.api.command.test.UpdateHostPasswordCmdTest
>> Running org.apache.cloudstack.api.command.test.UsageCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
>> - in org.apache.cloudstack.api.command.test.UsageCmdTest
>> Running org.apache.cloudstack.api.response.HostResponseTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
>> - in org.apache.cloudstack.api.response.HostResponseTest
>> Running org.apache.cloudstack.context.CallContextTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.context.CallContextTest
>>
>> Results :
>>
>> Tests run: 56, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-api ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-api ---
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ cloud-api ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT-tests.jar
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-api ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\api\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT.pom
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT-tests.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT-tests.jar
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - REST 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-rest ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-rest ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-rest ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-rest ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 5 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-rest ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-rest ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 1 source file to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-rest ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running org.apache.cloudstack.framework.ws.jackson.CSJacksonAnnotationTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.02 sec -
>> in org.apache.cloudstack.framework.ws.jackson.CSJacksonAnnotationTest
>>
>> Results :
>>
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-rest
>> ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\cloud-framework-rest-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-rest ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-rest ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\cloud-framework-rest-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-rest\4.6.0-SNAPSHOT\cloud-framework-rest-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-rest\4.6.0-SNAPSHOT\cloud-framework-rest-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - IPC 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-ipc ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-ipc ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-ipc ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-ipc ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 55 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-ipc ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 3 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-ipc ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 10 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-ipc ---
>> [INFO] Tests are skipped.
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-ipc ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\cloud-framework-ipc-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-ipc ---
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default) @
>> cloud-framework-ipc ---
>> [INFO] Tests are skipped.
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-ipc ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\cloud-framework-ipc-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-ipc\4.6.0-SNAPSHOT\cloud-framework-ipc-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-ipc\4.6.0-SNAPSHOT\cloud-framework-ipc-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Cloud Engine 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-engine ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-engine ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-engine ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine\4.6.0-SNAPSHOT\cloud-engine-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Cloud Engine API 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-engine-api ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-engine-api ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-engine-api ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-engine-api ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 107 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-engine-api ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-engine-api ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 2 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-engine-api ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running org.apache.cloudstack.engine.subsystem.api.storage.ScopeTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
>> - in org.apache.cloudstack.engine.subsystem.api.storage.ScopeTest
>> Running
>> org.apache.cloudstack.engine.subsystem.api.storage.type.VolumeTypeHelperTest
>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
>> - in
>> org.apache.cloudstack.engine.subsystem.api.storage.type.VolumeTypeHelperTest
>>
>> Results :
>>
>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-engine-api ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\cloud-engine-api-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-engine-api ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-engine-api ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\cloud-engine-api-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine-api\4.6.0-SNAPSHOT\cloud-engine-api-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine-api\4.6.0-SNAPSHOT\cloud-engine-api-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - Security 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-security ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-security ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-security ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-security ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 7 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-security ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-security ---
>> [INFO] No sources to compile
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-security ---
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @
>> cloud-framework-security ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\cloud-framework-security-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-security ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-security ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\cloud-framework-security-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-security\4.6.0-SNAPSHOT\cloud-framework-security-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-security\4.6.0-SNAPSHOT\cloud-framework-security-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Core 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-core ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-core ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-core ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 26 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-core ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 393 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\core\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-core ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\core\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-core ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 24 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\core\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-core
>> ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\core\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running com.cloud.agent.resource.virtualnetwork.ConfigHelperTest
>> log4j:WARN No appenders could be found for logger
>> (com.cloud.network.HAProxyConfigurator).
>> log4j:WARN Please initialize the log4j system properly.
>> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
>> more info.
>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.257 sec
>> - in com.cloud.agent.resource.virtualnetwork.ConfigHelperTest
>> Running com.cloud.agent.resource.virtualnetwork.VirtualRoutingResourceTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
>> - in com.cloud.agent.resource.virtualnetwork.VirtualRoutingResourceTest
>> Running com.cloud.agent.transport.RequestTest
>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 sec
>> - in com.cloud.agent.transport.RequestTest
>> Running com.cloud.network.HAProxyConfiguratorTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in com.cloud.network.HAProxyConfiguratorTest
>> Running com.cloud.storage.template.LocalTemplateDownloaderTest
>> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
>> <<< FAILURE! - in com.cloud.storage.template.LocalTemplateDownloaderTest
>> localTemplateDownloaderTest(com.cloud.storage.template.LocalTemplateDownloaderTest)
>> Time elapsed: 0.041 sec  <<< FAILURE!
>> java.lang.AssertionError: Failed download
>> at org.junit.Assert.fail(Assert.java:88)
>> at
>> com.cloud.storage.template.LocalTemplateDownloaderTest.localTemplateDownloaderTest(LocalTemplateDownloaderTest.java:37)
>>
>> Running com.cloud.storage.template.OVAProcessorTest
>> log4j:WARN No appenders could be found for logger
>> (com.cloud.storage.template.OVAProcessor).
>> log4j:WARN Please initialize the log4j system properly.
>> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
>> more info.
>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 sec
>> - in com.cloud.storage.template.OVAProcessorTest
>> Running com.cloud.storage.template.QCOW2ProcessorTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
>> - in com.cloud.storage.template.QCOW2ProcessorTest
>> Running com.cloud.storage.template.VhdProcessorTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
>> - in com.cloud.storage.template.VhdProcessorTest
>> Running org.apache.cloudstack.api.agent.test.AgentControlAnswerTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.api.agent.test.AgentControlAnswerTest
>> Running org.apache.cloudstack.api.agent.test.AgentControlCommandTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.AgentControlCommandTest
>> Running org.apache.cloudstack.api.agent.test.AnswerTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
>> - in org.apache.cloudstack.api.agent.test.AnswerTest
>> Running org.apache.cloudstack.api.agent.test.AttachIsoCommandTest
>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.api.agent.test.AttachIsoCommandTest
>> Running org.apache.cloudstack.api.agent.test.BackupSnapshotAnswerTest
>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
>> - in org.apache.cloudstack.api.agent.test.BackupSnapshotAnswerTest
>> Running org.apache.cloudstack.api.agent.test.BackupSnapshotCommandTest
>> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
>> - in org.apache.cloudstack.api.agent.test.BackupSnapshotCommandTest
>> Running org.apache.cloudstack.api.agent.test.BumpUpPriorityCommandTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.BumpUpPriorityCommandTest
>> Running org.apache.cloudstack.api.agent.test.CancelCommandTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>> - in org.apache.cloudstack.api.agent.test.CancelCommandTest
>> Running org.apache.cloudstack.api.agent.test.ChangeAgentAnswerTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.ChangeAgentAnswerTest
>> Running org.apache.cloudstack.api.agent.test.ChangeAgentCommandTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.ChangeAgentCommandTest
>> Running org.apache.cloudstack.api.agent.test.CheckHealthAnswerTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.CheckHealthAnswerTest
>> Running org.apache.cloudstack.api.agent.test.CheckHealthCommandTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.api.agent.test.CheckHealthCommandTest
>> Running org.apache.cloudstack.api.agent.test.CheckNetworkAnswerTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.api.agent.test.CheckNetworkAnswerTest
>> Running org.apache.cloudstack.api.agent.test.CheckNetworkCommandTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.CheckNetworkCommandTest
>> Running org.apache.cloudstack.api.agent.test.CheckOnHostCommandTest
>> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
>> - in org.apache.cloudstack.api.agent.test.CheckOnHostCommandTest
>> Running org.apache.cloudstack.api.agent.test.SnapshotCommandTest
>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.api.agent.test.SnapshotCommandTest
>>
>> Results :
>>
>> Failed tests:
>>   LocalTemplateDownloaderTest.localTemplateDownloaderTest:37 Failed
>> download
>>
>> Tests run: 128, Failures: 1, Errors: 0, Skipped: 1
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration
>> SUCCESS [  2.756 s]
>> [INFO] Apache CloudStack .................................. SUCCESS [
>> 5.409 s]
>> [INFO] Apache CloudStack Maven Conventions Parent ......... SUCCESS [
>> 1.952 s]
>> [INFO] Apache CloudStack Framework - Managed Context ...... SUCCESS [
>> 5.968 s]
>> [INFO] Apache CloudStack Utils ............................ SUCCESS [
>> 32.774 s]
>> [INFO] Apache CloudStack Framework ........................ SUCCESS [
>> 0.496 s]
>> [INFO] Apache CloudStack Framework - Event Notification ... SUCCESS [
>> 11.906 s]
>> [INFO] Apache CloudStack Framework - Configuration ........ SUCCESS [
>> 9.181 s]
>> [INFO] Apache CloudStack API .............................. SUCCESS [
>> 40.169 s]
>> [INFO] Apache CloudStack Framework - REST ................. SUCCESS [
>> 8.533 s]
>> [INFO] Apache CloudStack Framework - IPC .................. SUCCESS [
>> 8.778 s]
>> [INFO] Apache CloudStack Cloud Engine ..................... SUCCESS [
>> 0.192 s]
>> [INFO] Apache CloudStack Cloud Engine API ................. SUCCESS [
>> 10.283 s]
>> [INFO] Apache CloudStack Framework - Security ............. SUCCESS [
>> 3.521 s]
>> [INFO] Apache CloudStack Core ............................. FAILURE [
>> 29.077 s]
>> [INFO] Apache CloudStack Agents ........................... SKIPPED
>> [INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
>> [INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
>> [INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
>> [INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
>> [INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
>> [INFO] Apache CloudStack Server ........................... SKIPPED
>> [INFO] Apache CloudStack Usage Server ..................... SKIPPED
>> [INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
>> [INFO] Apache CloudStack Cloud Services ................... SKIPPED
>> [INFO] Apache CloudStack Secondary Storage ................ SKIPPED
>> [INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
>> [INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
>> [INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
>> [INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
>> [INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
>> [INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
>> [INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
>> [INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
>> [INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
>> [INFO] Apache CloudStack Plugin POM ....................... SKIPPED
>> [INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
>> [INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
>> [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
>> [INFO] Apache CloudStack Plugin - API SolidFire ........... SKIPPED
>> [INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
>> [INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
>> [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
>> [INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
>> [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
>> SKIPPED
>> [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
>> SKIPPED
>> [INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
>> [INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
>> [INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
>> [INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
>> [INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
>> [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
>> [INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
>> [INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
>> [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 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: 02:54 min
>> [INFO] Finished at: 2015-10-29T23:39:20-07:00
>> [INFO] Final Memory: 63M/641M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test)
>> on project cloud-core: There are test failures.
>> [ERROR]
>> [ERROR] Please refer to
>> C:\Users\Official\Documents\GitHub\cloudstack\core\target\surefire-reports
>> for the individual test results.
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>> [ERROR]
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>> [ERROR]   mvn <goals> -rf :cloud-core
>>
>>
>>
>> Thanks,
>>
>> Prakash
>>
>
>
>
>--
>Daan

Re: Build error

Posted by Remi Bergsma <RB...@schubergphilis.com>.
Please propose it as a new PR and we will include it soon. Easy enough to review, like last time.



On 30/10/15 08:34, "Daan Hoogland" <da...@gmail.com> wrote:

>@wido, is this one due to the temp dir path on windows thing as well?
>
>On Fri, Oct 30, 2015 at 7:55 AM, B Prakash <bp...@hotmail.com> wrote:
>
>> I am new to this and hence might be missing something, please could
>> someone help me with this build error?  I am having the latest build and
>> getting the following error;
>>
>>
>> 2015-10-29 23:37:07,435 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::c3d9:fa56:870:77a3
>> 2015-10-29 23:37:07,560 ERROR [utils.net.NetUtils] (main:) Failed to
>> convert a string to an IPv6 address
>> java.lang.IllegalArgumentException: can not parse []
>> at
>> com.googlecode.ipv6.IPv6Address.tryParseStringArrayIntoLongArray(IPv6Address.java:94)
>> at com.googlecode.ipv6.IPv6Address.fromString(IPv6Address.java:80)
>> at com.cloud.utils.net.NetUtils.countIp6InRange(NetUtils.java:1316)
>> at
>> com.cloud.utils.net.NetUtilsTest.testCountIp6InRangeWithNullStart(NetUtilsTest.java:152)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>
>>
>> I am using a windows 10 machine running on java 8, I tried build on both
>> cygwin and eclipse, getting similar error (I know it no different but just
>> to make sure till I get familiar).  Complete build(mvn install) log, just
>> in case this helps;
>>
>>
>> [INFO] Scanning for projects...
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Build Order:
>> [INFO]
>> [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration
>> [INFO] Apache CloudStack
>> [INFO] Apache CloudStack Maven Conventions Parent
>> [INFO] Apache CloudStack Framework - Managed Context
>> [INFO] Apache CloudStack Utils
>> [INFO] Apache CloudStack Framework
>> [INFO] Apache CloudStack Framework - Event Notification
>> [INFO] Apache CloudStack Framework - Configuration
>> [INFO] Apache CloudStack API
>> [INFO] Apache CloudStack Framework - REST
>> [INFO] Apache CloudStack Framework - IPC
>> [INFO] Apache CloudStack Cloud Engine
>> [INFO] Apache CloudStack Cloud Engine API
>> [INFO] Apache CloudStack Framework - Security
>> [INFO] Apache CloudStack Core
>> [INFO] Apache CloudStack Agents
>> [INFO] Apache CloudStack Framework - Clustering
>> [INFO] Apache CloudStack Framework - Event Notification
>> [INFO] Apache CloudStack Cloud Engine Schema Component
>> [INFO] Apache CloudStack Framework - Jobs
>> [INFO] Apache CloudStack Cloud Engine Internal Components API
>> [INFO] Apache CloudStack Server
>> [INFO] Apache CloudStack Usage Server
>> [INFO] Apache CloudStack Cloud Engine Orchestration Component
>> [INFO] Apache CloudStack Cloud Services
>> [INFO] Apache CloudStack Secondary Storage
>> [INFO] Apache CloudStack Secondary Storage Service
>> [INFO] Apache CloudStack Engine Storage Component
>> [INFO] Apache CloudStack Engine Storage Volume Component
>> [INFO] Apache CloudStack Engine Storage Image Component
>> [INFO] Apache CloudStack Engine Storage Data Motion Component
>> [INFO] Apache CloudStack Engine Storage Cache Component
>> [INFO] Apache CloudStack Engine Storage Snapshot Component
>> [INFO] Apache CloudStack Cloud Engine API
>> [INFO] Apache CloudStack Cloud Engine Service
>> [INFO] Apache CloudStack Plugin POM
>> [INFO] Apache CloudStack Plugin - API Rate Limit
>> [INFO] Apache CloudStack Plugin - Storage Volume default provider
>> [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
>> [INFO] Apache CloudStack Plugin - API SolidFire
>> [INFO] Apache CloudStack Plugin - API Discovery
>> [INFO] Apache CloudStack Plugin - ACL Static Role Based
>> [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor
>> [INFO] Apache CloudStack Plugin - Explicit Dedication Processor
>> [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
>> [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
>> [INFO] Apache CloudStack Plugin - Implicit Dedication Planner
>> [INFO] Apache CloudStack Plugin - Skip Heurestics Planner
>> [INFO] Apache CloudStack Plugin - Host Allocator Random
>> [INFO] Apache CloudStack Plugin - Dedicated Resources
>> [INFO] Apache CloudStack Plugin - Hypervisor OracleVM
>> [INFO] Apache CloudStack Plugin - Open vSwitch
>> [INFO] Apache CloudStack Plugin - Hypervisor XenServer
>> [INFO] Apache CloudStack Plugin - Hypervisor KVM
>> [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
>> [INFO] Apache CloudStack Plugin - In Memory Event Bus
>> [INFO] Apache CloudStack Plugin - Kafka Event Bus
>> [INFO] Apache CloudStack Plugin - Hypervisor Baremetal
>> [INFO] Apache CloudStack Plugin - Hypervisor UCS
>> [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
>> [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 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
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Developer Tools - Checkstyle
>> Configuration 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
>> checkstyle ---
>> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
>> resources, i.e. build is platform dependent!
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
>> checkstyle ---
>> [INFO] No sources to compile
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.6:testResources
>> (default-testResources) @ checkstyle ---
>> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
>> resources, i.e. build is platform dependent!
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\src\test\resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
>> checkstyle ---
>> [INFO] No sources to compile
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ checkstyle
>> ---
>> [INFO] No tests to run.
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ checkstyle ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\target\checkstyle-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-install-plugin:2.4:install (default-install) @ checkstyle
>> ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\target\checkstyle-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\checkstyle\4.6.0-SNAPSHOT\checkstyle-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\checkstyle\4.6.0-SNAPSHOT\checkstyle-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloudstack ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloudstack ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloudstack ---
>> [INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloudstack\4.6.0-SNAPSHOT\cloudstack-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Maven Conventions Parent 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-maven-standard ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-maven-standard ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-maven-standard ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-maven-standard ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\maven-standard\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-maven-standard\4.6.0-SNAPSHOT\cloud-maven-standard-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - Managed Context
>> 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-managed-context ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-managed-context ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-managed-context ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\src\main\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-managed-context ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 8 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-managed-context ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\src\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-managed-context ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 1 source file to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-managed-context ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running
>> org.apache.cloudstack.managed.context.impl.DefaultManagedContextTest
>> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
>> SLF4J: Defaulting to no-operation (NOP) logger implementation
>> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
>> details.
>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
>> - in org.apache.cloudstack.managed.context.impl.DefaultManagedContextTest
>>
>> Results :
>>
>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @
>> cloud-framework-managed-context ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-managed-context ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-managed-context ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-managed-context\4.6.0-SNAPSHOT\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\pom.xml
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-managed-context\4.6.0-SNAPSHOT\cloud-framework-managed-context-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Utils 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-utils ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-utils ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-utils ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-utils ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 147 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-utils ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 4 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-utils ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 44 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-utils
>> ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running com.cloud.utils.backoff.impl.ConstantTimeBackoffTest
>> 2015-10-29 23:37:00,756 INFO  [backoff.impl.ConstantTimeBackoff]
>> (Thread-0:) Thread Thread-0 interrupted while waiting for retry
>> 2015-10-29 23:37:00,858 DEBUG [backoff.impl.ConstantTimeBackoffTest]
>> (main:) thread started
>> 2015-10-29 23:37:00,859 DEBUG [backoff.impl.ConstantTimeBackoffTest]
>> (Thread-1:) before
>> 2015-10-29 23:37:00,958 DEBUG [backoff.impl.ConstantTimeBackoffTest]
>> (main:) testing wakeup
>> 2015-10-29 23:37:00,958 INFO  [backoff.impl.ConstantTimeBackoff]
>> (Thread-1:) Thread Thread-1 interrupted while waiting for retry
>> 2015-10-29 23:37:00,958 DEBUG [backoff.impl.ConstantTimeBackoffTest]
>> (Thread-1:) after
>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
>> - in com.cloud.utils.backoff.impl.ConstantTimeBackoffTest
>> Running com.cloud.utils.crypto.EncryptionSecretKeyCheckerTest
>> 2015-10-29 23:37:00,976 DEBUG [utils.crypt.EncryptionSecretKeyChecker]
>> (main:) Encryption Type: null
>> 2015-10-29 23:37:00,980 DEBUG [utils.crypt.EncryptionSecretKeyChecker]
>> (main:) Encryption Type: file
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
>> - in com.cloud.utils.crypto.EncryptionSecretKeyCheckerTest
>> Running com.cloud.utils.crypto.RSAHelperTest
>> 2015-10-29 23:37:01,252 INFO  [utils.crypt.RSAHelper] (main:)
>> [ignored]error during public key encryption: Unsupported format
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.667 sec
>> - in com.cloud.utils.crypto.RSAHelperTest
>> Running com.cloud.utils.encoding.UrlEncoderTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>> - in com.cloud.utils.encoding.UrlEncoderTest
>> Running com.cloud.utils.exception.ExceptionUtilTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>> - in com.cloud.utils.exception.ExceptionUtilTest
>> Running com.cloud.utils.HttpUtilsTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
>> - in com.cloud.utils.HttpUtilsTest
>> Running com.cloud.utils.log.CglibThrowableRendererTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec -
>> in com.cloud.utils.log.CglibThrowableRendererTest
>> Running com.cloud.utils.net.Ip4AddressTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec -
>> in com.cloud.utils.net.Ip4AddressTest
>> Running com.cloud.utils.net.IpTest
>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>> - in com.cloud.utils.net.IpTest
>> Running com.cloud.utils.net.MacAddressTest
>> ff:ff:ff:ff:ff:ff
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec
>> - in com.cloud.utils.net.MacAddressTest
>> Running com.cloud.utils.net.NetUtilsTest
>> 2015-10-29 23:37:07,344 INFO  [utils.net.NetUtils] (main:) Invalid value
>> of cidr 10.3.6.5/50
>> 2015-10-29 23:37:07,372 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::2
>> 2015-10-29 23:37:07,375 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::1
>> 2015-10-29 23:37:07,378 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::2
>> 2015-10-29 23:37:07,381 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::1
>> 2015-10-29 23:37:07,384 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::2
>> 2015-10-29 23:37:07,387 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::ad4d:eac0:c181:7a93
>> 2015-10-29 23:37:07,398 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::ac:f61a:4142:664a
>> 2015-10-29 23:37:07,405 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::d5ce:c6a0:9d70:c1b6
>> 2015-10-29 23:37:07,413 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::83c5:8333:8c73:33a9
>> 2015-10-29 23:37:07,417 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::6eba:49ac:d447:7e4
>> 2015-10-29 23:37:07,422 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::edd1:fead:c982:d454
>> 2015-10-29 23:37:07,425 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::9cd7:6514:1a5a:765b
>> 2015-10-29 23:37:07,428 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::735b:28cf:34da:17b3
>> 2015-10-29 23:37:07,431 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::4c82:1bef:c009:a2e5
>> 2015-10-29 23:37:07,435 INFO  [utils.net.NetUtilsTest] (main:) IP is
>> 1234:5678::c3d9:fa56:870:77a3
>> 2015-10-29 23:37:07,560 ERROR [utils.net.NetUtils] (main:) Failed to
>> convert a string to an IPv6 address
>> java.lang.IllegalArgumentException: can not parse []
>> at
>> com.googlecode.ipv6.IPv6Address.tryParseStringArrayIntoLongArray(IPv6Address.java:94)
>> at com.googlecode.ipv6.IPv6Address.fromString(IPv6Address.java:80)
>> at com.cloud.utils.net.NetUtils.countIp6InRange(NetUtils.java:1316)
>> at
>> com.cloud.utils.net.NetUtilsTest.testCountIp6InRangeWithNullStart(NetUtilsTest.java:152)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> at java.lang.reflect.Method.invoke(Method.java:497)
>> at
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
>> at
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>> at
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
>> at
>> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>> at
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
>> at
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> at
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
>> at
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
>> at
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>> at
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
>> at
>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
>> at
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
>> at
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>> Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec
>> - in com.cloud.utils.net.NetUtilsTest
>> Running com.cloud.utils.NumbersUtilTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in com.cloud.utils.NumbersUtilTest
>> Running com.cloud.utils.PasswordGeneratorTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
>> - in com.cloud.utils.PasswordGeneratorTest
>> Running com.cloud.utils.ProcessUtilTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.06 sec -
>> in com.cloud.utils.ProcessUtilTest
>> Running com.cloud.utils.PropertiesUtilsTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
>> - in com.cloud.utils.PropertiesUtilsTest
>> Running com.cloud.utils.ReflectUtilTest
>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>> - in com.cloud.utils.ReflectUtilTest
>> Running com.cloud.utils.rest.BasicRestClientTest
>> 2015-10-29 23:37:08,555 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
>> 2015-10-29 23:37:08,571 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
>> 2015-10-29 23:37:08,666 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
>> - in com.cloud.utils.rest.BasicRestClientTest
>> Running com.cloud.utils.rest.HttpClientHelperTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>> - in com.cloud.utils.rest.HttpClientHelperTest
>> Running com.cloud.utils.rest.HttpStatusCodeHelperTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> com.cloud.utils.rest.HttpStatusCodeHelperTest
>> Running com.cloud.utils.rest.HttpUriRequestBuilderTest
>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>> - in com.cloud.utils.rest.HttpUriRequestBuilderTest
>> Running com.cloud.utils.rest.RESTServiceConnectorTest
>> 2015-10-29 23:37:08,862 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing retrieve object on /somepath
>> 2015-10-29 23:37:08,862 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://localhost:443/somepath
>> 2015-10-29 23:37:08,863 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:08,864 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: [{somethig_not_type : "WrongType"}]
>> 2015-10-29 23:37:08,911 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:08,932 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing create object on /somepath
>> 2015-10-29 23:37:08,933 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Built request 'POST /somepath HTTP/1.1' with payload:
>> Optional.of({"field":"newValue"})
>> 2015-10-29 23:37:08,933 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig POST request on https://localhost:443/somepath
>> 2015-10-29 23:37:08,934 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: POST /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:08,934 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: {"field":"newValue"}
>> 2015-10-29 23:37:08,938 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:08,972 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing create object on /somepath
>> 2015-10-29 23:37:08,981 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Built request 'POST /somepath?arg2=val2&arg1=val1 HTTP/1.1' with payload:
>> Optional.of({"field":"newValue"})
>> 2015-10-29 23:37:08,982 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig POST request on
>> https://localhost:443/somepath?arg2=val2&arg1=val1
>> 2015-10-29 23:37:08,985 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: POST /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was
>> HTTP/1.1 200 OK
>> 2015-10-29 23:37:08,985 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: {"field":"newValue"}
>> 2015-10-29 23:37:08,988 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:08,997 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing update object on /somepath
>> 2015-10-29 23:37:08,998 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Built request 'PUT /somepath?arg2=val2&arg1=val1 HTTP/1.1' with payload:
>> Optional.of({"field":"newValue"})
>> 2015-10-29 23:37:08,998 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig PUT request on https://localhost:443/somepath?arg2=val2&arg1=val1
>> 2015-10-29 23:37:08,999 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: PUT /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was
>> HTTP/1.1 200 OK
>> 2015-10-29 23:37:08,999 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:09,193 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing retrieve object on /somepath
>> 2015-10-29 23:37:09,195 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://localhost:443/somepath
>> 2015-10-29 23:37:09,196 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:09,196 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: {results: [{field : "SomeValue"}], results_count: 1}
>> 2015-10-29 23:37:09,197 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:09,199 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing update object on /somepath
>> 2015-10-29 23:37:09,202 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Built request 'PUT /somepath HTTP/1.1' with payload:
>> Optional.of({"field":"newValue"})
>> 2015-10-29 23:37:09,203 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig PUT request on https://localhost:443/somepath
>> 2015-10-29 23:37:09,203 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: PUT /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:09,204 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:09,227 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing delete object on /somepath
>> 2015-10-29 23:37:09,227 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig DELETE request on https://localhost:443/somepath
>> 2015-10-29 23:37:09,229 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: DELETE /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:09,232 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:09,235 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing retrieve object on /somepath
>> 2015-10-29 23:37:09,235 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://localhost:443/somepath?arg2=val2&arg1=val1
>> 2015-10-29 23:37:09,247 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: GET /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was
>> HTTP/1.1 200 OK
>> 2015-10-29 23:37:09,247 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: {"field":"existingValue"}
>> 2015-10-29 23:37:09,248 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> 2015-10-29 23:37:09,256 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executing retrieve object on /somepath
>> 2015-10-29 23:37:09,256 DEBUG [utils.rest.BasicRestClient] (main:)
>> Executig GET request on https://localhost:443/somepath
>> 2015-10-29 23:37:09,257 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
>> 2015-10-29 23:37:09,257 DEBUG [utils.rest.RESTServiceConnector] (main:)
>> Response entity: {"field":"existingValue"}
>> 2015-10-29 23:37:09,258 DEBUG [utils.rest.BasicRestClient] (main:) Closing
>> HTTP connection
>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 sec
>> - in com.cloud.utils.rest.RESTServiceConnectorTest
>> Running com.cloud.utils.ScriptTest
>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.006
>> sec - in com.cloud.utils.ScriptTest
>> Running com.cloud.utils.ssh.SSHKeysHelperTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> com.cloud.utils.ssh.SSHKeysHelperTest
>> Running com.cloud.utils.storage.QCOW2UtilsTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> com.cloud.utils.storage.QCOW2UtilsTest
>> Running com.cloud.utils.StringUtilsTest
>> Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
>> - in com.cloud.utils.StringUtilsTest
>> Running com.cloud.utils.TernaryTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> com.cloud.utils.TernaryTest
>> Running com.cloud.utils.TestProfiler
>> Configure log4j with default properties
>> 2015-10-29 23:37:09,350 INFO  [cloud.utils.TestProfiler] (main:)
>> testProfiler() started
>> 2015-10-29 23:37:10,353 INFO  [cloud.utils.TestProfiler] (main:) Duration
>> in Millis: 1000
>> 2015-10-29 23:37:10,353 INFO  [cloud.utils.TestProfiler] (main:)
>> testProfiler() stopped
>> Configure log4j with default properties
>> Configure log4j with default properties
>> 2015-10-29 23:37:11,378 INFO  [cloud.utils.TestProfiler] (main:) Duration
>> in Nano: 1000067566
>> Configure log4j with default properties
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.048 sec
>> - in com.cloud.utils.TestProfiler
>> Running com.cloud.utils.UriUtilsTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>> - in com.cloud.utils.UriUtilsTest
>> Running com.cloud.utils.UuidUtilsTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
>> - in com.cloud.utils.UuidUtilsTest
>> Running com.cloud.utils.xmlobject.TestXmlObject
>> <vlan vlan-id="19" shutdown="false" />
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in com.cloud.utils.xmlobject.TestXmlObject
>> Running com.cloud.utils.xmlobject.TestXmlObject2
>> <test key1="value1" key2="value2" />
>> <test key1="value1" key2="value2"><child1><child2 ckey1="value1"
>> /></child1></test>
>> <test2 key1="value1"><child1>yyy</child1><child1><child2><child3
>> key3="value3">xxxxx</child3></child2></child1></test2>
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in com.cloud.utils.xmlobject.TestXmlObject2
>> Running org.apache.cloudstack.utils.hypervisor.HypervisorUtilsTest
>> Testing don't block on newly created clones - pass
>> Testing block on modified files - pass
>> Testing timeout of blocking on modified files - pass
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.562 sec
>> - in org.apache.cloudstack.utils.hypervisor.HypervisorUtilsTest
>> Running org.apache.cloudstack.utils.imagestore.ImageStoreUtilTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
>> - in org.apache.cloudstack.utils.imagestore.ImageStoreUtilTest
>>
>> Results :
>>
>> Tests run: 158, Failures: 0, Errors: 0, Skipped: 13
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-utils ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-utils ---
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ cloud-utils ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT-tests.jar
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-utils ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT.pom
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT-tests.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT-tests.jar
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloudstack-framework ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloudstack-framework ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloudstack-framework ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloudstack-framework\4.6.0-SNAPSHOT\cloudstack-framework-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - Event Notification
>> 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-db ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-db ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-db ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-db ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 43 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-db ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-db ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 15 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-db ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running com.cloud.utils.DbUtilTest
>> log4j:WARN No appenders could be found for logger
>> (com.cloud.utils.crypt.EncryptionSecretKeyChecker).
>> log4j:WARN Please initialize the log4j system properly.
>> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
>> more info.
>> Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.809 sec
>> - in com.cloud.utils.DbUtilTest
>>
>> Results :
>>
>> Tests run: 15, Failures: 0, Errors: 0, Skipped: 2
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-db ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\cloud-framework-db-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-db ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-db ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\cloud-framework-db-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-db\4.6.0-SNAPSHOT\cloud-framework-db-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-db\4.6.0-SNAPSHOT\cloud-framework-db-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - Configuration 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-config ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-config ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-config ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 2 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-config ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 10 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-config ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-config ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 2 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-config ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running org.apache.cloudstack.framework.config.ConfigKeyTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
>> - in org.apache.cloudstack.framework.config.ConfigKeyTest
>> Running org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
>> log4j:WARN No appenders could be found for logger
>> (org.apache.cloudstack.framework.config.impl.ConfigDepotImpl).
>> log4j:WARN Please initialize the log4j system properly.
>> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
>> more info.
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec
>> - in org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
>>
>> Results :
>>
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-config
>> ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\cloud-framework-config-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-config ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-config ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\cloud-framework-config-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-config\4.6.0-SNAPSHOT\cloud-framework-config-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-config\4.6.0-SNAPSHOT\cloud-framework-config-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack API 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-api ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-api
>> ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-api ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 4 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-api
>> ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 952 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-api ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\api\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-api ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 24 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-api ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running com.cloud.network.NetworksTest
>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
>> - in com.cloud.network.NetworksTest
>> Running org.apache.cloudstack.api.BaseCmdTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
>> - in org.apache.cloudstack.api.BaseCmdTest
>> Running
>> org.apache.cloudstack.api.command.admin.account.CreateAccountCmdTest
>> log4j:WARN No appenders could be found for logger
>> (org.springframework.test.util.ReflectionTestUtils).
>> log4j:WARN Please initialize the log4j system properly.
>> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
>> more info.
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.565 sec
>> - in org.apache.cloudstack.api.command.admin.account.CreateAccountCmdTest
>> Running
>> org.apache.cloudstack.api.command.admin.storage.CreateSecondaryStagingStoreCmdTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
>> - in
>> org.apache.cloudstack.api.command.admin.storage.CreateSecondaryStagingStoreCmdTest
>> Running org.apache.cloudstack.api.command.admin.user.CreateUserCmdTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
>> - in org.apache.cloudstack.api.command.admin.user.CreateUserCmdTest
>> Running
>> org.apache.cloudstack.api.command.admin.vpc.CreateVPCOfferingCmdTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
>> - in org.apache.cloudstack.api.command.admin.vpc.CreateVPCOfferingCmdTest
>> Running org.apache.cloudstack.api.command.test.ActivateProjectCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
>> - in org.apache.cloudstack.api.command.test.ActivateProjectCmdTest
>> Running org.apache.cloudstack.api.command.test.AddAccountToProjectCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>> - in org.apache.cloudstack.api.command.test.AddAccountToProjectCmdTest
>> Running org.apache.cloudstack.api.command.test.AddClusterCmdTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 sec
>> - in org.apache.cloudstack.api.command.test.AddClusterCmdTest
>> Running org.apache.cloudstack.api.command.test.AddHostCmdTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
>> - in org.apache.cloudstack.api.command.test.AddHostCmdTest
>> Running org.apache.cloudstack.api.command.test.AddIpToVmNicTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec
>> - in org.apache.cloudstack.api.command.test.AddIpToVmNicTest
>> Running
>> org.apache.cloudstack.api.command.test.AddNetworkServiceProviderCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
>> - in org.apache.cloudstack.api.command.test.AddNetworkServiceProviderCmdTest
>> Running org.apache.cloudstack.api.command.test.AddSecondaryStorageCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
>> - in org.apache.cloudstack.api.command.test.AddSecondaryStorageCmdTest
>> Running org.apache.cloudstack.api.command.test.AddVpnUserCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
>> - in org.apache.cloudstack.api.command.test.AddVpnUserCmdTest
>> Running org.apache.cloudstack.api.command.test.ListCfgCmdTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec
>> - in org.apache.cloudstack.api.command.test.ListCfgCmdTest
>> Running org.apache.cloudstack.api.command.test.RegionCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
>> - in org.apache.cloudstack.api.command.test.RegionCmdTest
>> Running org.apache.cloudstack.api.command.test.ScaleVMCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
>> - in org.apache.cloudstack.api.command.test.ScaleVMCmdTest
>> Running org.apache.cloudstack.api.command.test.UpdateCfgCmdTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
>> - in org.apache.cloudstack.api.command.test.UpdateCfgCmdTest
>> Running org.apache.cloudstack.api.command.test.UpdateHostPasswordCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>> - in org.apache.cloudstack.api.command.test.UpdateHostPasswordCmdTest
>> Running org.apache.cloudstack.api.command.test.UsageCmdTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
>> - in org.apache.cloudstack.api.command.test.UsageCmdTest
>> Running org.apache.cloudstack.api.response.HostResponseTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
>> - in org.apache.cloudstack.api.response.HostResponseTest
>> Running org.apache.cloudstack.context.CallContextTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.context.CallContextTest
>>
>> Results :
>>
>> Tests run: 56, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-api ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-api ---
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ cloud-api ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT-tests.jar
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-api ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\api\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT.pom
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT-tests.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT-tests.jar
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - REST 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-rest ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-rest ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-rest ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-rest ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 5 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-rest ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-rest ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 1 source file to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-rest ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running org.apache.cloudstack.framework.ws.jackson.CSJacksonAnnotationTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.02 sec -
>> in org.apache.cloudstack.framework.ws.jackson.CSJacksonAnnotationTest
>>
>> Results :
>>
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-rest
>> ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\cloud-framework-rest-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-rest ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-rest ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\cloud-framework-rest-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-rest\4.6.0-SNAPSHOT\cloud-framework-rest-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-rest\4.6.0-SNAPSHOT\cloud-framework-rest-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - IPC 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-ipc ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-ipc ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-ipc ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-ipc ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 55 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-ipc ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 3 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-ipc ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 10 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-ipc ---
>> [INFO] Tests are skipped.
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-ipc ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\cloud-framework-ipc-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-ipc ---
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default) @
>> cloud-framework-ipc ---
>> [INFO] Tests are skipped.
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-ipc ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\cloud-framework-ipc-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-ipc\4.6.0-SNAPSHOT\cloud-framework-ipc-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-ipc\4.6.0-SNAPSHOT\cloud-framework-ipc-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Cloud Engine 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-engine ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-engine ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-engine ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine\4.6.0-SNAPSHOT\cloud-engine-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Cloud Engine API 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-engine-api ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-engine-api ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-engine-api ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-engine-api ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 107 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-engine-api ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-engine-api ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 2 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-engine-api ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running org.apache.cloudstack.engine.subsystem.api.storage.ScopeTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
>> - in org.apache.cloudstack.engine.subsystem.api.storage.ScopeTest
>> Running
>> org.apache.cloudstack.engine.subsystem.api.storage.type.VolumeTypeHelperTest
>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
>> - in
>> org.apache.cloudstack.engine.subsystem.api.storage.type.VolumeTypeHelperTest
>>
>> Results :
>>
>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-engine-api ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\cloud-engine-api-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-engine-api ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-engine-api ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\cloud-engine-api-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine-api\4.6.0-SNAPSHOT\cloud-engine-api-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine-api\4.6.0-SNAPSHOT\cloud-engine-api-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Framework - Security 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-framework-security ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-framework-security ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-framework-security ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-framework-security ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 7 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-framework-security ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-framework-security ---
>> [INFO] No sources to compile
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
>> cloud-framework-security ---
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @
>> cloud-framework-security ---
>> [INFO] Building jar:
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\cloud-framework-security-4.6.0-SNAPSHOT.jar
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> cloud-framework-security ---
>> [INFO]
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> cloud-framework-security ---
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\cloud-framework-security-4.6.0-SNAPSHOT.jar
>> to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-security\4.6.0-SNAPSHOT\cloud-framework-security-4.6.0-SNAPSHOT.jar
>> [INFO] Installing
>> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\pom.xml to
>> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-security\4.6.0-SNAPSHOT\cloud-framework-security-4.6.0-SNAPSHOT.pom
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache CloudStack Core 4.6.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
>> cloud-core ---
>> [INFO] Starting audit...
>> Audit done.
>>
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
>> cloud-core ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>> cloud-core ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 26 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> cloud-core ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 393 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\core\target\classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.5:testResources
>> (default-testResources) @ cloud-core ---
>> [debug] execute contextualize
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> C:\Users\Official\Documents\GitHub\cloudstack\core\test\resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
>> cloud-core ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 24 source files to
>> C:\Users\Official\Documents\GitHub\cloudstack\core\target\test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-core
>> ---
>> [INFO] Surefire report directory:
>> C:\Users\Official\Documents\GitHub\cloudstack\core\target\surefire-reports
>>
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> Running com.cloud.agent.resource.virtualnetwork.ConfigHelperTest
>> log4j:WARN No appenders could be found for logger
>> (com.cloud.network.HAProxyConfigurator).
>> log4j:WARN Please initialize the log4j system properly.
>> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
>> more info.
>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.257 sec
>> - in com.cloud.agent.resource.virtualnetwork.ConfigHelperTest
>> Running com.cloud.agent.resource.virtualnetwork.VirtualRoutingResourceTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
>> - in com.cloud.agent.resource.virtualnetwork.VirtualRoutingResourceTest
>> Running com.cloud.agent.transport.RequestTest
>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 sec
>> - in com.cloud.agent.transport.RequestTest
>> Running com.cloud.network.HAProxyConfiguratorTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in com.cloud.network.HAProxyConfiguratorTest
>> Running com.cloud.storage.template.LocalTemplateDownloaderTest
>> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
>> <<< FAILURE! - in com.cloud.storage.template.LocalTemplateDownloaderTest
>> localTemplateDownloaderTest(com.cloud.storage.template.LocalTemplateDownloaderTest)
>> Time elapsed: 0.041 sec  <<< FAILURE!
>> java.lang.AssertionError: Failed download
>> at org.junit.Assert.fail(Assert.java:88)
>> at
>> com.cloud.storage.template.LocalTemplateDownloaderTest.localTemplateDownloaderTest(LocalTemplateDownloaderTest.java:37)
>>
>> Running com.cloud.storage.template.OVAProcessorTest
>> log4j:WARN No appenders could be found for logger
>> (com.cloud.storage.template.OVAProcessor).
>> log4j:WARN Please initialize the log4j system properly.
>> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
>> more info.
>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 sec
>> - in com.cloud.storage.template.OVAProcessorTest
>> Running com.cloud.storage.template.QCOW2ProcessorTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
>> - in com.cloud.storage.template.QCOW2ProcessorTest
>> Running com.cloud.storage.template.VhdProcessorTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
>> - in com.cloud.storage.template.VhdProcessorTest
>> Running org.apache.cloudstack.api.agent.test.AgentControlAnswerTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.api.agent.test.AgentControlAnswerTest
>> Running org.apache.cloudstack.api.agent.test.AgentControlCommandTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.AgentControlCommandTest
>> Running org.apache.cloudstack.api.agent.test.AnswerTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
>> - in org.apache.cloudstack.api.agent.test.AnswerTest
>> Running org.apache.cloudstack.api.agent.test.AttachIsoCommandTest
>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.api.agent.test.AttachIsoCommandTest
>> Running org.apache.cloudstack.api.agent.test.BackupSnapshotAnswerTest
>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
>> - in org.apache.cloudstack.api.agent.test.BackupSnapshotAnswerTest
>> Running org.apache.cloudstack.api.agent.test.BackupSnapshotCommandTest
>> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
>> - in org.apache.cloudstack.api.agent.test.BackupSnapshotCommandTest
>> Running org.apache.cloudstack.api.agent.test.BumpUpPriorityCommandTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.BumpUpPriorityCommandTest
>> Running org.apache.cloudstack.api.agent.test.CancelCommandTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>> - in org.apache.cloudstack.api.agent.test.CancelCommandTest
>> Running org.apache.cloudstack.api.agent.test.ChangeAgentAnswerTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.ChangeAgentAnswerTest
>> Running org.apache.cloudstack.api.agent.test.ChangeAgentCommandTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.ChangeAgentCommandTest
>> Running org.apache.cloudstack.api.agent.test.CheckHealthAnswerTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.CheckHealthAnswerTest
>> Running org.apache.cloudstack.api.agent.test.CheckHealthCommandTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.api.agent.test.CheckHealthCommandTest
>> Running org.apache.cloudstack.api.agent.test.CheckNetworkAnswerTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.api.agent.test.CheckNetworkAnswerTest
>> Running org.apache.cloudstack.api.agent.test.CheckNetworkCommandTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
>> org.apache.cloudstack.api.agent.test.CheckNetworkCommandTest
>> Running org.apache.cloudstack.api.agent.test.CheckOnHostCommandTest
>> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
>> - in org.apache.cloudstack.api.agent.test.CheckOnHostCommandTest
>> Running org.apache.cloudstack.api.agent.test.SnapshotCommandTest
>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>> - in org.apache.cloudstack.api.agent.test.SnapshotCommandTest
>>
>> Results :
>>
>> Failed tests:
>>   LocalTemplateDownloaderTest.localTemplateDownloaderTest:37 Failed
>> download
>>
>> Tests run: 128, Failures: 1, Errors: 0, Skipped: 1
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration
>> SUCCESS [  2.756 s]
>> [INFO] Apache CloudStack .................................. SUCCESS [
>> 5.409 s]
>> [INFO] Apache CloudStack Maven Conventions Parent ......... SUCCESS [
>> 1.952 s]
>> [INFO] Apache CloudStack Framework - Managed Context ...... SUCCESS [
>> 5.968 s]
>> [INFO] Apache CloudStack Utils ............................ SUCCESS [
>> 32.774 s]
>> [INFO] Apache CloudStack Framework ........................ SUCCESS [
>> 0.496 s]
>> [INFO] Apache CloudStack Framework - Event Notification ... SUCCESS [
>> 11.906 s]
>> [INFO] Apache CloudStack Framework - Configuration ........ SUCCESS [
>> 9.181 s]
>> [INFO] Apache CloudStack API .............................. SUCCESS [
>> 40.169 s]
>> [INFO] Apache CloudStack Framework - REST ................. SUCCESS [
>> 8.533 s]
>> [INFO] Apache CloudStack Framework - IPC .................. SUCCESS [
>> 8.778 s]
>> [INFO] Apache CloudStack Cloud Engine ..................... SUCCESS [
>> 0.192 s]
>> [INFO] Apache CloudStack Cloud Engine API ................. SUCCESS [
>> 10.283 s]
>> [INFO] Apache CloudStack Framework - Security ............. SUCCESS [
>> 3.521 s]
>> [INFO] Apache CloudStack Core ............................. FAILURE [
>> 29.077 s]
>> [INFO] Apache CloudStack Agents ........................... SKIPPED
>> [INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
>> [INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
>> [INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
>> [INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
>> [INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
>> [INFO] Apache CloudStack Server ........................... SKIPPED
>> [INFO] Apache CloudStack Usage Server ..................... SKIPPED
>> [INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
>> [INFO] Apache CloudStack Cloud Services ................... SKIPPED
>> [INFO] Apache CloudStack Secondary Storage ................ SKIPPED
>> [INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
>> [INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
>> [INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
>> [INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
>> [INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
>> [INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
>> [INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
>> [INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
>> [INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
>> [INFO] Apache CloudStack Plugin POM ....................... SKIPPED
>> [INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
>> [INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
>> [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
>> [INFO] Apache CloudStack Plugin - API SolidFire ........... SKIPPED
>> [INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
>> [INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
>> [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
>> [INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
>> [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
>> SKIPPED
>> [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
>> SKIPPED
>> [INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
>> [INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
>> [INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
>> [INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
>> [INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
>> [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
>> [INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
>> [INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
>> [INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
>> [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 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: 02:54 min
>> [INFO] Finished at: 2015-10-29T23:39:20-07:00
>> [INFO] Final Memory: 63M/641M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test)
>> on project cloud-core: There are test failures.
>> [ERROR]
>> [ERROR] Please refer to
>> C:\Users\Official\Documents\GitHub\cloudstack\core\target\surefire-reports
>> for the individual test results.
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>> [ERROR]
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>> [ERROR]   mvn <goals> -rf :cloud-core
>>
>>
>>
>> Thanks,
>>
>> Prakash
>>
>
>
>
>-- 
>Daan

Re: Build error

Posted by Daan Hoogland <da...@gmail.com>.
@wido, is this one due to the temp dir path on windows thing as well?

On Fri, Oct 30, 2015 at 7:55 AM, B Prakash <bp...@hotmail.com> wrote:

> I am new to this and hence might be missing something, please could
> someone help me with this build error?  I am having the latest build and
> getting the following error;
>
>
> 2015-10-29 23:37:07,435 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::c3d9:fa56:870:77a3
> 2015-10-29 23:37:07,560 ERROR [utils.net.NetUtils] (main:) Failed to
> convert a string to an IPv6 address
> java.lang.IllegalArgumentException: can not parse []
> at
> com.googlecode.ipv6.IPv6Address.tryParseStringArrayIntoLongArray(IPv6Address.java:94)
> at com.googlecode.ipv6.IPv6Address.fromString(IPv6Address.java:80)
> at com.cloud.utils.net.NetUtils.countIp6InRange(NetUtils.java:1316)
> at
> com.cloud.utils.net.NetUtilsTest.testCountIp6InRangeWithNullStart(NetUtilsTest.java:152)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
>
> I am using a windows 10 machine running on java 8, I tried build on both
> cygwin and eclipse, getting similar error (I know it no different but just
> to make sure till I get familiar).  Complete build(mvn install) log, just
> in case this helps;
>
>
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration
> [INFO] Apache CloudStack
> [INFO] Apache CloudStack Maven Conventions Parent
> [INFO] Apache CloudStack Framework - Managed Context
> [INFO] Apache CloudStack Utils
> [INFO] Apache CloudStack Framework
> [INFO] Apache CloudStack Framework - Event Notification
> [INFO] Apache CloudStack Framework - Configuration
> [INFO] Apache CloudStack API
> [INFO] Apache CloudStack Framework - REST
> [INFO] Apache CloudStack Framework - IPC
> [INFO] Apache CloudStack Cloud Engine
> [INFO] Apache CloudStack Cloud Engine API
> [INFO] Apache CloudStack Framework - Security
> [INFO] Apache CloudStack Core
> [INFO] Apache CloudStack Agents
> [INFO] Apache CloudStack Framework - Clustering
> [INFO] Apache CloudStack Framework - Event Notification
> [INFO] Apache CloudStack Cloud Engine Schema Component
> [INFO] Apache CloudStack Framework - Jobs
> [INFO] Apache CloudStack Cloud Engine Internal Components API
> [INFO] Apache CloudStack Server
> [INFO] Apache CloudStack Usage Server
> [INFO] Apache CloudStack Cloud Engine Orchestration Component
> [INFO] Apache CloudStack Cloud Services
> [INFO] Apache CloudStack Secondary Storage
> [INFO] Apache CloudStack Secondary Storage Service
> [INFO] Apache CloudStack Engine Storage Component
> [INFO] Apache CloudStack Engine Storage Volume Component
> [INFO] Apache CloudStack Engine Storage Image Component
> [INFO] Apache CloudStack Engine Storage Data Motion Component
> [INFO] Apache CloudStack Engine Storage Cache Component
> [INFO] Apache CloudStack Engine Storage Snapshot Component
> [INFO] Apache CloudStack Cloud Engine API
> [INFO] Apache CloudStack Cloud Engine Service
> [INFO] Apache CloudStack Plugin POM
> [INFO] Apache CloudStack Plugin - API Rate Limit
> [INFO] Apache CloudStack Plugin - Storage Volume default provider
> [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider
> [INFO] Apache CloudStack Plugin - API SolidFire
> [INFO] Apache CloudStack Plugin - API Discovery
> [INFO] Apache CloudStack Plugin - ACL Static Role Based
> [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor
> [INFO] Apache CloudStack Plugin - Explicit Dedication Processor
> [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
> [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
> [INFO] Apache CloudStack Plugin - Implicit Dedication Planner
> [INFO] Apache CloudStack Plugin - Skip Heurestics Planner
> [INFO] Apache CloudStack Plugin - Host Allocator Random
> [INFO] Apache CloudStack Plugin - Dedicated Resources
> [INFO] Apache CloudStack Plugin - Hypervisor OracleVM
> [INFO] Apache CloudStack Plugin - Open vSwitch
> [INFO] Apache CloudStack Plugin - Hypervisor XenServer
> [INFO] Apache CloudStack Plugin - Hypervisor KVM
> [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus
> [INFO] Apache CloudStack Plugin - In Memory Event Bus
> [INFO] Apache CloudStack Plugin - Kafka Event Bus
> [INFO] Apache CloudStack Plugin - Hypervisor Baremetal
> [INFO] Apache CloudStack Plugin - Hypervisor UCS
> [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V
> [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 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
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Developer Tools - Checkstyle
> Configuration 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> checkstyle ---
> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
> checkstyle ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ checkstyle ---
> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory
> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\src\test\resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
> checkstyle ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ checkstyle
> ---
> [INFO] No tests to run.
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ checkstyle ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\target\checkstyle-4.6.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.4:install (default-install) @ checkstyle
> ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\target\checkstyle-4.6.0-SNAPSHOT.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\checkstyle\4.6.0-SNAPSHOT\checkstyle-4.6.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\tools\checkstyle\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\checkstyle\4.6.0-SNAPSHOT\checkstyle-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloudstack ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloudstack ---
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloudstack ---
> [INFO] Installing C:\Users\Official\Documents\GitHub\cloudstack\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloudstack\4.6.0-SNAPSHOT\cloudstack-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Maven Conventions Parent 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
> cloud-maven-standard ---
> [INFO] Starting audit...
> Audit done.
>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-maven-standard ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloud-maven-standard ---
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloud-maven-standard ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\maven-standard\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-maven-standard\4.6.0-SNAPSHOT\cloud-maven-standard-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Framework - Managed Context
> 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
> cloud-framework-managed-context ---
> [INFO] Starting audit...
> Audit done.
>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-framework-managed-context ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-framework-managed-context ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\src\main\resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> cloud-framework-managed-context ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 8 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-framework-managed-context ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\src\test\resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-framework-managed-context ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 1 source file to
> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> cloud-framework-managed-context ---
> [INFO] Surefire report directory:
> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cloudstack.managed.context.impl.DefaultManagedContextTest
> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
> details.
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
> - in org.apache.cloudstack.managed.context.impl.DefaultManagedContextTest
>
> Results :
>
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @
> cloud-framework-managed-context ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloud-framework-managed-context ---
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloud-framework-managed-context ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\target\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-managed-context\4.6.0-SNAPSHOT\cloud-framework-managed-context-4.6.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\managed-context\pom.xml
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-managed-context\4.6.0-SNAPSHOT\cloud-framework-managed-context-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Utils 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
> cloud-utils ---
> [INFO] Starting audit...
> Audit done.
>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-utils ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-utils ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> cloud-utils ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 147 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-utils ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-utils ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 44 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-utils
> ---
> [INFO] Surefire report directory:
> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running com.cloud.utils.backoff.impl.ConstantTimeBackoffTest
> 2015-10-29 23:37:00,756 INFO  [backoff.impl.ConstantTimeBackoff]
> (Thread-0:) Thread Thread-0 interrupted while waiting for retry
> 2015-10-29 23:37:00,858 DEBUG [backoff.impl.ConstantTimeBackoffTest]
> (main:) thread started
> 2015-10-29 23:37:00,859 DEBUG [backoff.impl.ConstantTimeBackoffTest]
> (Thread-1:) before
> 2015-10-29 23:37:00,958 DEBUG [backoff.impl.ConstantTimeBackoffTest]
> (main:) testing wakeup
> 2015-10-29 23:37:00,958 INFO  [backoff.impl.ConstantTimeBackoff]
> (Thread-1:) Thread Thread-1 interrupted while waiting for retry
> 2015-10-29 23:37:00,958 DEBUG [backoff.impl.ConstantTimeBackoffTest]
> (Thread-1:) after
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
> - in com.cloud.utils.backoff.impl.ConstantTimeBackoffTest
> Running com.cloud.utils.crypto.EncryptionSecretKeyCheckerTest
> 2015-10-29 23:37:00,976 DEBUG [utils.crypt.EncryptionSecretKeyChecker]
> (main:) Encryption Type: null
> 2015-10-29 23:37:00,980 DEBUG [utils.crypt.EncryptionSecretKeyChecker]
> (main:) Encryption Type: file
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> - in com.cloud.utils.crypto.EncryptionSecretKeyCheckerTest
> Running com.cloud.utils.crypto.RSAHelperTest
> 2015-10-29 23:37:01,252 INFO  [utils.crypt.RSAHelper] (main:)
> [ignored]error during public key encryption: Unsupported format
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.667 sec
> - in com.cloud.utils.crypto.RSAHelperTest
> Running com.cloud.utils.encoding.UrlEncoderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> - in com.cloud.utils.encoding.UrlEncoderTest
> Running com.cloud.utils.exception.ExceptionUtilTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> - in com.cloud.utils.exception.ExceptionUtilTest
> Running com.cloud.utils.HttpUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> - in com.cloud.utils.HttpUtilsTest
> Running com.cloud.utils.log.CglibThrowableRendererTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec -
> in com.cloud.utils.log.CglibThrowableRendererTest
> Running com.cloud.utils.net.Ip4AddressTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec -
> in com.cloud.utils.net.Ip4AddressTest
> Running com.cloud.utils.net.IpTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> - in com.cloud.utils.net.IpTest
> Running com.cloud.utils.net.MacAddressTest
> ff:ff:ff:ff:ff:ff
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec
> - in com.cloud.utils.net.MacAddressTest
> Running com.cloud.utils.net.NetUtilsTest
> 2015-10-29 23:37:07,344 INFO  [utils.net.NetUtils] (main:) Invalid value
> of cidr 10.3.6.5/50
> 2015-10-29 23:37:07,372 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::2
> 2015-10-29 23:37:07,375 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::1
> 2015-10-29 23:37:07,378 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::2
> 2015-10-29 23:37:07,381 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::1
> 2015-10-29 23:37:07,384 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::2
> 2015-10-29 23:37:07,387 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::ad4d:eac0:c181:7a93
> 2015-10-29 23:37:07,398 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::ac:f61a:4142:664a
> 2015-10-29 23:37:07,405 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::d5ce:c6a0:9d70:c1b6
> 2015-10-29 23:37:07,413 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::83c5:8333:8c73:33a9
> 2015-10-29 23:37:07,417 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::6eba:49ac:d447:7e4
> 2015-10-29 23:37:07,422 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::edd1:fead:c982:d454
> 2015-10-29 23:37:07,425 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::9cd7:6514:1a5a:765b
> 2015-10-29 23:37:07,428 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::735b:28cf:34da:17b3
> 2015-10-29 23:37:07,431 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::4c82:1bef:c009:a2e5
> 2015-10-29 23:37:07,435 INFO  [utils.net.NetUtilsTest] (main:) IP is
> 1234:5678::c3d9:fa56:870:77a3
> 2015-10-29 23:37:07,560 ERROR [utils.net.NetUtils] (main:) Failed to
> convert a string to an IPv6 address
> java.lang.IllegalArgumentException: can not parse []
> at
> com.googlecode.ipv6.IPv6Address.tryParseStringArrayIntoLongArray(IPv6Address.java:94)
> at com.googlecode.ipv6.IPv6Address.fromString(IPv6Address.java:80)
> at com.cloud.utils.net.NetUtils.countIp6InRange(NetUtils.java:1316)
> at
> com.cloud.utils.net.NetUtilsTest.testCountIp6InRangeWithNullStart(NetUtilsTest.java:152)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
> at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
> at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
> at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
> at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
> at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec
> - in com.cloud.utils.net.NetUtilsTest
> Running com.cloud.utils.NumbersUtilTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in com.cloud.utils.NumbersUtilTest
> Running com.cloud.utils.PasswordGeneratorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
> - in com.cloud.utils.PasswordGeneratorTest
> Running com.cloud.utils.ProcessUtilTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.06 sec -
> in com.cloud.utils.ProcessUtilTest
> Running com.cloud.utils.PropertiesUtilsTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
> - in com.cloud.utils.PropertiesUtilsTest
> Running com.cloud.utils.ReflectUtilTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> - in com.cloud.utils.ReflectUtilTest
> Running com.cloud.utils.rest.BasicRestClientTest
> 2015-10-29 23:37:08,555 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
> 2015-10-29 23:37:08,571 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
> 2015-10-29 23:37:08,666 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig GET request on https://fakelocalhost.fakelocaldomain:443/path
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
> - in com.cloud.utils.rest.BasicRestClientTest
> Running com.cloud.utils.rest.HttpClientHelperTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> - in com.cloud.utils.rest.HttpClientHelperTest
> Running com.cloud.utils.rest.HttpStatusCodeHelperTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> com.cloud.utils.rest.HttpStatusCodeHelperTest
> Running com.cloud.utils.rest.HttpUriRequestBuilderTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> - in com.cloud.utils.rest.HttpUriRequestBuilderTest
> Running com.cloud.utils.rest.RESTServiceConnectorTest
> 2015-10-29 23:37:08,862 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executing retrieve object on /somepath
> 2015-10-29 23:37:08,862 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig GET request on https://localhost:443/somepath
> 2015-10-29 23:37:08,863 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
> 2015-10-29 23:37:08,864 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Response entity: [{somethig_not_type : "WrongType"}]
> 2015-10-29 23:37:08,911 DEBUG [utils.rest.BasicRestClient] (main:) Closing
> HTTP connection
> 2015-10-29 23:37:08,932 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executing create object on /somepath
> 2015-10-29 23:37:08,933 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Built request 'POST /somepath HTTP/1.1' with payload:
> Optional.of({"field":"newValue"})
> 2015-10-29 23:37:08,933 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig POST request on https://localhost:443/somepath
> 2015-10-29 23:37:08,934 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executed request: POST /somepath HTTP/1.1 status was HTTP/1.1 200 OK
> 2015-10-29 23:37:08,934 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Response entity: {"field":"newValue"}
> 2015-10-29 23:37:08,938 DEBUG [utils.rest.BasicRestClient] (main:) Closing
> HTTP connection
> 2015-10-29 23:37:08,972 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executing create object on /somepath
> 2015-10-29 23:37:08,981 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Built request 'POST /somepath?arg2=val2&arg1=val1 HTTP/1.1' with payload:
> Optional.of({"field":"newValue"})
> 2015-10-29 23:37:08,982 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig POST request on
> https://localhost:443/somepath?arg2=val2&arg1=val1
> 2015-10-29 23:37:08,985 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executed request: POST /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was
> HTTP/1.1 200 OK
> 2015-10-29 23:37:08,985 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Response entity: {"field":"newValue"}
> 2015-10-29 23:37:08,988 DEBUG [utils.rest.BasicRestClient] (main:) Closing
> HTTP connection
> 2015-10-29 23:37:08,997 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executing update object on /somepath
> 2015-10-29 23:37:08,998 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Built request 'PUT /somepath?arg2=val2&arg1=val1 HTTP/1.1' with payload:
> Optional.of({"field":"newValue"})
> 2015-10-29 23:37:08,998 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig PUT request on https://localhost:443/somepath?arg2=val2&arg1=val1
> 2015-10-29 23:37:08,999 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executed request: PUT /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was
> HTTP/1.1 200 OK
> 2015-10-29 23:37:08,999 DEBUG [utils.rest.BasicRestClient] (main:) Closing
> HTTP connection
> 2015-10-29 23:37:09,193 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executing retrieve object on /somepath
> 2015-10-29 23:37:09,195 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig GET request on https://localhost:443/somepath
> 2015-10-29 23:37:09,196 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
> 2015-10-29 23:37:09,196 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Response entity: {results: [{field : "SomeValue"}], results_count: 1}
> 2015-10-29 23:37:09,197 DEBUG [utils.rest.BasicRestClient] (main:) Closing
> HTTP connection
> 2015-10-29 23:37:09,199 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executing update object on /somepath
> 2015-10-29 23:37:09,202 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Built request 'PUT /somepath HTTP/1.1' with payload:
> Optional.of({"field":"newValue"})
> 2015-10-29 23:37:09,203 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig PUT request on https://localhost:443/somepath
> 2015-10-29 23:37:09,203 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executed request: PUT /somepath HTTP/1.1 status was HTTP/1.1 200 OK
> 2015-10-29 23:37:09,204 DEBUG [utils.rest.BasicRestClient] (main:) Closing
> HTTP connection
> 2015-10-29 23:37:09,227 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executing delete object on /somepath
> 2015-10-29 23:37:09,227 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig DELETE request on https://localhost:443/somepath
> 2015-10-29 23:37:09,229 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executed request: DELETE /somepath HTTP/1.1 status was HTTP/1.1 200 OK
> 2015-10-29 23:37:09,232 DEBUG [utils.rest.BasicRestClient] (main:) Closing
> HTTP connection
> 2015-10-29 23:37:09,235 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executing retrieve object on /somepath
> 2015-10-29 23:37:09,235 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig GET request on https://localhost:443/somepath?arg2=val2&arg1=val1
> 2015-10-29 23:37:09,247 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executed request: GET /somepath?arg2=val2&arg1=val1 HTTP/1.1 status was
> HTTP/1.1 200 OK
> 2015-10-29 23:37:09,247 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Response entity: {"field":"existingValue"}
> 2015-10-29 23:37:09,248 DEBUG [utils.rest.BasicRestClient] (main:) Closing
> HTTP connection
> 2015-10-29 23:37:09,256 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executing retrieve object on /somepath
> 2015-10-29 23:37:09,256 DEBUG [utils.rest.BasicRestClient] (main:)
> Executig GET request on https://localhost:443/somepath
> 2015-10-29 23:37:09,257 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Executed request: GET /somepath HTTP/1.1 status was HTTP/1.1 200 OK
> 2015-10-29 23:37:09,257 DEBUG [utils.rest.RESTServiceConnector] (main:)
> Response entity: {"field":"existingValue"}
> 2015-10-29 23:37:09,258 DEBUG [utils.rest.BasicRestClient] (main:) Closing
> HTTP connection
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 sec
> - in com.cloud.utils.rest.RESTServiceConnectorTest
> Running com.cloud.utils.ScriptTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.006
> sec - in com.cloud.utils.ScriptTest
> Running com.cloud.utils.ssh.SSHKeysHelperTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> com.cloud.utils.ssh.SSHKeysHelperTest
> Running com.cloud.utils.storage.QCOW2UtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> com.cloud.utils.storage.QCOW2UtilsTest
> Running com.cloud.utils.StringUtilsTest
> Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> - in com.cloud.utils.StringUtilsTest
> Running com.cloud.utils.TernaryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> com.cloud.utils.TernaryTest
> Running com.cloud.utils.TestProfiler
> Configure log4j with default properties
> 2015-10-29 23:37:09,350 INFO  [cloud.utils.TestProfiler] (main:)
> testProfiler() started
> 2015-10-29 23:37:10,353 INFO  [cloud.utils.TestProfiler] (main:) Duration
> in Millis: 1000
> 2015-10-29 23:37:10,353 INFO  [cloud.utils.TestProfiler] (main:)
> testProfiler() stopped
> Configure log4j with default properties
> Configure log4j with default properties
> 2015-10-29 23:37:11,378 INFO  [cloud.utils.TestProfiler] (main:) Duration
> in Nano: 1000067566
> Configure log4j with default properties
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.048 sec
> - in com.cloud.utils.TestProfiler
> Running com.cloud.utils.UriUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> - in com.cloud.utils.UriUtilsTest
> Running com.cloud.utils.UuidUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> - in com.cloud.utils.UuidUtilsTest
> Running com.cloud.utils.xmlobject.TestXmlObject
> <vlan vlan-id="19" shutdown="false" />
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in com.cloud.utils.xmlobject.TestXmlObject
> Running com.cloud.utils.xmlobject.TestXmlObject2
> <test key1="value1" key2="value2" />
> <test key1="value1" key2="value2"><child1><child2 ckey1="value1"
> /></child1></test>
> <test2 key1="value1"><child1>yyy</child1><child1><child2><child3
> key3="value3">xxxxx</child3></child2></child1></test2>
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in com.cloud.utils.xmlobject.TestXmlObject2
> Running org.apache.cloudstack.utils.hypervisor.HypervisorUtilsTest
> Testing don't block on newly created clones - pass
> Testing block on modified files - pass
> Testing timeout of blocking on modified files - pass
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.562 sec
> - in org.apache.cloudstack.utils.hypervisor.HypervisorUtilsTest
> Running org.apache.cloudstack.utils.imagestore.ImageStoreUtilTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
> - in org.apache.cloudstack.utils.imagestore.ImageStoreUtilTest
>
> Results :
>
> Tests run: 158, Failures: 0, Errors: 0, Skipped: 13
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-utils ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloud-utils ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ cloud-utils ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloud-utils ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\utils\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT.pom
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\utils\target\cloud-utils-4.6.0-SNAPSHOT-tests.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-utils\4.6.0-SNAPSHOT\cloud-utils-4.6.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Framework 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloudstack-framework ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloudstack-framework ---
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloudstack-framework ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloudstack-framework\4.6.0-SNAPSHOT\cloudstack-framework-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Framework - Event Notification
> 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
> cloud-framework-db ---
> [INFO] Starting audit...
> Audit done.
>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-framework-db ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-framework-db ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> cloud-framework-db ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 43 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-framework-db ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-framework-db ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 15 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> cloud-framework-db ---
> [INFO] Surefire report directory:
> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running com.cloud.utils.DbUtilTest
> log4j:WARN No appenders could be found for logger
> (com.cloud.utils.crypt.EncryptionSecretKeyChecker).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
> more info.
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.809 sec
> - in com.cloud.utils.DbUtilTest
>
> Results :
>
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 2
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-db ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\cloud-framework-db-4.6.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloud-framework-db ---
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloud-framework-db ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\target\cloud-framework-db-4.6.0-SNAPSHOT.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-db\4.6.0-SNAPSHOT\cloud-framework-db-4.6.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\db\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-db\4.6.0-SNAPSHOT\cloud-framework-db-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Framework - Configuration 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
> cloud-framework-config ---
> [INFO] Starting audit...
> Audit done.
>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-framework-config ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-framework-config ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> cloud-framework-config ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 10 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-framework-config ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\test\resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-framework-config ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 2 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> cloud-framework-config ---
> [INFO] Surefire report directory:
> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cloudstack.framework.config.ConfigKeyTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> - in org.apache.cloudstack.framework.config.ConfigKeyTest
> Running org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
> log4j:WARN No appenders could be found for logger
> (org.apache.cloudstack.framework.config.impl.ConfigDepotImpl).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
> more info.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec
> - in org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
>
> Results :
>
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-config
> ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\cloud-framework-config-4.6.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloud-framework-config ---
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloud-framework-config ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\target\cloud-framework-config-4.6.0-SNAPSHOT.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-config\4.6.0-SNAPSHOT\cloud-framework-config-4.6.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\config\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-config\4.6.0-SNAPSHOT\cloud-framework-config-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack API 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
> cloud-api ---
> [INFO] Starting audit...
> Audit done.
>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-api
> ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-api ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-api
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 952 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\api\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-api ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\Official\Documents\GitHub\cloudstack\api\test\resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-api ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 24 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\api\target\test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-api ---
> [INFO] Surefire report directory:
> C:\Users\Official\Documents\GitHub\cloudstack\api\target\surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running com.cloud.network.NetworksTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
> - in com.cloud.network.NetworksTest
> Running org.apache.cloudstack.api.BaseCmdTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
> - in org.apache.cloudstack.api.BaseCmdTest
> Running
> org.apache.cloudstack.api.command.admin.account.CreateAccountCmdTest
> log4j:WARN No appenders could be found for logger
> (org.springframework.test.util.ReflectionTestUtils).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
> more info.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.565 sec
> - in org.apache.cloudstack.api.command.admin.account.CreateAccountCmdTest
> Running
> org.apache.cloudstack.api.command.admin.storage.CreateSecondaryStagingStoreCmdTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
> - in
> org.apache.cloudstack.api.command.admin.storage.CreateSecondaryStagingStoreCmdTest
> Running org.apache.cloudstack.api.command.admin.user.CreateUserCmdTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> - in org.apache.cloudstack.api.command.admin.user.CreateUserCmdTest
> Running
> org.apache.cloudstack.api.command.admin.vpc.CreateVPCOfferingCmdTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> - in org.apache.cloudstack.api.command.admin.vpc.CreateVPCOfferingCmdTest
> Running org.apache.cloudstack.api.command.test.ActivateProjectCmdTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
> - in org.apache.cloudstack.api.command.test.ActivateProjectCmdTest
> Running org.apache.cloudstack.api.command.test.AddAccountToProjectCmdTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> - in org.apache.cloudstack.api.command.test.AddAccountToProjectCmdTest
> Running org.apache.cloudstack.api.command.test.AddClusterCmdTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 sec
> - in org.apache.cloudstack.api.command.test.AddClusterCmdTest
> Running org.apache.cloudstack.api.command.test.AddHostCmdTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> - in org.apache.cloudstack.api.command.test.AddHostCmdTest
> Running org.apache.cloudstack.api.command.test.AddIpToVmNicTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec
> - in org.apache.cloudstack.api.command.test.AddIpToVmNicTest
> Running
> org.apache.cloudstack.api.command.test.AddNetworkServiceProviderCmdTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> - in org.apache.cloudstack.api.command.test.AddNetworkServiceProviderCmdTest
> Running org.apache.cloudstack.api.command.test.AddSecondaryStorageCmdTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> - in org.apache.cloudstack.api.command.test.AddSecondaryStorageCmdTest
> Running org.apache.cloudstack.api.command.test.AddVpnUserCmdTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
> - in org.apache.cloudstack.api.command.test.AddVpnUserCmdTest
> Running org.apache.cloudstack.api.command.test.ListCfgCmdTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec
> - in org.apache.cloudstack.api.command.test.ListCfgCmdTest
> Running org.apache.cloudstack.api.command.test.RegionCmdTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> - in org.apache.cloudstack.api.command.test.RegionCmdTest
> Running org.apache.cloudstack.api.command.test.ScaleVMCmdTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
> - in org.apache.cloudstack.api.command.test.ScaleVMCmdTest
> Running org.apache.cloudstack.api.command.test.UpdateCfgCmdTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> - in org.apache.cloudstack.api.command.test.UpdateCfgCmdTest
> Running org.apache.cloudstack.api.command.test.UpdateHostPasswordCmdTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> - in org.apache.cloudstack.api.command.test.UpdateHostPasswordCmdTest
> Running org.apache.cloudstack.api.command.test.UsageCmdTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> - in org.apache.cloudstack.api.command.test.UsageCmdTest
> Running org.apache.cloudstack.api.response.HostResponseTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> - in org.apache.cloudstack.api.response.HostResponseTest
> Running org.apache.cloudstack.context.CallContextTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in org.apache.cloudstack.context.CallContextTest
>
> Results :
>
> Tests run: 56, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-api ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloud-api ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ cloud-api ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloud-api ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\api\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT.pom
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\api\target\cloud-api-4.6.0-SNAPSHOT-tests.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-api\4.6.0-SNAPSHOT\cloud-api-4.6.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Framework - REST 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
> cloud-framework-rest ---
> [INFO] Starting audit...
> Audit done.
>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-framework-rest ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-framework-rest ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> cloud-framework-rest ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 5 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-framework-rest ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\test\resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-framework-rest ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 1 source file to
> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> cloud-framework-rest ---
> [INFO] Surefire report directory:
> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cloudstack.framework.ws.jackson.CSJacksonAnnotationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.02 sec -
> in org.apache.cloudstack.framework.ws.jackson.CSJacksonAnnotationTest
>
> Results :
>
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-rest
> ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\cloud-framework-rest-4.6.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloud-framework-rest ---
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloud-framework-rest ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\target\cloud-framework-rest-4.6.0-SNAPSHOT.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-rest\4.6.0-SNAPSHOT\cloud-framework-rest-4.6.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\rest\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-rest\4.6.0-SNAPSHOT\cloud-framework-rest-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Framework - IPC 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
> cloud-framework-ipc ---
> [INFO] Starting audit...
> Audit done.
>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-framework-ipc ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-framework-ipc ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> cloud-framework-ipc ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 55 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-framework-ipc ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-framework-ipc ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 10 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> cloud-framework-ipc ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-framework-ipc ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\cloud-framework-ipc-4.6.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloud-framework-ipc ---
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default) @
> cloud-framework-ipc ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloud-framework-ipc ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\target\cloud-framework-ipc-4.6.0-SNAPSHOT.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-ipc\4.6.0-SNAPSHOT\cloud-framework-ipc-4.6.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\ipc\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-ipc\4.6.0-SNAPSHOT\cloud-framework-ipc-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Cloud Engine 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-engine ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloud-engine ---
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloud-engine ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\engine\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine\4.6.0-SNAPSHOT\cloud-engine-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Cloud Engine API 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
> cloud-engine-api ---
> [INFO] Starting audit...
> Audit done.
>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-engine-api ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-engine-api ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> cloud-engine-api ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 107 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-engine-api ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\test\resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-engine-api ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 2 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> cloud-engine-api ---
> [INFO] Surefire report directory:
> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cloudstack.engine.subsystem.api.storage.ScopeTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> - in org.apache.cloudstack.engine.subsystem.api.storage.ScopeTest
> Running
> org.apache.cloudstack.engine.subsystem.api.storage.type.VolumeTypeHelperTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> - in
> org.apache.cloudstack.engine.subsystem.api.storage.type.VolumeTypeHelperTest
>
> Results :
>
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ cloud-engine-api ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\cloud-engine-api-4.6.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloud-engine-api ---
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloud-engine-api ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\target\cloud-engine-api-4.6.0-SNAPSHOT.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine-api\4.6.0-SNAPSHOT\cloud-engine-api-4.6.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\engine\api\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-engine-api\4.6.0-SNAPSHOT\cloud-engine-api-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Framework - Security 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
> cloud-framework-security ---
> [INFO] Starting audit...
> Audit done.
>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-framework-security ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-framework-security ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> cloud-framework-security ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 7 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-framework-security ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\test\resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-framework-security ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> cloud-framework-security ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @
> cloud-framework-security ---
> [INFO] Building jar:
> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\cloud-framework-security-4.6.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> cloud-framework-security ---
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> cloud-framework-security ---
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\target\cloud-framework-security-4.6.0-SNAPSHOT.jar
> to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-security\4.6.0-SNAPSHOT\cloud-framework-security-4.6.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\Official\Documents\GitHub\cloudstack\framework\security\pom.xml to
> C:\Users\Official\.m2\repository\org\apache\cloudstack\cloud-framework-security\4.6.0-SNAPSHOT\cloud-framework-security-4.6.0-SNAPSHOT.pom
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CloudStack Core 4.6.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @
> cloud-core ---
> [INFO] Starting audit...
> Audit done.
>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @
> cloud-core ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> cloud-core ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 26 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> cloud-core ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 393 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\core\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-core ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\Official\Documents\GitHub\cloudstack\core\test\resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-core ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 24 source files to
> C:\Users\Official\Documents\GitHub\cloudstack\core\target\test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-core
> ---
> [INFO] Surefire report directory:
> C:\Users\Official\Documents\GitHub\cloudstack\core\target\surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running com.cloud.agent.resource.virtualnetwork.ConfigHelperTest
> log4j:WARN No appenders could be found for logger
> (com.cloud.network.HAProxyConfigurator).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
> more info.
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.257 sec
> - in com.cloud.agent.resource.virtualnetwork.ConfigHelperTest
> Running com.cloud.agent.resource.virtualnetwork.VirtualRoutingResourceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
> - in com.cloud.agent.resource.virtualnetwork.VirtualRoutingResourceTest
> Running com.cloud.agent.transport.RequestTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 sec
> - in com.cloud.agent.transport.RequestTest
> Running com.cloud.network.HAProxyConfiguratorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in com.cloud.network.HAProxyConfiguratorTest
> Running com.cloud.storage.template.LocalTemplateDownloaderTest
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
> <<< FAILURE! - in com.cloud.storage.template.LocalTemplateDownloaderTest
> localTemplateDownloaderTest(com.cloud.storage.template.LocalTemplateDownloaderTest)
> Time elapsed: 0.041 sec  <<< FAILURE!
> java.lang.AssertionError: Failed download
> at org.junit.Assert.fail(Assert.java:88)
> at
> com.cloud.storage.template.LocalTemplateDownloaderTest.localTemplateDownloaderTest(LocalTemplateDownloaderTest.java:37)
>
> Running com.cloud.storage.template.OVAProcessorTest
> log4j:WARN No appenders could be found for logger
> (com.cloud.storage.template.OVAProcessor).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
> more info.
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 sec
> - in com.cloud.storage.template.OVAProcessorTest
> Running com.cloud.storage.template.QCOW2ProcessorTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
> - in com.cloud.storage.template.QCOW2ProcessorTest
> Running com.cloud.storage.template.VhdProcessorTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
> - in com.cloud.storage.template.VhdProcessorTest
> Running org.apache.cloudstack.api.agent.test.AgentControlAnswerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in org.apache.cloudstack.api.agent.test.AgentControlAnswerTest
> Running org.apache.cloudstack.api.agent.test.AgentControlCommandTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> org.apache.cloudstack.api.agent.test.AgentControlCommandTest
> Running org.apache.cloudstack.api.agent.test.AnswerTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
> - in org.apache.cloudstack.api.agent.test.AnswerTest
> Running org.apache.cloudstack.api.agent.test.AttachIsoCommandTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in org.apache.cloudstack.api.agent.test.AttachIsoCommandTest
> Running org.apache.cloudstack.api.agent.test.BackupSnapshotAnswerTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> - in org.apache.cloudstack.api.agent.test.BackupSnapshotAnswerTest
> Running org.apache.cloudstack.api.agent.test.BackupSnapshotCommandTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
> - in org.apache.cloudstack.api.agent.test.BackupSnapshotCommandTest
> Running org.apache.cloudstack.api.agent.test.BumpUpPriorityCommandTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> org.apache.cloudstack.api.agent.test.BumpUpPriorityCommandTest
> Running org.apache.cloudstack.api.agent.test.CancelCommandTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> - in org.apache.cloudstack.api.agent.test.CancelCommandTest
> Running org.apache.cloudstack.api.agent.test.ChangeAgentAnswerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> org.apache.cloudstack.api.agent.test.ChangeAgentAnswerTest
> Running org.apache.cloudstack.api.agent.test.ChangeAgentCommandTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> org.apache.cloudstack.api.agent.test.ChangeAgentCommandTest
> Running org.apache.cloudstack.api.agent.test.CheckHealthAnswerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> org.apache.cloudstack.api.agent.test.CheckHealthAnswerTest
> Running org.apache.cloudstack.api.agent.test.CheckHealthCommandTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in org.apache.cloudstack.api.agent.test.CheckHealthCommandTest
> Running org.apache.cloudstack.api.agent.test.CheckNetworkAnswerTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in org.apache.cloudstack.api.agent.test.CheckNetworkAnswerTest
> Running org.apache.cloudstack.api.agent.test.CheckNetworkCommandTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> org.apache.cloudstack.api.agent.test.CheckNetworkCommandTest
> Running org.apache.cloudstack.api.agent.test.CheckOnHostCommandTest
> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
> - in org.apache.cloudstack.api.agent.test.CheckOnHostCommandTest
> Running org.apache.cloudstack.api.agent.test.SnapshotCommandTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> - in org.apache.cloudstack.api.agent.test.SnapshotCommandTest
>
> Results :
>
> Failed tests:
>   LocalTemplateDownloaderTest.localTemplateDownloaderTest:37 Failed
> download
>
> Tests run: 128, Failures: 1, Errors: 0, Skipped: 1
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration
> SUCCESS [  2.756 s]
> [INFO] Apache CloudStack .................................. SUCCESS [
> 5.409 s]
> [INFO] Apache CloudStack Maven Conventions Parent ......... SUCCESS [
> 1.952 s]
> [INFO] Apache CloudStack Framework - Managed Context ...... SUCCESS [
> 5.968 s]
> [INFO] Apache CloudStack Utils ............................ SUCCESS [
> 32.774 s]
> [INFO] Apache CloudStack Framework ........................ SUCCESS [
> 0.496 s]
> [INFO] Apache CloudStack Framework - Event Notification ... SUCCESS [
> 11.906 s]
> [INFO] Apache CloudStack Framework - Configuration ........ SUCCESS [
> 9.181 s]
> [INFO] Apache CloudStack API .............................. SUCCESS [
> 40.169 s]
> [INFO] Apache CloudStack Framework - REST ................. SUCCESS [
> 8.533 s]
> [INFO] Apache CloudStack Framework - IPC .................. SUCCESS [
> 8.778 s]
> [INFO] Apache CloudStack Cloud Engine ..................... SUCCESS [
> 0.192 s]
> [INFO] Apache CloudStack Cloud Engine API ................. SUCCESS [
> 10.283 s]
> [INFO] Apache CloudStack Framework - Security ............. SUCCESS [
> 3.521 s]
> [INFO] Apache CloudStack Core ............................. FAILURE [
> 29.077 s]
> [INFO] Apache CloudStack Agents ........................... SKIPPED
> [INFO] Apache CloudStack Framework - Clustering ........... SKIPPED
> [INFO] Apache CloudStack Framework - Event Notification ... SKIPPED
> [INFO] Apache CloudStack Cloud Engine Schema Component .... SKIPPED
> [INFO] Apache CloudStack Framework - Jobs ................. SKIPPED
> [INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED
> [INFO] Apache CloudStack Server ........................... SKIPPED
> [INFO] Apache CloudStack Usage Server ..................... SKIPPED
> [INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED
> [INFO] Apache CloudStack Cloud Services ................... SKIPPED
> [INFO] Apache CloudStack Secondary Storage ................ SKIPPED
> [INFO] Apache CloudStack Secondary Storage Service ........ SKIPPED
> [INFO] Apache CloudStack Engine Storage Component ......... SKIPPED
> [INFO] Apache CloudStack Engine Storage Volume Component .. SKIPPED
> [INFO] Apache CloudStack Engine Storage Image Component ... SKIPPED
> [INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED
> [INFO] Apache CloudStack Engine Storage Cache Component ... SKIPPED
> [INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
> [INFO] Apache CloudStack Cloud Engine API ................. SKIPPED
> [INFO] Apache CloudStack Cloud Engine Service ............. SKIPPED
> [INFO] Apache CloudStack Plugin POM ....................... SKIPPED
> [INFO] Apache CloudStack Plugin - API Rate Limit .......... SKIPPED
> [INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED
> [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED
> [INFO] Apache CloudStack Plugin - API SolidFire ........... SKIPPED
> [INFO] Apache CloudStack Plugin - API Discovery ........... SKIPPED
> [INFO] Apache CloudStack Plugin - ACL Static Role Based ... SKIPPED
> [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED
> [INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED
> [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
> SKIPPED
> [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
> SKIPPED
> [INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED
> [INFO] Apache CloudStack Plugin - Skip Heurestics Planner . SKIPPED
> [INFO] Apache CloudStack Plugin - Host Allocator Random ... SKIPPED
> [INFO] Apache CloudStack Plugin - Dedicated Resources ..... SKIPPED
> [INFO] Apache CloudStack Plugin - Hypervisor OracleVM ..... SKIPPED
> [INFO] Apache CloudStack Plugin - Open vSwitch ............ SKIPPED
> [INFO] Apache CloudStack Plugin - Hypervisor XenServer .... SKIPPED
> [INFO] Apache CloudStack Plugin - Hypervisor KVM .......... SKIPPED
> [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ...... SKIPPED
> [INFO] Apache CloudStack Plugin - In Memory Event Bus ..... SKIPPED
> [INFO] Apache CloudStack Plugin - Kafka Event Bus ......... SKIPPED
> [INFO] Apache CloudStack Plugin - Hypervisor Baremetal .... SKIPPED
> [INFO] Apache CloudStack Plugin - Hypervisor UCS .......... SKIPPED
> [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ...... SKIPPED
> [INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 .... SKIPPED
> [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 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: 02:54 min
> [INFO] Finished at: 2015-10-29T23:39:20-07:00
> [INFO] Final Memory: 63M/641M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test)
> on project cloud-core: There are test failures.
> [ERROR]
> [ERROR] Please refer to
> C:\Users\Official\Documents\GitHub\cloudstack\core\target\surefire-reports
> for the individual test results.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :cloud-core
>
>
>
> Thanks,
>
> Prakash
>



-- 
Daan