See <https://builds.apache.org/job/ActiveMQ-Artemis-Master/2106/display/redirect?page=changes>
Changes: [clebertsuconic] ARTEMIS-1898 Proper fix on AtomicRunnables and avoiding leaks [clebertsuconic] NO-JIRA close connection factory in CLI [clebertsuconic] ARTEMIS-2116 Set text message content on producer CLI command [clebertsuconic] ARTEMIS-2112 Remove JMX props from start scripts [clebertsuconic] ARTEMIS-2111 ManagementContext can leak [clebertsuconic] ARTEMIS-2110 allow a lease renew without update to the expiry timestamp. [clebertsuconic] ARTEMIS-2108 Potential StackOverflowError when load balancing disabled [clebertsuconic] ARTEMIS-2107 clarify identity for authn failures in notification [clebertsuconic] ARTEMIS-2106 log failure to start broker [clebertsuconic] ARTEMIS-2103 - use the full openwire consumer queue for the mapped [clebertsuconic] ARTEMIS-1018 de-duplicate logging codes ------------------------------------------ [...truncated 667.91 KB...] Downloading: https://repo.maven.apache.org/maven2/io/netty/netty-codec-mqtt/4.1.28.Final/netty-codec-mqtt-4.1.28.Final.jar 3/55 KB 5/55 KB 8/55 KB 11/55 KB 13/55 KB 16/55 KB 19/55 KB 21/55 KB 24/55 KB 27/55 KB 29/55 KB 32/55 KB 36/55 KB 40/55 KB 44/55 KB 48/55 KB 52/55 KB 55/55 KB Downloaded: https://repo.maven.apache.org/maven2/io/netty/netty-codec-mqtt/4.1.28.Final/netty-codec-mqtt-4.1.28.Final.jar (55 KB at 2493.7 KB/sec) [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ artemis-mqtt-protocol --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ artemis-mqtt-protocol --- [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ artemis-mqtt-protocol --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ artemis-mqtt-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-mqtt-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-mqtt-protocol/target/classes> <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTUtil.java>:170: warning: [MissingCasesInEnumSwitch] Non-exhaustive switch, expected cases for: PUBACK, PUBREC, PUBREL, and 5 others switch (message.fixedHeader().messageType()) { ^ (see http://errorprone.info/bugpattern/MissingCasesInEnumSwitch) Did you mean 'default: throw new AssertionError("unexpected case: " + message.fixedHeader().messageType());' or 'case PUBACK: case PUBREC: case PUBREL: case PUBCOMP: case UNSUBACK: case PINGREQ: case PINGRESP: case DISCONNECT: break;' or 'default: break;'? Note: <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTRetainMessageManager.java> uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 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-mqtt-protocol --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ artemis-mqtt-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] 17 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ artemis-mqtt-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-mqtt-protocol/src/test/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ artemis-mqtt-protocol --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ artemis-mqtt-protocol --- [INFO] [INFO] --- maven-bundle-plugin:3.0.0:bundle (default-bundle) @ artemis-mqtt-protocol --- [INFO] [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ artemis-mqtt-protocol --- [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ artemis-mqtt-protocol >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ artemis-mqtt-protocol --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ artemis-mqtt-protocol --- [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ artemis-mqtt-protocol <<< [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ artemis-mqtt-protocol --- [INFO] Building jar: <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-mqtt-protocol/target/artemis-mqtt-protocol-2.7.0-SNAPSHOT-sources.jar> [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default) > generate-sources @ artemis-mqtt-protocol >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ artemis-mqtt-protocol --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ artemis-mqtt-protocol --- [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default) < generate-sources @ artemis-mqtt-protocol <<< [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default) @ artemis-mqtt-protocol --- [INFO] [INFO] --- dependency-check-maven:1.4.3:check (default) @ artemis-mqtt-protocol --- [INFO] Skipping dependency-check [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ artemis-mqtt-protocol --- [INFO] Installing <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-mqtt-protocol/target/artemis-mqtt-protocol-2.7.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/activemq/artemis-mqtt-protocol/2.7.0-SNAPSHOT/artemis-mqtt-protocol-2.7.0-SNAPSHOT.jar [INFO] Installing <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-mqtt-protocol/pom.xml> to /home/jenkins/.m2/repository/org/apache/activemq/artemis-mqtt-protocol/2.7.0-SNAPSHOT/artemis-mqtt-protocol-2.7.0-SNAPSHOT.pom [INFO] Installing <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-mqtt-protocol/target/artemis-mqtt-protocol-2.7.0-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/apache/activemq/artemis-mqtt-protocol/2.7.0-SNAPSHOT/artemis-mqtt-protocol-2.7.0-SNAPSHOT-sources.jar [INFO] Installing <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-protocols/artemis-mqtt-protocol/target/artemis-mqtt-protocol-2.7.0-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/apache/activemq/artemis-mqtt-protocol/2.7.0-SNAPSHOT/artemis-mqtt-protocol-2.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.0.0:install (default-install) @ artemis-mqtt-protocol --- [INFO] Installing org/apache/activemq/artemis-mqtt-protocol/2.7.0-SNAPSHOT/artemis-mqtt-protocol-2.7.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building ActiveMQ Artemis DTO 2.7.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.pom 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.pom (8 KB at 439.5 KB/sec) [WARNING] The POM for javax.xml.bind:jaxb-api:jar:2.2.7 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.pom 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.pom (5 KB at 148.4 KB/sec) [WARNING] The POM for com.sun.xml.bind:jaxb-impl:jar:2.2.7 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-jxc/2.2.7/jaxb-jxc-2.2.7.pom 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-jxc/2.2.7/jaxb-jxc-2.2.7.pom (5 KB at 297.3 KB/sec) [WARNING] The POM for com.sun.xml.bind:jaxb-jxc:jar:2.2.7 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details Downloading: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.jar Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-jxc/2.2.7/jaxb-jxc-2.2.7.jar 3/98 KB 5/98 KB 8/98 KB 11/98 KB 13/98 KB 16/98 KB 19/98 KB 21/98 KB 24/98 KB 27/98 KB 29/98 KB 32/98 KB 32/98 KB 3/899 KB 36/98 KB 3/899 KB 40/98 KB 3/899 KB 40/98 KB 5/899 KB 44/98 KB 5/899 KB 48/98 KB 5/899 KB 48/98 KB 8/899 KB 48/98 KB 11/899 KB 48/98 KB 13/899 KB 48/98 KB 3/112 KB 13/899 KB 48/98 KB 3/112 KB 16/899 KB 52/98 KB 3/112 KB 16/899 KB 56/98 KB 3/112 KB 16/899 KB 56/98 KB 3/112 KB 19/899 KB 56/98 KB 5/112 KB 19/899 KB 60/98 KB 5/112 KB 19/899 KB 64/98 KB 5/112 KB 19/899 KB 64/98 KB 8/112 KB 19/899 KB 64/98 KB 8/112 KB 21/899 KB 64/98 KB 11/112 KB 21/899 KB 64/98 KB 11/112 KB 24/899 KB 64/98 KB 11/112 KB 27/899 KB 64/98 KB 13/112 KB 27/899 KB 68/98 KB 13/112 KB 27/899 KB 68/98 KB 13/112 KB 29/899 KB 68/98 KB 16/112 KB 29/899 KB 72/98 KB 16/112 KB 29/899 KB 76/98 KB 16/112 KB 29/899 KB 76/98 KB 16/112 KB 32/899 KB 80/98 KB 16/112 KB 32/899 KB 80/98 KB 19/112 KB 32/899 KB 80/98 KB 21/112 KB 32/899 KB 80/98 KB 24/112 KB 32/899 KB 80/98 KB 27/112 KB 32/899 KB 84/98 KB 27/112 KB 36/899 KB 84/98 KB 27/112 KB 36/899 KB 88/98 KB 27/112 KB 36/899 KB 88/98 KB 27/112 KB 40/899 KB 92/98 KB 27/112 KB 40/899 KB 92/98 KB 27/112 KB 44/899 KB 96/98 KB 27/112 KB 44/899 KB 96/98 KB 29/112 KB 44/899 KB 96/98 KB 29/112 KB 48/899 KB 98/98 KB 29/112 KB 48/899 KB 98/98 KB 32/112 KB 48/899 KB 98/98 KB 32/112 KB 52/899 KB 98/98 KB 32/112 KB 56/899 KB 98/98 KB 32/112 KB 60/899 KB 98/98 KB 32/112 KB 64/899 KB 98/98 KB 36/112 KB 64/899 KB 98/98 KB 40/112 KB 64/899 KB 98/98 KB 44/112 KB 64/899 KB 98/98 KB 48/112 KB 64/899 KB 98/98 KB 48/112 KB 68/899 KB 98/98 KB 48/112 KB 72/899 KB 98/98 KB 48/112 KB 76/899 KB 98/98 KB 48/112 KB 80/899 KB 98/98 KB 52/112 KB 80/899 KB 98/98 KB 56/112 KB 80/899 KB 98/98 KB 60/112 KB 80/899 KB 98/98 KB 64/112 KB 80/899 KB 98/98 KB 64/112 KB 84/899 KB 98/98 KB 64/112 KB 88/899 KB 98/98 KB 64/112 KB 92/899 KB 98/98 KB 64/112 KB 96/899 KB 98/98 KB 68/112 KB 96/899 KB 98/98 KB 72/112 KB 96/899 KB 98/98 KB 76/112 KB 96/899 KB 98/98 KB 80/112 KB 96/899 KB 98/98 KB 80/112 KB 100/899 KB 98/98 KB 80/112 KB 104/899 KB 98/98 KB 80/112 KB 108/899 KB 98/98 KB 80/112 KB 112/899 KB 98/98 KB 84/112 KB 112/899 KB 98/98 KB 88/112 KB 112/899 KB 98/98 KB 92/112 KB 112/899 KB 98/98 KB 96/112 KB 112/899 KB 98/98 KB 96/112 KB 116/899 KB 98/98 KB 96/112 KB 120/899 KB 98/98 KB 96/112 KB 124/899 KB 98/98 KB 96/112 KB 128/899 KB 98/98 KB 100/112 KB 128/899 KB 98/98 KB 104/112 KB 128/899 KB 98/98 KB 108/112 KB 128/899 KB 98/98 KB 112/112 KB 128/899 KB 98/98 KB 112/112 KB 132/899 KB 98/98 KB 112/112 KB 136/899 KB 98/98 KB 112/112 KB 140/899 KB 98/98 KB 112/112 KB 144/899 KB 98/98 KB 112/112 KB 148/899 KB 98/98 KB 112/112 KB 152/899 KB 98/98 KB 112/112 KB 156/899 KB 98/98 KB 112/112 KB 160/899 KB 98/98 KB 112/112 KB 164/899 KB 98/98 KB 112/112 KB 168/899 KB 98/98 KB 112/112 KB 172/899 KB 98/98 KB 112/112 KB 176/899 KB 98/98 KB 112/112 KB 180/899 KB 98/98 KB 112/112 KB 184/899 KB 98/98 KB 112/112 KB 188/899 KB 98/98 KB 112/112 KB 192/899 KB 98/98 KB 112/112 KB 196/899 KB 98/98 KB 112/112 KB 200/899 KB 98/98 KB 112/112 KB 204/899 KB 98/98 KB 112/112 KB 208/899 KB 98/98 KB 112/112 KB 212/899 KB 98/98 KB 112/112 KB 216/899 KB 98/98 KB 112/112 KB 220/899 KB 98/98 KB 112/112 KB 224/899 KB 98/98 KB 112/112 KB 228/899 KB 98/98 KB 112/112 KB 232/899 KB 98/98 KB 112/112 KB 236/899 KB 98/98 KB 112/112 KB 240/899 KB Downloaded: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.jar (98 KB at 4252.1 KB/sec) 112/112 KB 244/899 KB 112/112 KB 248/899 KB 112/112 KB 252/899 KB 112/112 KB 256/899 KB 112/112 KB 260/899 KB 112/112 KB 264/899 KB 112/112 KB 268/899 KB 112/112 KB 272/899 KB 112/112 KB 276/899 KB 112/112 KB 280/899 KB 112/112 KB 284/899 KB 112/112 KB 288/899 KB Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-jxc/2.2.7/jaxb-jxc-2.2.7.jar (112 KB at 4642.5 KB/sec) 292/899 KB 296/899 KB 300/899 KB 304/899 KB 308/899 KB 312/899 KB 316/899 KB 320/899 KB 324/899 KB 328/899 KB 332/899 KB 336/899 KB 340/899 KB 344/899 KB 348/899 KB 352/899 KB 356/899 KB 360/899 KB 364/899 KB 368/899 KB 372/899 KB 376/899 KB 380/899 KB 384/899 KB 388/899 KB 392/899 KB 396/899 KB 400/899 KB 404/899 KB 408/899 KB 412/899 KB 416/899 KB 420/899 KB 424/899 KB 428/899 KB 432/899 KB 436/899 KB 440/899 KB 444/899 KB 448/899 KB 452/899 KB 456/899 KB 460/899 KB 464/899 KB 468/899 KB 472/899 KB 476/899 KB 480/899 KB 484/899 KB 488/899 KB 492/899 KB 496/899 KB 500/899 KB 504/899 KB 508/899 KB 512/899 KB 516/899 KB 520/899 KB 524/899 KB 528/899 KB 532/899 KB 536/899 KB 540/899 KB 544/899 KB 548/899 KB 552/899 KB 556/899 KB 560/899 KB 564/899 KB 568/899 KB 572/899 KB 576/899 KB 580/899 KB 584/899 KB 588/899 KB 592/899 KB 596/899 KB 600/899 KB 604/899 KB 608/899 KB 612/899 KB 616/899 KB 620/899 KB 624/899 KB 628/899 KB 632/899 KB 636/899 KB 640/899 KB 644/899 KB 648/899 KB 652/899 KB 656/899 KB 660/899 KB 664/899 KB 668/899 KB 672/899 KB 676/899 KB 680/899 KB 684/899 KB 688/899 KB 692/899 KB 696/899 KB 700/899 KB 704/899 KB 708/899 KB 712/899 KB 716/899 KB 720/899 KB 724/899 KB 728/899 KB 732/899 KB 736/899 KB 740/899 KB 744/899 KB 748/899 KB 752/899 KB 756/899 KB 760/899 KB 764/899 KB 768/899 KB 772/899 KB 776/899 KB 780/899 KB 784/899 KB 788/899 KB 792/899 KB 796/899 KB 800/899 KB 804/899 KB 808/899 KB 812/899 KB 816/899 KB 820/899 KB 824/899 KB 828/899 KB 832/899 KB 836/899 KB 840/899 KB 844/899 KB 848/899 KB 852/899 KB 856/899 KB 860/899 KB 864/899 KB 868/899 KB 872/899 KB 876/899 KB 880/899 KB 884/899 KB 888/899 KB 892/899 KB 896/899 KB 899/899 KB Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar (899 KB at 14728.0 KB/sec) [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ artemis-dto --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ artemis-dto --- [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ artemis-dto --- [WARNING] Invalid POM for javax.xml.bind:jaxb-api:jar:2.2.7, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] Invalid POM for com.sun.xml.bind:jaxb-impl:jar:2.2.7, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] Invalid POM for com.sun.xml.bind:jaxb-jxc:jar:2.2.7, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] Invalid project model for artifact [jaxb-api:javax.xml.bind:2.2.7]. It will be ignored by the remote resources Mojo. [WARNING] Invalid project model for artifact [jaxb-jxc:com.sun.xml.bind:2.2.7]. It will be ignored by the remote resources Mojo. [WARNING] Invalid project model for artifact [jaxb-impl:com.sun.xml.bind:2.2.7]. It will be ignored by the remote resources Mojo. [INFO] [INFO] --- maven-antrun-plugin:1.7:run (default) @ artemis-dto --- [INFO] Executing tasks main: [mkdir] Created dir: <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-dto/target/schema/org.apache.activemq/dto> [echo] Generating XSD to: <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-dto/target/schema/org.apache.activemq/dto> [schemagen] Generating schema from 26 source files [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ActiveMQ Artemis Parent ............................ SUCCESS [ 6.545 s] [INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 25.103 s] [INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 10.519 s] [INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [ 3.704 s] [INFO] ActiveMQ Artemis JMS Client ........................ SUCCESS [ 3.949 s] [INFO] ActiveMQ Artemis Native POM ........................ SUCCESS [ 6.947 s] [INFO] ActiveMQ Artemis Journal ........................... SUCCESS [ 2.756 s] [INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [ 6.026 s] [INFO] ActiveMQ Artemis Server ............................ SUCCESS [01:29 min] [INFO] ActiveMQ Artemis Protocols ......................... SUCCESS [ 0.103 s] [INFO] ActiveMQ Artemis AMQP Protocol ..................... SUCCESS [ 7.047 s] [INFO] ActiveMQ Artemis STOMP Protocol .................... SUCCESS [ 2.193 s] [INFO] ActiveMQ Artemis OpenWire Protocol ................. SUCCESS [ 2.790 s] [INFO] ActiveMQ Artemis HQClient Protocol ................. SUCCESS [ 0.877 s] [INFO] ActiveMQ Artemis HornetQ Protocol .................. SUCCESS [ 1.116 s] [INFO] ActiveMQ Artemis MQTT Protocol ..................... SUCCESS [ 1.847 s] [INFO] ActiveMQ Artemis DTO ............................... FAILURE [ 1.186 s] [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: 02:55 min [INFO] Finished at: 2018-10-10T22:53:53+00:00 [INFO] Final Memory: 198M/3525M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (default) on project artemis-dto: An Ant BuildException has occured: java.lang.NoClassDefFoundError: com/sun/tools/xjc/api/ErrorListener [ERROR] around Ant part ...<schemagen includeantruntime="false" destdir="<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-dto/target/schema/org.apache.activemq/dto"> srcdir="<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-dto/..">...> @ 7:248 in <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-dto/target/antrun/build-main.xml>: com.sun.tools.xjc.api.ErrorListener [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/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :artemis-dto 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
