You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/05/10 01:23:20 UTC

Build failed in Jenkins: ActiveMQ-Artemis-Master #1816

See <https://builds.apache.org/job/ActiveMQ-Artemis-Master/1816/display/redirect?page=changes>

Changes:

[clebertsuconic] NO-JIRA Fixing another test race

------------------------------------------
[...truncated 483.69 KB...]
[main] 01:23:16,575 INFO  [org.apache.activemq.artemis.core.server] **** end #test shouldStartIfTableExistEmpty() ***
Tests run: 5, Failures: 1, Errors: 2, Skipped: 0, Time elapsed: 70.949 sec <<< FAILURE! - in org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest
shouldStartIfTableExistInitialized(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 11.533 sec  <<< ERROR!
java.lang.Exception: test timed out after 10000 milliseconds
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:642)
	at org.apache.derby.impl.services.reflect.ReflectLoaderJava2.loadGeneratedClass(Unknown Source)
	at org.apache.derby.impl.services.reflect.ReflectClassesJava2.loadGeneratedClassFromData(Unknown Source)
	at org.apache.derby.impl.services.reflect.DatabaseClasses.loadGeneratedClass(Unknown Source)
	at org.apache.derby.impl.sql.GenericStorablePreparedStatement.loadGeneratedClass(Unknown Source)
	at org.apache.derby.impl.sql.GenericStorablePreparedStatement.getActivationClass(Unknown Source)
	at org.apache.derby.impl.sql.compile.ExecSPSNode.generate(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareMetaDataStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.prepareSPS(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.createTableIfNotExists(AbstractJDBCDriver.java:186)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.createTable(AbstractJDBCDriver.java:113)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManager.createSchema(JdbcSharedStateManager.java:106)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.start(AbstractJDBCDriver.java:82)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManager.usingConnectionUrl(JdbcSharedStateManager.java:96)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManager.usingConnectionUrl(JdbcSharedStateManager.java:74)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.createSharedStateManager(JdbcSharedStateManagerTest.java:52)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized(JdbcSharedStateManagerTest.java:87)

shouldStartIfTableExistEmpty(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 40.132 sec  <<< ERROR!
java.lang.Exception: test timed out after 10000 milliseconds
	at java.io.FileDescriptor.sync(Native Method)
	at org.apache.derby.impl.io.DirRandomAccessFile.sync(Unknown Source)
	at org.apache.derby.impl.store.raw.data.RAFContainer.writeRAFHeader(Unknown Source)
	at org.apache.derby.impl.store.raw.data.RAFContainer.clean(Unknown Source)
	at org.apache.derby.impl.services.cache.ConcurrentCache.cleanAndUnkeepEntry(Unknown Source)
	at org.apache.derby.impl.services.cache.ConcurrentCache.cleanCache(Unknown Source)
	at org.apache.derby.impl.services.cache.ConcurrentCache.cleanAll(Unknown Source)
	at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.checkpoint(Unknown Source)
	at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.createFinished(Unknown Source)
	at org.apache.derby.impl.store.raw.RawStore.createFinished(Unknown Source)
	at org.apache.derby.impl.store.access.RAMAccessManager.createFinished(Unknown Source)
	at org.apache.derby.impl.db.BasicDatabase.createFinished(Unknown Source)
	at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
	at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
	at org.apache.derby.impl.services.monitor.FileMonitor.createPersistentService(Unknown Source)
	at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
	at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.connect(AbstractJDBCDriver.java:134)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.start(AbstractJDBCDriver.java:80)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty(JdbcSharedStateManagerTest.java:73)

shouldStartIfTableExistEmpty(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 40.133 sec  <<< FAILURE!
java.lang.AssertionError: Test shouldStartIfTableExistEmpty(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest) Failed with a leak - test timed out after 10000 milliseconds
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.activemq.artemis.utils.ThreadLeakCheckRule.finished(ThreadLeakCheckRule.java:118)
	at org.junit.rules.TestWatcher.finishedQuietly(TestWatcher.java:111)
	at org.junit.rules.TestWatcher.access$400(TestWatcher.java:46)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:64)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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)

Running org.apache.activemq.artemis.core.server.management.JMXAccessControlListTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.activemq.artemis.core.server.management.JMXAccessControlListTest
Running org.apache.activemq.artemis.core.settings.AddressSettingsTest
[main] 01:23:16,590 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMultipleMergeAll() ***
[main] 01:23:16,596 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMultipleMergeAll() ***
[main] 01:23:16,597 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMultipleMerge() ***
[main] 01:23:16,600 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMultipleMerge() ***
[main] 01:23:16,601 INFO  [org.apache.activemq.artemis.core.server] **** start #test testDefaults() ***
[main] 01:23:16,604 INFO  [org.apache.activemq.artemis.core.server] **** end #test testDefaults() ***
[main] 01:23:16,604 INFO  [org.apache.activemq.artemis.core.server] **** start #test testSingleMerge() ***
[main] 01:23:16,607 INFO  [org.apache.activemq.artemis.core.server] **** end #test testSingleMerge() ***
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.core.settings.AddressSettingsTest
Running org.apache.activemq.artemis.core.settings.RepositoryTest
[main] 01:23:16,609 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMultipleWildcards() ***
[main] 01:23:16,614 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMultipleWildcards() ***
[main] 01:23:16,614 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMatchingDocs() ***
[main] 01:23:16,618 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMatchingDocs() ***
[main] 01:23:16,618 INFO  [org.apache.activemq.artemis.core.server] **** start #test testWithoutWildcard() ***
[main] 01:23:16,621 INFO  [org.apache.activemq.artemis.core.server] **** end #test testWithoutWildcard() ***
[main] 01:23:16,621 INFO  [org.apache.activemq.artemis.core.server] **** start #test testSingletwo() ***
[main] 01:23:16,624 INFO  [org.apache.activemq.artemis.core.server] **** end #test testSingletwo() ***
[main] 01:23:16,625 INFO  [org.apache.activemq.artemis.core.server] **** start #test testIllegalMatches() ***
[main] 01:23:16,628 INFO  [org.apache.activemq.artemis.core.server] **** end #test testIllegalMatches() ***
[main] 01:23:16,628 INFO  [org.apache.activemq.artemis.core.server] **** start #test testAddListener() ***
[main] 01:23:16,632 INFO  [org.apache.activemq.artemis.core.server] **** end #test testAddListener() ***
[main] 01:23:16,632 INFO  [org.apache.activemq.artemis.core.server] **** start #test testDefault() ***
[main] 01:23:16,637 INFO  [org.apache.activemq.artemis.core.server] **** end #test testDefault() ***
[main] 01:23:16,637 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMatchingDocsCustomUnderscorDelimiter() ***
[main] 01:23:16,644 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMatchingDocsCustomUnderscorDelimiter() ***
[main] 01:23:16,645 INFO  [org.apache.activemq.artemis.core.server] **** start #test testSingleMatch() ***
[main] 01:23:16,649 INFO  [org.apache.activemq.artemis.core.server] **** end #test testSingleMatch() ***
[main] 01:23:16,650 INFO  [org.apache.activemq.artemis.core.server] **** start #test testRepositoryMerge() ***
[main] 01:23:16,657 INFO  [org.apache.activemq.artemis.core.server] **** end #test testRepositoryMerge() ***
[main] 01:23:16,658 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMatchingDocsCustomForwardSlashDelimiter() ***
[main] 01:23:16,664 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMatchingDocsCustomForwardSlashDelimiter() ***
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.core.settings.RepositoryTest
Running org.apache.activemq.artemis.core.transaction.impl.TransactionImplTest
[main] 01:23:16,665 INFO  [org.apache.activemq.artemis.core.server] **** start #test testTimeoutThenRollbackWithRollback() ***
rollback...
[main] 01:23:16,678 INFO  [org.apache.activemq.artemis.core.server] **** end #test testTimeoutThenRollbackWithRollback() ***
[main] 01:23:16,678 INFO  [org.apache.activemq.artemis.core.server] **** start #test testTimeoutAndThenCommitWithARollback() ***
rollback...
[main] 01:23:16,681 INFO  [org.apache.activemq.artemis.core.server] **** end #test testTimeoutAndThenCommitWithARollback() ***
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.core.transaction.impl.TransactionImplTest
Running org.apache.activemq.artemis.core.version.impl.VersionImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.core.version.impl.VersionImplTest
Running org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModuleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModuleTest
Running org.apache.activemq.artemis.tests.util.SimpleStringTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.activemq.artemis.tests.util.SimpleStringTest
Running org.apache.activemq.artemis.uri.AcceptorParserTest
config:TransportConfiguration(name=test, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?tcpReceiveBufferSize=1048576&port=8080&host=localhost&protocols=openwire&tcpSendBufferSize=1048576&banana=x
config:TransportConfiguration(name=test, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?tcpReceiveBufferSize=1048576&port=5672&host=0-0-0-0&tcpSendBufferSize=1048576&virtualTopicConsumerWildcards=Consumer-*->;2
Consumer.*.>;2
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.uri.AcceptorParserTest
Running org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest

Results :

Tests in error: 
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)
  Run 1: JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty:73 »  test timed out a...
  Run 2: JdbcSharedStateManagerTest>Assert.fail:88 Test shouldStartIfTableExistEmpty(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest) Failed with a leak - test timed out after 10000 milliseconds

  JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized:87->createSharedStateManager:52 » 

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ActiveMQ Artemis Parent ............................ SUCCESS [  6.094 s]
[INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 20.775 s]
[INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 12.912 s]
[INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [  4.295 s]
[INFO] ActiveMQ Artemis JMS Client ........................ SUCCESS [  5.099 s]
[INFO] ActiveMQ Artemis Native POM ........................ SUCCESS [  8.284 s]
[INFO] ActiveMQ Artemis Journal ........................... SUCCESS [  4.088 s]
[INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [ 29.727 s]
[INFO] ActiveMQ Artemis Server ............................ FAILURE [06:49 min]
[INFO] ActiveMQ Artemis Protocols ......................... SKIPPED
[INFO] ActiveMQ Artemis AMQP Protocol ..................... SKIPPED
[INFO] ActiveMQ Artemis STOMP Protocol .................... SKIPPED
[INFO] ActiveMQ Artemis OpenWire Protocol ................. SKIPPED
[INFO] ActiveMQ Artemis HQClient Protocol ................. SKIPPED
[INFO] ActiveMQ Artemis HornetQ Protocol .................. SKIPPED
[INFO] ActiveMQ Artemis MQTT Protocol ..................... SKIPPED
[INFO] ActiveMQ Artemis DTO ............................... SKIPPED
[INFO] ActiveMQ Artemis Service Extensions ................ SKIPPED
[INFO] ActiveMQ Artemis JMS Server ........................ SKIPPED
[INFO] ActiveMQ Artemis CDI Integration ................... SKIPPED
[INFO] ActiveMQ Artemis Boot .............................. SKIPPED
[INFO] ActiveMQ Artemis Tools ............................. SKIPPED
[INFO] ActiveMQ Artemis CLI ............................... SKIPPED
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Core Client All ................... SKIPPED
[INFO] ActiveMQ Artemis Client OSGi ....................... SKIPPED
[INFO] ActiveMQ Artemis JUnit Rules ....................... SKIPPED
[INFO] ActiveMQ Artemis JMS Client All .................... SKIPPED
[INFO] ActiveMQ Artemis JMS Client OSGi ................... SKIPPED
[INFO] ActiveMQ Artemis RAR POM ........................... SKIPPED
[INFO] ActiveMQ Artemis REST Interface Implementation ..... SKIPPED
[INFO] ActiveMQ Artemis Maven Plugin ...................... SKIPPED
[INFO] ActiveMQ Artemis Server OSGi ....................... SKIPPED
[INFO] ActiveMQ Artemis Cons .............................. SKIPPED
[INFO] ActiveMQ Artemis HawtIO Branding ................... SKIPPED
[INFO] ActiveMQ Artemis HawtIO Plugin ..................... SKIPPED
[INFO] ActiveMQ Artemis Console ........................... SKIPPED
[INFO] ActiveMQ Artemis Spring Integration ................ SKIPPED
[INFO] Apache ActiveMQ Artemis Distribution ............... SKIPPED
[INFO] ActiveMQ Artemis Tests POM ......................... SKIPPED
[INFO] ActiveMQ Artemis Test Support ...................... SKIPPED
[INFO] ActiveMQ Artemis Unit Tests ........................ SKIPPED
[INFO] ActiveMQ Artemis Joram Tests ....................... SKIPPED
[INFO] ActiveMQ Artemis timing Tests ...................... SKIPPED
[INFO] ActiveMQ Artemis JMS Tests ......................... SKIPPED
[INFO] ActiveMQ Artemis Features .......................... SKIPPED
[INFO] ActiveMQ Artemis Integration Tests ................. SKIPPED
[INFO] ActiveMQ Artemis Client Integration Tests .......... SKIPPED
[INFO] ActiveMQ Artemis Compatibility Tests ............... SKIPPED
[INFO] ActiveMQ Artemis soak Tests ........................ SKIPPED
[INFO] ActiveMQ Artemis stress Tests ...................... SKIPPED
[INFO] ActiveMQ Artemis performance Tests ................. SKIPPED
[INFO] Smoke Tests ........................................ SKIPPED
[INFO] ActiveMQ Artemis Extra Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:23 min
[INFO] Finished at: 2018-05-10T01:23:17+00:00
[INFO] Final Memory: 196M/3461M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project artemis-server: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/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 :artemis-server
Build step 'Invoke top-level Maven targets' marked build as failure
Performing Post build task...
Could not match :Too many files with unapproved license  : False
Logical operation result is FALSE
Skipping script  : cat ratReport.txt
END OF POST BUILD TASK 	: 0
Recording test results

Jenkins build is back to normal : ActiveMQ-Artemis-Master #1818

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Artemis-Master/1818/display/redirect?page=changes>


Build failed in Jenkins: ActiveMQ-Artemis-Master #1817

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Artemis-Master/1817/display/redirect?page=changes>

Changes:

[clebertsuconic] NO-JIRA Fixing another test race on JMSConsumer11Test

------------------------------------------
[...truncated 506.40 KB...]
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.start(AbstractJDBCDriver.java:80)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManager.usingConnectionUrl(JdbcSharedStateManager.java:96)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManager.usingConnectionUrl(JdbcSharedStateManager.java:74)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.createSharedStateManager(JdbcSharedStateManagerTest.java:52)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartTwoIfTableNotExist(JdbcSharedStateManagerTest.java:98)

shouldStartTwoIfTableNotExist(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 40.278 sec  <<< FAILURE!
java.lang.AssertionError: Test shouldStartTwoIfTableNotExist(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest) Failed with a leak - test timed out after 10000 milliseconds
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.activemq.artemis.utils.ThreadLeakCheckRule.finished(ThreadLeakCheckRule.java:118)
	at org.junit.rules.TestWatcher.finishedQuietly(TestWatcher.java:111)
	at org.junit.rules.TestWatcher.access$400(TestWatcher.java:46)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:64)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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)

shouldStartIfTableNotExist(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.IllegalStateException: java.sql.SQLException: Failed to create database '<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/./target/tmp/junit7748522486969604507/derby',> see the next exception for details.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
	at org.apache.derby.impl.services.monitor.FileMonitor.createPersistentService(Unknown Source)
	at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
	at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.connect(AbstractJDBCDriver.java:134)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.start(AbstractJDBCDriver.java:80)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManager.usingConnectionUrl(JdbcSharedStateManager.java:96)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManager.usingConnectionUrl(JdbcSharedStateManager.java:74)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.createSharedStateManager(JdbcSharedStateManagerTest.java:52)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableNotExist(JdbcSharedStateManagerTest.java:62)

shouldStartIfTableExistInitialized(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 0.006 sec  <<< ERROR!
java.sql.SQLException: Failed to create database '<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/./target/tmp/junit4857592286721063757/derby',> see the next exception for details.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
	at org.apache.derby.impl.services.monitor.FileMonitor.createPersistentService(Unknown Source)
	at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
	at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.connect(AbstractJDBCDriver.java:134)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.start(AbstractJDBCDriver.java:80)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized(JdbcSharedStateManagerTest.java:86)

shouldStartIfTableExistEmpty(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 0.005 sec  <<< ERROR!
java.sql.SQLException: Failed to create database '<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/./target/tmp/junit4528005958945137121/derby',> see the next exception for details.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
	at org.apache.derby.impl.services.monitor.FileMonitor.createPersistentService(Unknown Source)
	at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
	at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.connect(AbstractJDBCDriver.java:134)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.start(AbstractJDBCDriver.java:80)
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty(JdbcSharedStateManagerTest.java:73)

Running org.apache.activemq.artemis.core.server.management.JMXAccessControlListTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.activemq.artemis.core.server.management.JMXAccessControlListTest
Running org.apache.activemq.artemis.core.settings.AddressSettingsTest
[main] 13:20:18,459 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMultipleMergeAll() ***
[main] 13:20:18,479 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMultipleMergeAll() ***
[main] 13:20:18,480 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMultipleMerge() ***
[main] 13:20:18,483 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMultipleMerge() ***
[main] 13:20:18,484 INFO  [org.apache.activemq.artemis.core.server] **** start #test testDefaults() ***
[main] 13:20:18,487 INFO  [org.apache.activemq.artemis.core.server] **** end #test testDefaults() ***
[main] 13:20:18,487 INFO  [org.apache.activemq.artemis.core.server] **** start #test testSingleMerge() ***
[main] 13:20:18,490 INFO  [org.apache.activemq.artemis.core.server] **** end #test testSingleMerge() ***
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.core.settings.AddressSettingsTest
Running org.apache.activemq.artemis.core.settings.RepositoryTest
[main] 13:20:18,492 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMultipleWildcards() ***
[main] 13:20:18,498 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMultipleWildcards() ***
[main] 13:20:18,498 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMatchingDocs() ***
[main] 13:20:18,502 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMatchingDocs() ***
[main] 13:20:18,502 INFO  [org.apache.activemq.artemis.core.server] **** start #test testWithoutWildcard() ***
[main] 13:20:18,506 INFO  [org.apache.activemq.artemis.core.server] **** end #test testWithoutWildcard() ***
[main] 13:20:18,506 INFO  [org.apache.activemq.artemis.core.server] **** start #test testSingletwo() ***
[main] 13:20:18,514 INFO  [org.apache.activemq.artemis.core.server] **** end #test testSingletwo() ***
[main] 13:20:18,514 INFO  [org.apache.activemq.artemis.core.server] **** start #test testIllegalMatches() ***
[main] 13:20:18,520 INFO  [org.apache.activemq.artemis.core.server] **** end #test testIllegalMatches() ***
[main] 13:20:18,521 INFO  [org.apache.activemq.artemis.core.server] **** start #test testAddListener() ***
[main] 13:20:18,525 INFO  [org.apache.activemq.artemis.core.server] **** end #test testAddListener() ***
[main] 13:20:18,525 INFO  [org.apache.activemq.artemis.core.server] **** start #test testDefault() ***
[main] 13:20:18,529 INFO  [org.apache.activemq.artemis.core.server] **** end #test testDefault() ***
[main] 13:20:18,529 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMatchingDocsCustomUnderscorDelimiter() ***
[main] 13:20:18,533 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMatchingDocsCustomUnderscorDelimiter() ***
[main] 13:20:18,533 INFO  [org.apache.activemq.artemis.core.server] **** start #test testSingleMatch() ***
[main] 13:20:18,537 INFO  [org.apache.activemq.artemis.core.server] **** end #test testSingleMatch() ***
[main] 13:20:18,537 INFO  [org.apache.activemq.artemis.core.server] **** start #test testRepositoryMerge() ***
[main] 13:20:18,541 INFO  [org.apache.activemq.artemis.core.server] **** end #test testRepositoryMerge() ***
[main] 13:20:18,541 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMatchingDocsCustomForwardSlashDelimiter() ***
[main] 13:20:18,544 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMatchingDocsCustomForwardSlashDelimiter() ***
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.activemq.artemis.core.settings.RepositoryTest
Running org.apache.activemq.artemis.core.transaction.impl.TransactionImplTest
[main] 13:20:18,545 INFO  [org.apache.activemq.artemis.core.server] **** start #test testTimeoutThenRollbackWithRollback() ***
rollback...
[main] 13:20:18,554 INFO  [org.apache.activemq.artemis.core.server] **** end #test testTimeoutThenRollbackWithRollback() ***
[main] 13:20:18,555 INFO  [org.apache.activemq.artemis.core.server] **** start #test testTimeoutAndThenCommitWithARollback() ***
rollback...
[main] 13:20:18,559 INFO  [org.apache.activemq.artemis.core.server] **** end #test testTimeoutAndThenCommitWithARollback() ***
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.core.transaction.impl.TransactionImplTest
Running org.apache.activemq.artemis.core.version.impl.VersionImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.core.version.impl.VersionImplTest
Running org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModuleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModuleTest
Running org.apache.activemq.artemis.tests.util.SimpleStringTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.tests.util.SimpleStringTest
Running org.apache.activemq.artemis.uri.AcceptorParserTest
config:TransportConfiguration(name=test, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?tcpReceiveBufferSize=1048576&port=8080&host=localhost&protocols=openwire&tcpSendBufferSize=1048576&banana=x
config:TransportConfiguration(name=test, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?tcpReceiveBufferSize=1048576&port=5672&host=0-0-0-0&tcpSendBufferSize=1048576&virtualTopicConsumerWildcards=Consumer-*->;2
Consumer.*.>;2
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.uri.AcceptorParserTest
Running org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest

Results :

Tests in error: 
  JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty:73 » SQL Failed to cre...
  JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized:86 » SQL Failed ...
  JdbcSharedStateManagerTest.shouldStartIfTableNotExist:62->createSharedStateManager:52 » IllegalState
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartTwoIfTableNotExist(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)
  Run 1: JdbcSharedStateManagerTest.shouldStartTwoIfTableNotExist:98->createSharedStateManager:52 » 
  Run 2: JdbcSharedStateManagerTest>Assert.fail:88 Test shouldStartTwoIfTableNotExist(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest) Failed with a leak - test timed out after 10000 milliseconds


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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ActiveMQ Artemis Parent ............................ SUCCESS [ 19.036 s]
[INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 27.142 s]
[INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 13.260 s]
[INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [  6.178 s]
[INFO] ActiveMQ Artemis JMS Client ........................ SUCCESS [  5.289 s]
[INFO] ActiveMQ Artemis Native POM ........................ SUCCESS [ 14.168 s]
[INFO] ActiveMQ Artemis Journal ........................... SUCCESS [  4.103 s]
[INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [ 53.882 s]
[INFO] ActiveMQ Artemis Server ............................ FAILURE [09:14 min]
[INFO] ActiveMQ Artemis Protocols ......................... SKIPPED
[INFO] ActiveMQ Artemis AMQP Protocol ..................... SKIPPED
[INFO] ActiveMQ Artemis STOMP Protocol .................... SKIPPED
[INFO] ActiveMQ Artemis OpenWire Protocol ................. SKIPPED
[INFO] ActiveMQ Artemis HQClient Protocol ................. SKIPPED
[INFO] ActiveMQ Artemis HornetQ Protocol .................. SKIPPED
[INFO] ActiveMQ Artemis MQTT Protocol ..................... SKIPPED
[INFO] ActiveMQ Artemis DTO ............................... SKIPPED
[INFO] ActiveMQ Artemis Service Extensions ................ SKIPPED
[INFO] ActiveMQ Artemis JMS Server ........................ SKIPPED
[INFO] ActiveMQ Artemis CDI Integration ................... SKIPPED
[INFO] ActiveMQ Artemis Boot .............................. SKIPPED
[INFO] ActiveMQ Artemis Tools ............................. SKIPPED
[INFO] ActiveMQ Artemis CLI ............................... SKIPPED
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Core Client All ................... SKIPPED
[INFO] ActiveMQ Artemis Client OSGi ....................... SKIPPED
[INFO] ActiveMQ Artemis JUnit Rules ....................... SKIPPED
[INFO] ActiveMQ Artemis JMS Client All .................... SKIPPED
[INFO] ActiveMQ Artemis JMS Client OSGi ................... SKIPPED
[INFO] ActiveMQ Artemis RAR POM ........................... SKIPPED
[INFO] ActiveMQ Artemis REST Interface Implementation ..... SKIPPED
[INFO] ActiveMQ Artemis Maven Plugin ...................... SKIPPED
[INFO] ActiveMQ Artemis Server OSGi ....................... SKIPPED
[INFO] ActiveMQ Artemis Cons .............................. SKIPPED
[INFO] ActiveMQ Artemis HawtIO Branding ................... SKIPPED
[INFO] ActiveMQ Artemis HawtIO Plugin ..................... SKIPPED
[INFO] ActiveMQ Artemis Console ........................... SKIPPED
[INFO] ActiveMQ Artemis Spring Integration ................ SKIPPED
[INFO] Apache ActiveMQ Artemis Distribution ............... SKIPPED
[INFO] ActiveMQ Artemis Tests POM ......................... SKIPPED
[INFO] ActiveMQ Artemis Test Support ...................... SKIPPED
[INFO] ActiveMQ Artemis Unit Tests ........................ SKIPPED
[INFO] ActiveMQ Artemis Joram Tests ....................... SKIPPED
[INFO] ActiveMQ Artemis timing Tests ...................... SKIPPED
[INFO] ActiveMQ Artemis JMS Tests ......................... SKIPPED
[INFO] ActiveMQ Artemis Features .......................... SKIPPED
[INFO] ActiveMQ Artemis Integration Tests ................. SKIPPED
[INFO] ActiveMQ Artemis Client Integration Tests .......... SKIPPED
[INFO] ActiveMQ Artemis Compatibility Tests ............... SKIPPED
[INFO] ActiveMQ Artemis soak Tests ........................ SKIPPED
[INFO] ActiveMQ Artemis stress Tests ...................... SKIPPED
[INFO] ActiveMQ Artemis performance Tests ................. SKIPPED
[INFO] Smoke Tests ........................................ SKIPPED
[INFO] ActiveMQ Artemis Extra Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:46 min
[INFO] Finished at: 2018-05-10T13:20:19+00:00
[INFO] Final Memory: 178M/2651M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project artemis-server: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/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 :artemis-server
Build step 'Invoke top-level Maven targets' marked build as failure
Performing Post build task...
Could not match :Too many files with unapproved license  : False
Logical operation result is FALSE
Skipping script  : cat ratReport.txt
END OF POST BUILD TASK 	: 0
Recording test results