See
<https://builds.apache.org/job/ActiveMQ-Artemis-Master/2761/display/redirect?page=changes>
Changes:
[clebertsuconic] NO-JIRA Fixing Test
------------------------------------------
[...truncated 442.04 KB...]
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Object.java:502)
java.util.TimerThread.mainLoop(Timer.java:526)
java.util.TimerThread.run(Timer.java:505)
*********************************************************************************
[main] 18:11:19,713 INFO
[org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC
[main] 18:11:19,911 INFO
[org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC Done
*********************************************************************************
LEAKING THREADS
=============================================================================
Thread Thread[Timer-27,5,main] is still alive with the following stackTrace:
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Object.java:502)
java.util.TimerThread.mainLoop(Timer.java:526)
java.util.TimerThread.run(Timer.java:505)
*********************************************************************************
[main] 18:11:20,414 INFO
[org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC
[main] 18:11:20,649 INFO
[org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC Done
Tests run: 5, Failures: 1, Errors: 2, Skipped: 0, Time elapsed: 102.252 sec <<<
FAILURE! - in
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest
shouldStartTwoIfTableNotExist(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)
Time elapsed: 11.256 sec <<< ERROR!
java.lang.Exception: test timed out after 10000 milliseconds
at java.io.RandomAccessFile.writeBytes(Native Method)
at java.io.RandomAccessFile.write(RandomAccessFile.java:525)
at org.apache.derby.impl.store.raw.log.LogAccessFile.writeToLog(Unknown
Source)
at
org.apache.derby.impl.store.raw.log.LogAccessFile.flushDirtyBuffers(Unknown
Source)
at org.apache.derby.impl.store.raw.log.LogToFile.flush(Unknown Source)
at org.apache.derby.impl.store.raw.log.LogToFile.flush(Unknown Source)
at org.apache.derby.impl.store.raw.log.FileLogger.flush(Unknown Source)
at org.apache.derby.impl.store.raw.xact.Xact.prepareCommit(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.commit(Unknown Source)
at org.apache.derby.impl.store.raw.xact.Xact.commit(Unknown Source)
at org.apache.derby.impl.store.access.RAMTransaction.commit(Unknown
Source)
at
org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.doCommit(Unknown
Source)
at
org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.userCommit(Unknown
Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.commit(Unknown
Source)
at org.apache.derby.impl.jdbc.EmbedConnection.commit(Unknown Source)
at
org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.createTableIfNotExists(AbstractJDBCDriver.java:282)
at
org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.createTable(AbstractJDBCDriver.java:124)
at
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManager.createSchema(JdbcSharedStateManager.java:130)
at
org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.start(AbstractJDBCDriver.java:89)
at
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManager.usingConnectionUrl(JdbcSharedStateManager.java:120)
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)
shouldStartIfTableExistEmpty(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)
Time elapsed: 10.012 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:155)
at
org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.start(AbstractJDBCDriver.java:87)
at
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty(JdbcSharedStateManagerTest.java:73)
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest
Time elapsed: 70.139 sec <<< FAILURE!
java.lang.AssertionError: Thread leaked
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.activemq.artemis.utils.ThreadLeakCheckRule.finished(ThreadLeakCheckRule.java:112)
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.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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.journal.JournalStorageManagerConstantTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in
org.apache.activemq.artemis.core.server.journal.JournalStorageManagerConstantTest
Running
org.apache.activemq.artemis.core.server.management.JMXAccessControlListTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
org.apache.activemq.artemis.core.server.management.JMXAccessControlListTest
Running
org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketFrameEncoderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.526 sec - in
org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketFrameEncoderTest
Running
org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketServerHandlerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 sec - in
org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketServerHandlerTest
Running org.apache.activemq.artemis.core.settings.AddressSettingsTest
[main] 18:11:23,407 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testMultipleMergeAll() ***
[main] 18:11:23,414 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testMultipleMergeAll() ***
[main] 18:11:23,414 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testMultipleMerge() ***
[main] 18:11:23,417 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testMultipleMerge() ***
[main] 18:11:23,418 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testDefaults() ***
[main] 18:11:23,420 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testDefaults() ***
[main] 18:11:23,421 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testSingleMerge() ***
[main] 18:11:23,423 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testSingleMerge() ***
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in
org.apache.activemq.artemis.core.settings.AddressSettingsTest
Running org.apache.activemq.artemis.core.settings.RepositoryTest
[main] 18:11:23,430 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testMultipleWildcards() ***
[main] 18:11:23,436 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testMultipleWildcards() ***
[main] 18:11:23,436 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testMatchingDocs() ***
[main] 18:11:23,439 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testMatchingDocs() ***
[main] 18:11:23,440 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testWithoutWildcard() ***
[main] 18:11:23,443 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testWithoutWildcard() ***
[main] 18:11:23,443 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testSingletwo() ***
[main] 18:11:23,446 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testSingletwo() ***
[main] 18:11:23,447 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testIllegalMatches() ***
[main] 18:11:23,450 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testIllegalMatches() ***
[main] 18:11:23,451 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testAddListener() ***
[main] 18:11:23,455 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testAddListener() ***
[main] 18:11:23,456 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testCacheWithWildcards() ***
[main] 18:11:23,459 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testCacheWithWildcards() ***
[main] 18:11:23,460 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testDefault() ***
[main] 18:11:23,463 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testDefault() ***
[main] 18:11:23,464 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testMatchingDocsCustomUnderscorDelimiter() ***
[main] 18:11:23,466 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testMatchingDocsCustomUnderscorDelimiter() ***
[main] 18:11:23,467 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testSingleMatch() ***
[main] 18:11:23,469 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testSingleMatch() ***
[main] 18:11:23,469 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testRepositoryMerge() ***
[main] 18:11:23,473 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testRepositoryMerge() ***
[main] 18:11:23,473 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testMatchingDocsCustomForwardSlashDelimiter() ***
[main] 18:11:23,475 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testMatchingDocsCustomForwardSlashDelimiter() ***
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in
org.apache.activemq.artemis.core.settings.RepositoryTest
Running org.apache.activemq.artemis.core.transaction.impl.TransactionImplTest
[main] 18:11:23,480 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testTimeoutThenRollbackWithRollback() ***
[main] 18:11:23,492 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testTimeoutThenRollbackWithRollback() ***
[main] 18:11:23,493 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test
testTimeoutAndThenCommitWithARollback() ***
[main] 18:11:23,497 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testTimeoutAndThenCommitWithARollback() ***
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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.004 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.003 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.545 sec - in
org.apache.activemq.artemis.tests.util.SimpleStringTest
Running org.apache.activemq.artemis.uri.AcceptorParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.008 sec - in
org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
Results :
Failed tests:
JdbcSharedStateManagerTest>Assert.fail:88 Thread leaked
Tests in error:
JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty:73 » test timed out
a...
JdbcSharedStateManagerTest.shouldStartTwoIfTableNotExist:98->createSharedStateManager:52
»
Tests run: 339, Failures: 1, Errors: 2, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ActiveMQ Artemis Parent 2.13.0-SNAPSHOT ............ SUCCESS [ 6.501 s]
[INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 37.137 s]
[INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 30.553 s]
[INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [ 4.813 s]
[INFO] ActiveMQ Artemis JMS Client ........................ SUCCESS [ 7.732 s]
[INFO] ActiveMQ Artemis Journal ........................... SUCCESS [ 6.165 s]
[INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [ 53.942 s]
[INFO] ActiveMQ Artemis Server ............................ FAILURE [09:29 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 Service Extensions ................ SKIPPED
[INFO] ActiveMQ Artemis JMS Server ........................ SKIPPED
[INFO] ActiveMQ Artemis JUnit Rules ....................... SKIPPED
[INFO] ActiveMQ Artemis MQTT Protocol ..................... SKIPPED
[INFO] ActiveMQ Artemis DTO ............................... 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 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 2.13.0-SNAPSHOT ....... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:59 min
[INFO] Finished at: 2020-05-01T18:11:24Z
[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