See <https://builds.apache.org/job/hbase-0.96-hadoop2/58/changes>
Changes: [eclark] HBASE-9653 Add compaction metrics to trunk [eclark] HBASE-9650 Per region metrics are not showing up for system tables. [stack] HBASE-9610 TestThriftServer.testAll failing [enis] HBASE-9652 Remove HServerLoad092 ------------------------------------------ [...truncated 4619 lines...] [INFO] ------------------------------------------------------------------------ [INFO] Skipping HBase [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] HBase ............................................. SUCCESS [9.124s] [INFO] HBase - Common .................................... SUCCESS [40.778s] [INFO] HBase - Protocol .................................. SUCCESS [9.847s] [INFO] HBase - Client .................................... SUCCESS [28.173s] [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [5.603s] [INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [9.601s] [INFO] HBase - Prefix Tree ............................... SUCCESS [3.487s] [INFO] HBase - Server .................................... FAILURE [59:12.565s] [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: 1:01:05.873s [INFO] Finished at: Thu Sep 26 00:45:40 UTC 2013 [INFO] Final Memory: 46M/944M [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 /home/hudson/jenkins-slave/workspace/hbase-0.96-hadoop2/0.96-on-hadoop2/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-0.96-hadoop2] $ /bin/bash -xe /tmp/hudson2123409321388765615.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.camel.routepolicy.quartz.CronScheduledRoutePolicyTest.testScheduledStopRoutePolicyWithExtraPolicy(CronScheduledRoutePolicyTest.java:180)' + jps + grep surefirebooter + cut -d ' ' -f 1 + xargs -n 1 jstack 2013-09-26 00:46:07 Full thread dump Java HotSpot(TM) Server VM (20.45-b01 mixed mode): "Attach Listener" daemon prio=10 tid=0xadc00800 nid=0x69be waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "Camel (camel-4) thread #3 - ShutdownTask" daemon prio=10 tid=0xadd05000 nid=0x69bd waiting on condition [0xacf5c000] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0xde549580> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917) at java.lang.Thread.run(Thread.java:662) "MyScheduler_QuartzSchedulerThread" prio=10 tid=0xad481400 nid=0x69bc in Object.wait() [0xad77d000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xde44a7e0> (a java.lang.Object) at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:295) - locked <0xde44a7e0> (a java.lang.Object) "MyScheduler_Worker-3" prio=10 tid=0xad406c00 nid=0x69bb in Object.wait() [0xae67d000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xde449e40> (a org.quartz.simpl.SimpleThreadPool$WorkerThread) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:543) - locked <0xde449e40> (a org.quartz.simpl.SimpleThreadPool$WorkerThread) "MyScheduler_Worker-2" prio=10 tid=0xad4a2000 nid=0x69ba in Object.wait() [0xacfad000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xde449ba8> (a org.quartz.simpl.SimpleThreadPool$WorkerThread) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:543) - locked <0xde449ba8> (a org.quartz.simpl.SimpleThreadPool$WorkerThread) "MyScheduler_Worker-1" prio=10 tid=0xad4a6000 nid=0x69b9 in Object.wait() [0xada7d000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xde449910> (a org.quartz.simpl.SimpleThreadPool$WorkerThread) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:543) - locked <0xde449910> (a org.quartz.simpl.SimpleThreadPool$WorkerThread) "Low Memory Detector" daemon prio=10 tid=0xadb07000 nid=0x6950 runnable [0x00000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=10 tid=0xadb05400 nid=0x694f waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=10 tid=0xadb03400 nid=0x694e waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=10 tid=0xadb02400 nid=0x694d runnable [0x00000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=10 tid=0xf67ef000 nid=0x694c in Object.wait() [0xaee7d000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xdf3a01c0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118) - locked <0xdf3a01c0> (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=0xf67ed800 nid=0x694b in Object.wait() [0xae0e4000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xdf3a40e0> (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 <0xdf3a40e0> (a java.lang.ref.Reference$Lock) "main" prio=10 tid=0xf6705800 nid=0x6941 waiting on condition [0xf68c6000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.camel.routepolicy.quartz.CronScheduledRoutePolicyTest.testScheduledStopRoutePolicyWithExtraPolicy(CronScheduledRoutePolicyTest.java:180) 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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) 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 org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:158) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95) "VM Thread" prio=10 tid=0xf67e9c00 nid=0x694a runnable "GC task thread#0 (ParallelGC)" prio=10 tid=0xf670c800 nid=0x6942 runnable "GC task thread#1 (ParallelGC)" prio=10 tid=0xf670e000 nid=0x6943 runnable "GC task thread#2 (ParallelGC)" prio=10 tid=0xf670f800 nid=0x6944 runnable "GC task thread#3 (ParallelGC)" prio=10 tid=0xf6710c00 nid=0x6945 runnable "GC task thread#4 (ParallelGC)" prio=10 tid=0xf6712400 nid=0x6946 runnable "GC task thread#5 (ParallelGC)" prio=10 tid=0xf6713800 nid=0x6947 runnable "GC task thread#6 (ParallelGC)" prio=10 tid=0xf6715000 nid=0x6948 runnable "GC task thread#7 (ParallelGC)" prio=10 tid=0xf6716400 nid=0x6949 runnable "VM Periodic Task Thread" prio=10 tid=0xadb11000 nid=0x6951 waiting on condition JNI global references: 1091 + 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.camel.routepolicy.quartz.CronScheduledRoutePolicyTest.testScheduledStopRoutePolicyWithExtraPolicy(CronScheduledRoutePolicyTest.java:180)' + BAD=1 + jps + grep surefirebooter + cut -d ' ' -f 1 + xargs kill -9 POST BUILD TASK : SUCCESS END OF POST BUILD TASK : 0 Archiving artifacts Recording test results Updating HBASE-9653 Updating HBASE-9652 Updating HBASE-9650 Updating HBASE-9610
