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 2022/12/15 23:02:29 UTC

Build failed in Jenkins: ActiveMQ » ActiveMQ-Artemis-JDK11 #1229

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

Changes:

[Justin Bertram] ARTEMIS-3085 support custom IOCriticalErrorListener


------------------------------------------
[...truncated 956.03 KB...]

[main] 22:54:24,442 ERROR [org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.client.KubernetesClientImpl] Unable to retrieve a valid TokenReview. Received StatusCode: 500. Body: 
[MockServer-EventLog0] 22:54:24,443 INFO  [org.mockserver.log.MockServerEventLog] 35325 returning response:

  {
    "statusCode" : 500
  }

 for request:

  {
    "method" : "POST",
    "path" : "/apis/authentication.k8s.io/v1/tokenreviews",
    "headers" : {
      "User-Agent" : [ "Java-http-client/11.0.16.1" ],
      "Host" : [ "localhost:35325" ],
      "Content-Length" : [ "87" ],
      "Authorization" : [ "Bearer test_token" ],
      "Accept" : [ "application/json; charset=utf-8" ]
    },
    "keepAlive" : true,
    "secure" : true,
    "body" : "{\"apiVersion\":\"authentication.k8s.io/v1\",\"kind\":\"TokenReview\",\"spec\":{\"token\":\"other\"}}"
  }

 for action:

  {
    "statusCode" : 500
  }

 from expectation:

  ff927162-914c-4084-aa52-5dd10e93b0c7

[MockServer-EventLog0] 22:54:24,467 INFO  [org.mockserver.log.MockServerEventLog] 35325 verifying requests that match:

  {
    "httpRequest" : {
      "path" : "/apis/authentication.k8s.io/v1/tokenreviews"
    },
    "times" : {
      "atLeast" : 3,
      "atMost" : 3
    }
  }

[MockServer-EventLog0] 22:54:24,476 INFO  [org.mockserver.log.MockServerEventLog] request:

  {
    "path" : "/apis/authentication.k8s.io/v1/tokenreviews"
  }

 found exactly 3 times
[MockServer-EventLog0] 22:54:24,478 INFO  [org.mockserver.log.MockServerEventLog] 35325 stopped for port: 35325
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.13 s - in org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.client.KubernetesClientImplTest
[INFO] Running org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.ServiceAccountPrincipalTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.ServiceAccountPrincipalTest
[INFO] Running org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.TokenReviewTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.TokenReviewTest
[INFO] Running org.apache.activemq.artemis.tests.util.SimpleStringTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.59 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.001 s - in org.apache.activemq.artemis.uri.AcceptorParserTest
[INFO] Running org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   FileConfigurationParserTest.testNotations:546->Assert.assertEquals:633->Assert.assertEquals:647->Assert.failNotEquals:835->Assert.fail:89 expected:<5242880> but was:<501760>
[INFO] 
[ERROR] Tests run: 787, Failures: 1, Errors: 0, Skipped: 46
[INFO] 
[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ActiveMQ Artemis Parent 2.28.0-SNAPSHOT:
[INFO] 
[INFO] ActiveMQ Artemis Parent ............................ SUCCESS [ 25.918 s]
[INFO] ActiveMQ Artemis Unit Test Support ................. SUCCESS [ 29.443 s]
[INFO] ActiveMQ Log Annotation Processor .................. SUCCESS [01:03 min]
[INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 48.848 s]
[INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [ 20.851 s]
[INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 45.705 s]
[INFO] ActiveMQ Artemis Journal ........................... SUCCESS [ 24.450 s]
[INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [01:53 min]
[INFO] ActiveMQ Artemis Quorum API ........................ SUCCESS [ 19.588 s]
[INFO] ActiveMQ Artemis Server ............................ FAILURE [03:26 min]
[INFO] ActiveMQ Artemis Protocols ......................... SKIPPED
[INFO] ActiveMQ Artemis AMQP Protocol ..................... SKIPPED
[INFO] ActiveMQ Artemis STOMP Protocol .................... SKIPPED
[INFO] ActiveMQ Artemis JMS Client ........................ 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 JUnit Rules ....................... SKIPPED
[INFO] ActiveMQ Artemis CLI ............................... SKIPPED
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Website ........................... 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 Jakarta Messaging Client .......... SKIPPED
[INFO] ActiveMQ Artemis Jakarta Messaging Client All ...... SKIPPED
[INFO] ActiveMQ Artemis Jakarta Service Extensions ........ SKIPPED
[INFO] ActiveMQ Artemis Jakarta Messaging Server .......... SKIPPED
[INFO] ActiveMQ Artemis RAR POM ........................... SKIPPED
[INFO] ActiveMQ Artemis Jakarta RAR ....................... 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] ActiveMQ Artemis Quorum RI ......................... 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 Integration Tests ................. SKIPPED
[INFO] ActiveMQ Artemis Features .......................... SKIPPED
[INFO] ActiveMQ Artemis Karaf Client Integration Tests .... SKIPPED
[INFO] ActiveMQ Artemis Karaf Server 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] End-to-End Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14:18 min
[INFO] Finished at: 2022-12-15T22:57:32Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[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://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/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
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-server/pom.xml> to org.apache.activemq/artemis-server/2.28.0-SNAPSHOT/artemis-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/compatibility-tests/pom.xml> to org.apache.activemq.tests/compatibility-tests/2.28.0-SNAPSHOT/compatibility-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client/pom.xml> to org.apache.activemq/artemis-jms-client/2.28.0-SNAPSHOT/artemis-jms-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/activemq-branding/pom.xml> to org.apache.activemq/activemq-branding/2.28.0-SNAPSHOT/activemq-branding-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/smoke-tests/pom.xml> to org.apache.activemq.tests/smoke-tests/2.28.0-SNAPSHOT/smoke-tests-2.28.0-SNAPSHOT.pom
[Fast Archiver] Compressed 59.82 KB of artifacts by 53.5% relative to #1226
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/joram-tests/pom.xml> to org.apache.activemq.tests/joram-tests/2.28.0-SNAPSHOT/joram-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/pom.xml> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/target/artemis-log-annotation-processor-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/target/artemis-log-annotation-processor-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 40.40 KB of artifacts by 79.2% relative to #1228
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-server/pom.xml> to org.apache.activemq/artemis-jms-server/2.28.0-SNAPSHOT/artemis-jms-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-cli/pom.xml> to org.apache.activemq/artemis-cli/2.28.0-SNAPSHOT/artemis-cli-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-client-all/pom.xml> to org.apache.activemq/artemis-jakarta-client-all/2.28.0-SNAPSHOT/artemis-jakarta-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client-all/pom.xml> to org.apache.activemq/artemis-core-client-all/2.28.0-SNAPSHOT/artemis-core-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/pom.xml> to org.apache.activemq.tests/artemis-tests-pom/2.28.0-SNAPSHOT/artemis-tests-pom-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-openwire-protocol/pom.xml> to org.apache.activemq/artemis-openwire-protocol/2.28.0-SNAPSHOT/artemis-openwire-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-distribution/pom.xml> to org.apache.activemq/apache-artemis/2.28.0-SNAPSHOT/apache-artemis-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/artemis-console/pom.xml> to org.apache.activemq/artemis-console/2.28.0-SNAPSHOT/artemis-console-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/artemis-test-support/pom.xml> to org.apache.activemq.tests/artemis-test-support/2.28.0-SNAPSHOT/artemis-test-support-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/pom.xml> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/target/artemis-selector-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/target/artemis-selector-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 185.33 KB of artifacts by 86.3% relative to #1228
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/pom.xml> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/target/artemis-jdbc-store-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/target/artemis-jdbc-store-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 172.22 KB of artifacts by 92.9% relative to #1228
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/integration/activemq-spring-integration/pom.xml> to org.apache.activemq/artemis-spring-integration/2.28.0-SNAPSHOT/artemis-spring-integration-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-ri/pom.xml> to org.apache.activemq/artemis-quorum-ri/2.28.0-SNAPSHOT/artemis-quorum-ri-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-web/pom.xml> to org.apache.activemq/artemis-web/2.28.0-SNAPSHOT/artemis-web-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-cdi-client/pom.xml> to org.apache.activemq/artemis-cdi-client/2.28.0-SNAPSHOT/artemis-cdi-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/jms-tests/pom.xml> to org.apache.activemq.tests/jms-tests/2.28.0-SNAPSHOT/jms-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-ra/pom.xml> to org.apache.activemq/artemis-ra/2.28.0-SNAPSHOT/artemis-ra-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/pom.xml> to org.apache.activemq/artemis-pom/2.28.0-SNAPSHOT/artemis-pom-2.28.0-SNAPSHOT.pom
[Fast Archiver] Compressed 82.09 KB of artifacts by 78.0% relative to #1228
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/karaf-client-integration-tests/pom.xml> to org.apache.activemq.tests/karaf-client-integration-tests/2.28.0-SNAPSHOT/karaf-client-integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-maven-plugin/pom.xml> to org.apache.activemq/artemis-maven-plugin/2.28.0-SNAPSHOT/artemis-maven-plugin-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-junit/pom.xml> to org.apache.activemq/artemis-junit/2.28.0-SNAPSHOT/artemis-junit-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-service-extensions/pom.xml> to org.apache.activemq/artemis-service-extensions/2.28.0-SNAPSHOT/artemis-service-extensions-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-server-osgi/pom.xml> to org.apache.activemq/artemis-server-osgi/2.28.0-SNAPSHOT/artemis-server-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/unit-tests/pom.xml> to org.apache.activemq.tests/unit-tests/2.28.0-SNAPSHOT/unit-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-stomp-protocol/pom.xml> to org.apache.activemq/artemis-stomp-protocol/2.28.0-SNAPSHOT/artemis-stomp-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hornetq-protocol/pom.xml> to org.apache.activemq/artemis-hornetq-protocol/2.28.0-SNAPSHOT/artemis-hornetq-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client-osgi/pom.xml> to org.apache.activemq/artemis-core-client-osgi/2.28.0-SNAPSHOT/artemis-core-client-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/performance-tests/pom.xml> to org.apache.activemq.tests/performance-tests/2.28.0-SNAPSHOT/performance-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-features/pom.xml> to org.apache.activemq/artemis-features/2.28.0-SNAPSHOT/artemis-features-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/dependency-reduced-pom.xml> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/target/artemis-commons-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/target/artemis-commons-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 937.59 KB of artifacts by 99.0% relative to #1228
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/pom.xml> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/target/artemis-journal-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/target/artemis-journal-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 382.94 KB of artifacts by 91.9% relative to #1228
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/soak-tests/pom.xml> to org.apache.activemq.tests/soak-tests/2.28.0-SNAPSHOT/soak-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/pom.xml> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/target/artemis-core-client-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/target/artemis-core-client-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 1.41 MB of artifacts by 97.8% relative to #1228
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-ra/pom.xml> to org.apache.activemq/artemis-jakarta-ra/2.28.0-SNAPSHOT/artemis-jakarta-ra-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/timing-tests/pom.xml> to org.apache.activemq.tests/timing-tests/2.28.0-SNAPSHOT/timing-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client-all/pom.xml> to org.apache.activemq/artemis-jms-client-all/2.28.0-SNAPSHOT/artemis-jms-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/pom.xml> to org.apache.activemq/artemis-protocols/2.28.0-SNAPSHOT/artemis-protocols-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/karaf-server-integration-tests/pom.xml> to org.apache.activemq.tests/karaf-server-integration-tests/2.28.0-SNAPSHOT/karaf-server-integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/artemis-plugin/pom.xml> to org.apache.activemq/artemis-plugin/2.28.0-SNAPSHOT/artemis-plugin-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/pom.xml> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/target/artemis-quorum-api-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/target/artemis-quorum-api-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-dto/pom.xml> to org.apache.activemq/artemis-dto/2.28.0-SNAPSHOT/artemis-dto-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/pom.xml> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/target/artemis-unit-test-support-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/target/artemis-unit-test-support-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 57.19 KB of artifacts by 55.9% relative to #1228
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-service-extensions/pom.xml> to org.apache.activemq/artemis-jakarta-service-extensions/2.28.0-SNAPSHOT/artemis-jakarta-service-extensions-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hqclient-protocol/pom.xml> to org.apache.activemq/artemis-hqclient-protocol/2.28.0-SNAPSHOT/artemis-hqclient-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client-osgi/pom.xml> to org.apache.activemq/artemis-jms-client-osgi/2.28.0-SNAPSHOT/artemis-jms-client-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/integration-tests/pom.xml> to org.apache.activemq.tests/integration-tests/2.28.0-SNAPSHOT/integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-boot/pom.xml> to org.apache.activemq/artemis-boot/2.28.0-SNAPSHOT/artemis-boot-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-client/pom.xml> to org.apache.activemq/artemis-jakarta-client/2.28.0-SNAPSHOT/artemis-jakarta-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-website/pom.xml> to org.apache.activemq/artemis-website/2.28.0-SNAPSHOT/artemis-website-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-amqp-protocol/pom.xml> to org.apache.activemq/artemis-amqp-protocol/2.28.0-SNAPSHOT/artemis-amqp-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-server/pom.xml> to org.apache.activemq/artemis-jakarta-server/2.28.0-SNAPSHOT/artemis-jakarta-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-mqtt-protocol/pom.xml> to org.apache.activemq/artemis-mqtt-protocol/2.28.0-SNAPSHOT/artemis-mqtt-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/e2e-tests/pom.xml> to org.apache.activemq.tests/e2e-tests/2.28.0-SNAPSHOT/e2e-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/pom.xml> to org.apache.activemq/artemis-hawtio-pom/2.28.0-SNAPSHOT/artemis-hawtio-pom-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/stress-tests/pom.xml> to org.apache.activemq.tests/stress-tests/2.28.0-SNAPSHOT/stress-tests-2.28.0-SNAPSHOT.pom
channel stopped

Jenkins build is back to normal : ActiveMQ » ActiveMQ-Artemis-JDK11 #1233

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


Build failed in Jenkins: ActiveMQ » ActiveMQ-Artemis-JDK11 #1232

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

Changes:

[Clebert Suconic] ARTEMIS-3993 Fixing test when libaio is loaded


------------------------------------------
[...truncated 2.40 MB...]
[main] 16:48:32,265 INFO  [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/large-messages,pagingDirectory=data/paging)
[main] 16:48:32,266 INFO  [org.apache.activemq.artemis.core.server] AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 6329204736
[main] 16:48:32,266 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
[main] 16:48:32,267 INFO  [org.apache.activemq.artemis.core.server] AMQ224092: Despite disabled persistence, page files will be persisted.
[main] 16:48:32,268 INFO  [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address DLQ supporting [ANYCAST]
[main] 16:48:32,268 INFO  [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue DLQ on address DLQ
[main] 16:48:32,269 INFO  [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST]
[main] 16:48:32,269 INFO  [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue
[main] 16:48:32,270 WARN  [org.apache.activemq.artemis.core.server] AMQ222203: Classpath lacks a protocol-manager for protocol STOMP, Protocol being ignored on acceptor TransportConfiguration(name=stomp, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?scheme=tcp&tcpReceiveBufferSize=1048576&port=61613&host=0-0-0-0&protocols=STOMP&useEpoll=true&tcpSendBufferSize=1048576
[main] 16:48:32,271 WARN  [org.apache.activemq.artemis.core.server] AMQ222203: Classpath lacks a protocol-manager for protocol HORNETQ, Protocol being ignored on acceptor TransportConfiguration(name=hornetq, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?scheme=tcp&port=5445&host=0-0-0-0&protocols=HORNETQ,STOMP&useEpoll=true&anycastPrefix=jms-queue-&multicastPrefix=jms-topic-
[main] 16:48:32,271 WARN  [org.apache.activemq.artemis.core.server] AMQ222203: Classpath lacks a protocol-manager for protocol STOMP, Protocol being ignored on acceptor TransportConfiguration(name=hornetq, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?scheme=tcp&port=5445&host=0-0-0-0&protocols=HORNETQ,STOMP&useEpoll=true&anycastPrefix=jms-queue-&multicastPrefix=jms-topic-
[main] 16:48:32,272 WARN  [org.apache.activemq.artemis.core.server] AMQ222203: Classpath lacks a protocol-manager for protocol AMQP, Protocol being ignored on acceptor TransportConfiguration(name=amqp, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?scheme=tcp&tcpReceiveBufferSize=1048576&port=5672&host=0-0-0-0&protocols=AMQP&useEpoll=true&tcpSendBufferSize=1048576&amqpCredits=1000&amqpMinLargeMessageSize=102400&amqpDuplicateDetection=true&amqpLowCredits=300
[main] 16:48:32,273 WARN  [org.apache.activemq.artemis.core.server] AMQ222203: Classpath lacks a protocol-manager for protocol AMQP, Protocol being ignored on acceptor TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?scheme=tcp&tcpReceiveBufferSize=1048576&port=61616&host=0-0-0-0&protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE&useEpoll=true&tcpSendBufferSize=1048576&amqpCredits=1000&amqpMinLargeMessageSize=102400&supportAdvisory=false&amqpDuplicateDetection=true&amqpLowCredits=300&suppressInternalManagementObjects=false
[main] 16:48:32,273 WARN  [org.apache.activemq.artemis.core.server] AMQ222203: Classpath lacks a protocol-manager for protocol STOMP, Protocol being ignored on acceptor TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?scheme=tcp&tcpReceiveBufferSize=1048576&port=61616&host=0-0-0-0&protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE&useEpoll=true&tcpSendBufferSize=1048576&amqpCredits=1000&amqpMinLargeMessageSize=102400&supportAdvisory=false&amqpDuplicateDetection=true&amqpLowCredits=300&suppressInternalManagementObjects=false
[main] 16:48:32,273 WARN  [org.apache.activemq.artemis.core.server] AMQ222203: Classpath lacks a protocol-manager for protocol HORNETQ, Protocol being ignored on acceptor TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?scheme=tcp&tcpReceiveBufferSize=1048576&port=61616&host=0-0-0-0&protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE&useEpoll=true&tcpSendBufferSize=1048576&amqpCredits=1000&amqpMinLargeMessageSize=102400&supportAdvisory=false&amqpDuplicateDetection=true&amqpLowCredits=300&suppressInternalManagementObjects=false
[main] 16:48:32,273 WARN  [org.apache.activemq.artemis.core.server] AMQ222203: Classpath lacks a protocol-manager for protocol MQTT, Protocol being ignored on acceptor TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?scheme=tcp&tcpReceiveBufferSize=1048576&port=61616&host=0-0-0-0&protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE&useEpoll=true&tcpSendBufferSize=1048576&amqpCredits=1000&amqpMinLargeMessageSize=102400&supportAdvisory=false&amqpDuplicateDetection=true&amqpLowCredits=300&suppressInternalManagementObjects=false
[main] 16:48:32,273 WARN  [org.apache.activemq.artemis.core.server] AMQ222203: Classpath lacks a protocol-manager for protocol OPENWIRE, Protocol being ignored on acceptor TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?scheme=tcp&tcpReceiveBufferSize=1048576&port=61616&host=0-0-0-0&protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE&useEpoll=true&tcpSendBufferSize=1048576&amqpCredits=1000&amqpMinLargeMessageSize=102400&supportAdvisory=false&amqpDuplicateDetection=true&amqpLowCredits=300&suppressInternalManagementObjects=false
[main] 16:48:32,275 WARN  [org.apache.activemq.artemis.core.server] AMQ222203: Classpath lacks a protocol-manager for protocol MQTT, Protocol being ignored on acceptor TransportConfiguration(name=mqtt, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?scheme=tcp&tcpReceiveBufferSize=1048576&port=1883&host=0-0-0-0&protocols=MQTT&useEpoll=true&tcpSendBufferSize=1048576
[main] 16:48:32,280 INFO  [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at 0.0.0.0:61616 for protocols [CORE]
[main] 16:48:32,283 INFO  [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at 0.0.0.0:5445 for protocols [CORE]
[main] 16:48:32,287 INFO  [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at 0.0.0.0:5672 for protocols [CORE]
[main] 16:48:32,289 INFO  [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at 0.0.0.0:1883 for protocols [CORE]
[main] 16:48:32,292 INFO  [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at 0.0.0.0:61613 for protocols [CORE]
[main] 16:48:32,292 INFO  [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live
[main] 16:48:32,292 INFO  [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.28.0-SNAPSHOT [0.0.0.0, nodeID=79889fde-7d61-11ed-b28c-78e3b5178984] 
Connection brokerURL = tcp://localhost:61616
Transferred a total of 5 messages
[ActiveMQ Artemis Server Shutdown Timer] 16:48:32,779 INFO  [org.apache.activemq.artemis.core.server] AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.28.0-SNAPSHOT [79889fde-7d61-11ed-b28c-78e3b5178984] stopped, uptime 0.514 seconds
Server stopped!
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.276 s - in org.apache.activemq.cli.test.TransferTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   CheckTest.testNodeCheckTopology:197 » CLI NodeCheck failed. Reason: timeout
[INFO] 
[ERROR] Tests run: 124, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ActiveMQ Artemis Parent 2.28.0-SNAPSHOT:
[INFO] 
[INFO] ActiveMQ Artemis Parent ............................ SUCCESS [ 19.796 s]
[INFO] ActiveMQ Artemis Unit Test Support ................. SUCCESS [ 14.325 s]
[INFO] ActiveMQ Log Annotation Processor .................. SUCCESS [ 29.925 s]
[INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 36.189 s]
[INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [ 11.452 s]
[INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 32.135 s]
[INFO] ActiveMQ Artemis Journal ........................... SUCCESS [ 13.392 s]
[INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [01:04 min]
[INFO] ActiveMQ Artemis Quorum API ........................ SUCCESS [ 10.306 s]
[INFO] ActiveMQ Artemis Server ............................ SUCCESS [02:52 min]
[INFO] ActiveMQ Artemis Protocols ......................... SUCCESS [  3.512 s]
[INFO] ActiveMQ Artemis AMQP Protocol ..................... SUCCESS [ 24.017 s]
[INFO] ActiveMQ Artemis STOMP Protocol .................... SUCCESS [  7.499 s]
[INFO] ActiveMQ Artemis JMS Client ........................ SUCCESS [ 10.868 s]
[INFO] ActiveMQ Artemis OpenWire Protocol ................. SUCCESS [ 20.857 s]
[INFO] ActiveMQ Artemis HQClient Protocol ................. SUCCESS [ 10.022 s]
[INFO] ActiveMQ Artemis HornetQ Protocol .................. SUCCESS [ 11.212 s]
[INFO] ActiveMQ Artemis MQTT Protocol ..................... SUCCESS [  7.202 s]
[INFO] ActiveMQ Artemis DTO ............................... SUCCESS [  9.325 s]
[INFO] ActiveMQ Artemis Service Extensions ................ SUCCESS [ 17.071 s]
[INFO] ActiveMQ Artemis JMS Server ........................ SUCCESS [ 13.100 s]
[INFO] ActiveMQ Artemis CDI Integration ................... SUCCESS [ 15.924 s]
[INFO] ActiveMQ Artemis Boot .............................. SUCCESS [  5.953 s]
[INFO] ActiveMQ Artemis JUnit Rules ....................... SUCCESS [01:00 min]
[INFO] ActiveMQ Artemis CLI ............................... FAILURE [05:32 min]
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Website ........................... 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 Jakarta Messaging Client .......... SKIPPED
[INFO] ActiveMQ Artemis Jakarta Messaging Client All ...... SKIPPED
[INFO] ActiveMQ Artemis Jakarta Service Extensions ........ SKIPPED
[INFO] ActiveMQ Artemis Jakarta Messaging Server .......... SKIPPED
[INFO] ActiveMQ Artemis RAR POM ........................... SKIPPED
[INFO] ActiveMQ Artemis Jakarta RAR ....................... 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] ActiveMQ Artemis Quorum RI ......................... 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 Integration Tests ................. SKIPPED
[INFO] ActiveMQ Artemis Features .......................... SKIPPED
[INFO] ActiveMQ Artemis Karaf Client Integration Tests .... SKIPPED
[INFO] ActiveMQ Artemis Karaf Server 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] End-to-End Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18:51 min
[INFO] Finished at: 2022-12-16T16:50:11Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project artemis-cli: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-cli/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-cli
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-server/pom.xml> to org.apache.activemq/artemis-server/2.28.0-SNAPSHOT/artemis-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-server/target/artemis-server-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-server/2.28.0-SNAPSHOT/artemis-server-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-server/target/artemis-server-2.28.0-SNAPSHOT-tests.jar> to org.apache.activemq/artemis-server/2.28.0-SNAPSHOT/artemis-server-2.28.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-server/target/artemis-server-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-server/2.28.0-SNAPSHOT/artemis-server-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 5.15 MB of artifacts by 77.1% relative to #1226
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/compatibility-tests/pom.xml> to org.apache.activemq.tests/compatibility-tests/2.28.0-SNAPSHOT/compatibility-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client/pom.xml> to org.apache.activemq/artemis-jms-client/2.28.0-SNAPSHOT/artemis-jms-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client/target/artemis-jms-client-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-jms-client/2.28.0-SNAPSHOT/artemis-jms-client-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client/target/artemis-jms-client-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-jms-client/2.28.0-SNAPSHOT/artemis-jms-client-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 317.71 KB of artifacts by 60.4% relative to #1226
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/activemq-branding/pom.xml> to org.apache.activemq/activemq-branding/2.28.0-SNAPSHOT/activemq-branding-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/smoke-tests/pom.xml> to org.apache.activemq.tests/smoke-tests/2.28.0-SNAPSHOT/smoke-tests-2.28.0-SNAPSHOT.pom
[Fast Archiver] Compressed 59.82 KB of artifacts by 53.5% relative to #1226
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/joram-tests/pom.xml> to org.apache.activemq.tests/joram-tests/2.28.0-SNAPSHOT/joram-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/pom.xml> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/target/artemis-log-annotation-processor-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/target/artemis-log-annotation-processor-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 40.40 KB of artifacts by 79.2% relative to #1231
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-server/pom.xml> to org.apache.activemq/artemis-jms-server/2.28.0-SNAPSHOT/artemis-jms-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-server/target/artemis-jms-server-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-jms-server/2.28.0-SNAPSHOT/artemis-jms-server-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-server/target/artemis-jms-server-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-jms-server/2.28.0-SNAPSHOT/artemis-jms-server-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 210.83 KB of artifacts by 60.7% relative to #1226
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-cli/pom.xml> to org.apache.activemq/artemis-cli/2.28.0-SNAPSHOT/artemis-cli-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-client-all/pom.xml> to org.apache.activemq/artemis-jakarta-client-all/2.28.0-SNAPSHOT/artemis-jakarta-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client-all/pom.xml> to org.apache.activemq/artemis-core-client-all/2.28.0-SNAPSHOT/artemis-core-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/pom.xml> to org.apache.activemq.tests/artemis-tests-pom/2.28.0-SNAPSHOT/artemis-tests-pom-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-openwire-protocol/pom.xml> to org.apache.activemq/artemis-openwire-protocol/2.28.0-SNAPSHOT/artemis-openwire-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-openwire-protocol/target/artemis-openwire-protocol-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-openwire-protocol/2.28.0-SNAPSHOT/artemis-openwire-protocol-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-openwire-protocol/target/artemis-openwire-protocol-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-openwire-protocol/2.28.0-SNAPSHOT/artemis-openwire-protocol-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 1.42 MB of artifacts by 92.6% relative to #1226
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-distribution/pom.xml> to org.apache.activemq/apache-artemis/2.28.0-SNAPSHOT/apache-artemis-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/artemis-console/pom.xml> to org.apache.activemq/artemis-console/2.28.0-SNAPSHOT/artemis-console-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/artemis-test-support/pom.xml> to org.apache.activemq.tests/artemis-test-support/2.28.0-SNAPSHOT/artemis-test-support-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/pom.xml> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/target/artemis-selector-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/target/artemis-selector-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 185.33 KB of artifacts by 86.3% relative to #1231
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/pom.xml> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/target/artemis-jdbc-store-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/target/artemis-jdbc-store-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 172.22 KB of artifacts by 92.9% relative to #1231
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/integration/activemq-spring-integration/pom.xml> to org.apache.activemq/artemis-spring-integration/2.28.0-SNAPSHOT/artemis-spring-integration-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-ri/pom.xml> to org.apache.activemq/artemis-quorum-ri/2.28.0-SNAPSHOT/artemis-quorum-ri-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-web/pom.xml> to org.apache.activemq/artemis-web/2.28.0-SNAPSHOT/artemis-web-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-cdi-client/pom.xml> to org.apache.activemq/artemis-cdi-client/2.28.0-SNAPSHOT/artemis-cdi-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-cdi-client/target/artemis-cdi-client-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-cdi-client/2.28.0-SNAPSHOT/artemis-cdi-client-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-cdi-client/target/artemis-cdi-client-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-cdi-client/2.28.0-SNAPSHOT/artemis-cdi-client-2.28.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/jms-tests/pom.xml> to org.apache.activemq.tests/jms-tests/2.28.0-SNAPSHOT/jms-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-ra/pom.xml> to org.apache.activemq/artemis-ra/2.28.0-SNAPSHOT/artemis-ra-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/pom.xml> to org.apache.activemq/artemis-pom/2.28.0-SNAPSHOT/artemis-pom-2.28.0-SNAPSHOT.pom
[Fast Archiver] Compressed 82.09 KB of artifacts by 78.0% relative to #1231
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/karaf-client-integration-tests/pom.xml> to org.apache.activemq.tests/karaf-client-integration-tests/2.28.0-SNAPSHOT/karaf-client-integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-maven-plugin/pom.xml> to org.apache.activemq/artemis-maven-plugin/2.28.0-SNAPSHOT/artemis-maven-plugin-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-junit/pom.xml> to org.apache.activemq/artemis-junit/2.28.0-SNAPSHOT/artemis-junit-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-junit/target/artemis-junit-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-junit/2.28.0-SNAPSHOT/artemis-junit-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-junit/target/artemis-junit-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-junit/2.28.0-SNAPSHOT/artemis-junit-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 71.13 KB of artifacts by 45.0% relative to #1226
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-service-extensions/pom.xml> to org.apache.activemq/artemis-service-extensions/2.28.0-SNAPSHOT/artemis-service-extensions-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-service-extensions/target/artemis-service-extensions-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-service-extensions/2.28.0-SNAPSHOT/artemis-service-extensions-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-service-extensions/target/artemis-service-extensions-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-service-extensions/2.28.0-SNAPSHOT/artemis-service-extensions-2.28.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-server-osgi/pom.xml> to org.apache.activemq/artemis-server-osgi/2.28.0-SNAPSHOT/artemis-server-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/unit-tests/pom.xml> to org.apache.activemq.tests/unit-tests/2.28.0-SNAPSHOT/unit-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-stomp-protocol/pom.xml> to org.apache.activemq/artemis-stomp-protocol/2.28.0-SNAPSHOT/artemis-stomp-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-stomp-protocol/target/artemis-stomp-protocol-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-stomp-protocol/2.28.0-SNAPSHOT/artemis-stomp-protocol-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-stomp-protocol/target/artemis-stomp-protocol-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-stomp-protocol/2.28.0-SNAPSHOT/artemis-stomp-protocol-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 174.80 KB of artifacts by 36.6% relative to #1226
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hornetq-protocol/pom.xml> to org.apache.activemq/artemis-hornetq-protocol/2.28.0-SNAPSHOT/artemis-hornetq-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hornetq-protocol/target/artemis-hornetq-protocol-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-hornetq-protocol/2.28.0-SNAPSHOT/artemis-hornetq-protocol-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hornetq-protocol/target/artemis-hornetq-protocol-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-hornetq-protocol/2.28.0-SNAPSHOT/artemis-hornetq-protocol-2.28.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client-osgi/pom.xml> to org.apache.activemq/artemis-core-client-osgi/2.28.0-SNAPSHOT/artemis-core-client-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/performance-tests/pom.xml> to org.apache.activemq.tests/performance-tests/2.28.0-SNAPSHOT/performance-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-features/pom.xml> to org.apache.activemq/artemis-features/2.28.0-SNAPSHOT/artemis-features-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/dependency-reduced-pom.xml> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/target/artemis-commons-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/target/artemis-commons-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 937.59 KB of artifacts by 99.0% relative to #1231
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/pom.xml> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/target/artemis-journal-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/target/artemis-journal-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 382.94 KB of artifacts by 91.9% relative to #1231
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/soak-tests/pom.xml> to org.apache.activemq.tests/soak-tests/2.28.0-SNAPSHOT/soak-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/pom.xml> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/target/artemis-core-client-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/target/artemis-core-client-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 1.41 MB of artifacts by 97.8% relative to #1231
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-ra/pom.xml> to org.apache.activemq/artemis-jakarta-ra/2.28.0-SNAPSHOT/artemis-jakarta-ra-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/timing-tests/pom.xml> to org.apache.activemq.tests/timing-tests/2.28.0-SNAPSHOT/timing-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client-all/pom.xml> to org.apache.activemq/artemis-jms-client-all/2.28.0-SNAPSHOT/artemis-jms-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/pom.xml> to org.apache.activemq/artemis-protocols/2.28.0-SNAPSHOT/artemis-protocols-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/karaf-server-integration-tests/pom.xml> to org.apache.activemq.tests/karaf-server-integration-tests/2.28.0-SNAPSHOT/karaf-server-integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/artemis-plugin/pom.xml> to org.apache.activemq/artemis-plugin/2.28.0-SNAPSHOT/artemis-plugin-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/pom.xml> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/target/artemis-quorum-api-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/target/artemis-quorum-api-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-dto/pom.xml> to org.apache.activemq/artemis-dto/2.28.0-SNAPSHOT/artemis-dto-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-dto/target/artemis-dto-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-dto/2.28.0-SNAPSHOT/artemis-dto-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-dto/target/artemis-dto-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-dto/2.28.0-SNAPSHOT/artemis-dto-2.28.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/pom.xml> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/target/artemis-unit-test-support-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/target/artemis-unit-test-support-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 57.19 KB of artifacts by 55.9% relative to #1231
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-service-extensions/pom.xml> to org.apache.activemq/artemis-jakarta-service-extensions/2.28.0-SNAPSHOT/artemis-jakarta-service-extensions-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hqclient-protocol/pom.xml> to org.apache.activemq/artemis-hqclient-protocol/2.28.0-SNAPSHOT/artemis-hqclient-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hqclient-protocol/target/artemis-hqclient-protocol-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-hqclient-protocol/2.28.0-SNAPSHOT/artemis-hqclient-protocol-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hqclient-protocol/target/artemis-hqclient-protocol-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-hqclient-protocol/2.28.0-SNAPSHOT/artemis-hqclient-protocol-2.28.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client-osgi/pom.xml> to org.apache.activemq/artemis-jms-client-osgi/2.28.0-SNAPSHOT/artemis-jms-client-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/integration-tests/pom.xml> to org.apache.activemq.tests/integration-tests/2.28.0-SNAPSHOT/integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-boot/pom.xml> to org.apache.activemq/artemis-boot/2.28.0-SNAPSHOT/artemis-boot-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-boot/target/artemis-boot-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-boot/2.28.0-SNAPSHOT/artemis-boot-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-boot/target/artemis-boot-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-boot/2.28.0-SNAPSHOT/artemis-boot-2.28.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-client/pom.xml> to org.apache.activemq/artemis-jakarta-client/2.28.0-SNAPSHOT/artemis-jakarta-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-website/pom.xml> to org.apache.activemq/artemis-website/2.28.0-SNAPSHOT/artemis-website-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-amqp-protocol/pom.xml> to org.apache.activemq/artemis-amqp-protocol/2.28.0-SNAPSHOT/artemis-amqp-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-amqp-protocol/target/artemis-amqp-protocol-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-amqp-protocol/2.28.0-SNAPSHOT/artemis-amqp-protocol-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-amqp-protocol/target/artemis-amqp-protocol-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-amqp-protocol/2.28.0-SNAPSHOT/artemis-amqp-protocol-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 612.93 KB of artifacts by 83.5% relative to #1226
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-server/pom.xml> to org.apache.activemq/artemis-jakarta-server/2.28.0-SNAPSHOT/artemis-jakarta-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-mqtt-protocol/pom.xml> to org.apache.activemq/artemis-mqtt-protocol/2.28.0-SNAPSHOT/artemis-mqtt-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-mqtt-protocol/target/artemis-mqtt-protocol-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-mqtt-protocol/2.28.0-SNAPSHOT/artemis-mqtt-protocol-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-mqtt-protocol/target/artemis-mqtt-protocol-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-mqtt-protocol/2.28.0-SNAPSHOT/artemis-mqtt-protocol-2.28.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/e2e-tests/pom.xml> to org.apache.activemq.tests/e2e-tests/2.28.0-SNAPSHOT/e2e-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/pom.xml> to org.apache.activemq/artemis-hawtio-pom/2.28.0-SNAPSHOT/artemis-hawtio-pom-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/stress-tests/pom.xml> to org.apache.activemq.tests/stress-tests/2.28.0-SNAPSHOT/stress-tests-2.28.0-SNAPSHOT.pom
channel stopped

Build failed in Jenkins: ActiveMQ » ActiveMQ-Artemis-JDK11 #1231

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

Changes:

[Clebert Suconic] ARTEMIS-3085 Fixing IOCriticalErrorListenerTest


------------------------------------------
[...truncated 982.31 KB...]

[main] 10:55:12,264 ERROR [org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.client.KubernetesClientImpl] Unable to retrieve a valid TokenReview. Received StatusCode: 500. Body: 
[MockServer-EventLog0] 10:55:12,264 INFO  [org.mockserver.log.MockServerEventLog] 44707 returning response:

  {
    "statusCode" : 500
  }

 for request:

  {
    "method" : "POST",
    "path" : "/apis/authentication.k8s.io/v1/tokenreviews",
    "headers" : {
      "User-Agent" : [ "Java-http-client/11.0.16.1" ],
      "Host" : [ "localhost:44707" ],
      "Content-Length" : [ "87" ],
      "Authorization" : [ "Bearer test_token" ],
      "Accept" : [ "application/json; charset=utf-8" ]
    },
    "keepAlive" : true,
    "secure" : true,
    "body" : "{\"apiVersion\":\"authentication.k8s.io/v1\",\"kind\":\"TokenReview\",\"spec\":{\"token\":\"other\"}}"
  }

 for action:

  {
    "statusCode" : 500
  }

 from expectation:

  885ec553-06a6-4ad3-afe0-8690dead0723

[MockServer-EventLog0] 10:55:12,289 INFO  [org.mockserver.log.MockServerEventLog] 44707 verifying requests that match:

  {
    "httpRequest" : {
      "path" : "/apis/authentication.k8s.io/v1/tokenreviews"
    },
    "times" : {
      "atLeast" : 3,
      "atMost" : 3
    }
  }

[MockServer-EventLog0] 10:55:12,295 INFO  [org.mockserver.log.MockServerEventLog] request:

  {
    "path" : "/apis/authentication.k8s.io/v1/tokenreviews"
  }

 found exactly 3 times
[MockServer-EventLog0] 10:55:12,297 INFO  [org.mockserver.log.MockServerEventLog] 44707 stopped for port: 44707
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.141 s - in org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.client.KubernetesClientImplTest
[INFO] Running org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.ServiceAccountPrincipalTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.ServiceAccountPrincipalTest
[INFO] Running org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.TokenReviewTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.TokenReviewTest
[INFO] Running org.apache.activemq.artemis.tests.util.SimpleStringTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 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.001 s - in org.apache.activemq.artemis.uri.AcceptorParserTest
[INFO] Running org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   FileConfigurationParserTest.testNotations:546->Assert.assertEquals:633->Assert.assertEquals:647->Assert.failNotEquals:835->Assert.fail:89 expected:<5242880> but was:<501760>
[INFO] 
[ERROR] Tests run: 787, Failures: 1, Errors: 0, Skipped: 46
[INFO] 
[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ActiveMQ Artemis Parent 2.28.0-SNAPSHOT:
[INFO] 
[INFO] ActiveMQ Artemis Parent ............................ SUCCESS [ 14.756 s]
[INFO] ActiveMQ Artemis Unit Test Support ................. SUCCESS [ 14.023 s]
[INFO] ActiveMQ Log Annotation Processor .................. SUCCESS [ 29.969 s]
[INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 35.525 s]
[INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [ 11.519 s]
[INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 31.031 s]
[INFO] ActiveMQ Artemis Journal ........................... SUCCESS [ 10.251 s]
[INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [ 55.405 s]
[INFO] ActiveMQ Artemis Quorum API ........................ SUCCESS [  8.994 s]
[INFO] ActiveMQ Artemis Server ............................ FAILURE [02:28 min]
[INFO] ActiveMQ Artemis Protocols ......................... SKIPPED
[INFO] ActiveMQ Artemis AMQP Protocol ..................... SKIPPED
[INFO] ActiveMQ Artemis STOMP Protocol .................... SKIPPED
[INFO] ActiveMQ Artemis JMS Client ........................ 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 JUnit Rules ....................... SKIPPED
[INFO] ActiveMQ Artemis CLI ............................... SKIPPED
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Website ........................... 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 Jakarta Messaging Client .......... SKIPPED
[INFO] ActiveMQ Artemis Jakarta Messaging Client All ...... SKIPPED
[INFO] ActiveMQ Artemis Jakarta Service Extensions ........ SKIPPED
[INFO] ActiveMQ Artemis Jakarta Messaging Server .......... SKIPPED
[INFO] ActiveMQ Artemis RAR POM ........................... SKIPPED
[INFO] ActiveMQ Artemis Jakarta RAR ....................... 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] ActiveMQ Artemis Quorum RI ......................... 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 Integration Tests ................. SKIPPED
[INFO] ActiveMQ Artemis Features .......................... SKIPPED
[INFO] ActiveMQ Artemis Karaf Client Integration Tests .... SKIPPED
[INFO] ActiveMQ Artemis Karaf Server 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] End-to-End Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:47 min
[INFO] Finished at: 2022-12-16T10:56:29Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[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://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/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
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-server/pom.xml> to org.apache.activemq/artemis-server/2.28.0-SNAPSHOT/artemis-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/compatibility-tests/pom.xml> to org.apache.activemq.tests/compatibility-tests/2.28.0-SNAPSHOT/compatibility-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client/pom.xml> to org.apache.activemq/artemis-jms-client/2.28.0-SNAPSHOT/artemis-jms-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/activemq-branding/pom.xml> to org.apache.activemq/activemq-branding/2.28.0-SNAPSHOT/activemq-branding-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/smoke-tests/pom.xml> to org.apache.activemq.tests/smoke-tests/2.28.0-SNAPSHOT/smoke-tests-2.28.0-SNAPSHOT.pom
[Fast Archiver] Compressed 59.82 KB of artifacts by 53.5% relative to #1226
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/joram-tests/pom.xml> to org.apache.activemq.tests/joram-tests/2.28.0-SNAPSHOT/joram-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/pom.xml> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/target/artemis-log-annotation-processor-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/target/artemis-log-annotation-processor-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 40.40 KB of artifacts by 79.2% relative to #1230
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-server/pom.xml> to org.apache.activemq/artemis-jms-server/2.28.0-SNAPSHOT/artemis-jms-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-cli/pom.xml> to org.apache.activemq/artemis-cli/2.28.0-SNAPSHOT/artemis-cli-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-client-all/pom.xml> to org.apache.activemq/artemis-jakarta-client-all/2.28.0-SNAPSHOT/artemis-jakarta-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client-all/pom.xml> to org.apache.activemq/artemis-core-client-all/2.28.0-SNAPSHOT/artemis-core-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/pom.xml> to org.apache.activemq.tests/artemis-tests-pom/2.28.0-SNAPSHOT/artemis-tests-pom-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-openwire-protocol/pom.xml> to org.apache.activemq/artemis-openwire-protocol/2.28.0-SNAPSHOT/artemis-openwire-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-distribution/pom.xml> to org.apache.activemq/apache-artemis/2.28.0-SNAPSHOT/apache-artemis-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/artemis-console/pom.xml> to org.apache.activemq/artemis-console/2.28.0-SNAPSHOT/artemis-console-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/artemis-test-support/pom.xml> to org.apache.activemq.tests/artemis-test-support/2.28.0-SNAPSHOT/artemis-test-support-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/pom.xml> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/target/artemis-selector-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/target/artemis-selector-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 185.33 KB of artifacts by 86.3% relative to #1230
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/pom.xml> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/target/artemis-jdbc-store-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/target/artemis-jdbc-store-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 172.22 KB of artifacts by 92.9% relative to #1230
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/integration/activemq-spring-integration/pom.xml> to org.apache.activemq/artemis-spring-integration/2.28.0-SNAPSHOT/artemis-spring-integration-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-ri/pom.xml> to org.apache.activemq/artemis-quorum-ri/2.28.0-SNAPSHOT/artemis-quorum-ri-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-web/pom.xml> to org.apache.activemq/artemis-web/2.28.0-SNAPSHOT/artemis-web-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-cdi-client/pom.xml> to org.apache.activemq/artemis-cdi-client/2.28.0-SNAPSHOT/artemis-cdi-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/jms-tests/pom.xml> to org.apache.activemq.tests/jms-tests/2.28.0-SNAPSHOT/jms-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-ra/pom.xml> to org.apache.activemq/artemis-ra/2.28.0-SNAPSHOT/artemis-ra-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/pom.xml> to org.apache.activemq/artemis-pom/2.28.0-SNAPSHOT/artemis-pom-2.28.0-SNAPSHOT.pom
[Fast Archiver] Compressed 82.09 KB of artifacts by 78.0% relative to #1230
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/karaf-client-integration-tests/pom.xml> to org.apache.activemq.tests/karaf-client-integration-tests/2.28.0-SNAPSHOT/karaf-client-integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-maven-plugin/pom.xml> to org.apache.activemq/artemis-maven-plugin/2.28.0-SNAPSHOT/artemis-maven-plugin-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-junit/pom.xml> to org.apache.activemq/artemis-junit/2.28.0-SNAPSHOT/artemis-junit-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-service-extensions/pom.xml> to org.apache.activemq/artemis-service-extensions/2.28.0-SNAPSHOT/artemis-service-extensions-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-server-osgi/pom.xml> to org.apache.activemq/artemis-server-osgi/2.28.0-SNAPSHOT/artemis-server-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/unit-tests/pom.xml> to org.apache.activemq.tests/unit-tests/2.28.0-SNAPSHOT/unit-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-stomp-protocol/pom.xml> to org.apache.activemq/artemis-stomp-protocol/2.28.0-SNAPSHOT/artemis-stomp-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hornetq-protocol/pom.xml> to org.apache.activemq/artemis-hornetq-protocol/2.28.0-SNAPSHOT/artemis-hornetq-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client-osgi/pom.xml> to org.apache.activemq/artemis-core-client-osgi/2.28.0-SNAPSHOT/artemis-core-client-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/performance-tests/pom.xml> to org.apache.activemq.tests/performance-tests/2.28.0-SNAPSHOT/performance-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-features/pom.xml> to org.apache.activemq/artemis-features/2.28.0-SNAPSHOT/artemis-features-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/dependency-reduced-pom.xml> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/target/artemis-commons-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/target/artemis-commons-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 937.59 KB of artifacts by 99.0% relative to #1230
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/pom.xml> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/target/artemis-journal-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/target/artemis-journal-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 382.94 KB of artifacts by 91.9% relative to #1230
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/soak-tests/pom.xml> to org.apache.activemq.tests/soak-tests/2.28.0-SNAPSHOT/soak-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/pom.xml> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/target/artemis-core-client-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/target/artemis-core-client-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 1.41 MB of artifacts by 97.8% relative to #1230
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-ra/pom.xml> to org.apache.activemq/artemis-jakarta-ra/2.28.0-SNAPSHOT/artemis-jakarta-ra-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/timing-tests/pom.xml> to org.apache.activemq.tests/timing-tests/2.28.0-SNAPSHOT/timing-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client-all/pom.xml> to org.apache.activemq/artemis-jms-client-all/2.28.0-SNAPSHOT/artemis-jms-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/pom.xml> to org.apache.activemq/artemis-protocols/2.28.0-SNAPSHOT/artemis-protocols-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/karaf-server-integration-tests/pom.xml> to org.apache.activemq.tests/karaf-server-integration-tests/2.28.0-SNAPSHOT/karaf-server-integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/artemis-plugin/pom.xml> to org.apache.activemq/artemis-plugin/2.28.0-SNAPSHOT/artemis-plugin-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/pom.xml> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/target/artemis-quorum-api-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/target/artemis-quorum-api-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-dto/pom.xml> to org.apache.activemq/artemis-dto/2.28.0-SNAPSHOT/artemis-dto-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/pom.xml> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/target/artemis-unit-test-support-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/target/artemis-unit-test-support-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 57.19 KB of artifacts by 55.9% relative to #1230
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-service-extensions/pom.xml> to org.apache.activemq/artemis-jakarta-service-extensions/2.28.0-SNAPSHOT/artemis-jakarta-service-extensions-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hqclient-protocol/pom.xml> to org.apache.activemq/artemis-hqclient-protocol/2.28.0-SNAPSHOT/artemis-hqclient-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client-osgi/pom.xml> to org.apache.activemq/artemis-jms-client-osgi/2.28.0-SNAPSHOT/artemis-jms-client-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/integration-tests/pom.xml> to org.apache.activemq.tests/integration-tests/2.28.0-SNAPSHOT/integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-boot/pom.xml> to org.apache.activemq/artemis-boot/2.28.0-SNAPSHOT/artemis-boot-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-client/pom.xml> to org.apache.activemq/artemis-jakarta-client/2.28.0-SNAPSHOT/artemis-jakarta-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-website/pom.xml> to org.apache.activemq/artemis-website/2.28.0-SNAPSHOT/artemis-website-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-amqp-protocol/pom.xml> to org.apache.activemq/artemis-amqp-protocol/2.28.0-SNAPSHOT/artemis-amqp-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-server/pom.xml> to org.apache.activemq/artemis-jakarta-server/2.28.0-SNAPSHOT/artemis-jakarta-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-mqtt-protocol/pom.xml> to org.apache.activemq/artemis-mqtt-protocol/2.28.0-SNAPSHOT/artemis-mqtt-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/e2e-tests/pom.xml> to org.apache.activemq.tests/e2e-tests/2.28.0-SNAPSHOT/e2e-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/pom.xml> to org.apache.activemq/artemis-hawtio-pom/2.28.0-SNAPSHOT/artemis-hawtio-pom-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/stress-tests/pom.xml> to org.apache.activemq.tests/stress-tests/2.28.0-SNAPSHOT/stress-tests-2.28.0-SNAPSHOT.pom
channel stopped

Build failed in Jenkins: ActiveMQ » ActiveMQ-Artemis-JDK11 #1230

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

Changes:

[Clebert Suconic] ARTEMIS-3085 Fixing test and proper wiring listener


------------------------------------------
[...truncated 986.09 KB...]

[main] 10:39:04,976 ERROR [org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.client.KubernetesClientImpl] Unable to retrieve a valid TokenReview. Received StatusCode: 500. Body: 
[MockServer-EventLog0] 10:39:04,976 INFO  [org.mockserver.log.MockServerEventLog] 44203 returning response:

  {
    "statusCode" : 500
  }

 for request:

  {
    "method" : "POST",
    "path" : "/apis/authentication.k8s.io/v1/tokenreviews",
    "headers" : {
      "User-Agent" : [ "Java-http-client/11.0.16.1" ],
      "Host" : [ "localhost:44203" ],
      "Content-Length" : [ "87" ],
      "Authorization" : [ "Bearer test_token" ],
      "Accept" : [ "application/json; charset=utf-8" ]
    },
    "keepAlive" : true,
    "secure" : true,
    "body" : "{\"apiVersion\":\"authentication.k8s.io/v1\",\"kind\":\"TokenReview\",\"spec\":{\"token\":\"other\"}}"
  }

 for action:

  {
    "statusCode" : 500
  }

 from expectation:

  84c6b13d-0081-4ee6-824c-3412131a46bc

[MockServer-EventLog0] 10:39:05,004 INFO  [org.mockserver.log.MockServerEventLog] 44203 verifying requests that match:

  {
    "httpRequest" : {
      "path" : "/apis/authentication.k8s.io/v1/tokenreviews"
    },
    "times" : {
      "atLeast" : 3,
      "atMost" : 3
    }
  }

[MockServer-EventLog0] 10:39:05,010 INFO  [org.mockserver.log.MockServerEventLog] request:

  {
    "path" : "/apis/authentication.k8s.io/v1/tokenreviews"
  }

 found exactly 3 times
[MockServer-EventLog0] 10:39:05,012 INFO  [org.mockserver.log.MockServerEventLog] 44203 stopped for port: 44203
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.805 s - in org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.client.KubernetesClientImplTest
[INFO] Running org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.ServiceAccountPrincipalTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.ServiceAccountPrincipalTest
[INFO] Running org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.TokenReviewTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.TokenReviewTest
[INFO] Running org.apache.activemq.artemis.tests.util.SimpleStringTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 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.001 s - in org.apache.activemq.artemis.uri.AcceptorParserTest
[INFO] Running org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   FileConfigurationParserTest.testNotations:546->Assert.assertEquals:633->Assert.assertEquals:647->Assert.failNotEquals:835->Assert.fail:89 expected:<5242880> but was:<501760>
[INFO] 
[ERROR] Tests run: 787, Failures: 1, Errors: 0, Skipped: 46
[INFO] 
[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ActiveMQ Artemis Parent 2.28.0-SNAPSHOT:
[INFO] 
[INFO] ActiveMQ Artemis Parent ............................ SUCCESS [ 21.699 s]
[INFO] ActiveMQ Artemis Unit Test Support ................. SUCCESS [ 28.476 s]
[INFO] ActiveMQ Log Annotation Processor .................. SUCCESS [01:03 min]
[INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 44.056 s]
[INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [ 20.245 s]
[INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 39.841 s]
[INFO] ActiveMQ Artemis Journal ........................... SUCCESS [ 20.752 s]
[INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [01:23 min]
[INFO] ActiveMQ Artemis Quorum API ........................ SUCCESS [ 15.238 s]
[INFO] ActiveMQ Artemis Server ............................ FAILURE [02:55 min]
[INFO] ActiveMQ Artemis Protocols ......................... SKIPPED
[INFO] ActiveMQ Artemis AMQP Protocol ..................... SKIPPED
[INFO] ActiveMQ Artemis STOMP Protocol .................... SKIPPED
[INFO] ActiveMQ Artemis JMS Client ........................ 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 JUnit Rules ....................... SKIPPED
[INFO] ActiveMQ Artemis CLI ............................... SKIPPED
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Website ........................... 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 Jakarta Messaging Client .......... SKIPPED
[INFO] ActiveMQ Artemis Jakarta Messaging Client All ...... SKIPPED
[INFO] ActiveMQ Artemis Jakarta Service Extensions ........ SKIPPED
[INFO] ActiveMQ Artemis Jakarta Messaging Server .......... SKIPPED
[INFO] ActiveMQ Artemis RAR POM ........................... SKIPPED
[INFO] ActiveMQ Artemis Jakarta RAR ....................... 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] ActiveMQ Artemis Quorum RI ......................... 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 Integration Tests ................. SKIPPED
[INFO] ActiveMQ Artemis Features .......................... SKIPPED
[INFO] ActiveMQ Artemis Karaf Client Integration Tests .... SKIPPED
[INFO] ActiveMQ Artemis Karaf Server 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] End-to-End Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12:55 min
[INFO] Finished at: 2022-12-16T10:42:17Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[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://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/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
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-server/pom.xml> to org.apache.activemq/artemis-server/2.28.0-SNAPSHOT/artemis-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/compatibility-tests/pom.xml> to org.apache.activemq.tests/compatibility-tests/2.28.0-SNAPSHOT/compatibility-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client/pom.xml> to org.apache.activemq/artemis-jms-client/2.28.0-SNAPSHOT/artemis-jms-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/activemq-branding/pom.xml> to org.apache.activemq/activemq-branding/2.28.0-SNAPSHOT/activemq-branding-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/smoke-tests/pom.xml> to org.apache.activemq.tests/smoke-tests/2.28.0-SNAPSHOT/smoke-tests-2.28.0-SNAPSHOT.pom
[Fast Archiver] Compressed 59.82 KB of artifacts by 53.5% relative to #1226
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/joram-tests/pom.xml> to org.apache.activemq.tests/joram-tests/2.28.0-SNAPSHOT/joram-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/pom.xml> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/target/artemis-log-annotation-processor-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-log-annotation-processor/target/artemis-log-annotation-processor-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-log-annotation-processor/2.28.0-SNAPSHOT/artemis-log-annotation-processor-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 40.40 KB of artifacts by 79.2% relative to #1229
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-server/pom.xml> to org.apache.activemq/artemis-jms-server/2.28.0-SNAPSHOT/artemis-jms-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-cli/pom.xml> to org.apache.activemq/artemis-cli/2.28.0-SNAPSHOT/artemis-cli-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-client-all/pom.xml> to org.apache.activemq/artemis-jakarta-client-all/2.28.0-SNAPSHOT/artemis-jakarta-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client-all/pom.xml> to org.apache.activemq/artemis-core-client-all/2.28.0-SNAPSHOT/artemis-core-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/pom.xml> to org.apache.activemq.tests/artemis-tests-pom/2.28.0-SNAPSHOT/artemis-tests-pom-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-openwire-protocol/pom.xml> to org.apache.activemq/artemis-openwire-protocol/2.28.0-SNAPSHOT/artemis-openwire-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-distribution/pom.xml> to org.apache.activemq/apache-artemis/2.28.0-SNAPSHOT/apache-artemis-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/artemis-console/pom.xml> to org.apache.activemq/artemis-console/2.28.0-SNAPSHOT/artemis-console-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/artemis-test-support/pom.xml> to org.apache.activemq.tests/artemis-test-support/2.28.0-SNAPSHOT/artemis-test-support-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/pom.xml> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/target/artemis-selector-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-selector/target/artemis-selector-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-selector/2.28.0-SNAPSHOT/artemis-selector-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 185.33 KB of artifacts by 86.3% relative to #1229
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/pom.xml> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/target/artemis-jdbc-store-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jdbc-store/target/artemis-jdbc-store-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-jdbc-store/2.28.0-SNAPSHOT/artemis-jdbc-store-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 172.22 KB of artifacts by 92.9% relative to #1229
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/integration/activemq-spring-integration/pom.xml> to org.apache.activemq/artemis-spring-integration/2.28.0-SNAPSHOT/artemis-spring-integration-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-ri/pom.xml> to org.apache.activemq/artemis-quorum-ri/2.28.0-SNAPSHOT/artemis-quorum-ri-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-web/pom.xml> to org.apache.activemq/artemis-web/2.28.0-SNAPSHOT/artemis-web-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-cdi-client/pom.xml> to org.apache.activemq/artemis-cdi-client/2.28.0-SNAPSHOT/artemis-cdi-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/jms-tests/pom.xml> to org.apache.activemq.tests/jms-tests/2.28.0-SNAPSHOT/jms-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-ra/pom.xml> to org.apache.activemq/artemis-ra/2.28.0-SNAPSHOT/artemis-ra-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/pom.xml> to org.apache.activemq/artemis-pom/2.28.0-SNAPSHOT/artemis-pom-2.28.0-SNAPSHOT.pom
[Fast Archiver] Compressed 82.09 KB of artifacts by 78.0% relative to #1229
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/karaf-client-integration-tests/pom.xml> to org.apache.activemq.tests/karaf-client-integration-tests/2.28.0-SNAPSHOT/karaf-client-integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-maven-plugin/pom.xml> to org.apache.activemq/artemis-maven-plugin/2.28.0-SNAPSHOT/artemis-maven-plugin-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-junit/pom.xml> to org.apache.activemq/artemis-junit/2.28.0-SNAPSHOT/artemis-junit-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-service-extensions/pom.xml> to org.apache.activemq/artemis-service-extensions/2.28.0-SNAPSHOT/artemis-service-extensions-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-server-osgi/pom.xml> to org.apache.activemq/artemis-server-osgi/2.28.0-SNAPSHOT/artemis-server-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/unit-tests/pom.xml> to org.apache.activemq.tests/unit-tests/2.28.0-SNAPSHOT/unit-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-stomp-protocol/pom.xml> to org.apache.activemq/artemis-stomp-protocol/2.28.0-SNAPSHOT/artemis-stomp-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hornetq-protocol/pom.xml> to org.apache.activemq/artemis-hornetq-protocol/2.28.0-SNAPSHOT/artemis-hornetq-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client-osgi/pom.xml> to org.apache.activemq/artemis-core-client-osgi/2.28.0-SNAPSHOT/artemis-core-client-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/performance-tests/pom.xml> to org.apache.activemq.tests/performance-tests/2.28.0-SNAPSHOT/performance-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-features/pom.xml> to org.apache.activemq/artemis-features/2.28.0-SNAPSHOT/artemis-features-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/dependency-reduced-pom.xml> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/target/artemis-commons-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-commons/target/artemis-commons-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-commons/2.28.0-SNAPSHOT/artemis-commons-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 937.59 KB of artifacts by 99.0% relative to #1229
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/pom.xml> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/target/artemis-journal-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-journal/target/artemis-journal-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-journal/2.28.0-SNAPSHOT/artemis-journal-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 382.94 KB of artifacts by 91.9% relative to #1229
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/soak-tests/pom.xml> to org.apache.activemq.tests/soak-tests/2.28.0-SNAPSHOT/soak-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/pom.xml> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/target/artemis-core-client-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-core-client/target/artemis-core-client-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-core-client/2.28.0-SNAPSHOT/artemis-core-client-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 1.41 MB of artifacts by 97.8% relative to #1229
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-ra/pom.xml> to org.apache.activemq/artemis-jakarta-ra/2.28.0-SNAPSHOT/artemis-jakarta-ra-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/timing-tests/pom.xml> to org.apache.activemq.tests/timing-tests/2.28.0-SNAPSHOT/timing-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client-all/pom.xml> to org.apache.activemq/artemis-jms-client-all/2.28.0-SNAPSHOT/artemis-jms-client-all-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/pom.xml> to org.apache.activemq/artemis-protocols/2.28.0-SNAPSHOT/artemis-protocols-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/karaf-server-integration-tests/pom.xml> to org.apache.activemq.tests/karaf-server-integration-tests/2.28.0-SNAPSHOT/karaf-server-integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/artemis-plugin/pom.xml> to org.apache.activemq/artemis-plugin/2.28.0-SNAPSHOT/artemis-plugin-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/pom.xml> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/target/artemis-quorum-api-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-quorum-api/target/artemis-quorum-api-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-quorum-api/2.28.0-SNAPSHOT/artemis-quorum-api-2.28.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-dto/pom.xml> to org.apache.activemq/artemis-dto/2.28.0-SNAPSHOT/artemis-dto-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/pom.xml> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/target/artemis-unit-test-support-2.28.0-SNAPSHOT.jar> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-unit-test-support/target/artemis-unit-test-support-2.28.0-SNAPSHOT-sources.jar> to org.apache.activemq/artemis-unit-test-support/2.28.0-SNAPSHOT/artemis-unit-test-support-2.28.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 57.19 KB of artifacts by 55.9% relative to #1229
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-service-extensions/pom.xml> to org.apache.activemq/artemis-jakarta-service-extensions/2.28.0-SNAPSHOT/artemis-jakarta-service-extensions-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-hqclient-protocol/pom.xml> to org.apache.activemq/artemis-hqclient-protocol/2.28.0-SNAPSHOT/artemis-hqclient-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jms-client-osgi/pom.xml> to org.apache.activemq/artemis-jms-client-osgi/2.28.0-SNAPSHOT/artemis-jms-client-osgi-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/integration-tests/pom.xml> to org.apache.activemq.tests/integration-tests/2.28.0-SNAPSHOT/integration-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-boot/pom.xml> to org.apache.activemq/artemis-boot/2.28.0-SNAPSHOT/artemis-boot-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-client/pom.xml> to org.apache.activemq/artemis-jakarta-client/2.28.0-SNAPSHOT/artemis-jakarta-client-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-website/pom.xml> to org.apache.activemq/artemis-website/2.28.0-SNAPSHOT/artemis-website-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-amqp-protocol/pom.xml> to org.apache.activemq/artemis-amqp-protocol/2.28.0-SNAPSHOT/artemis-amqp-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-jakarta-server/pom.xml> to org.apache.activemq/artemis-jakarta-server/2.28.0-SNAPSHOT/artemis-jakarta-server-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-protocols/artemis-mqtt-protocol/pom.xml> to org.apache.activemq/artemis-mqtt-protocol/2.28.0-SNAPSHOT/artemis-mqtt-protocol-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/e2e-tests/pom.xml> to org.apache.activemq.tests/e2e-tests/2.28.0-SNAPSHOT/e2e-tests-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/artemis-hawtio/pom.xml> to org.apache.activemq/artemis-hawtio-pom/2.28.0-SNAPSHOT/artemis-hawtio-pom-2.28.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ-Artemis-JDK11/ws/tests/stress-tests/pom.xml> to org.apache.activemq.tests/stress-tests/2.28.0-SNAPSHOT/stress-tests-2.28.0-SNAPSHOT.pom
channel stopped