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 2015/05/08 20:47:38 UTC

Build failed in Jenkins: HBase-TRUNK #6464

See <https://builds.apache.org/job/HBase-TRUNK/6464/changes>

Changes:

[octo47] HBASE-13648 test-patch.sh should ignore 'protobuf.generated'

------------------------------------------
[...truncated 4212 lines...]
[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-TRUNK] $ /bin/bash -xe /tmp/hudson6218341696328679078.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
++ xargs -n 1 jstack
++ grep .test
++ grep '\.java'
++ cut -d ' ' -f 1
+ ZB_STACK='	at org.apache.hadoop.hbase.procedure2.util.TestTimeoutBlockingQueue.testOrder(TestTimeoutBlockingQueue.java:89)'
+ jps
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs -n 1 jstack
2015-05-08 18:45:47
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode):

"Attach Listener" daemon prio=10 tid=0x00007f0718001000 nid=0x5614 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Service Thread" daemon prio=10 tid=0x00007f0770291000 nid=0x552f runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread1" daemon prio=10 tid=0x00007f077028f000 nid=0x552e waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" daemon prio=10 tid=0x00007f077028c000 nid=0x552d waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Signal Dispatcher" daemon prio=10 tid=0x00007f0770281800 nid=0x552c runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Finalizer" daemon prio=10 tid=0x00007f077026b000 nid=0x552b in Object.wait() [0x00007f072d977000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007c5a85568> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
	- locked <0x00000007c5a85568> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)

"Reference Handler" daemon prio=10 tid=0x00007f0770267000 nid=0x552a in Object.wait() [0x00007f072da78000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007c5a850f0> (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 <0x00000007c5a850f0> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0x00007f077000a800 nid=0x551b waiting on condition [0x00007f0776392000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x00000007c6d3c1e0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
	at org.apache.hadoop.hbase.procedure2.util.TimeoutBlockingQueue.poll(TimeoutBlockingQueue.java:106)
	at org.apache.hadoop.hbase.procedure2.util.TestTimeoutBlockingQueue.testOrder(TestTimeoutBlockingQueue.java:89)
	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:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	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.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	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.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	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=0x00007f0770264800 nid=0x5529 runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f0770020800 nid=0x551c runnable 

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

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

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

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

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

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

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

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

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

"GC task thread#10 (ParallelGC)" prio=10 tid=0x00007f0770033000 nid=0x5526 runnable 

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

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

"VM Periodic Task Thread" prio=10 tid=0x00007f077029b800 nid=0x5530 waiting on condition 

JNI global references: 217

+ 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.procedure2.util.TestTimeoutBlockingQueue.testOrder(TestTimeoutBlockingQueue.java:89)'
+ 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-TRUNK #6462
Archived 1128 artifacts
Archive block size is 32768
Received 52 blocks and 38047205 bytes
Compression is 4.3%
Took 1 min 15 sec
Recording test results
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/findbugs.xml,**/findbugsXml.xml
[FINDBUGS] Parsing 24 files in <https://builds.apache.org/job/HBase-TRUNK/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-annotations/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-annotations/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-client/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-client/target/findbugsXml.xml> of module  with 8 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-common/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-common/target/findbugsXml.xml> of module  with 1 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-examples/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-examples/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-hadoop-compat/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-hadoop-compat/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-hadoop2-compat/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-hadoop2-compat/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-prefix-tree/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-prefix-tree/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-procedure/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-procedure/target/findbugsXml.xml> of module  with 1 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-protocol/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-protocol/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-rest/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-rest/target/findbugsXml.xml> of module  with 2 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-server/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-server/target/findbugsXml.xml> of module  with 63 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-thrift/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-thrift/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Computing warning deltas based on reference build #6462
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern **/checkstyle-result.xml
[CHECKSTYLE] Parsing 21 files in <https://builds.apache.org/job/HBase-TRUNK/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-annotations/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-assembly/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-checkstyle/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-client/target/checkstyle-result.xml> of module  with 212 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-common/target/checkstyle-result.xml> of module  with 127 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-examples/target/checkstyle-result.xml> of module  with 30 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-hadoop-compat/target/checkstyle-result.xml> of module  with 2 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-hadoop2-compat/target/checkstyle-result.xml> of module  with 47 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-it/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-prefix-tree/target/checkstyle-result.xml> of module  with 23 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-procedure/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-protocol/target/checkstyle-result.xml> of module  with 3 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-rest/target/checkstyle-result.xml> of module  with 42 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-server/target/checkstyle-result.xml> of module  with 1377 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-shaded/hbase-shaded-client/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-shaded/hbase-shaded-server/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-shaded/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-shell/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-testing-util/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/hbase-thrift/target/checkstyle-result.xml> of module  with 32 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6464/artifact/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Computing warning deltas based on reference build #6462
Updating HBASE-13648

Jenkins build is back to normal : HBase-TRUNK #6466

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-TRUNK/6466/changes>


Build failed in Jenkins: HBase-TRUNK #6465

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-TRUNK/6465/changes>

Changes:

[ssrungarapu] HBASE-13620 Bring back the removed VisibilityClient methods and mark them as deprecated.

------------------------------------------
[...truncated 4814 lines...]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.889 sec - in org.apache.hadoop.hbase.replication.regionserver.TestReplicationSink
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.211 sec - in org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationWALReaderManager
Running org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.348 sec - in org.apache.hadoop.hbase.replication.TestPerTableCFReplication
Running org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpointNoMaster
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.978 sec - in org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpointNoMaster
Running org.apache.hadoop.hbase.replication.TestReplicationSource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec - in org.apache.hadoop.hbase.replication.TestReplicationSource
Tests run: 216, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 860.577 sec - in org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
Running org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.968 sec - in org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
Killed
Killed
Killed
Killed
Killed
Running org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
Running org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.93 sec - in org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
Running org.apache.hadoop.hbase.replication.TestMasterReplication
Running org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRS
Running org.apache.hadoop.hbase.replication.TestReplicationWithTags
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.564 sec - in org.apache.hadoop.hbase.replication.TestReplicationWithTags
Running org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Running org.apache.hadoop.hbase.util.TestMergeTool
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.485 sec - in org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
Running org.apache.hadoop.hbase.util.TestFSTableDescriptors
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.13 sec - in org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRS
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.188 sec - in org.apache.hadoop.hbase.util.TestFSTableDescriptors
Running org.apache.hadoop.hbase.util.TestConnectionCache
Running org.apache.hadoop.hbase.util.TestHBaseFsckEncryption
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.206 sec - in org.apache.hadoop.hbase.util.TestMergeTool
Running org.apache.hadoop.hbase.util.TestIdLock
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.976 sec - in org.apache.hadoop.hbase.util.TestHBaseFsckEncryption
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.156 sec - in org.apache.hadoop.hbase.util.TestIdLock
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.934 sec - in org.apache.hadoop.hbase.util.TestConnectionCache
Running org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
Running org.apache.hadoop.hbase.util.TestMergeTable
Running org.apache.hadoop.hbase.util.TestMiniClusterLoadParallel
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.957 sec - in org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 116.347 sec - in org.apache.hadoop.hbase.replication.TestMasterReplication
Running org.apache.hadoop.hbase.util.TestHBaseFsck
Running org.apache.hadoop.hbase.util.TestFSUtils
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.122 sec - in org.apache.hadoop.hbase.util.TestMergeTable
Running org.apache.hadoop.hbase.util.TestRegionSplitter
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.045 sec - in org.apache.hadoop.hbase.util.TestFSUtils
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 73.513 sec - in org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
Running org.apache.hadoop.hbase.util.TestProcessBasedCluster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec - in org.apache.hadoop.hbase.util.TestProcessBasedCluster
Running org.apache.hadoop.hbase.util.TestTableName
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.292 sec - in org.apache.hadoop.hbase.util.TestTableName
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.892 sec - in org.apache.hadoop.hbase.util.TestRegionSplitter
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.031 sec - in org.apache.hadoop.hbase.util.TestMiniClusterLoadParallel
Running org.apache.hadoop.hbase.util.TestMiniClusterLoadEncoded
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildBase
Running org.apache.hadoop.hbase.util.TestFSVisitor
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.805 sec - in org.apache.hadoop.hbase.util.TestFSVisitor
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildOverlap
Running org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.955 sec - in org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildBase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.585 sec - in org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildHole
Running org.apache.hadoop.hbase.util.TestDefaultEnvironmentEdge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec - in org.apache.hadoop.hbase.util.TestDefaultEnvironmentEdge
Running org.apache.hadoop.hbase.util.TestFSHDFSUtils
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.558 sec - in org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildOverlap
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.205 sec - in org.apache.hadoop.hbase.util.TestFSHDFSUtils
Running org.apache.hadoop.hbase.TestMetaTableAccessorNoCluster
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.956 sec - in org.apache.hadoop.hbase.TestMetaTableAccessorNoCluster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.986 sec - in org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildHole
Running org.apache.hadoop.hbase.TestNamespace
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.756 sec - in org.apache.hadoop.hbase.util.TestMiniClusterLoadEncoded
Running org.apache.hadoop.hbase.TestInfoServers
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.8 sec - in org.apache.hadoop.hbase.TestInfoServers
Running org.apache.hadoop.hbase.TestMetaTableAccessor
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.5 sec - in org.apache.hadoop.hbase.TestMetaTableAccessor
Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 58.199 sec - in org.apache.hadoop.hbase.TestNamespace
Tests run: 51, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 555.293 sec - in org.apache.hadoop.hbase.util.TestHBaseFsck

Results :

Failed tests: 
  TestRegionObserverInterface.testLegacyRecovery:681->verifyMethodResult:747 Result of org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver$Legacy.getCtPreWALRestore is expected to be 1, while we get 0
  TestNamespaceAuditor.testRegionMerge:362 Waiting timed out after [10,000] msec {ENCODED => f7abaec091bbf2a57d2b8fdd7d2491b3, NAME => 'TestNamespaceAuditor_regiontest:table2,2000,1431146884841.f7abaec091bbf2a57d2b8fdd7d2491b3.', STARTKEY => '2000', ENDKEY => ''} which is expected to be split is still online



Tests run: 2424, Failures: 2, Errors: 0, Skipped: 17

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] HBase ............................................. SUCCESS [  2.581 s]
[INFO] HBase - Checkstyle ................................ SUCCESS [  0.704 s]
[INFO] HBase - Annotations ............................... SUCCESS [  0.240 s]
[INFO] HBase - Protocol .................................. SUCCESS [  2.399 s]
[INFO] HBase - Common .................................... SUCCESS [02:57 min]
[INFO] HBase - Procedure ................................. SUCCESS [01:22 min]
[INFO] HBase - Client .................................... SUCCESS [01:42 min]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [ 10.899 s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [ 13.480 s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [ 16.324 s]
[INFO] HBase - Server .................................... FAILURE [  02:23 h]
[INFO] HBase - Testing Util .............................. SKIPPED
[INFO] HBase - Thrift .................................... SKIPPED
[INFO] HBase - Shell ..................................... SKIPPED
[INFO] HBase - Integration Tests ......................... SKIPPED
[INFO] HBase - Examples .................................. SKIPPED
[INFO] HBase - Rest ...................................... SKIPPED
[INFO] HBase - Assembly .................................. SKIPPED
[INFO] HBase - Shaded .................................... SKIPPED
[INFO] HBase - Shaded - Client ........................... SKIPPED
[INFO] HBase - Shaded - Server ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:30 h
[INFO] Finished at: 2015-05-09T06:46:48+00:00
[INFO] Final Memory: 57M/561M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test (secondPartTestsExecution) on project hbase-server: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK/hbase-server && /x1/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.7u51/jre/bin/java -enableassertions -XX:MaxDirectMemorySize=1G -Xmx2800m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.6.2.201302030002/org.jacoco.agent-0.6.2.201302030002-runtime.jar=destfile=/x1/jenkins/jenkins-slave/workspace/HBase-TRUNK/hbase-server/target/jacoco.exec,excludes=**/generated/**/*.class' -jar /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK/hbase-server/target/surefire/surefirebooter7395996876714089886.jar /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK/hbase-server/target/surefire/surefire3381648211817182385tmp /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK/hbase-server/target/surefire/surefire_11475481976318786777799tmp
[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-TRUNK] $ /bin/bash -xe /tmp/hudson6088915699528270970.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=
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Archiving artifacts
Sending artifact delta relative to HBase-TRUNK #6462
Archived 2151 artifacts
Archive block size is 32768
Received 70 blocks and 428045423 bytes
Compression is 0.5%
Took 2 min 55 sec
Recording test results
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/findbugs.xml,**/findbugsXml.xml
[FINDBUGS] Parsing 24 files in <https://builds.apache.org/job/HBase-TRUNK/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-annotations/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-annotations/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-client/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-client/target/findbugsXml.xml> of module  with 8 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-common/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-common/target/findbugsXml.xml> of module  with 1 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-examples/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-examples/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-hadoop-compat/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-hadoop-compat/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-hadoop2-compat/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-hadoop2-compat/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-prefix-tree/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-prefix-tree/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-procedure/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-procedure/target/findbugsXml.xml> of module  with 1 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-protocol/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-protocol/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-rest/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-rest/target/findbugsXml.xml> of module  with 2 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-server/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-server/target/findbugsXml.xml> of module  with 63 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-thrift/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-thrift/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Computing warning deltas based on reference build #6462
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern **/checkstyle-result.xml
[CHECKSTYLE] Parsing 21 files in <https://builds.apache.org/job/HBase-TRUNK/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-annotations/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-assembly/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-checkstyle/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-client/target/checkstyle-result.xml> of module  with 212 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-common/target/checkstyle-result.xml> of module  with 127 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-examples/target/checkstyle-result.xml> of module  with 30 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-hadoop-compat/target/checkstyle-result.xml> of module  with 2 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-hadoop2-compat/target/checkstyle-result.xml> of module  with 47 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-it/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-prefix-tree/target/checkstyle-result.xml> of module  with 23 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-procedure/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-protocol/target/checkstyle-result.xml> of module  with 3 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-rest/target/checkstyle-result.xml> of module  with 42 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-server/target/checkstyle-result.xml> of module  with 1377 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-shaded/hbase-shaded-client/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-shaded/hbase-shaded-server/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-shaded/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-shell/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-testing-util/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/hbase-thrift/target/checkstyle-result.xml> of module  with 32 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6465/artifact/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Computing warning deltas based on reference build #6462
Updating HBASE-13620