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 2020/07/29 05:56:25 UTC

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

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

Changes:

[clebertsuconic] ARTEMIS-2845 ConcurrentAppendOnlyChunkedList cannot be queried while

[clebertsuconic] ARTEMIS-2846 Cannot define hawtio.role with whitespace


------------------------------------------
[...truncated 681.77 KB...]
=============================================================================
Thread Thread[Timer-25,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] 05:56:15,359 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC
[main] 05:56:15,523 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC Done 
*********************************************************************************
LEAKING THREADS
=============================================================================
Thread Thread[Timer-25,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] 05:56:16,027 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC
[main] 05:56:16,184 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC Done 
*********************************************************************************
LEAKING THREADS
=============================================================================
Thread Thread[Timer-25,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] 05:56:16,688 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC
[main] 05:56:16,846 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC Done 
*********************************************************************************
LEAKING THREADS
=============================================================================
Thread Thread[Timer-25,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] 05:56:17,350 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC
[main] 05:56:17,505 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC Done 
*********************************************************************************
LEAKING THREADS
=============================================================================
Thread Thread[Timer-25,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] 05:56:18,008 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC
[main] 05:56:18,159 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC Done 
*********************************************************************************
LEAKING THREADS
=============================================================================
Thread Thread[Timer-25,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] 05:56:18,663 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC
[main] 05:56:18,819 INFO  [org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC Done 
[ERROR] Tests run: 5, Failures: 1, Errors: 3, Skipped: 0, Time elapsed: 77.82 s <<< FAILURE! - in org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest
[ERROR] shouldStartIfTableNotExist(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 10.022 s  <<< ERROR!
java.lang.Exception: test timed out after 10000 milliseconds
	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)

[ERROR] shouldStartIfTableExistInitialized(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 0.017 s  <<< ERROR!
java.sql.SQLException: Failed to create database '<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/./target/tmp/JdbcSharedStateManagerTest/junit8694344281635588552/derby',> see the next exception for details.
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized(JdbcSharedStateManagerTest.java:86)
Caused by: org.apache.derby.iapi.error.StandardException: Failed to create database '<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/./target/tmp/JdbcSharedStateManagerTest/junit8694344281635588552/derby',> see the next exception for details.
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized(JdbcSharedStateManagerTest.java:86)
Caused by: org.apache.derby.iapi.error.StandardException: Startup failed due to an exception. See next exception for details. 
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized(JdbcSharedStateManagerTest.java:86)
Caused by: org.apache.derby.iapi.error.StandardException: Derby system shutdown.
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized(JdbcSharedStateManagerTest.java:86)

[ERROR] shouldStartIfTableExistEmpty(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)  Time elapsed: 0.011 s  <<< ERROR!
java.sql.SQLException: Failed to create database '<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/./target/tmp/JdbcSharedStateManagerTest/junit2082771813068546526/derby',> see the next exception for details.
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty(JdbcSharedStateManagerTest.java:73)
Caused by: org.apache.derby.iapi.error.StandardException: Failed to create database '<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/./target/tmp/JdbcSharedStateManagerTest/junit2082771813068546526/derby',> see the next exception for details.
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty(JdbcSharedStateManagerTest.java:73)
Caused by: org.apache.derby.iapi.error.StandardException: Startup failed due to an exception. See next exception for details. 
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty(JdbcSharedStateManagerTest.java:73)
Caused by: org.apache.derby.iapi.error.StandardException: Derby system shutdown.
	at org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty(JdbcSharedStateManagerTest.java:73)

[ERROR] org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest  Time elapsed: 60.265 s  <<< FAILURE!
java.lang.AssertionError: Thread leaked

[INFO] Running org.apache.activemq.artemis.core.server.journal.JournalStorageManagerConstantTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.activemq.artemis.core.server.journal.JournalStorageManagerConstantTest
[INFO] Running org.apache.activemq.artemis.core.server.management.JMXAccessControlListTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.activemq.artemis.core.server.management.JMXAccessControlListTest
[INFO] Running org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketFrameEncoderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158 s - in org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketFrameEncoderTest
[INFO] Running org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketServerHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s - in org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketServerHandlerTest
[INFO] Running org.apache.activemq.artemis.core.settings.AddressSettingsTest
[main] 05:56:20,881 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testMultipleMergeAll() ***
[main] 05:56:20,885 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testMultipleMergeAll() ***
[main] 05:56:20,885 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testMultipleMerge() ***
[main] 05:56:20,887 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testMultipleMerge() ***
[main] 05:56:20,887 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testDefaults() ***
[main] 05:56:20,889 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testDefaults() ***
[main] 05:56:20,889 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testSingleMerge() ***
[main] 05:56:20,891 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testSingleMerge() ***
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.activemq.artemis.core.settings.AddressSettingsTest
[INFO] Running org.apache.activemq.artemis.core.settings.RepositoryTest
[main] 05:56:20,894 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testMultipleWildcards() ***
[main] 05:56:20,899 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testMultipleWildcards() ***
[main] 05:56:20,899 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testMatchingDocs() ***
[main] 05:56:20,901 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testMatchingDocs() ***
[main] 05:56:20,901 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testWithoutWildcard() ***
[main] 05:56:20,903 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testWithoutWildcard() ***
[main] 05:56:20,903 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testSingletwo() ***
[main] 05:56:20,905 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testSingletwo() ***
[main] 05:56:20,906 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testIllegalMatches() ***
[main] 05:56:20,908 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testIllegalMatches() ***
[main] 05:56:20,908 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testAddListener() ***
[main] 05:56:20,911 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testAddListener() ***
[main] 05:56:20,912 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testCacheWithWildcards() ***
[main] 05:56:20,914 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testCacheWithWildcards() ***
[main] 05:56:20,914 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testDefault() ***
[main] 05:56:20,916 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testDefault() ***
[main] 05:56:20,916 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testMatchingDocsCustomUnderscorDelimiter() ***
[main] 05:56:20,919 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testMatchingDocsCustomUnderscorDelimiter() ***
[main] 05:56:20,919 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testSingleMatch() ***
[main] 05:56:20,921 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testSingleMatch() ***
[main] 05:56:20,922 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testRepositoryMerge() ***
[main] 05:56:20,925 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testRepositoryMerge() ***
[main] 05:56:20,926 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testMatchingDocsCustomForwardSlashDelimiter() ***
[main] 05:56:20,928 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testMatchingDocsCustomForwardSlashDelimiter() ***
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.apache.activemq.artemis.core.settings.RepositoryTest
[INFO] Running org.apache.activemq.artemis.core.transaction.impl.TransactionImplTest
[main] 05:56:20,932 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testTimeoutThenRollbackWithRollback() ***
[main] 05:56:20,941 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testTimeoutThenRollbackWithRollback() ***
[main] 05:56:20,941 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** start #test testTimeoutAndThenCommitWithARollback() ***
[main] 05:56:20,944 INFO  [org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test testTimeoutAndThenCommitWithARollback() ***
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.activemq.artemis.core.transaction.impl.TransactionImplTest
[INFO] Running org.apache.activemq.artemis.core.version.impl.VersionImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.activemq.artemis.core.version.impl.VersionImplTest
[INFO] Running org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModuleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModuleTest
[INFO] Running org.apache.activemq.artemis.tests.util.SimpleStringTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 s - in org.apache.activemq.artemis.tests.util.SimpleStringTest
[INFO] Running org.apache.activemq.artemis.uri.AcceptorParserTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.activemq.artemis.uri.AcceptorParserTest
[INFO] Running org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   JdbcSharedStateManagerTest>Assert.fail:88 Thread leaked
[ERROR] Errors: 
[ERROR]   JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty:73 » SQL Failed to cre...
[ERROR]   JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized:86 » SQL Failed ...
[ERROR]   JdbcSharedStateManagerTest.shouldStartIfTableNotExist:62->createSharedStateManager:52 » 
[INFO] 
[ERROR] Tests run: 349, Failures: 1, Errors: 3, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ActiveMQ Artemis Parent 2.15.0-SNAPSHOT ............ SUCCESS [ 19.295 s]
[INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 36.567 s]
[INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 24.440 s]
[INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [  6.416 s]
[INFO] ActiveMQ Artemis JMS Client ........................ SUCCESS [  5.468 s]
[INFO] ActiveMQ Artemis Journal ........................... SUCCESS [  4.288 s]
[INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [01:18 min]
[INFO] ActiveMQ Artemis Server ............................ FAILURE [08:57 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.15.0-SNAPSHOT ....... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:56 min
[INFO] Finished at: 2020-07-29T05:56:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2: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] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[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 #2875

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