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 9EC1D105DF for ; Mon, 24 Feb 2014 08:37:23 +0000 (UTC) Received: (qmail 6532 invoked by uid 500); 24 Feb 2014 08:35:00 -0000 Delivered-To: apmail-hbase-builds-archive@hbase.apache.org Received: (qmail 5725 invoked by uid 500); 24 Feb 2014 08:34:14 -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 3891 invoked by uid 99); 24 Feb 2014 08:32:51 -0000 Received: from crius.apache.org (HELO crius) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Feb 2014 08:32:51 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius (Postfix) with ESMTP id E3890E0006D for ; Mon, 24 Feb 2014 08:32:50 +0000 (UTC) Date: Mon, 24 Feb 2014 08:32:50 +0000 (UTC) From: Apache Jenkins Server To: builds@hbase.apache.org Message-ID: <783691959.1324.1393230770929.JavaMail.jenkins@crius> In-Reply-To: <2112218408.1013.1393056941883.JavaMail.jenkins@crius> References: <2112218408.1013.1393056941883.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: HBase-0.98-on-Hadoop-1.1 #166 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: HBase-0.98-on-Hadoop-1.1 X-Jenkins-Result: FAILURE See Changes: [larsh] HBASE-10594 Speed up TestRestoreSnapshotFromClient a bit. ------------------------------------------ [...truncated 4645 lines...] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.863 sec Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildBase Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.589 sec Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildOverlap Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.785 sec Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildHole Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.09 sec Running org.apache.hadoop.hbase.util.TestDefaultEnvironmentEdge Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec Running org.apache.hadoop.hbase.util.TestFSHDFSUtils Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.049 sec Running org.apache.hadoop.hbase.migration.TestNamespaceUpgrade Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 90.68 sec Running org.apache.hadoop.hbase.util.TestHBaseFsck Tests run: 40, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 439.909 sec Running org.apache.hadoop.hbase.migration.TestUpgradeTo96 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.832 sec Running org.apache.hadoop.hbase.TestNamespace Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 32.133 sec Running org.apache.hadoop.hbase.TestInfoServers Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.69 sec Results : Tests run: 1813, Failures: 0, Errors: 0, Skipped: 25 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] HBase ............................................. SUCCESS [8.884s] [INFO] HBase - Common .................................... SUCCESS [29.331s] [INFO] HBase - Protocol .................................. SUCCESS [16.930s] [INFO] HBase - Client .................................... SUCCESS [38.870s] [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [5.843s] [INFO] HBase - Hadoop One Compatibility .................. SUCCESS [1.663s] [INFO] HBase - Prefix Tree ............................... SUCCESS [3.524s] [INFO] HBase - Server .................................... FAILURE [3:07:33.965s] [INFO] HBase - Testing Util .............................. SKIPPED [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: 3:09:19.805s [INFO] Finished at: Mon Feb 24 08:29:44 UTC 2014 [INFO] Final Memory: 34M/299M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (secondPartTestsExecution) on project hbase-server: Failure or timeout -> [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/MojoExecutionException [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-0.98-on-Hadoop-1.1] $ /bin/bash -xe /tmp/hudson2952057481002951311.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.archiva.web.test.parent.AbstractSeleniumTest.waitPage(AbstractSeleniumTest.java:454) at org.apache.archiva.web.test.parent.AbstractSeleniumTest.clickLinkWithLocator(AbstractSeleniumTest.java:595) at org.apache.archiva.web.test.parent.AbstractArchivaTest.deleteUser(AbstractArchivaTest.java:134) at org.apache.archiva.web.test.parent.AbstractArchivaTest.deleteUser(AbstractArchivaTest.java:129) at org.apache.archiva.web.test.UserManagementTest.testBasicAddDeleteUser(UserManagementTest.java:38) at org.apache.archiva.web.test.tools.ArchivaSeleniumExecutionRule.apply(ArchivaSeleniumExecutionRule.java:42)' + jps + grep surefirebooter + cut -d ' ' -f 1 + xargs -n 1 jstack 2014-02-24 08:29:58 Full thread dump Java HotSpot(TM) Server VM (20.45-b01 mixed mode): "Attach Listener" daemon prio=10 tid=0xac600800 nid=0x6f8b waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "Low Memory Detector" daemon prio=10 tid=0xaccb8800 nid=0x4cb0 runnable [0x00000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=10 tid=0xaccb6c00 nid=0x4caf waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=10 tid=0xaccb4c00 nid=0x4cae waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=10 tid=0xaccb3400 nid=0x4cad runnable [0x00000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=10 tid=0xacca5800 nid=0x4cac in Object.wait() [0xaf07d000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xdf1002d8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118) - locked <0xdf1002d8> (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=0xacca4000 nid=0x4cab in Object.wait() [0xacb7d000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xdf100368> (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 <0xdf100368> (a java.lang.ref.Reference$Lock) "main" prio=10 tid=0xf6705800 nid=0x4c97 waiting on condition [0xf6905000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.archiva.web.test.parent.AbstractSeleniumTest.waitPage(AbstractSeleniumTest.java:454) at org.apache.archiva.web.test.parent.AbstractSeleniumTest.clickLinkWithLocator(AbstractSeleniumTest.java:595) at org.apache.archiva.web.test.parent.AbstractArchivaTest.deleteUser(AbstractArchivaTest.java:134) at org.apache.archiva.web.test.parent.AbstractArchivaTest.deleteUser(AbstractArchivaTest.java:129) at org.apache.archiva.web.test.UserManagementTest.testBasicAddDeleteUser(UserManagementTest.java:38) 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.archiva.web.test.tools.ArchivaSeleniumExecutionRule.apply(ArchivaSeleniumExecutionRule.java:42) at org.junit.runners.BlockJUnit4ClassRunner.withMethodRules(BlockJUnit4ClassRunner.java:349) at org.junit.runners.BlockJUnit4ClassRunner.withRules(BlockJUnit4ClassRunner.java:339) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:256) 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.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 org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) "VM Thread" prio=10 tid=0xacca0400 nid=0x4caa runnable "GC task thread#0 (ParallelGC)" prio=10 tid=0xf670cc00 nid=0x4c98 runnable "GC task thread#1 (ParallelGC)" prio=10 tid=0xf670e400 nid=0x4c99 runnable "GC task thread#2 (ParallelGC)" prio=10 tid=0xf670f800 nid=0x4c9a runnable "GC task thread#3 (ParallelGC)" prio=10 tid=0xf6711000 nid=0x4c9b runnable "GC task thread#4 (ParallelGC)" prio=10 tid=0xf6712400 nid=0x4c9c runnable "GC task thread#5 (ParallelGC)" prio=10 tid=0xf6713c00 nid=0x4c9d runnable "GC task thread#6 (ParallelGC)" prio=10 tid=0xf6715000 nid=0x4c9e runnable "GC task thread#7 (ParallelGC)" prio=10 tid=0xf6716800 nid=0x4c9f runnable "GC task thread#8 (ParallelGC)" prio=10 tid=0xf6717c00 nid=0x4ca0 runnable "GC task thread#9 (ParallelGC)" prio=10 tid=0xf6719400 nid=0x4ca1 runnable "GC task thread#10 (ParallelGC)" prio=10 tid=0xf671a800 nid=0x4ca2 runnable "GC task thread#11 (ParallelGC)" prio=10 tid=0xf671c000 nid=0x4ca3 runnable "GC task thread#12 (ParallelGC)" prio=10 tid=0xf671d400 nid=0x4ca4 runnable "GC task thread#13 (ParallelGC)" prio=10 tid=0xf671ec00 nid=0x4ca5 runnable "GC task thread#14 (ParallelGC)" prio=10 tid=0xf6720000 nid=0x4ca6 runnable "GC task thread#15 (ParallelGC)" prio=10 tid=0xf6721800 nid=0x4ca7 runnable "GC task thread#16 (ParallelGC)" prio=10 tid=0xf6722c00 nid=0x4ca8 runnable "GC task thread#17 (ParallelGC)" prio=10 tid=0xf6724400 nid=0x4ca9 runnable "VM Periodic Task Thread" prio=10 tid=0xaccc2800 nid=0x4cb1 waiting on condition JNI global references: 1295 + 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.archiva.web.test.parent.AbstractSeleniumTest.waitPage(AbstractSeleniumTest.java:454) at org.apache.archiva.web.test.parent.AbstractSeleniumTest.clickLinkWithLocator(AbstractSeleniumTest.java:595) at org.apache.archiva.web.test.parent.AbstractArchivaTest.deleteUser(AbstractArchivaTest.java:134) at org.apache.archiva.web.test.parent.AbstractArchivaTest.deleteUser(AbstractArchivaTest.java:129) at org.apache.archiva.web.test.UserManagementTest.testBasicAddDeleteUser(UserManagementTest.java:38) at org.apache.archiva.web.test.tools.ArchivaSeleniumExecutionRule.apply(ArchivaSeleniumExecutionRule.java:42)' + 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-10594