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

Changes:

[jbertram] ARTEMIS-2169 allow config of JMX RMI registry port

------------------------------------------
[...truncated 284.54 KB...]
[INFO] --- dependency-check-maven:1.4.3:check (default) @ artemis-protocols ---
[INFO] Skipping dependency-check
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 
artemis-protocols ---
[INFO] Installing 
<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/pom.xml>
 to 
/home/jenkins/.m2/repository/org/apache/activemq/artemis-protocols/2.7.0-SNAPSHOT/artemis-protocols-2.7.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ Artemis AMQP Protocol 2.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[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>
<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java>:309:
 warning: [TypeParameterUnusedInFormals] Declaring a type parameter that is 
only used in the return type is a misuse of generics: operations on the type 
parameter are unchecked, it hides unsafe casts at invocations of the method, 
and it interacts badly with method overload resolution. NOTE: correcting this 
issue is often an incompatible API change; you should check that all dependent 
code still compiles succesfully.
   private <T> T scanForMessageSection(int scanStartPosition, 
Class...targetTypes) {
                 ^
    (see http://errorprone.info/bugpattern/TypeParameterUnusedInFormals)
  Did you mean 'private Object scanForMessageSection(int scanStartPosition, 
Class...targetTypes) {'?
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
[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] 95 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 95 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 19 source files to 
<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-amqp-protocol/target/test-classes>
[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.368 sec - in 
org.apache.activemq.artemis.protocol.amqp.broker.AMQPConnectionCallbackTest
Running org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessageTest
Tests run: 123, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.923 sec - 
in org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessageTest
Running org.apache.activemq.artemis.protocol.amqp.broker.AMQPSessionCallbackTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.257 sec - in 
org.apache.activemq.artemis.protocol.amqp.broker.AMQPSessionCallbackTest
Running org.apache.activemq.artemis.protocol.amqp.converter.TestConversions
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.023 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.011 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 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.032 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: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in 
org.apache.activemq.artemis.protocol.amqp.converter.message.JMSMappingOutboundTransformerTest
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.007 sec - in 
org.apache.activemq.artemis.protocol.amqp.converter.message.MessageTransformationTest
Running 
org.apache.activemq.artemis.protocol.amqp.proton.AmqpTransferTagGeneratorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.025 sec - in 
org.apache.activemq.artemis.protocol.amqp.proton.AmqpTransferTagGeneratorTest
Running 
org.apache.activemq.artemis.protocol.amqp.proton.ProtonServerReceiverContextTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in 
org.apache.activemq.artemis.protocol.amqp.proton.ProtonServerReceiverContextTest
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: 2, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec <<< 
FAILURE! - in 
org.apache.activemq.artemis.protocol.amqp.util.CreditsSemaphoreTest
testSetAndRelease(org.apache.activemq.artemis.protocol.amqp.util.CreditsSemaphoreTest)
  Time elapsed: 0.008 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.util.CreditsSemaphoreTest.testSetAndRelease(CreditsSemaphoreTest.java:68)

testDownAndUp(org.apache.activemq.artemis.protocol.amqp.util.CreditsSemaphoreTest)
  Time elapsed: 0 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.util.CreditsSemaphoreTest.testDownAndUp(CreditsSemaphoreTest.java:93)

Running org.apache.activemq.artemis.protocol.amqp.util.NettyReadableTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in 
org.apache.activemq.artemis.protocol.amqp.util.NettyReadableTest
Running org.apache.activemq.artemis.protocol.amqp.util.NettyWritableTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.apache.activemq.artemis.protocol.amqp.util.NettyWritableTest

Results :

Failed tests: 
  CreditsSemaphoreTest.testDownAndUp:93 null
  CreditsSemaphoreTest.testSetAndRelease:68 null

Tests run: 348, Failures: 2, Errors: 0, Skipped: 2

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ActiveMQ Artemis Parent ............................ SUCCESS [  5.281 s]
[INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 25.765 s]
[INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 16.435 s]
[INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [  5.415 s]
[INFO] ActiveMQ Artemis JMS Client ........................ SUCCESS [  5.625 s]
[INFO] ActiveMQ Artemis Native POM ........................ SUCCESS [  8.289 s]
[INFO] ActiveMQ Artemis Journal ........................... SUCCESS [  4.696 s]
[INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [ 31.612 s]
[INFO] ActiveMQ Artemis Server ............................ SUCCESS [06:42 min]
[INFO] ActiveMQ Artemis Protocols ......................... SUCCESS [  0.171 s]
[INFO] ActiveMQ Artemis AMQP Protocol ..................... FAILURE [ 11.268 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 JUnit Rules ....................... SKIPPED
[INFO] ActiveMQ Artemis CLI ............................... SKIPPED
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Core Client All ................... SKIPPED
[INFO] ActiveMQ Artemis Client OSGi ....................... SKIPPED
[INFO] ActiveMQ Artemis JMS Client All .................... SKIPPED
[INFO] ActiveMQ Artemis JMS Client OSGi ................... SKIPPED
[INFO] ActiveMQ Artemis RAR POM ........................... SKIPPED
[INFO] ActiveMQ Artemis REST Interface Implementation ..... SKIPPED
[INFO] ActiveMQ Artemis Maven Plugin ...................... SKIPPED
[INFO] ActiveMQ Artemis Server OSGi ....................... SKIPPED
[INFO] ActiveMQ Artemis Cons .............................. SKIPPED
[INFO] ActiveMQ Artemis HawtIO Branding ................... SKIPPED
[INFO] ActiveMQ Artemis HawtIO Plugin ..................... SKIPPED
[INFO] ActiveMQ Artemis Console ........................... SKIPPED
[INFO] ActiveMQ Artemis Spring Integration ................ SKIPPED
[INFO] Apache ActiveMQ Artemis Distribution ............... SKIPPED
[INFO] ActiveMQ Artemis Tests POM ......................... SKIPPED
[INFO] ActiveMQ Artemis Test Support ...................... SKIPPED
[INFO] ActiveMQ Artemis Unit Tests ........................ SKIPPED
[INFO] ActiveMQ Artemis Joram Tests ....................... SKIPPED
[INFO] ActiveMQ Artemis timing Tests ...................... SKIPPED
[INFO] ActiveMQ Artemis JMS Tests ......................... SKIPPED
[INFO] ActiveMQ Artemis Features .......................... SKIPPED
[INFO] ActiveMQ Artemis Integration Tests ................. SKIPPED
[INFO] ActiveMQ Artemis Client Integration Tests .......... SKIPPED
[INFO] ActiveMQ Artemis Compatibility Tests ............... SKIPPED
[INFO] ActiveMQ Artemis soak Tests ........................ SKIPPED
[INFO] ActiveMQ Artemis stress Tests ...................... SKIPPED
[INFO] ActiveMQ Artemis performance Tests ................. SKIPPED
[INFO] Smoke Tests ........................................ SKIPPED
[INFO] ActiveMQ Artemis Extra Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:40 min
[INFO] Finished at: 2018-11-09T16:14:46+00:00
[INFO] Final Memory: 198M/3494M
[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 sato.tadayo...@gmail.com
Not sending mail to unregistered user howard....@gmail.com
Not sending mail to unregistered user nigro....@gmail.com
Not sending mail to unregistered user wy96...@gmail.com
Not sending mail to unregistered user michael.andre.pea...@me.com
Not sending mail to unregistered user mtay...@redhat.com
Not sending mail to unregistered user tabish...@gmail.com

Reply via email to