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

Changes:

[clebertsuconic] ARTEMIS-1006: JDBC should log proper warns with stack traces on

------------------------------------------
[...truncated 48.72 KB...]
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
 [surefire-booter-2.18.1.jar:2.18.1]
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 
[surefire-booter-2.18.1.jar:2.18.1]

[Network-Checker-0 (NetworkChecker-1957502751)] 02:03:14,619 WARN  
[org.apache.activemq.artemis.core.server.NetworkHealthCheck] Connection refused 
(Connection refused): java.net.ConnectException: Connection refused (Connection 
refused)
        at java.net.PlainSocketImpl.socketConnect(Native Method) 
[rt.jar:1.8.0_121]
        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) 
[rt.jar:1.8.0_121]
        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
 [rt.jar:1.8.0_121]
        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) 
[rt.jar:1.8.0_121]
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) 
[rt.jar:1.8.0_121]
        at java.net.Socket.connect(Socket.java:589) [rt.jar:1.8.0_121]
        at java.net.Socket.connect(Socket.java:538) [rt.jar:1.8.0_121]
        at sun.net.NetworkClient.doConnect(NetworkClient.java:180) 
[rt.jar:1.8.0_121]
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) 
[rt.jar:1.8.0_121]
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) 
[rt.jar:1.8.0_121]
        at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:781) 
[rt.jar:1.8.0_121]
        at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647) 
[rt.jar:1.8.0_121]
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1569)
 [rt.jar:1.8.0_121]
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
 [rt.jar:1.8.0_121]
        at 
org.apache.activemq.artemis.core.server.NetworkHealthCheck.check(NetworkHealthCheck.java:392)
 [:]
        at 
org.apache.activemq.artemis.core.server.NetworkHealthCheck.check(NetworkHealthCheck.java:312)
 [:]
        at 
org.apache.activemq.artemis.core.server.NetworkHealthCheck.run(NetworkHealthCheck.java:273)
 [:]
        at 
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$2.run(ActiveMQScheduledComponent.java:189)
 [:]
        at 
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$3.run(ActiveMQScheduledComponent.java:199)
 [:]
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
[rt.jar:1.8.0_121]
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) 
[rt.jar:1.8.0_121]
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
 [rt.jar:1.8.0_121]
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
 [rt.jar:1.8.0_121]
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
[rt.jar:1.8.0_121]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
[rt.jar:1.8.0_121]
        at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_121]

[Network-Checker-0 (NetworkChecker-1957502751)] 02:03:14,624 INFO  
[org.apache.activemq.artemis.core.server.NetworkHealthCheck] Network is 
unhealthy, stopping service 
org.apache.activemq.artemis.utils.NetworkHealthTest$1@e720b71
[Network-Checker-0 (NetworkChecker-1957502751)] 02:03:14,732 INFO  
[org.apache.activemq.artemis.core.server.NetworkHealthCheck] Network is 
healthy, starting service 
org.apache.activemq.artemis.utils.NetworkHealthTest$1@e720b71
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.799 sec - in 
org.apache.activemq.artemis.utils.NetworkHealthTest
Running org.apache.activemq.artemis.utils.PairTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in 
org.apache.activemq.artemis.utils.PairTest
Running org.apache.activemq.artemis.utils.ReferenceCounterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 sec - in 
org.apache.activemq.artemis.utils.ReferenceCounterTest
Running org.apache.activemq.artemis.utils.SimpleFutureTest
*********************************************************************************
LEAKING THREADS
=============================================================================
Thread Thread[Thread-408,5,main] is still alive with the following stackTrace:
sun.misc.Unsafe.unpark(Native Method)
java.util.concurrent.locks.LockSupport.unpark(LockSupport.java:141)
java.util.concurrent.locks.AbstractQueuedSynchronizer.unparkSuccessor(AbstractQueuedSynchronizer.java:662)
java.util.concurrent.locks.AbstractQueuedSynchronizer.doReleaseShared(AbstractQueuedSynchronizer.java:689)
java.util.concurrent.locks.AbstractQueuedSynchronizer.releaseShared(AbstractQueuedSynchronizer.java:1342)
java.util.concurrent.CountDownLatch.countDown(CountDownLatch.java:291)
org.apache.activemq.artemis.utils.SimpleFuture.set(SimpleFuture.java:71)
org.apache.activemq.artemis.utils.SimpleFutureTest$1.run(SimpleFutureTest.java:36)
*********************************************************************************
[main] 02:03:15,599 INFO  
[org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC
[main] 02:03:15,817 INFO  
[org.apache.activemq.artemis.utils.ThreadLeakCheckRule] #test forceGC Done 
******************** Threads cleared after retries ********************

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 sec - in 
org.apache.activemq.artemis.utils.SimpleFutureTest
Running org.apache.activemq.artemis.utils.TimeUnitsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec - in 
org.apache.activemq.artemis.utils.TimeUnitsTest
Running org.apache.activemq.artemis.utils.TypedPropertiesConversionTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in 
org.apache.activemq.artemis.utils.TypedPropertiesConversionTest
Running org.apache.activemq.artemis.utils.TypedPropertiesTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 sec - in 
org.apache.activemq.artemis.utils.TypedPropertiesTest
Running org.apache.activemq.artemis.utils.URIParserTest
fruit:Fruit{host='port', port=-1, 
userInfo='some:guy'super=FruitBase{name='fruit', fluentName='something', 
color='green'}}
queryString1: 
queryString2: key1=value1
queryString3: key1=value1&key3=value3
queryString4: key1=value1&key2=value2&key3=value3
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec - in 
org.apache.activemq.artemis.utils.URIParserTest

Results :

Tests run: 67, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ artemis-commons ---
[INFO] Building jar: 
<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-commons/target/artemis-commons-2.0.0-SNAPSHOT-tests.jar>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ Artemis Core Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ 
artemis-core-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ 
artemis-core-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ artemis-core-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
artemis-core-client ---
[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-core-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 279 source files to 
<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-core-client/target/classes>
Note: Some input files use or override 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.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (default) @ artemis-core-client 
---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ artemis-core-client ---
[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: **/*.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: **/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: **/CMakeFiles/
[INFO] Exclude: **/Makefile
[INFO] Exclude: **/cmake_install.cmake
[INFO] Exclude: 
artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h
[INFO] 293 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 292 licenses.
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ 
artemis-core-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ 
artemis-core-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ artemis-core-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
artemis-core-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
artemis-core-client ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (default) @ artemis-core-client 
---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ artemis-core-client ---
[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: **/*.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: **/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: **/CMakeFiles/
[INFO] Exclude: **/Makefile
[INFO] Exclude: **/cmake_install.cmake
[INFO] Exclude: 
artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h
[INFO] 293 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 292 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
artemis-core-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-core-client/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
artemis-core-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to 
<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-core-client/target/test-classes>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ 
artemis-core-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ 
artemis-core-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ artemis-core-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
artemis-core-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
artemis-core-client ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (default) @ artemis-core-client 
---
Java HotSpot(TM) 64-Bit Server VM warning: INFO: 
os::commit_memory(0x00000007a6380000, 324534272, 0) failed; error='Cannot 
allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 324534272 bytes for committing 
reserved memory.
# An error report file with more information is saved as:
# <https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/hs_err_pid31763.log>
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

Reply via email to