You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@hbase.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/07/21 21:40:16 UTC

Build failed in Jenkins: HBase-0.98-on-Hadoop-1.1 #387

See <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/387/changes>

Changes:

[ndimiduk] HBASE-11545 mapred.TableSnapshotInputFormat is missing InterfaceAudience annotation

[apurtell] HBASE-7910 Dont use reflection for security (Mike Drob)

------------------------------------------
[...truncated 1584 lines...]
Running org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.478 sec
Running org.apache.hadoop.hbase.mapreduce.TestHRegionPartitioner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 73.734 sec
Running org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 217.508 sec
Running org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFilesSplitRecovery
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.862 sec
Running org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 283.31 sec
Running org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat
Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 234.127 sec
Running org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 199.474 sec
Running org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 237.759 sec
Running org.apache.hadoop.hbase.mapreduce.TestCellCounter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.23 sec
Running org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFilesSplitRecovery
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.349 sec
Running org.apache.hadoop.hbase.filter.TestFilterWithScanLimits
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.072 sec
Running org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.52 sec
Running org.apache.hadoop.hbase.filter.TestColumnRangeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.685 sec
Running org.apache.hadoop.hbase.filter.TestFilterWrapper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.232 sec
Running org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 233.912 sec

Results :

Tests in error: 
  testWorkerAbort(org.apache.hadoop.hbase.master.TestDistributedLogSplitting): Call to localhost/127.0.0.1:41420 failed on local exception: java.nio.channels.ClosedByInterruptException
  testLogReplayTwoSequentialRSDown(org.apache.hadoop.hbase.master.TestDistributedLogSplitting): org.apache.hadoop.hbase.TableExistsException: table

Tests run: 1962, Failures: 0, Errors: 2, Skipped: 25

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] HBase ............................................. SUCCESS [3.036s]
[INFO] HBase - Common .................................... SUCCESS [22.831s]
[INFO] HBase - Protocol .................................. SUCCESS [19.821s]
[INFO] HBase - Client .................................... SUCCESS [38.697s]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [5.510s]
[INFO] HBase - Hadoop One Compatibility .................. SUCCESS [1.555s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [3.676s]
[INFO] HBase - Server .................................... FAILURE [2:05:32.234s]
[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: 2:07:08.191s
[INFO] Finished at: Mon Jul 21 19:35:52 UTC 2014
[INFO] Final Memory: 32M/983M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (secondPartTestsExecution) 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/hudson2078435041895009810.sh
++ jps
++ wc -l
++ grep surefirebooter
+ 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.maven.doxia.siterenderer.DefaultSiteRendererTest.testRender(DefaultSiteRendererTest.java:151)'
+ jps
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs -n 1 jstack
2014-07-21 19:36:06
Full thread dump Java HotSpot(TM) Server VM (20.45-b01 mixed mode):

"Attach Listener" daemon prio=10 tid=0xad000800 nid=0x7bc5 waiting on condition [0x00000000]
   java.lang.Thread.State: RUNNABLE

"Low Memory Detector" daemon prio=10 tid=0xad659000 nid=0x5cb5 runnable [0x00000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread1" daemon prio=10 tid=0xad657400 nid=0x5cb4 waiting on condition [0x00000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" daemon prio=10 tid=0xad655800 nid=0x5cb3 waiting on condition [0x00000000]
   java.lang.Thread.State: RUNNABLE

"Signal Dispatcher" daemon prio=10 tid=0xad653c00 nid=0x5cb2 runnable [0x00000000]
   java.lang.Thread.State: RUNNABLE

"Finalizer" daemon prio=10 tid=0xad646400 nid=0x5cb1 in Object.wait() [0xaec7d000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0xb4216590> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
	- locked <0xb4216590> (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=0xad644c00 nid=0x5cb0 in Object.wait() [0xaef7d000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0xb4216570> (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 <0xb4216570> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0xf6705400 nid=0x5ca1 runnable [0xf689c000]
   java.lang.Thread.State: RUNNABLE
	at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.copyResources(DefaultSiteRenderer.java:774)
	at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:133)
	at org.apache.maven.doxia.siterenderer.DefaultSiteRendererTest.testRender(DefaultSiteRendererTest.java:151)
	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 junit.framework.TestCase.runTest(TestCase.java:164)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:120)
	at junit.framework.TestSuite.runTest(TestSuite.java:230)
	at junit.framework.TestSuite.run(TestSuite.java:225)
	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.junit.JUnitTestSet.execute(JUnitTestSet.java:95)
	at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:131)
	at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:108)
	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=0xad641000 nid=0x5caf runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0xf670c800 nid=0x5ca2 runnable 

"GC task thread#1 (ParallelGC)" prio=10 tid=0xf670e000 nid=0x5ca3 runnable 

"GC task thread#2 (ParallelGC)" prio=10 tid=0xf670f400 nid=0x5ca4 runnable 

"GC task thread#3 (ParallelGC)" prio=10 tid=0xf6710c00 nid=0x5ca5 runnable 

"GC task thread#4 (ParallelGC)" prio=10 tid=0xf6712000 nid=0x5ca6 runnable 

"GC task thread#5 (ParallelGC)" prio=10 tid=0xf6713800 nid=0x5ca7 runnable 

"GC task thread#6 (ParallelGC)" prio=10 tid=0xf6714c00 nid=0x5ca8 runnable 

"GC task thread#7 (ParallelGC)" prio=10 tid=0xf6716400 nid=0x5ca9 runnable 

"GC task thread#8 (ParallelGC)" prio=10 tid=0xf6717800 nid=0x5caa runnable 

"GC task thread#9 (ParallelGC)" prio=10 tid=0xf6719000 nid=0x5cab runnable 

"GC task thread#10 (ParallelGC)" prio=10 tid=0xf671a400 nid=0x5cac runnable 

"GC task thread#11 (ParallelGC)" prio=10 tid=0xf671bc00 nid=0x5cad runnable 

"GC task thread#12 (ParallelGC)" prio=10 tid=0xf671d000 nid=0x5cae runnable 

"VM Periodic Task Thread" prio=10 tid=0xad65b000 nid=0x5cb6 waiting on condition 

JNI global references: 1958

+ 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.maven.doxia.siterenderer.DefaultSiteRendererTest.testRender(DefaultSiteRendererTest.java:151)'
+ 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 #386
Archived 1664 artifacts
Archive block size is 32768
Received 50 blocks and 374990811 bytes
Compression is 0.4%
Took 2 min 2 sec
Recording test results
Updating HBASE-11545
Updating HBASE-7910

Jenkins build is back to normal : HBase-0.98-on-Hadoop-1.1 #388

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/388/changes>