See <https://builds.apache.org/job/ActiveMQ-Artemis-Master/1894/display/redirect?page=changes>
Changes: [jbertram] ARTEMIS-1970 Clean up LDAP connection in JAAS login module [jbertram] ARTEMIS-1971 Support connection pooling in LDAPLoginModule ------------------------------------------ [...truncated 323.93 KB...] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ artemis-amqp-protocol --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ artemis-amqp-protocol --- [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ artemis-amqp-protocol --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ artemis-amqp-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ artemis-amqp-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 75 source files to <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-amqp-protocol/target/classes> Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (default) @ artemis-amqp-protocol --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ artemis-amqp-protocol --- [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO] Finished adding exclusions from SCM ignore files. [INFO] 61 implicit excludes (use -debug for more details). [INFO] Exclude: .travis.yml [INFO] Exclude: **/footer.html [INFO] Exclude: **/*.txt [INFO] Exclude: **/*.md [INFO] Exclude: etc/ide-settings/** [INFO] Exclude: docs/**/*.json [INFO] Exclude: docs/**/_book/ [INFO] Exclude: **/target/ [INFO] Exclude: **/META-INF/services/* [INFO] Exclude: **/META-INF/MANIFEST.MF [INFO] Exclude: **/*.iml [INFO] Exclude: **/*.jceks [INFO] Exclude: **/*.jks [INFO] Exclude: **/xml.xsd [INFO] Exclude: **/org/apache/activemq/artemis/utils/json/** [INFO] Exclude: **/org/apache/activemq/artemis/utils/Base64.java [INFO] Exclude: **/.settings/** [INFO] Exclude: **/.project [INFO] Exclude: **/.classpath [INFO] Exclude: **/.editorconfig [INFO] Exclude: **/.checkstyle [INFO] Exclude: **/.factorypath [INFO] Exclude: **/org.apache.activemq.artemis.cfg [INFO] Exclude: **/nb-configuration.xml [INFO] Exclude: **/*.data [INFO] Exclude: **/*.bin [INFO] Exclude: **/src/test/resources/keystore [INFO] Exclude: **/*.log [INFO] Exclude: **/*.redo [INFO] Exclude: **/node/** [INFO] Exclude: **/node_modules/** [INFO] Exclude: **/package.json [INFO] Exclude: **/npm-shrinkwrap.json [INFO] Exclude: **/overlays/** [INFO] Exclude: **/CMakeFiles/ [INFO] Exclude: **/Makefile [INFO] Exclude: **/cmake_install.cmake [INFO] Exclude: artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h [INFO] Exclude: **/dependency-reduced-pom.xml [INFO] 93 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 93 licenses. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ artemis-amqp-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-amqp-protocol/src/test/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ artemis-amqp-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-amqp-protocol/target/test-classes> Note: <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/message/AMQPMessageTest.java> uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ artemis-amqp-protocol --- [INFO] Surefire report directory: <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-amqp-protocol/target/surefire-reports> [WARNING] The system property basedir is configured twice! The property appears in <argLine/> and any of <systemPropertyVariables/>, <systemProperties/> or user property. ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.activemq.artemis.protocol.amqp.broker.AMQPConnectionCallbackTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec - in org.apache.activemq.artemis.protocol.amqp.broker.AMQPConnectionCallbackTest Running org.apache.activemq.artemis.protocol.amqp.converter.TestConversions AmqpValue{{someint=1, somestr=value}} Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 sec - in org.apache.activemq.artemis.protocol.amqp.converter.TestConversions Running org.apache.activemq.artemis.protocol.amqp.converter.message.AMQPContentTypeSupportTest Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.activemq.artemis.protocol.amqp.converter.message.AMQPContentTypeSupportTest Running org.apache.activemq.artemis.protocol.amqp.converter.message.AMQPMessageIdHelperTest Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.activemq.artemis.protocol.amqp.converter.message.AMQPMessageIdHelperTest Running org.apache.activemq.artemis.protocol.amqp.converter.message.AMQPMessageSupportTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.activemq.artemis.protocol.amqp.converter.message.AMQPMessageSupportTest Running org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingInboundTransformerTest Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingInboundTransformerTest Running org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingOutboundTransformerTest Tests run: 27, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec <<< FAILURE! - in org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingOutboundTransformerTest testConvertTextMessageToAmqpMessageWithNoBodyOriginalEncodingWasNull(org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingOutboundTransformerTest) Time elapsed: 0.006 sec <<< FAILURE! java.lang.AssertionError: expected null, but was:<AmqpValue{Conversion to AMQP error!}> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotNull(Assert.java:664) at org.junit.Assert.assertNull(Assert.java:646) at org.junit.Assert.assertNull(Assert.java:656) at org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingOutboundTransformerTest.testConvertTextMessageToAmqpMessageWithNoBodyOriginalEncodingWasNull(JMSMappingOutboundTransformerTest.java:95) testConvertObjectMessageToAmqpMessageWithAmqpValueBody(org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingOutboundTransformerTest) Time elapsed: 0.001 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingOutboundTransformerTest.testConvertObjectMessageToAmqpMessageWithAmqpValueBody(JMSMappingOutboundTransformerTest.java:344) testConvertEmptyObjectMessageToAmqpMessageWithAmqpValueBody(org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingOutboundTransformerTest) Time elapsed: 0.001 sec <<< FAILURE! java.lang.AssertionError: expected:<0> but was:<5> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingOutboundTransformerTest.testConvertEmptyObjectMessageToAmqpMessageWithAmqpValueBody(JMSMappingOutboundTransformerTest.java:364) testConvertMessageToAmqpMessageWithNoBody(org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingOutboundTransformerTest) Time elapsed: 0.001 sec <<< FAILURE! java.lang.AssertionError: expected null, but was:<AmqpValue{Conversion to AMQP error!}> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotNull(Assert.java:664) at org.junit.Assert.assertNull(Assert.java:646) at org.junit.Assert.assertNull(Assert.java:656) at org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingOutboundTransformerTest.testConvertMessageToAmqpMessageWithNoBody(JMSMappingOutboundTransformerTest.java:84) Running org.apache.activemq.artemis.protocol.amqp.converter.message.JMSTransformationSpeedComparisonTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.apache.activemq.artemis.protocol.amqp.converter.message.JMSTransformationSpeedComparisonTest Running org.apache.activemq.artemis.protocol.amqp.converter.message.MessageTransformationTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.activemq.artemis.protocol.amqp.converter.message.MessageTransformationTest Running org.apache.activemq.artemis.protocol.amqp.message.AMQPMessageTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.activemq.artemis.protocol.amqp.message.AMQPMessageTest Running org.apache.activemq.artemis.protocol.amqp.proton.AmqpTransferTagGeneratorTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.052 sec - in org.apache.activemq.artemis.protocol.amqp.proton.AmqpTransferTagGeneratorTest Running org.apache.activemq.artemis.protocol.amqp.sasl.PlainSASLTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.activemq.artemis.protocol.amqp.sasl.PlainSASLTest Running org.apache.activemq.artemis.protocol.amqp.util.CreditsSemaphoreTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.activemq.artemis.protocol.amqp.util.CreditsSemaphoreTest Running org.apache.activemq.artemis.protocol.amqp.util.NettyReadableTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.activemq.artemis.protocol.amqp.util.NettyReadableTest Running org.apache.activemq.artemis.protocol.amqp.util.NettyWritableTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.activemq.artemis.protocol.amqp.util.NettyWritableTest Results : Failed tests: JMSMappingOutboundTransformerTest.testConvertEmptyObjectMessageToAmqpMessageWithAmqpValueBody:364 expected:<0> but was:<5> JMSMappingOutboundTransformerTest.testConvertMessageToAmqpMessageWithNoBody:84 expected null, but was:<AmqpValue{Conversion to AMQP error!}> JMSMappingOutboundTransformerTest.testConvertObjectMessageToAmqpMessageWithAmqpValueBody:344 null JMSMappingOutboundTransformerTest.testConvertTextMessageToAmqpMessageWithNoBodyOriginalEncodingWasNull:95 expected null, but was:<AmqpValue{Conversion to AMQP error!}> Tests run: 231, Failures: 4, Errors: 0, Skipped: 2 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ActiveMQ Artemis Parent ............................ SUCCESS [ 4.088 s] [INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 16.906 s] [INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 9.347 s] [INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [ 3.403 s] [INFO] ActiveMQ Artemis JMS Client ........................ SUCCESS [ 3.385 s] [INFO] ActiveMQ Artemis Native POM ........................ SUCCESS [ 5.127 s] [INFO] ActiveMQ Artemis Journal ........................... SUCCESS [ 2.643 s] [INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [ 5.362 s] [INFO] ActiveMQ Artemis Server ............................ SUCCESS [01:30 min] [INFO] ActiveMQ Artemis Protocols ......................... SUCCESS [ 0.122 s] [INFO] ActiveMQ Artemis AMQP Protocol ..................... FAILURE [ 3.515 s] [INFO] ActiveMQ Artemis STOMP Protocol .................... SKIPPED [INFO] ActiveMQ Artemis OpenWire Protocol ................. SKIPPED [INFO] ActiveMQ Artemis HQClient Protocol ................. SKIPPED [INFO] ActiveMQ Artemis HornetQ Protocol .................. SKIPPED [INFO] ActiveMQ Artemis MQTT Protocol ..................... SKIPPED [INFO] ActiveMQ Artemis DTO ............................... SKIPPED [INFO] ActiveMQ Artemis Service Extensions ................ SKIPPED [INFO] ActiveMQ Artemis JMS Server ........................ SKIPPED [INFO] ActiveMQ Artemis CDI Integration ................... SKIPPED [INFO] ActiveMQ Artemis Boot .............................. SKIPPED [INFO] ActiveMQ Artemis Tools ............................. SKIPPED [INFO] ActiveMQ Artemis CLI ............................... SKIPPED [INFO] ActiveMQ Artemis Web ............................... SKIPPED [INFO] ActiveMQ Artemis Web ............................... SKIPPED [INFO] ActiveMQ Artemis Core Client All ................... SKIPPED [INFO] ActiveMQ Artemis Client OSGi ....................... SKIPPED [INFO] ActiveMQ Artemis JUnit Rules ....................... SKIPPED [INFO] ActiveMQ Artemis JMS Client All .................... SKIPPED [INFO] ActiveMQ Artemis JMS Client OSGi ................... SKIPPED [INFO] ActiveMQ Artemis RAR POM ........................... SKIPPED [INFO] ActiveMQ Artemis REST Interface Implementation ..... SKIPPED [INFO] ActiveMQ Artemis Maven Plugin ...................... SKIPPED [INFO] ActiveMQ Artemis Server OSGi ....................... SKIPPED [INFO] ActiveMQ Artemis Cons .............................. SKIPPED [INFO] ActiveMQ Artemis HawtIO Branding ................... SKIPPED [INFO] ActiveMQ Artemis HawtIO Plugin ..................... SKIPPED [INFO] ActiveMQ Artemis Console ........................... SKIPPED [INFO] ActiveMQ Artemis Spring Integration ................ SKIPPED [INFO] Apache ActiveMQ Artemis Distribution ............... SKIPPED [INFO] ActiveMQ Artemis Tests POM ......................... SKIPPED [INFO] ActiveMQ Artemis Test Support ...................... SKIPPED [INFO] ActiveMQ Artemis Unit Tests ........................ SKIPPED [INFO] ActiveMQ Artemis Joram Tests ....................... SKIPPED [INFO] ActiveMQ Artemis timing Tests ...................... SKIPPED [INFO] ActiveMQ Artemis JMS Tests ......................... SKIPPED [INFO] ActiveMQ Artemis Features .......................... SKIPPED [INFO] ActiveMQ Artemis Integration Tests ................. SKIPPED [INFO] ActiveMQ Artemis Client Integration Tests .......... SKIPPED [INFO] ActiveMQ Artemis Compatibility Tests ............... SKIPPED [INFO] ActiveMQ Artemis soak Tests ........................ SKIPPED [INFO] ActiveMQ Artemis stress Tests ...................... SKIPPED [INFO] ActiveMQ Artemis performance Tests ................. SKIPPED [INFO] Smoke Tests ........................................ SKIPPED [INFO] ActiveMQ Artemis Extra Tests ....................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:27 min [INFO] Finished at: 2018-07-06T19:42:56+00:00 [INFO] Final Memory: 204M/3637M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project artemis-amqp-protocol: There are test failures. [ERROR] [ERROR] Please refer to <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-amqp-protocol/target/surefire-reports> for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :artemis-amqp-protocol Build step 'Invoke top-level Maven targets' marked build as failure Performing Post build task... Could not match :Too many files with unapproved license : False Logical operation result is FALSE Skipping script : cat ratReport.txt END OF POST BUILD TASK : 0 Recording test results Not sending mail to unregistered user [email protected] Not sending mail to unregistered user [email protected] Not sending mail to unregistered user [email protected] Not sending mail to unregistered user [email protected]
