You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "ZhenJu (JIRA)" <ji...@apache.org> on 2018/07/20 03:44:00 UTC

[jira] [Created] (SCB-764) Vertx tests failed when running 'mvn install'

ZhenJu created SCB-764:
--------------------------

             Summary: Vertx tests failed when running 'mvn install'
                 Key: SCB-764
                 URL: https://issues.apache.org/jira/browse/SCB-764
             Project: Apache ServiceComb
          Issue Type: Test
          Components: Java-Chassis
         Environment: JDK: openjdk 1.8.0
Linux Distribution: Arch Linux
Kernel Version: 4.17.5
            Reporter: ZhenJu


Hi, guys, when I'm running 'mvn clean install' with the latest commit , I just get the error complaining that the test application can't connect to port 8080, below is the whole log:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running io.vertx.ext.web.impl.TestHttpServerRequestUtils
Running io.vertx.ext.web.impl.TestMimeTypesUtils
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 sec - in io.vertx.ext.web.impl.TestMimeTypesUtils
Running io.vertx.core.impl.TestVertxImplEx
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 sec - in io.vertx.ext.web.impl.TestHttpServerRequestUtils
Running org.apache.servicecomb.foundation.vertx.TestStream
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in org.apache.servicecomb.foundation.vertx.TestStream
Running org.apache.servicecomb.foundation.vertx.TestAddressResolverConfig
2018-07-20 11:35:32,758 [main ] WARN URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2018-07-20 11:35:32,759 [main ] INFO URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-07-20 11:35:32,788 [main ] WARN URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2018-07-20 11:35:32,788 [main ] INFO URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 sec - in io.vertx.core.impl.TestVertxImplEx
2018-07-20 11:35:32,790 [main ] INFO DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@2362f559
Running org.apache.servicecomb.foundation.vertx.TestVertxUtils
2018-07-20 11:35:32,811 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.test.cacheMinTimeToLive's value:0 is not positive, please check!
2018-07-20 11:35:32,811 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.cacheMinTimeToLive's value:0 is not positive, please check!
2018-07-20 11:35:32,811 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.test.cacheMaxTimeToLive's value:0 is not positive, please check!
2018-07-20 11:35:32,812 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.cacheMaxTimeToLive's value:0 is not positive, please check!
2018-07-20 11:35:32,812 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.test.cacheNegativeTimeToLive's value:0 is not positive, please check!
2018-07-20 11:35:32,812 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.cacheNegativeTimeToLive's value:0 is not positive, please check!
2018-07-20 11:35:32,813 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.test.queryTimeout's value:0 is not positive, please check!
2018-07-20 11:35:32,813 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.test.maxQueries's value:0 is not positive, please check!
2018-07-20 11:35:32,813 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.maxQueries's value:-2 is not positive, please check!
2018-07-20 11:35:32,814 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.test.ndots's value:0 is not positive, please check!
2018-07-20 11:35:32,814 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.ndots's value:0 is not positive, please check!
2018-07-20 11:35:32,819 [main ] WARN URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2018-07-20 11:35:32,819 [main ] INFO URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-07-20 11:35:32,819 [main ] INFO DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@4e50c791
2018-07-20 11:35:32,830 [main ] WARN URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2018-07-20 11:35:32,831 [main ] INFO URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-07-20 11:35:32,831 [main ] INFO DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@68878f6d
2018-07-20 11:35:32,832 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.cacheMinTimeToLive's value:0 is not positive, please check!
2018-07-20 11:35:32,832 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.cacheNegativeTimeToLive's value:0 is not positive, please check!
2018-07-20 11:35:32,833 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.cacheMinTimeToLive's value:0 is not positive, please check!
2018-07-20 11:35:32,833 [main ] WARN AddressResolverConfig - Address resover key:addressResolver.cacheNegativeTimeToLive's value:0 is not positive, please check!
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in org.apache.servicecomb.foundation.vertx.TestAddressResolverConfig
Running org.apache.servicecomb.foundation.vertx.TestVertxTLSBuilder
2018-07-20 11:35:32,847 [main ] WARN URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2018-07-20 11:35:32,847 [main ] INFO URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-07-20 11:35:32,848 [main ] INFO DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@ebaa6cb
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.apache.servicecomb.foundation.vertx.TestVertxUtils
Running org.apache.servicecomb.foundation.vertx.stream.TestPumpFromPart
2018-07-20 11:35:32,881 [main ] WARN VertxTLSBuilder - keyStore [server.p12] file not exist, please check!
2018-07-20 11:35:32,881 [main ] WARN VertxTLSBuilder - trustStore [trust.jks] file not exist, please check!
2018-07-20 11:35:32,979 [main ] WARN VertxTLSBuilder - keyStore [server.p12] file not exist, please check!
2018-07-20 11:35:32,979 [main ] WARN VertxTLSBuilder - trustStore [trust.jks] file not exist, please check!
2018-07-20 11:35:32,990 [main ] WARN VertxTLSBuilder - keyStore [null] file not exist, please check!
2018-07-20 11:35:32,991 [main ] WARN VertxTLSBuilder - trustStore [null] file not exist, please check!
2018-07-20 11:35:33,001 [main ] WARN VertxTLSBuilder - keyStore [server.p12] file not exist, please check!
2018-07-20 11:35:33,001 [main ] WARN VertxTLSBuilder - trustStore [trust.jks] file not exist, please check!
2018-07-20 11:35:33,013 [main ] WARN VertxTLSBuilder - keyStore [null] file not exist, please check!
2018-07-20 11:35:33,013 [main ] WARN VertxTLSBuilder - trustStore [null] file not exist, please check!
2018-07-20 11:35:33,014 [main ] WARN VertxTLSBuilder - keyStore [server.p12] file not exist, please check!
2018-07-20 11:35:33,014 [main ] WARN VertxTLSBuilder - trustStore [trust.jks] file not exist, please check!
2018-07-20 11:35:33,016 [main ] WARN VertxTLSBuilder - keyStore [server.p12] file not exist, please check!
2018-07-20 11:35:33,016 [main ] WARN VertxTLSBuilder - trustStore [trust.jks] file not exist, please check!
2018-07-20 11:35:33,017 [main ] WARN VertxTLSBuilder - keyStore [server.p12] file not exist, please check!
2018-07-20 11:35:33,017 [main ] WARN VertxTLSBuilder - trustStore [trust.jks] file not exist, please check!
2018-07-20 11:35:33,027 [main ] WARN VertxTLSBuilder - keyStore [server.p12] file not exist, please check!
2018-07-20 11:35:33,027 [main ] WARN VertxTLSBuilder - trustStore [trust.jks] file not exist, please check!
2018-07-20 11:35:33,036 [main ] WARN VertxTLSBuilder - keyStore [server.p12] file not exist, please check!
2018-07-20 11:35:33,036 [main ] WARN VertxTLSBuilder - trustStore [trust.jks] file not exist, please check!
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 sec - in org.apache.servicecomb.foundation.vertx.TestVertxTLSBuilder
Running org.apache.servicecomb.foundation.vertx.stream.TestBufferInputStream
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec - in org.apache.servicecomb.foundation.vertx.stream.TestPumpFromPart
Running org.apache.servicecomb.foundation.vertx.server.TestTcpParser
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.servicecomb.foundation.vertx.server.TestTcpParser
Running org.apache.servicecomb.foundation.vertx.server.TestTcpServer
2018-07-20 11:35:33,191 [main ] WARN URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2018-07-20 11:35:33,192 [main ] INFO URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-07-20 11:35:33,214 [main ] INFO DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@1b66c0fb
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec - in org.apache.servicecomb.foundation.vertx.stream.TestBufferInputStream
Running org.apache.servicecomb.foundation.vertx.server.TestTcpServerConnection
2018-07-20 11:35:33,229 [main ] WARN VertxTLSBuilder - keyStore [server.p12] file not exist, please check!
2018-07-20 11:35:33,230 [main ] WARN VertxTLSBuilder - trustStore [trust.jks] file not exist, please check!
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 sec - in org.apache.servicecomb.foundation.vertx.server.TestTcpServer
Running org.apache.servicecomb.foundation.vertx.http.TestStandardHttpServletResponseEx
2018-07-20 11:35:33,378 [main ] INFO TcpServerConnection - connect from io.vertx.core.net.$Impl_SocketAddress@38d08cb5, in thread main
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec - in org.apache.servicecomb.foundation.vertx.server.TestTcpServerConnection
Running org.apache.servicecomb.foundation.vertx.http.TestVertxServerResponseToHttpServletResponse
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in org.apache.servicecomb.foundation.vertx.http.TestStandardHttpServletResponseEx
Running org.apache.servicecomb.foundation.vertx.http.TestFileUploadPart
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.servicecomb.foundation.vertx.http.TestFileUploadPart
Running org.apache.servicecomb.foundation.vertx.http.TestBodyBufferSupportImpl
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.servicecomb.foundation.vertx.http.TestBodyBufferSupportImpl
Running org.apache.servicecomb.foundation.vertx.http.TestVertxClientRequestToHttpServletRequest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec - in org.apache.servicecomb.foundation.vertx.http.TestVertxClientRequestToHttpServletRequest
Running org.apache.servicecomb.foundation.vertx.http.TestVertxClientResponseToHttpServletResponse
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.apache.servicecomb.foundation.vertx.http.TestVertxClientResponseToHttpServletResponse
Running org.apache.servicecomb.foundation.vertx.http.TestReadStreamPart
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in org.apache.servicecomb.foundation.vertx.http.TestReadStreamPart
Running org.apache.servicecomb.foundation.vertx.http.TestStandardHttpServletRequestEx
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in org.apache.servicecomb.foundation.vertx.http.TestStandardHttpServletRequestEx
Running org.apache.servicecomb.foundation.vertx.http.TestAbstractHttpServletResponse
Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.servicecomb.foundation.vertx.http.TestAbstractHttpServletResponse
Running org.apache.servicecomb.foundation.vertx.http.TestAbstractHttpServletRequest
Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.apache.servicecomb.foundation.vertx.http.TestAbstractHttpServletRequest
Running org.apache.servicecomb.foundation.vertx.http.TestVertxServerRequestToHttpServletRequest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.084 sec - in org.apache.servicecomb.foundation.vertx.http.TestVertxServerResponseToHttpServletResponse
Running org.apache.servicecomb.foundation.vertx.client.TestClientPoolManager
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.133 sec - in org.apache.servicecomb.foundation.vertx.http.TestVertxServerRequestToHttpServletRequest
Running org.apache.servicecomb.foundation.vertx.client.http.TestHttpClientPoolFactory
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec - in org.apache.servicecomb.foundation.vertx.client.http.TestHttpClientPoolFactory
Running org.apache.servicecomb.foundation.vertx.client.tcp.TestTcpClientConfig
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.servicecomb.foundation.vertx.client.tcp.TestTcpClientConfig
Running org.apache.servicecomb.foundation.vertx.client.tcp.TestNetClientWrapper
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec - in org.apache.servicecomb.foundation.vertx.client.tcp.TestNetClientWrapper
Running org.apache.servicecomb.foundation.vertx.client.tcp.TestTcpClientConnection
Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.687 sec <<< FAILURE! - in org.apache.servicecomb.foundation.vertx.client.TestClientPoolManager
findByContext_woker(org.apache.servicecomb.foundation.vertx.client.TestClientPoolManager) Time elapsed: 0.108 sec <<< ERROR!
java.lang.NullPointerException
 at org.apache.servicecomb.foundation.vertx.client.TestClientPoolManager.findByContext_woker(TestClientPoolManager.java:222)

findByContext_otherVertx(org.apache.servicecomb.foundation.vertx.client.TestClientPoolManager) Time elapsed: 0.086 sec <<< ERROR!
java.lang.NullPointerException
 at org.apache.servicecomb.foundation.vertx.client.TestClientPoolManager.findByContext_otherVertx(TestClientPoolManager.java:205)

Running org.apache.servicecomb.foundation.vertx.client.tcp.TestAbstractTcpClientPoolFactory
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.113 sec <<< FAILURE! - in org.apache.servicecomb.foundation.vertx.client.tcp.TestAbstractTcpClientPoolFactory
createClientPool(org.apache.servicecomb.foundation.vertx.client.tcp.TestAbstractTcpClientPoolFactory) Time elapsed: 0.097 sec <<< ERROR!
java.lang.NullPointerException
 at org.apache.servicecomb.foundation.vertx.client.tcp.TestAbstractTcpClientPoolFactory.createClientPool(TestAbstractTcpClientPoolFactory.java:37)

Running org.apache.servicecomb.foundation.vertx.client.tcp.TestTcpClientConnectionPool
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.038 sec <<< FAILURE! - in org.apache.servicecomb.foundation.vertx.client.tcp.TestTcpClientConnectionPool
create(org.apache.servicecomb.foundation.vertx.client.tcp.TestTcpClientConnectionPool) Time elapsed: 0.035 sec <<< ERROR!
java.lang.NullPointerException
 at org.apache.servicecomb.foundation.vertx.client.tcp.TestTcpClientConnectionPool.setup(TestTcpClientConnectionPool.java:38)

Running org.apache.servicecomb.foundation.vertx.client.TestClientVerticle
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in org.apache.servicecomb.foundation.vertx.client.TestClientVerticle
Running org.apache.servicecomb.foundation.vertx.TestSimpleJsonObject
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.servicecomb.foundation.vertx.TestSimpleJsonObject
Running org.apache.servicecomb.foundation.vertx.TestSimpleBodyHandler
2018-07-20 11:35:36,503 [main ] ERROR TcpClientConnection - Unknown reply msgId 1, waiting count 0
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.apache.servicecomb.foundation.vertx.TestSimpleBodyHandler
2018-07-20 11:35:37,112 [main ] INFO TcpClientConnection - connecting to address localhost/127.0.0.1:8080
2018-07-20 11:35:37,114 [main ] INFO TcpClientConnection - connected to address localhost/127.0.0.1:8080 success in thread main.
2018-07-20 11:35:37,138 [main ] ERROR TcpClientConnection - local or remote not support login, address=localhost/127.0.0.1:8080, localSupportLogin=false, remoteSupportLogin=false.
2018-07-20 11:35:37,381 [main ] INFO TcpClientConnection - connecting to address localhost/127.0.0.1:8080
2018-07-20 11:35:37,560 [main ] INFO TcpClientConnection - connecting to address localhost/127.0.0.1:8080
2018-07-20 11:35:37,565 [main ] ERROR TcpClientConnection - connect to address localhost/127.0.0.1:8080 failed.
java.lang.Error
 at org.apache.servicecomb.foundation.vertx.client.tcp.TestTcpClientConnection.connect_failed(TestTcpClientConnection.java:213)
 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:498)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
 at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:162)
 at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:71)
 at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
2018-07-20 11:35:37,737 [main ] ERROR TcpClientConnection - io.vertx.core.net.$Impl_SocketAddress@46866946 disconnected from localhost/127.0.0.1:8080, in thread main, cause socket closed
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.39 sec - in org.apache.servicecomb.foundation.vertx.client.tcp.TestTcpClientConnection

Results :

Tests in error: 
 TestClientPoolManager.findByContext_otherVertx:205 » NullPointer
 TestClientPoolManager.findByContext_woker:222 » NullPointer
 TestAbstractTcpClientPoolFactory.createClientPool:37 » NullPointer
 TestTcpClientConnectionPool.setup:38 » NullPointer

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ServiceComb Java Chassis ........................... SUCCESS [ 1.267 s]
[INFO] Java Chassis::Dependencies ......................... SUCCESS [ 0.303 s]
[INFO] Java Chassis::Parent ............................... SUCCESS [ 0.133 s]
[INFO] Java Chassis::Foundations .......................... SUCCESS [ 0.024 s]
[INFO] Java Chassis::Foundations::Test Scaffolding ........ SUCCESS [ 2.104 s]
[INFO] Java Chassis::Foundations::Common .................. SUCCESS [ 6.047 s]
[INFO] Java Chassis::Common ............................... SUCCESS [ 0.022 s]
[INFO] Java Chassis::Common::Javassist .................... SUCCESS [ 1.988 s]
[INFO] Java Chassis::Foundations::Config .................. SUCCESS [ 2.937 s]
[INFO] Java Chassis::Foundations::SSL ..................... SUCCESS [ 2.971 s]
[INFO] Java Chassis::Foundations::Vertx ................... FAILURE [ 8.873 s]
[INFO] Java Chassis::Service Registry ..................... SKIPPED
[INFO] Java Chassis::Swagger .............................. SKIPPED
[INFO] Java Chassis::Swagger::Generator ................... SKIPPED
[INFO] Java Chassis::Swagger::Generator::Core ............. SKIPPED
[INFO] Java Chassis::Swagger::Generator::Jaxrs ............ SKIPPED
[INFO] Java Chassis::Swagger::Invocation .................. SKIPPED
[INFO] Java Chassis::Swagger::Invocation::Core ............ SKIPPED
[INFO] Java Chassis::Core ................................. SKIPPED
[INFO] Java Chassis::Common::Protobuf ..................... SKIPPED
[INFO] Java Chassis::Common::Rest ......................... SKIPPED
[INFO] Java Chassis::Foundations::Metrics ................. SKIPPED
[INFO] Java Chassis::Handlers ............................. SKIPPED
[INFO] Java Chassis::Handlers::Tracing Zipkin ............. SKIPPED
[INFO] Java Chassis::Handlers::Bizkeeper .................. SKIPPED
[INFO] Java Chassis::Handlers::Flow Control QPS ........... SKIPPED
[INFO] Java Chassis::Handlers::Loadbalance ................ SKIPPED
[INFO] Java Chassis::Handlers::Fault Injection ............ SKIPPED
[INFO] Java Chassis::Handlers::PublicKey Auth ............. SKIPPED
[INFO] Java Chassis::Providers ............................ SKIPPED
[INFO] Java Chassis::Providers::Rest Common ............... SKIPPED
[INFO] Java Chassis::Swagger::Invocation::JAXRS ........... SKIPPED
[INFO] Java Chassis::Providers::JAXRS ..................... SKIPPED
[INFO] Java Chassis::Providers::POJO ...................... SKIPPED
[INFO] Java Chassis::Swagger::Invocation::Spring MVC ...... SKIPPED
[INFO] Java Chassis::Swagger::Generator::Spring MVC ....... SKIPPED
[INFO] Java Chassis::Providers::Spring MVC ................ SKIPPED
[INFO] Java Chassis::Transports ........................... SKIPPED
[INFO] Java Chassis::Transports::Hightway ................. SKIPPED
[INFO] Java Chassis::Transports::Rest ..................... SKIPPED
[INFO] Java Chassis::Transports::Rest::Client ............. SKIPPED
[INFO] Java Chassis::Transports::Rest::Vertx .............. SKIPPED
[INFO] Java Chassis::Transports::Rest::Servlet ............ SKIPPED
[INFO] Java Chassis::Swagger::Invocation::Validator ....... SKIPPED
[INFO] Java Chassis::Dynamic Config ....................... SKIPPED
[INFO] Java Chassis::Foundations::Config CC ............... SKIPPED
[INFO] Java Chassis::Spring Boot Starter::Parent .......... SKIPPED
[INFO] Java Chassis::Spring Boot Starter::Configuration ... SKIPPED
[INFO] Java Chassis::Spring Boot Starter::ServiceComb ..... SKIPPED
[INFO] Java Chassis::Spring Boot Starter::Provider ........ SKIPPED
[INFO] Java Chassis::Spring Boot Starter::Transport ....... SKIPPED
[INFO] Java Chassis::Spring Boot Starter::Discovery ....... SKIPPED
[INFO] Java Chassis::Spring Boot Starter::Registry ........ SKIPPED
[INFO] Java Chassis::Spring Boot Starter::Spring Cloud Zuul SKIPPED
[INFO] Java Chassis::Spring Boot Starter::Spring Cloud Zuul Zipkin SKIPPED
[INFO] Java Chassis::Tracing .............................. SKIPPED
[INFO] Java Chassis::Tracing::Common ...................... SKIPPED
[INFO] Java Chassis::Tracing::Zipkin ...................... SKIPPED
[INFO] Java Chassis::Edge ................................. SKIPPED
[INFO] Java Chassis::Edge::Core ........................... SKIPPED
[INFO] Java Chassis::Metrics .............................. SKIPPED
[INFO] Java Chassis::Metrics::Core ........................ SKIPPED
[INFO] Java Chassis::Metrics::Integration ................. SKIPPED
[INFO] Java Chassis::Metrics::Integration::Prometheus ..... SKIPPED
[INFO] Java Chassis::Dynamic Config::Apollo ............... SKIPPED
[INFO] Java Chassis::Archetypes ........................... SKIPPED
[INFO] Java Chassis::Archetypes::JAXRS .................... SKIPPED
[INFO] Java Chassis::Archetypes::POJO ..................... SKIPPED
[INFO] Java Chassis::Archetypes::Spring MVC ............... SKIPPED
[INFO] Java Chassis::Archetypes::Spring Boot Starter ...... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28.054 s
[INFO] Finished at: 2018-07-20T11:35:38+08:00
[INFO] Final Memory: 124M/455M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project foundation-vertx: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/lance/Development/java/incubator-servicecomb-java-chassis/foundations/foundation-vertx/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 :foundation-vertx



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)