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 46652183AD for ; Fri, 14 Aug 2015 03:55:10 +0000 (UTC) Received: (qmail 8379 invoked by uid 500); 14 Aug 2015 03:55:10 -0000 Delivered-To: apmail-hbase-builds-archive@hbase.apache.org Received: (qmail 8345 invoked by uid 500); 14 Aug 2015 03:55:10 -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 8334 invoked by uid 99); 14 Aug 2015 03:55:09 -0000 Received: from crius.apache.org (HELO crius.apache.org) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 03:55:09 +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 783079C046F for ; Fri, 14 Aug 2015 03:54:18 +0000 (UTC) Date: Fri, 14 Aug 2015 03:54:18 +0000 (UTC) From: Apache Jenkins Server To: builds@hbase.apache.org Message-ID: <959653554.3711.1439524458489.JavaMail.jenkins@crius> Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_HBase-1.3-IT_=C2=BB_Inte?= =?UTF-8?Q?grationTestBigLinkedList,latest1.7,Hadoop_#91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: IntegrationTestBigLinkedList,latest1.7,Hadoop X-Jenkins-Result: FAILURE See Changes: [tedyu] HBASE-13376 Improvements to Stochastic load balancer (Vandana Ayyal= asomayajula) ------------------------------------------ [...truncated 1801 lines...] [INFO]=20 [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-it --- [WARNING] Artifact org.apache.hbase:hbase-it:test-jar:tests:1.3.0-SNAPSHOT = already attached to project, ignoring duplicate [INFO]=20 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-it --- [INFO]=20 [INFO] --- maven-failsafe-plugin:2.18:integration-test (integration-test) @= hbase-it --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use fork= Count and reuseForks instead. [INFO] Failsafe report directory: [INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Pro= vider ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [WARNING] File encoding has not been set, using platform encoding ISO-8859-= 1, i.e. build is platform dependent! [INFO]=20 [INFO] --- maven-failsafe-plugin:2.18:verify (verify) @ hbase-it --- [INFO] Failsafe report directory: [WARNING] File encoding has not been set, using platform encoding ISO-8859-= 1, i.e. build is platform dependent! [INFO] --------------------------------------------------------------------= ---- [INFO] Reactor Summary: [INFO]=20 [INFO] Apache HBase ...................................... SUCCESS [4.617s] [INFO] Apache HBase - Checkstyle ......................... SUCCESS [0.757s] [INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.310s] [INFO] Apache HBase - Annotations ........................ SUCCESS [1.171s] [INFO] Apache HBase - Protocol ........................... SUCCESS [14.121s= ] [INFO] Apache HBase - Common ............................. SUCCESS [9.958s] [INFO] Apache HBase - Procedure .......................... SUCCESS [1.750s] [INFO] Apache HBase - Client ............................. SUCCESS [6.022s] [INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [0.514s] [INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [1.585s] [INFO] Apache HBase - Prefix Tree ........................ SUCCESS [1.450s] [INFO] Apache HBase - Server ............................. SUCCESS [25.766s= ] [INFO] Apache HBase - Testing Util ....................... SUCCESS [1.577s] [INFO] Apache HBase - Thrift ............................. SUCCESS [5.338s] [INFO] Apache HBase - Rest ............................... SUCCESS [3.013s] [INFO] Apache HBase - Shell .............................. SUCCESS [1.185s] [INFO] Apache HBase - Integration Tests .................. FAILURE [30:02.4= 53s] [INFO] Apache HBase - Examples ........................... SKIPPED [INFO] Apache HBase - Assembly ........................... SKIPPED [INFO] Apache HBase - Shaded ............................. SKIPPED [INFO] Apache HBase - Shaded - Client .................... SKIPPED [INFO] Apache HBase - Shaded - Server .................... SKIPPED [INFO] --------------------------------------------------------------------= ---- [INFO] BUILD FAILURE [INFO] --------------------------------------------------------------------= ---- [INFO] Total time: 31:23.988s [INFO] Finished at: Fri Aug 14 03:54:51 UTC 2015 [INFO] Final Memory: 195M/3604M [INFO] --------------------------------------------------------------------= ---- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plug= in:2.18:verify (verify) on project hbase-it: There was a timeout or other e= rror in the fork -> [Help 1] [ERROR]=20 [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]=20 [ERROR] For more information about the errors and possible solutions, pleas= e read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailu= reException [ERROR]=20 [ERROR] After correcting the problems, you can resume the build with the co= mmand [ERROR] mvn -rf :hbase-it 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=3D`jps | grep surefirebooter | wc -l= ` if [[ $ZOMBIE_TESTS_COUNT !=3D 0 ]] ; then #It seems sometimes the tests are not dying immediately. Let's give the= m 10s echo "Suspicious java process found - waiting 10s to see if there are j= ust slow to stop" sleep 10 =20 ZOMBIE_TESTS_COUNT=3D`jps | grep surefirebooter | wc -l` if [[ $ZOMBIE_TESTS_COUNT !=3D 0 ]] ; then echo "There are $ZOMBIE_TESTS_COUNT zombie tests, they should have be= en killed by surefire but survived" echo "************ BEGIN zombies jstack extract" ZB_STACK=3D`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=3D"$JIRA_COMMENT {color:red}-1 core zombie tests{color}. There are ${ZOMBIE_TESTS_COUN= T} zombie test(s): ${ZB_STACK}" BAD=3D1 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 tim= e to stop" fi else echo "We're ok: there is no zombie test" fi [Hadoop] $ /bin/bash -xe /tmp/hudson510756117393364185.sh ++ jps ++ grep surefirebooter ++ wc -l + ZOMBIE_TESTS_COUNT=3D2 + [[ 2 !=3D 0 ]] + echo 'Suspicious java process found - waiting 10s to see if there are jus= t slow to stop' Suspicious java process found - waiting 10s to see if there are just slow t= o stop + sleep 10 ++ jps ++ grep surefirebooter ++ wc -l + ZOMBIE_TESTS_COUNT=3D1 + [[ 1 !=3D 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 surv= ived + echo '************ BEGIN zombies jstack extract' ************ BEGIN zombies jstack extract ++ jps ++ grep surefirebooter ++ cut -d ' ' -f 1 ++ grep .test ++ xargs -n 1 jstack ++ grep '\.java' + ZB_STACK=3D'=09at org.apache.hadoop.io.compress.TestCodec.testGzipLongOve= rflow(TestCodec.java:830)' + jps + grep surefirebooter + cut -d ' ' -f 1 + xargs -n 1 jstack 2015-08-14 03:55:04 Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.55-b03 mixed mode): "Attach Listener" daemon prio=3D10 tid=3D0x00007faa40a55800 nid=3D0x67b3 wa= iting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner"= daemon prio=3D10 tid=3D0x00007faa409cc800 nid=3D0x66b3 in Object.wait() [0= x00007faa34484000] java.lang.Thread.State: WAITING (on object monitor) =09at java.lang.Object.wait(Native Method) =09- waiting on <0x00000007b87109b0> (a java.lang.ref.ReferenceQueue$Lock) =09at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) =09- locked <0x00000007b87109b0> (a java.lang.ref.ReferenceQueue$Lock) =09at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) =09at org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCle= aner.run(FileSystem.java:3102) =09at java.lang.Thread.run(Thread.java:745) "Service Thread" daemon prio=3D10 tid=3D0x00007faa40291000 nid=3D0x66a6 run= nable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=3D10 tid=3D0x00007faa4028e800 nid=3D0x66a5= waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=3D10 tid=3D0x00007faa4028b800 nid=3D0x66a4= waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=3D10 tid=3D0x00007faa40281800 nid=3D0x66a3 = runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=3D10 tid=3D0x00007faa4026b000 nid=3D0x66a2 in Objec= t.wait() [0x00007faa356d5000] java.lang.Thread.State: WAITING (on object monitor) =09at java.lang.Object.wait(Native Method) =09- waiting on <0x00000007b8748528> (a java.lang.ref.ReferenceQueue$Lock) =09at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) =09- locked <0x00000007b8748528> (a java.lang.ref.ReferenceQueue$Lock) =09at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) =09at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189) "Reference Handler" daemon prio=3D10 tid=3D0x00007faa40267000 nid=3D0x66a1 = in Object.wait() [0x00007faa357d6000] java.lang.Thread.State: WAITING (on object monitor) =09at java.lang.Object.wait(Native Method) =09- waiting on <0x00000007b8743e80> (a java.lang.ref.Reference$Lock) =09at java.lang.Object.wait(Object.java:503) =09at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133) =09- locked <0x00000007b8743e80> (a java.lang.ref.Reference$Lock) "main" prio=3D10 tid=3D0x00007faa4000a000 nid=3D0x6692 runnable [0x00007faa= 48c44000] java.lang.Thread.State: RUNNABLE =09at org.apache.hadoop.io.compress.TestCodec.testGzipLongOverflow(TestCode= c.java:830) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:57) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:43) =09at java.lang.reflect.Method.invoke(Method.java:606) =09at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(Framework= Method.java:47) =09at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCal= lable.java:12) =09at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMe= thod.java:44) =09at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMet= hod.java:17) =09at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) =09at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRun= ner.java:70) =09at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRun= ner.java:50) =09at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) =09at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) =09at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) =09at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) =09at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) =09at org.junit.runners.ParentRunner.run(ParentRunner.java:309) =09at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provide= r.java:264) =09at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4= Provider.java:153) =09at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider= .java:124) =09at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameCla= ssLoader(ForkedBooter.java:200) =09at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(Fork= edBooter.java:153) =09at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:= 103) "VM Thread" prio=3D10 tid=3D0x00007faa40264800 nid=3D0x66a0 runnable=20 "GC task thread#0 (ParallelGC)" prio=3D10 tid=3D0x00007faa40020000 nid=3D0x= 6693 runnable=20 "GC task thread#1 (ParallelGC)" prio=3D10 tid=3D0x00007faa40022000 nid=3D0x= 6694 runnable=20 "GC task thread#2 (ParallelGC)" prio=3D10 tid=3D0x00007faa40023800 nid=3D0x= 6695 runnable=20 "GC task thread#3 (ParallelGC)" prio=3D10 tid=3D0x00007faa40025800 nid=3D0x= 6696 runnable=20 "GC task thread#4 (ParallelGC)" prio=3D10 tid=3D0x00007faa40027800 nid=3D0x= 6697 runnable=20 "GC task thread#5 (ParallelGC)" prio=3D10 tid=3D0x00007faa40029800 nid=3D0x= 6698 runnable=20 "GC task thread#6 (ParallelGC)" prio=3D10 tid=3D0x00007faa4002b000 nid=3D0x= 6699 runnable=20 "GC task thread#7 (ParallelGC)" prio=3D10 tid=3D0x00007faa4002d000 nid=3D0x= 669a runnable=20 "GC task thread#8 (ParallelGC)" prio=3D10 tid=3D0x00007faa4002f000 nid=3D0x= 669b runnable=20 "GC task thread#9 (ParallelGC)" prio=3D10 tid=3D0x00007faa40030800 nid=3D0x= 669c runnable=20 "GC task thread#10 (ParallelGC)" prio=3D10 tid=3D0x00007faa40032800 nid=3D0= x669d runnable=20 "GC task thread#11 (ParallelGC)" prio=3D10 tid=3D0x00007faa40034800 nid=3D0= x669e runnable=20 "GC task thread#12 (ParallelGC)" prio=3D10 tid=3D0x00007faa40036800 nid=3D0= x669f runnable=20 "VM Periodic Task Thread" prio=3D10 tid=3D0x00007faa4029b800 nid=3D0x66a7 w= aiting on condition=20 JNI global references: 159 + echo '************ END zombies jstack extract' ************ END zombies jstack extract + JIRA_COMMENT=3D' {color:red}-1 core zombie tests{color}. There are 1 zombie test(s): = =09at org.apache.hadoop.io.compress.TestCodec.testGzipLongOverflow(TestCode= c.java:830)' + BAD=3D1 + 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.3-IT =C2=BB IntegrationTestBigLi= nkedList,latest1.7,Hadoop #90 Archived 20 artifacts Archive block size is 32768 Received 0 blocks and 9947840 bytes Compression is 0.0% Took 2.4 sec