See <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/541/changes>
Changes: [tedyu] HBASE-12137 Alter table add cf doesn't do compression test (Virag Kothari) ------------------------------------------ [...truncated 1101 lines...] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4:48.969s [INFO] Finished at: Sat Oct 04 01:23:58 UTC 2014 [INFO] Final Memory: 61M/1056M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) on project hbase-server: There are test failures. [ERROR] [ERROR] Please refer to <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/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-0.98-on-Hadoop-1.1] $ /bin/bash -xe /tmp/hudson4640918988145321421.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 '\.java' ++ grep .test + ZB_STACK=' at org.apache.olingo.odata2.testutil.server.TestServer.stopServer(TestServer.java:186) at org.apache.olingo.odata2.testutil.fit.AbstractFitTest.after(AbstractFitTest.java:95)' + jps + grep surefirebooter + xargs -n 1 jstack + cut -d ' ' -f 1 2014-10-04 01:24:10 Full thread dump Java HotSpot(TM) Server VM (20.45-b01 mixed mode): "Attach Listener" daemon prio=10 tid=0xacf00c00 nid=0x1404 waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "GC Daemon" daemon prio=10 tid=0xac8c8400 nid=0x72a2 in Object.wait() [0xae57d000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xb36d0128> (a sun.misc.GC$LatencyLock) at sun.misc.GC$Daemon.run(GC.java:100) - locked <0xb36d0128> (a sun.misc.GC$LatencyLock) "FileWatchdog" daemon prio=10 tid=0xac8a2c00 nid=0x72a1 waiting on condition [0xae764000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:104) "Low Memory Detector" daemon prio=10 tid=0xad759800 nid=0x729f runnable [0x00000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=10 tid=0xad757c00 nid=0x729e runnable [0x00000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=10 tid=0xad756000 nid=0x729d waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=10 tid=0xad754400 nid=0x729c runnable [0x00000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=10 tid=0xad746400 nid=0x729b in Object.wait() [0xaed7d000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xb36d03e8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118) - locked <0xb36d03e8> (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=0x729a in Object.wait() [0xaf07d000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xb36d0118> (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 <0xb36d0118> (a java.lang.ref.Reference$Lock) "main" prio=10 tid=0xf6805400 nid=0x728b runnable [0xf6975000] java.lang.Thread.State: RUNNABLE at java.util.Arrays.copyOf(Arrays.java:2882) at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100) at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:515) at java.lang.StringBuffer.append(StringBuffer.java:306) - locked <0xe09ce340> (a java.lang.StringBuffer) at org.mockito.asm.Type.getDescriptor(Type.java:549) at org.mockito.asm.Type.getDescriptor(Type.java:481) at org.mockito.cglib.core.CodeEmitter.emit_field(CodeEmitter.java:469) at org.mockito.cglib.core.CodeEmitter.getfield(CodeEmitter.java:426) at org.mockito.cglib.proxy.MethodInterceptorGenerator.generate(MethodInterceptorGenerator.java:116) at org.mockito.cglib.proxy.Enhancer.emitMethods(Enhancer.java:948) at org.mockito.cglib.proxy.Enhancer.generateClass(Enhancer.java:499) at org.mockito.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25) at org.mockito.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:217) - locked <0xb5d7a940> (a org.mockito.cglib.core.AbstractClassGenerator$Source) at org.mockito.cglib.proxy.Enhancer.createHelper(Enhancer.java:378) at org.mockito.cglib.proxy.Enhancer.createClass(Enhancer.java:318) at org.mockito.internal.creation.jmock.ClassImposterizer.createProxyClass(ClassImposterizer.java:93) at org.mockito.internal.creation.jmock.ClassImposterizer.imposterise(ClassImposterizer.java:50) at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:52) at org.mockito.internal.MockitoCore.mock(MockitoCore.java:41) at org.mockito.Mockito.mock(Mockito.java:1014) at org.mockito.Mockito.mock(Mockito.java:909) at org.apache.olingo.odata2.testutil.mock.EdmMock.createEntitySetMock(EdmMock.java:306) at org.apache.olingo.odata2.testutil.mock.EdmMock.createMockEdm(EdmMock.java:63) at org.apache.olingo.odata2.testutil.mock.MockFacade.getMockEdm(MockFacade.java:36) at org.apache.olingo.odata2.fit.basic.BasicBatchTest$1.<init>(BasicBatchTest.java:258) at org.apache.olingo.odata2.fit.basic.BasicBatchTest.createService(BasicBatchTest.java:257) at org.apache.olingo.odata2.testutil.fit.AbstractFitTest.before(AbstractFitTest.java:85) at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) 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:45) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:18) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222) at org.junit.runners.ParentRunner.run(ParentRunner.java:300) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:24) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222) at org.junit.runners.ParentRunner.run(ParentRunner.java:300) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) 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.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) "VM Thread" prio=10 tid=0xad741000 nid=0x7299 runnable "GC task thread#0 (ParallelGC)" prio=10 tid=0xf680c800 nid=0x728c runnable "GC task thread#1 (ParallelGC)" prio=10 tid=0xf680e000 nid=0x728d runnable "GC task thread#2 (ParallelGC)" prio=10 tid=0xf680f400 nid=0x728e runnable "GC task thread#3 (ParallelGC)" prio=10 tid=0xf6810c00 nid=0x728f runnable "GC task thread#4 (ParallelGC)" prio=10 tid=0xf6812000 nid=0x7290 runnable "GC task thread#5 (ParallelGC)" prio=10 tid=0xf6813800 nid=0x7291 runnable "GC task thread#6 (ParallelGC)" prio=10 tid=0xf6814c00 nid=0x7292 runnable "GC task thread#7 (ParallelGC)" prio=10 tid=0xf6816400 nid=0x7293 runnable "GC task thread#8 (ParallelGC)" prio=10 tid=0xf6817800 nid=0x7294 runnable "GC task thread#9 (ParallelGC)" prio=10 tid=0xf6819000 nid=0x7295 runnable "GC task thread#10 (ParallelGC)" prio=10 tid=0xf681a400 nid=0x7296 runnable "GC task thread#11 (ParallelGC)" prio=10 tid=0xf681bc00 nid=0x7297 runnable "GC task thread#12 (ParallelGC)" prio=10 tid=0xf681d000 nid=0x7298 runnable "VM Periodic Task Thread" prio=10 tid=0xad763800 nid=0x72a0 waiting on condition JNI global references: 1398 + 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.olingo.odata2.testutil.server.TestServer.stopServer(TestServer.java:186) at org.apache.olingo.odata2.testutil.fit.AbstractFitTest.after(AbstractFitTest.java:95)' + 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-0.98-on-Hadoop-1.1 #517 Archived 793 artifacts Archive block size is 32768 Received 4 blocks and 34923619 bytes Compression is 0.4% Took 20 sec Recording test results Updating HBASE-12137
