See <https://builds.apache.org/job/HBase-1.0/193/changes>
Changes: [jxiang] HBASE-11991 Region states may be out of sync ------------------------------------------ [...truncated 1778 lines...] [INFO] [INFO] HBase ............................................. SUCCESS [2.506s] [INFO] HBase - Common .................................... SUCCESS [32.393s] [INFO] HBase - Protocol .................................. SUCCESS [9.198s] [INFO] HBase - Client .................................... SUCCESS [54.852s] [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [5.305s] [INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [1.631s] [INFO] HBase - Prefix Tree ............................... SUCCESS [3.531s] [INFO] HBase - Server .................................... FAILURE [2:00:30.895s] [INFO] HBase - Testing Util .............................. SKIPPED [INFO] HBase - Thrift .................................... SKIPPED [INFO] HBase - Shell ..................................... SKIPPED [INFO] HBase - Integration Tests ......................... SKIPPED [INFO] HBase - Examples .................................. SKIPPED [INFO] HBase - Assembly .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:02:21.081s [INFO] Finished at: Wed Sep 17 21:41:54 UTC 2014 [INFO] Final Memory: 39M/715M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (secondPartTestsExecution) on project hbase-server: There are test failures. [ERROR] [ERROR] Please refer to <https://builds.apache.org/job/HBase-1.0/ws/hbase-server/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 :hbase-server Build step 'Invoke top-level Maven targets' marked build as failure Performing Post build task... Match found for :.* : True Logical operation result is TRUE Running script : ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l` if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then #It seems sometimes the tests are not dying immediately. Let's give them 10s echo "Suspicious java process found - waiting 10s to see if there are just slow to stop" sleep 10 ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l` if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then echo "There are $ZOMBIE_TESTS_COUNT zombie tests, they should have been killed by surefire but survived" echo "************ BEGIN zombies jstack extract" ZB_STACK=`jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 jstack | grep ".test" | grep "\.java"` jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 jstack echo "************ END zombies jstack extract" JIRA_COMMENT="$JIRA_COMMENT {color:red}-1 core zombie tests{color}. There are ${ZOMBIE_TESTS_COUNT} zombie test(s): ${ZB_STACK}" BAD=1 jps | grep surefirebooter | cut -d ' ' -f 1 | xargs kill -9 else echo "We're ok: there is no zombie test, but some tests took some time to stop" fi else echo "We're ok: there is no zombie test" fi [HBase-1.0] $ /bin/bash -xe /tmp/hudson8816663302406090706.sh ++ jps ++ grep surefirebooter ++ wc -l + ZOMBIE_TESTS_COUNT=1 + [[ 1 != 0 ]] + echo 'Suspicious java process found - waiting 10s to see if there are just slow to stop' Suspicious java process found - waiting 10s to see if there are just slow to stop + sleep 10 ++ jps ++ grep surefirebooter ++ wc -l + ZOMBIE_TESTS_COUNT=1 + [[ 1 != 0 ]] + echo 'There are 1 zombie tests, they should have been killed by surefire but survived' There are 1 zombie tests, they should have been killed by surefire but survived + echo '************ BEGIN zombies jstack extract' ************ BEGIN zombies jstack extract ++ jps ++ grep surefirebooter ++ cut -d ' ' -f 1 ++ xargs -n 1 jstack ++ grep .test ++ grep '\.java' + ZB_STACK=' at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:430) at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:407) at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:399) at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:394) at org.apache.sling.launchpad.webapp.integrationtest.issues.SLING457Test.testCallFooHtml(SLING457Test.java:77)' + jps + grep surefirebooter + cut -d ' ' -f 1 + xargs -n 1 jstack 2014-09-17 21:42:07 Full thread dump Java HotSpot(TM) Server VM (20.45-b01 mixed mode): "Attach Listener" daemon prio=10 tid=0xad100800 nid=0x13d3 waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "MultiThreadedHttpConnectionManager cleanup" daemon prio=10 tid=0xac688c00 nid=0x1373 in Object.wait() [0xadd60000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xb3e015c0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118) - locked <0xb3e015c0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134) at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$ReferenceQueueThread.run(MultiThreadedHttpConnectionManager.java:1122) "Low Memory Detector" daemon prio=10 tid=0xad759000 nid=0x9fe runnable [0x00000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=10 tid=0xad757400 nid=0x9fd waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=10 tid=0xad755800 nid=0x9fc waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=10 tid=0xad753c00 nid=0x9fb runnable [0x00000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=10 tid=0xad746400 nid=0x9f8 in Object.wait() [0xaed7d000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xb3c4e728> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118) - locked <0xb3c4e728> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:171) "Reference Handler" daemon prio=10 tid=0xad744c00 nid=0x9f7 in Object.wait() [0xaf07d000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xb3c88c50> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:485) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116) - locked <0xb3c88c50> (a java.lang.ref.Reference$Lock) "main" prio=10 tid=0xf6805400 nid=0x9e6 runnable [0xf6973000] java.lang.Thread.State: RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) at java.io.BufferedInputStream.read(BufferedInputStream.java:237) - locked <0xde7d1a70> (a java.io.BufferedInputStream) at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78) at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106) at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116) at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973) at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735) at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098) at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398) at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323) at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:430) at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:407) at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:399) at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:394) at org.apache.sling.launchpad.webapp.integrationtest.issues.SLING457Test.testCallHtml(SLING457Test.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:176) at junit.framework.TestCase.runBare(TestCase.java:141) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:255) at junit.framework.TestSuite.run(TestSuite.java:250) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) at org.junit.runners.Suite.runChild(Suite.java:127) at org.junit.runners.Suite.runChild(Suite.java:26) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.junit.runner.JUnitCore.run(JUnitCore.java:160) at org.junit.runner.JUnitCore.run(JUnitCore.java:138) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:141) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:114) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:86) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) "VM Thread" prio=10 tid=0xad741000 nid=0x9f6 runnable "GC task thread#0 (ParallelGC)" prio=10 tid=0xf680c800 nid=0x9e7 runnable "GC task thread#1 (ParallelGC)" prio=10 tid=0xf680e000 nid=0x9e8 runnable "GC task thread#2 (ParallelGC)" prio=10 tid=0xf680f400 nid=0x9e9 runnable "GC task thread#3 (ParallelGC)" prio=10 tid=0xf6810c00 nid=0x9ea runnable "GC task thread#4 (ParallelGC)" prio=10 tid=0xf6812000 nid=0x9eb runnable "GC task thread#5 (ParallelGC)" prio=10 tid=0xf6813800 nid=0x9ec runnable "GC task thread#6 (ParallelGC)" prio=10 tid=0xf6814c00 nid=0x9ed runnable "GC task thread#7 (ParallelGC)" prio=10 tid=0xf6816400 nid=0x9ee runnable "GC task thread#8 (ParallelGC)" prio=10 tid=0xf6817800 nid=0x9ef runnable "GC task thread#9 (ParallelGC)" prio=10 tid=0xf6819000 nid=0x9f0 runnable "GC task thread#10 (ParallelGC)" prio=10 tid=0xf681a400 nid=0x9f1 runnable "GC task thread#11 (ParallelGC)" prio=10 tid=0xf681bc00 nid=0x9f2 runnable "GC task thread#12 (ParallelGC)" prio=10 tid=0xf681d000 nid=0x9f3 runnable "VM Periodic Task Thread" prio=10 tid=0xad763000 nid=0x9ff waiting on condition JNI global references: 975 + echo '************ END zombies jstack extract' ************ END zombies jstack extract + JIRA_COMMENT=' {color:red}-1 core zombie tests{color}. There are 1 zombie test(s): at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:430) at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:407) at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:399) at org.apache.sling.commons.testing.integration.HttpTestBase.getContent(HttpTestBase.java:394) at org.apache.sling.launchpad.webapp.integrationtest.issues.SLING457Test.testCallFooHtml(SLING457Test.java:77)' + BAD=1 + jps + grep surefirebooter + cut -d ' ' -f 1 + xargs kill -9 POST BUILD TASK : SUCCESS END OF POST BUILD TASK : 0 Archiving artifacts Sending artifact delta relative to HBase-1.0 #174 Archived 1813 artifacts Archive block size is 32768 Received 69 blocks and 662246339 bytes Compression is 0.3% Took 3 min 5 sec Recording test results Updating HBASE-11991
