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/04/27 14:24:07 UTC

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

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

Changes:

[clebertsuconic] NO-JIRA: Added a AMQP JMS LargeMessage test

[clebertsuconic] NO-JIRA: Simplifying AMQP JMS LargeMessage test

------------------------------------------
[...truncated 311.08 KB...]
shouldStartTwoIfTableNotExist(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 10.735 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.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.derby.impl.store.raw.data.RAFContainer.createContainer(Unknown Source)
	at org.apache.derby.impl.store.raw.data.RAFContainer4.createContainer(Unknown Source)
	at org.apache.derby.impl.store.raw.data.FileContainer.createIdent(Unknown Source)
	at org.apache.derby.impl.store.raw.data.FileContainer.createIdentity(Unknown Source)
	at org.apache.derby.impl.services.cache.ConcurrentCache.create(Unknown Source)
	at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.addContainer(Unknown Source)
	at org.apache.derby.impl.store.raw.xact.Xact.addContainer(Unknown Source)
	at org.apache.derby.impl.store.access.heap.Heap.create(Unknown Source)
	at org.apache.derby.impl.store.access.heap.HeapConglomerateFactory.createConglomerate(Unknown Source)
	at org.apache.derby.impl.store.access.RAMTransaction.createConglomerate(Unknown Source)
	at org.apache.derby.impl.sql.execute.CreateTableConstantAction.executeConstantAction(Unknown Source)
	at org.apache.derby.impl.sql.execute.MiscResultSet.open(Unknown Source)
	at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
	at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.executeLargeUpdate(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.executeUpdate(Unknown Source)
	at org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.createTableIfNotExists(AbstractJDBCDriver.java:243)
	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.shouldStartTwoIfTableNotExist(JdbcSharedStateManagerTest.java:98)

shouldStartIfTableExistInitialized(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 11.731 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.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.derby.impl.store.raw.data.RAFContainer.createContainer(Unknown Source)
	at org.apache.derby.impl.store.raw.data.RAFContainer4.createContainer(Unknown Source)
	at org.apache.derby.impl.store.raw.data.FileContainer.createIdent(Unknown Source)
	at org.apache.derby.impl.store.raw.data.FileContainer.createIdentity(Unknown Source)
	at org.apache.derby.impl.services.cache.ConcurrentCache.create(Unknown Source)
	at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.addContainer(Unknown Source)
	at org.apache.derby.impl.store.raw.xact.Xact.addContainer(Unknown Source)
	at org.apache.derby.impl.store.access.btree.BTree.create(Unknown Source)
	at org.apache.derby.impl.store.access.btree.index.B2I.create(Unknown Source)
	at org.apache.derby.impl.store.access.btree.index.B2IFactory.createConglomerate(Unknown Source)
	at org.apache.derby.impl.store.access.RAMTransaction.createConglomerate(Unknown Source)
	at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootstrapOneIndex(Unknown Source)
	at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.bootStrapSystemIndexes(Unknown Source)
	at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.makeCatalog(Unknown Source)
	at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.createDictionaryTables(Unknown Source)
	at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.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.startModule(Unknown Source)
	at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
	at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(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.shouldStartIfTableExistInitialized(JdbcSharedStateManagerTest.java:86)

shouldStartIfTableExistEmpty(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 0.016 sec  <<< ERROR!
java.sql.SQLException: Failed to create database '<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/./target/tmp/junit8665099703922946720/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 sec - in org.apache.activemq.artemis.core.server.management.JMXAccessControlListTest
Running org.apache.activemq.artemis.core.settings.AddressSettingsTest
[main] 14:24:03,579 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMultipleMergeAll() ***
[main] 14:24:03,582 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMultipleMergeAll() ***
[main] 14:24:03,583 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMultipleMerge() ***
[main] 14:24:03,586 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMultipleMerge() ***
[main] 14:24:03,587 INFO  [org.apache.activemq.artemis.core.server] **** start #test testDefaults() ***
[main] 14:24:03,589 INFO  [org.apache.activemq.artemis.core.server] **** end #test testDefaults() ***
[main] 14:24:03,590 INFO  [org.apache.activemq.artemis.core.server] **** start #test testSingleMerge() ***
[main] 14:24:03,592 INFO  [org.apache.activemq.artemis.core.server] **** end #test testSingleMerge() ***
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.activemq.artemis.core.settings.AddressSettingsTest
Running org.apache.activemq.artemis.core.settings.RepositoryTest
[main] 14:24:03,594 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMultipleWildcards() ***
[main] 14:24:03,599 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMultipleWildcards() ***
[main] 14:24:03,599 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMatchingDocs() ***
[main] 14:24:03,602 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMatchingDocs() ***
[main] 14:24:03,603 INFO  [org.apache.activemq.artemis.core.server] **** start #test testWithoutWildcard() ***
[main] 14:24:03,606 INFO  [org.apache.activemq.artemis.core.server] **** end #test testWithoutWildcard() ***
[main] 14:24:03,606 INFO  [org.apache.activemq.artemis.core.server] **** start #test testSingletwo() ***
[main] 14:24:03,609 INFO  [org.apache.activemq.artemis.core.server] **** end #test testSingletwo() ***
[main] 14:24:03,610 INFO  [org.apache.activemq.artemis.core.server] **** start #test testIllegalMatches() ***
[main] 14:24:03,613 INFO  [org.apache.activemq.artemis.core.server] **** end #test testIllegalMatches() ***
[main] 14:24:03,614 INFO  [org.apache.activemq.artemis.core.server] **** start #test testAddListener() ***
[main] 14:24:03,617 INFO  [org.apache.activemq.artemis.core.server] **** end #test testAddListener() ***
[main] 14:24:03,617 INFO  [org.apache.activemq.artemis.core.server] **** start #test testDefault() ***
[main] 14:24:03,620 INFO  [org.apache.activemq.artemis.core.server] **** end #test testDefault() ***
[main] 14:24:03,620 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMatchingDocsCustomUnderscorDelimiter() ***
[main] 14:24:03,622 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMatchingDocsCustomUnderscorDelimiter() ***
[main] 14:24:03,623 INFO  [org.apache.activemq.artemis.core.server] **** start #test testSingleMatch() ***
[main] 14:24:03,625 INFO  [org.apache.activemq.artemis.core.server] **** end #test testSingleMatch() ***
[main] 14:24:03,626 INFO  [org.apache.activemq.artemis.core.server] **** start #test testRepositoryMerge() ***
[main] 14:24:03,630 INFO  [org.apache.activemq.artemis.core.server] **** end #test testRepositoryMerge() ***
[main] 14:24:03,630 INFO  [org.apache.activemq.artemis.core.server] **** start #test testMatchingDocsCustomForwardSlashDelimiter() ***
[main] 14:24:03,633 INFO  [org.apache.activemq.artemis.core.server] **** end #test testMatchingDocsCustomForwardSlashDelimiter() ***
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.activemq.artemis.core.settings.RepositoryTest
Running org.apache.activemq.artemis.core.transaction.impl.TransactionImplTest
[main] 14:24:03,634 INFO  [org.apache.activemq.artemis.core.server] **** start #test testTimeoutThenRollbackWithRollback() ***
rollback...
[main] 14:24:03,642 INFO  [org.apache.activemq.artemis.core.server] **** end #test testTimeoutThenRollbackWithRollback() ***
[main] 14:24:03,642 INFO  [org.apache.activemq.artemis.core.server] **** start #test testTimeoutAndThenCommitWithARollback() ***
rollback...
[main] 14:24:03,645 INFO  [org.apache.activemq.artemis.core.server] **** end #test testTimeoutAndThenCommitWithARollback() ***
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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.002 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.001 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.4 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.001 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.005 sec - in org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest

Results :

Tests in error: 
  JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty:73 » SQL Failed to cre...
  JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized:86 »  test timed...
  JdbcSharedStateManagerTest.shouldStartTwoIfTableNotExist:98->createSharedStateManager:52 » 

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ActiveMQ Artemis Parent ............................ SUCCESS [  4.674 s]
[INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 18.790 s]
[INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 12.279 s]
[INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [  4.171 s]
[INFO] ActiveMQ Artemis JMS Client ........................ SUCCESS [  4.703 s]
[INFO] ActiveMQ Artemis Native POM ........................ SUCCESS [  6.408 s]
[INFO] ActiveMQ Artemis Journal ........................... SUCCESS [  3.849 s]
[INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [ 27.806 s]
[INFO] ActiveMQ Artemis Server ............................ FAILURE [05:18 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: 06:43 min
[INFO] Finished at: 2018-04-27T14:24:04+00:00
[INFO] Final Memory: 196M/3470M
[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 #1780

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