Return-Path: X-Original-To: apmail-hbase-builds-archive@minotaur.apache.org Delivered-To: apmail-hbase-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BDABF18150 for ; Fri, 28 Aug 2015 23:08:50 +0000 (UTC) Received: (qmail 50954 invoked by uid 500); 28 Aug 2015 23:08:50 -0000 Delivered-To: apmail-hbase-builds-archive@hbase.apache.org Received: (qmail 50914 invoked by uid 500); 28 Aug 2015 23:08:50 -0000 Mailing-List: contact builds-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@hbase.apache.org Delivered-To: mailing list builds@hbase.apache.org Received: (qmail 50903 invoked by uid 99); 28 Aug 2015 23:08:50 -0000 Received: from crius.apache.org (HELO crius.apache.org) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2015 23:08:50 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius.apache.org (ASF Mail Server at crius.apache.org) with ESMTP id ED4F69C0032 for ; Fri, 28 Aug 2015 23:07:40 +0000 (UTC) Date: Fri, 28 Aug 2015 23:07:40 +0000 (UTC) From: Apache Jenkins Server To: builds@hbase.apache.org Message-ID: <661496205.1420.1440803260394.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: HBase-1.1 #641 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: HBase-1.1 X-Jenkins-Result: FAILURE See Changes: [larsh] HBASE-14315 Save one call to KeyValueHeap.peek per row. ------------------------------------------ [...truncated 1505 lines...] [INFO] Finished at: Fri Aug 28 23:08:07 UTC 2015 [INFO] Final Memory: 93M/773M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on project hbase-server: There was a timeout or other error in the fork -> [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 -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.1] $ /bin/bash -xe /tmp/hudson2551010968244633720.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 ++ grep surefirebooter ++ jps ++ 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.hadoop.hbase.master.procedure.TestMasterProcedureQueue.testConcurrentWriteOps(TestMasterProcedureQueue.java:364)' + jps + grep surefirebooter + cut -d ' ' -f 1 + xargs -n 1 jstack 2015-08-28 23:08:20 Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.72-b04 mixed mode): "Attach Listener" daemon prio=10 tid=0x00007f609c001000 nid=0x6c7e waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Thread-10" daemon prio=10 tid=0x00007f6084023800 nid=0x6b62 waiting on condition [0x00007f60a5a78000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.hadoop.hbase.master.procedure.TestMasterProcedureQueue$3.run(TestMasterProcedureQueue.java:340) "Thread-8" daemon prio=10 tid=0x00007f608401f000 nid=0x6b5f waiting on condition [0x00007f60a5c7a000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.hadoop.hbase.master.procedure.TestMasterProcedureQueue$3.run(TestMasterProcedureQueue.java:340) "Thread-6" daemon prio=10 tid=0x00007f608401c000 nid=0x6b5d waiting on condition [0x00007f60a5e7c000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.hadoop.hbase.master.procedure.TestMasterProcedureQueue$3.run(TestMasterProcedureQueue.java:340) "Thread-5" daemon prio=10 tid=0x00007f608401a800 nid=0x6b5c waiting on condition [0x00007f60a5f7d000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.hadoop.hbase.master.procedure.TestMasterProcedureQueue$3.run(TestMasterProcedureQueue.java:340) "Time-limited test" daemon prio=10 tid=0x00007f60ecb0d800 nid=0x6b46 in Object.wait() [0x00007f60c0264000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x000000075101c508> (a org.apache.hadoop.hbase.master.procedure.TestMasterProcedureQueue$3) at java.lang.Thread.join(Thread.java:1281) - locked <0x000000075101c508> (a org.apache.hadoop.hbase.master.procedure.TestMasterProcedureQueue$3) at java.lang.Thread.join(Thread.java:1355) at org.apache.hadoop.hbase.master.procedure.TestMasterProcedureQueue.testConcurrentWriteOps(TestMasterProcedureQueue.java:364) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.lang.Thread.run(Thread.java:745) "process reaper" daemon prio=10 tid=0x00007f60ecab4800 nid=0x6b0b waiting on condition [0x00007f60c029e000] java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x000000075102c078> (a java.util.concurrent.SynchronousQueue$TransferStack) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) "Service Thread" daemon prio=10 tid=0x00007f60ec881800 nid=0x6ae5 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=10 tid=0x00007f60ec94e000 nid=0x6ae4 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=10 tid=0x00007f60ec8de000 nid=0x6ae3 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=10 tid=0x00007f60ec295000 nid=0x6ac5 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=10 tid=0x00007f60ec26c800 nid=0x6ac4 in Object.wait() [0x00007f60c19d8000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x0000000751034088> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0x0000000751034088> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209) "Reference Handler" daemon prio=10 tid=0x00007f60ec26a800 nid=0x6ac3 in Object.wait() [0x00007f60c1ad9000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x0000000751034078> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:503) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133) - locked <0x0000000751034078> (a java.lang.ref.Reference$Lock) "main" prio=10 tid=0x00007f60ec00b800 nid=0x6ab4 waiting on condition [0x00007f60f473c000] java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x0000000751022418> (a java.util.concurrent.FutureTask) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:422) at java.util.concurrent.FutureTask.get(FutureTask.java:199) at org.junit.internal.runners.statements.FailOnTimeout.getResult(FailOnTimeout.java:141) at org.junit.internal.runners.statements.FailOnTimeout.evaluate(FailOnTimeout.java:127) 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.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:77) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:53) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:144) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) "VM Thread" prio=10 tid=0x00007f60ec266000 nid=0x6ac2 runnable "GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f60ec021800 nid=0x6ab5 runnable "GC task thread#1 (ParallelGC)" prio=10 tid=0x00007f60ec023800 nid=0x6ab6 runnable "GC task thread#2 (ParallelGC)" prio=10 tid=0x00007f60ec025800 nid=0x6ab7 runnable "GC task thread#3 (ParallelGC)" prio=10 tid=0x00007f60ec027000 nid=0x6ab8 runnable "GC task thread#4 (ParallelGC)" prio=10 tid=0x00007f60ec029000 nid=0x6ab9 runnable "GC task thread#5 (ParallelGC)" prio=10 tid=0x00007f60ec02b000 nid=0x6aba runnable "GC task thread#6 (ParallelGC)" prio=10 tid=0x00007f60ec02c800 nid=0x6abb runnable "GC task thread#7 (ParallelGC)" prio=10 tid=0x00007f60ec02e800 nid=0x6abc runnable "GC task thread#8 (ParallelGC)" prio=10 tid=0x00007f60ec030800 nid=0x6abd runnable "GC task thread#9 (ParallelGC)" prio=10 tid=0x00007f60ec032800 nid=0x6abe runnable "GC task thread#10 (ParallelGC)" prio=10 tid=0x00007f60ec034000 nid=0x6abf runnable "GC task thread#11 (ParallelGC)" prio=10 tid=0x00007f60ec036000 nid=0x6ac0 runnable "GC task thread#12 (ParallelGC)" prio=10 tid=0x00007f60ec038000 nid=0x6ac1 runnable "VM Periodic Task Thread" prio=10 tid=0x00007f60ec908800 nid=0x6ae6 waiting on condition JNI global references: 189 + 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.hadoop.hbase.master.procedure.TestMasterProcedureQueue.testConcurrentWriteOps(TestMasterProcedureQueue.java:364)' + 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.1 #640 Archived 968 artifacts Archive block size is 32768 Received 6 blocks and 34925915 bytes Compression is 0.6% Took 23 sec Recording test results Updating HBASE-14315