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 2ED0717583 for ; Sat, 19 Sep 2015 20:30:06 +0000 (UTC) Received: (qmail 58311 invoked by uid 500); 19 Sep 2015 20:30:05 -0000 Delivered-To: apmail-hbase-builds-archive@hbase.apache.org Received: (qmail 58274 invoked by uid 500); 19 Sep 2015 20:30:05 -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 58262 invoked by uid 99); 19 Sep 2015 20:30:05 -0000 Received: from crius.apache.org (HELO crius.apache.org) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Sep 2015 20:30:05 +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 202FE9C034D for ; Sat, 19 Sep 2015 20:29:50 +0000 (UTC) Date: Sat, 19 Sep 2015 20:29:49 +0000 (UTC) From: Apache Jenkins Server To: builds@hbase.apache.org Message-ID: <949544489.4929.1442694590010.JavaMail.jenkins@crius> In-Reply-To: <928115530.4876.1442683279483.JavaMail.jenkins@crius> References: <928115530.4876.1442683279483.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: HBase-1.1 #668 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: [tedyu] HBASE-14280 Bulk Upload from HA cluster to remote HA hbase cluster fails (Ankit Singhal) ------------------------------------------ [...truncated 2385 lines...] [INFO] Final Memory: 503M/628M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) on project hbase-server: ExecutionException: java.lang.RuntimeException: java.lang.RuntimeException: org.apache.maven.surefire.report.ReporterException: When writing xml report stdout/stderr: /tmp/stderr2470008871977757648deferred (No such file or directory) -> [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/hudson7885278563783035640.sh ++ jps ++ grep surefirebooter ++ wc -l + ZOMBIE_TESTS_COUNT=3 + [[ 3 != 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.hadoop.hbase.io.encoding.TestDataBlockEncoders.testSeekingOnSample(TestDataBlockEncoders.java:217)' + jps + cut -d ' ' -f 1 + grep surefirebooter + xargs -n 1 jstack 2015-09-19 20:27:15 Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode): "Attach Listener" #28 daemon prio=9 os_prio=0 tid=0x00007f07f4001000 nid=0x49ba waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "process reaper" #27 daemon prio=10 os_prio=0 tid=0x00007f085cff5800 nid=0x4092 waiting on condition [0x00007f0815460000] java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000007110208c0> (a java.util.concurrent.SynchronousQueue$TransferStack) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) "Service Thread" #18 daemon prio=9 os_prio=0 tid=0x00007f085cb9b000 nid=0x4a70 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C1 CompilerThread11" #17 daemon prio=9 os_prio=0 tid=0x00007f085cb97000 nid=0x4a6e waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C1 CompilerThread10" #16 daemon prio=9 os_prio=0 tid=0x00007f085cc5e000 nid=0x4a6b waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C1 CompilerThread9" #15 daemon prio=9 os_prio=0 tid=0x00007f085cc5c000 nid=0x4a6a waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C1 CompilerThread8" #14 daemon prio=9 os_prio=0 tid=0x00007f085cc5a000 nid=0x4a69 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread7" #13 daemon prio=9 os_prio=0 tid=0x00007f085cc58000 nid=0x4a68 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread6" #12 daemon prio=9 os_prio=0 tid=0x00007f085cc56000 nid=0x4a67 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread5" #11 daemon prio=9 os_prio=0 tid=0x00007f085cb8c800 nid=0x4a66 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread4" #10 daemon prio=9 os_prio=0 tid=0x00007f085cb7f800 nid=0x4a65 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread3" #9 daemon prio=9 os_prio=0 tid=0x00007f085cb7d800 nid=0x4a64 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread2" #8 daemon prio=9 os_prio=0 tid=0x00007f085cbc9000 nid=0x4a63 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" #7 daemon prio=9 os_prio=0 tid=0x00007f085cbc3800 nid=0x4a62 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" #6 daemon prio=9 os_prio=0 tid=0x00007f085cbc5000 nid=0x4a61 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" #4 daemon prio=9 os_prio=0 tid=0x00007f085c2af000 nid=0x49ec runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Finalizer" #3 daemon prio=8 os_prio=0 tid=0x00007f085c27a000 nid=0x49e9 in Object.wait() [0x00007f08175f4000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x0000000711023d88> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143) - locked <0x0000000711023d88> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209) "Reference Handler" #2 daemon prio=10 os_prio=0 tid=0x00007f085c278000 nid=0x49e8 in Object.wait() [0x00007f08176f5000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x0000000711023ff8> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:502) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157) - locked <0x0000000711023ff8> (a java.lang.ref.Reference$Lock) "main" #1 prio=5 os_prio=0 tid=0x00007f085c00b800 nid=0x49d8 runnable [0x00007f0862e17000] java.lang.Thread.State: RUNNABLE at org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder$1.decode(DiffKeyDeltaEncoder.java:453) at org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder$1.decodeNext(DiffKeyDeltaEncoder.java:501) at org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder$BufferedEncodedSeeker.seekToKeyInBlock(BufferedDataBlockEncoder.java:935) at org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders.checkSeekingConsistency(TestDataBlockEncoders.java:329) at org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders.testSeekingOnSample(TestDataBlockEncoders.java:217) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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.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.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:108) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:78) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54) 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" os_prio=0 tid=0x00007f085c273000 nid=0x49e7 runnable "GC task thread#0 (ParallelGC)" os_prio=0 tid=0x00007f085c021000 nid=0x49d9 runnable "GC task thread#1 (ParallelGC)" os_prio=0 tid=0x00007f085c022800 nid=0x49da runnable "GC task thread#2 (ParallelGC)" os_prio=0 tid=0x00007f085c024800 nid=0x49db runnable "GC task thread#3 (ParallelGC)" os_prio=0 tid=0x00007f085c026000 nid=0x49dc runnable "GC task thread#4 (ParallelGC)" os_prio=0 tid=0x00007f085c028000 nid=0x49dd runnable "GC task thread#5 (ParallelGC)" os_prio=0 tid=0x00007f085c029800 nid=0x49de runnable "GC task thread#6 (ParallelGC)" os_prio=0 tid=0x00007f085c02b800 nid=0x49df runnable "GC task thread#7 (ParallelGC)" os_prio=0 tid=0x00007f085c02d000 nid=0x49e0 runnable "GC task thread#8 (ParallelGC)" os_prio=0 tid=0x00007f085c02f000 nid=0x49e1 runnable "GC task thread#9 (ParallelGC)" os_prio=0 tid=0x00007f085c030800 nid=0x49e2 runnable "GC task thread#10 (ParallelGC)" os_prio=0 tid=0x00007f085c032800 nid=0x49e3 runnable "GC task thread#11 (ParallelGC)" os_prio=0 tid=0x00007f085c034000 nid=0x49e4 runnable "GC task thread#12 (ParallelGC)" os_prio=0 tid=0x00007f085c036000 nid=0x49e5 runnable "VM Periodic Task Thread" os_prio=0 tid=0x00007f085cb9d000 nid=0x4a71 waiting on condition JNI global references: 253 + 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.io.encoding.TestDataBlockEncoders.testSeekingOnSample(TestDataBlockEncoders.java:217)' + BAD=1 + jps + grep surefirebooter + xargs kill -9 + cut -d ' ' -f 1 POST BUILD TASK : SUCCESS END OF POST BUILD TASK : 0 Archiving artifacts Sending artifact delta relative to HBase-1.1 #666 Archived 2083 artifacts Archive block size is 32768 Received 30 blocks and 492334167 bytes Compression is 0.2% Took 2 min 29 sec Recording test results Updating HBASE-14280