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 2017/07/01 10:30:37 UTC

Build failed in Jenkins: HBase-1.4 » JDK_1_8,Hadoop&&!H13 #797

See <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/797/display/redirect?page=changes>

Changes:

[apurtell] HBASE-18023 Log multi-* requests for more than threshold number of rows

------------------------------------------
Started by upstream project "HBase-1.4" build number 797
originally caused by:
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H12 (Hadoop xenial) in workspace <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/hbase.git
 > git init <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/hbase.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/hbase.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/hbase.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/hbase.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/hbase.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/hbase.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 743f454d25f70a06d6ba212e0bae648616474f8d (refs/remotes/origin/branch-1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 743f454d25f70a06d6ba212e0bae648616474f8d
 > git rev-list 3b28f66bf3ee7c0c2b02dbc3434a2ae2f4f1946b # timeout=10
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
[30b16b4c] $ /bin/bash -xe /tmp/hudson8902609904128236958.sh
+ ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 386417
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 60000
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 10240
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
+ echo 'Listing of other java processes on this box'
Listing of other java processes on this box
+ jps -v
/tmp/hudson8902609904128236958.sh: line 4: jps: command not found
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : # Post-build task script. TODO: Check this in and have all builds reference check-in.
pwd && ls
# NOTE!!!! The below code has been copied and pasted from ./dev-tools/run-test.sh
# Do not change here without syncing there and vice-versa.
ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
 echo "Suspicious java process found - waiting 30s to see if there are just slow to stop"
 sleep 30
 ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
 if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
   echo " {color:red}There appear to be $ZOMBIE_TESTS_COUNT zombie tests{color}, they should have been killed by surefire but survived"
   jps -v | grep surefirebooter | grep -e '-Dhbase.test'
   jps -v | grep surefirebooter | grep -e '-Dhbase.test' | cut -d ' ' -f 1 | xargs -n 1 jstack
   # Exit with error
   exit 1
 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
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
[30b16b4c] $ /bin/bash -xe /tmp/hudson5785332232772283771.sh
+ pwd
<https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/ws/>
+ ls
bin
CHANGES.txt
conf
dev-support
hbase-annotations
hbase-archetypes
hbase-assembly
hbase-checkstyle
hbase-client
hbase-common
hbase-examples
hbase-external-blockcache
hbase-hadoop2-compat
hbase-hadoop-compat
hbase-it
hbase-metrics
hbase-metrics-api
hbase-native-client
hbase-prefix-tree
hbase-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shaded
hbase-shell
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
++ jps -v
++ grep surefirebooter
/tmp/hudson5785332232772283771.sh: line 6: jps: command not found
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Compressed 842.64 KB of artifacts by 45.6% relative to #794
Recording test results
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8

Build failed in Jenkins: HBase-1.4 » JDK_1_8,Hadoop&&!H13 #801

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/801/display/redirect?page=changes>

Changes:

[elserj] HBASE-18255 Set JVM code cache size in provided configuration (Vladimir

------------------------------------------
[...truncated 3.33 MB...]
	- locked <0x00000007dd254190> (a sun.nio.ch.Util$2)
	- locked <0x00000007dd254180> (a java.util.Collections$UnmodifiableSet)
	- locked <0x00000007dd254068> (a sun.nio.ch.EPollSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
	at org.mortbay.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:498)
	at org.mortbay.io.nio.SelectorManager.doSelect(SelectorManager.java:192)
	at org.mortbay.jetty.nio.SelectChannelConnector.accept(SelectChannelConnector.java:124)
	at org.mortbay.jetty.AbstractConnector$Acceptor.run(AbstractConnector.java:708)
	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)

"1911192665@qtp-553313588-0" daemon prio=10 tid=0x00007fb9d92eb800 nid=0x4cc3 in Object.wait() [0x00007fb9b204b000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007dd010418> (a org.mortbay.thread.QueuedThreadPool$PoolThread)
	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:626)
	- locked <0x00000007dd010418> (a org.mortbay.thread.QueuedThreadPool$PoolThread)

"RS:0;asf906:59802-EventThread" daemon prio=10 tid=0x00007fb7e008e800 nid=0x3120 waiting on condition [0x00007fb7cafee000]
   java.lang.Thread.State: WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x00000007f747cca8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)

"RS:0;asf906:59802-SendThread(localhost:57094)" daemon prio=10 tid=0x00007fb7e008d000 nid=0x311f waiting on condition [0x00007fb7cb0ef000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)

"RpcClient-timer-pool1-t1" daemon prio=10 tid=0x00007fb7e0079000 nid=0x311c sleeping[0x00007fb7cb3f2000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at io.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:522)
	at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:421)
	at java.lang.Thread.run(Thread.java:745)

"asf906:41234.activeMasterManager-EventThread" daemon prio=10 tid=0x00007fb814142800 nid=0x311b waiting on condition [0x00007fb7cb4f3000]
   java.lang.Thread.State: WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x00000007f753f9e0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)

"asf906:41234.activeMasterManager-SendThread(localhost:57094)" daemon prio=10 tid=0x00007fb814141000 nid=0x311a waiting on condition [0x00007fb7cb5f4000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at org.apache.zookeeper.ClientCnxnSocketNIO.cleanup(ClientCnxnSocketNIO.java:230)
	at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:1185)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1110)

"asf906:41234.activeMasterManager-EventThread" daemon prio=10 tid=0x00007fb814109000 nid=0x3119 waiting on condition [0x00007fb7cb6f5000]
   java.lang.Thread.State: WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x00000007f753d160> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)

"asf906:41234.activeMasterManager-SendThread(localhost:57094)" daemon prio=10 tid=0x00007fb814107000 nid=0x3118 waiting on condition [0x00007fb7cb7f6000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)

"snapshot-hfile-cleaner-cache-refresher" daemon prio=10 tid=0x00007fb814103800 nid=0x3117 in Object.wait() [0x00007fb7cb8f7000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007f75413a0> (a java.util.TaskQueue)
	at java.util.TimerThread.mainLoop(Timer.java:552)
	- locked <0x00000007f75413a0> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:505)

"asf906:41234.activeMasterManager-EventThread" daemon prio=10 tid=0x00007fb8140ff800 nid=0x3116 waiting on condition [0x00007fb7cb9f8000]
   java.lang.Thread.State: WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x00000007f85f6970> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)

"asf906:41234.activeMasterManager-SendThread(localhost:57094)" daemon prio=10 tid=0x00007fb8140fe000 nid=0x3115 waiting on condition [0x00007fb7cbaf9000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)

"Idle-Rpc-Conn-Sweeper-pool2-t1" daemon prio=10 tid=0x00007fb7d404b000 nid=0x3100 waiting on condition [0x00007fb988369000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x00000007f71dbba8> (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 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)

"org.apache.hadoop.hdfs.PeerCache@4cfdb261" daemon prio=10 tid=0x00007fb814013800 nid=0x30dc waiting on condition [0x00007fb9a8810000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at org.apache.hadoop.hdfs.PeerCache.run(PeerCache.java:244)
	at org.apache.hadoop.hdfs.PeerCache.access$000(PeerCache.java:41)
	at org.apache.hadoop.hdfs.PeerCache$1.run(PeerCache.java:119)
	at java.lang.Thread.run(Thread.java:745)

"HBase-Metrics2-1" daemon prio=10 tid=0x00007fb9d98b2000 nid=0x30c0 waiting on condition [0x00007fb9aa32b000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x00000007f8766f58> (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 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)

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

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

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

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

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

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

"main" prio=10 tid=0x00007fb9d8009000 nid=0x2fbb in Object.wait() [0x00007fb9de57a000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007e3af73b0> (a java.util.concurrent.atomic.AtomicBoolean)
	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:186)
	- locked <0x00000007e3af73b0> (a java.util.concurrent.atomic.AtomicBoolean)
	at org.apache.hadoop.hbase.client.HBaseAdmin.executeCallable(HBaseAdmin.java:4443)
	at org.apache.hadoop.hbase.client.HBaseAdmin.executeCallable(HBaseAdmin.java:4435)
	at org.apache.hadoop.hbase.client.HBaseAdmin.disableTableAsyncV2(HBaseAdmin.java:1370)
	at org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(HBaseAdmin.java:1329)
	at org.apache.hadoop.hbase.HBaseTestingUtility.deleteTable(HBaseTestingUtility.java:1966)
	at org.apache.hadoop.hbase.master.procedure.TestDeleteColumnFamilyProcedure.tearDown(TestDeleteColumnFamilyProcedure.java:78)
	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: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.RunAfters.evaluate(RunAfters.java:33)
	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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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:156)
	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=0x00007fb9d8263800 nid=0x2fc9 runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0x00007fb9d801f000 nid=0x2fbc runnable 

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

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

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

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

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

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

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

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

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

"GC task thread#10 (ParallelGC)" prio=10 tid=0x00007fb9d8031800 nid=0x2fc6 runnable 

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

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

"VM Periodic Task Thread" prio=10 tid=0x00007fb9d829d000 nid=0x2fd0 waiting on condition 

JNI global references: 179

+ exit 1
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Archiving artifacts
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Recording test results
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8

Build failed in Jenkins: HBase-1.4 » JDK_1_8,Hadoop&&!H13 #800

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/800/display/redirect?page=changes>

Changes:

[larsh] HBASE-17893 Allow HBase to build against Hadoop 2.8.0.

------------------------------------------
[...truncated 2.50 MB...]
Running org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.207 sec - in org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper
Running org.apache.hadoop.hbase.io.TestFileLink
Running org.apache.hadoop.hbase.TestMetaTableAccessor
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.019 sec - in org.apache.hadoop.hbase.io.TestFileLink
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.997 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.214 sec - in org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat
Running org.apache.hadoop.hbase.io.hfile.TestSeekBeforeWithInlineBlocks
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.088 sec - in org.apache.hadoop.hbase.TestMetaTableAccessor
Running org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
Running org.apache.hadoop.hbase.io.hfile.TestHFileSeek
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.731 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileSeek
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.796 sec - in org.apache.hadoop.hbase.io.hfile.TestSeekBeforeWithInlineBlocks
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlock
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.85 sec - in org.apache.hadoop.hbase.mapreduce.TestCopyTable
Running org.apache.hadoop.hbase.io.hfile.TestCacheConfig
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.561 sec - in org.apache.hadoop.hbase.io.hfile.TestCacheConfig
Running org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
Running org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 115.171 sec - in org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
Running org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.51 sec - in org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
Running org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.381 sec - in org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
Running org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.772 sec - in org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
Running org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 89.908 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileBlock
Running org.apache.hadoop.hbase.io.encoding.TestBufferedDataBlockEncoder
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.716 sec - in org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.91 sec - in org.apache.hadoop.hbase.io.encoding.TestBufferedDataBlockEncoder
Running org.apache.hadoop.hbase.filter.TestScanRowPrefix
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.31 sec - in org.apache.hadoop.hbase.filter.TestScanRowPrefix
Running org.apache.hadoop.hbase.filter.TestFilterWithScanLimits
Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 111.706 sec - in org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.453 sec - in org.apache.hadoop.hbase.filter.TestFilterWithScanLimits
Running org.apache.hadoop.hbase.filter.TestFilterWrapper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.077 sec - in org.apache.hadoop.hbase.filter.TestFilterWrapper
Running org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
Running org.apache.hadoop.hbase.filter.TestFilterListOrOperatorWithBlkCnt
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.639 sec - in org.apache.hadoop.hbase.filter.TestFilterListOrOperatorWithBlkCnt
Running org.apache.hadoop.hbase.filter.TestColumnRangeFilter
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.317 sec - in org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.809 sec - in org.apache.hadoop.hbase.filter.TestColumnRangeFilter
Running org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
Running org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.377 sec - in org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.906 sec - in org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 152.062 sec - in org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 238.288 sec - in org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd

Results :

Failed tests: 
  TestEnableTableProcedure.testRollbackAndDoubleExecution:180 expected a running proc
Tests in error: 
org.apache.hadoop.hbase.master.procedure.TestEnableTableProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestEnableTableProcedure)
  Run 1: TestEnableTableProcedure.testRecoveryAndDoubleExecution:153 expected:<true> but was:<false>
  Run 2: TestEnableTableProcedure.tearDown:79 » RetriesExhausted Failed after attempts=...

Flaked tests: 
org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure)
  Run 1: TestCreateNamespaceProcedure.testRecoveryAndDoubleExecution:194 expected:<true> but was:<false>
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure.testRollbackAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure)
  Run 1: TestCreateNamespaceProcedure.testRollbackAndDoubleExecution:219 expected a running proc
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure.testCreateExisting(org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure)
  Run 1: TestCreateTableProcedure.setup:77->resetProcExecutorTestingKillFlag:92 expected executor to be running
  Run 2: TestCreateTableProcedure.tearDown:82->resetProcExecutorTestingKillFlag:92 expected executor to be running
  Run 3: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure)
  Run 1: TestCreateTableProcedure.testRecoveryAndDoubleExecution:180 expected:<true> but was:<false>
  Run 2: TestCreateTableProcedure.tearDown:82->resetProcExecutorTestingKillFlag:92 expected executor to be running
  Run 3: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure.testRollbackAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure)
  Run 1: TestCreateTableProcedure.testRollbackAndDoubleExecution:207 expected a running proc
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure.testDeleteNamespace(org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure)
  Run 1: TestDeleteNamespaceProcedure.testDeleteNamespace:92->createNamespaceForTesting:218 » IllegalArgument
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure)
  Run 1: TestDeleteNamespaceProcedure.testRecoveryAndDoubleExecution:172 expected:<true> but was:<false>
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure.testRollbackAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure)
  Run 1: TestDeleteNamespaceProcedure.testRollbackAndDoubleExecution:198 expected a running proc
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure.testDeleteNotDisabledTable(org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure)
  Run 1: TestDeleteTableProcedure.setup:74 expected executor to be running
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure)
  Run 1: TestDeleteTableProcedure.testRecoveryAndDoubleExecution:193 expected:<true> but was:<false>
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDisableTableProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDisableTableProcedure)
  Run 1: TestDisableTableProcedure.testRecoveryAndDoubleExecution:168 expected:<true> but was:<false>
  Run 2: TestDisableTableProcedure.tearDown:79 » RetriesExhausted Failed after attempts...
  Run 3: PASS

org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages.testScannerHeartbeatMessages(org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages)
  Run 1: TestScannerHeartbeatMessages.testScannerHeartbeatMessages:207->testImportanceOfHeartbeats:237 Heartbeats messages are disabled, an exception should be thrown. If an exception  is not thrown, the test case is not testing the importance of heartbeat messages
  Run 2: PASS


Tests run: 2797, Failures: 1, Errors: 1, Skipped: 57, Flakes: 12

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [1:46.773s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [15.554s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.146s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [1.568s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [16.444s]
[INFO] Apache HBase - Common ............................. SUCCESS [2:53.212s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [3:32.559s]
[INFO] Apache HBase - Metrics API ........................ SUCCESS [1.147s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [11.063s]
[INFO] Apache HBase - Metrics Implementation ............. SUCCESS [4.934s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [18.036s]
[INFO] Apache HBase - Client ............................. SUCCESS [1:59.617s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [7.722s]
[INFO] Apache HBase - Server ............................. FAILURE [1:45:30.330s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SKIPPED
[INFO] Apache HBase - Shaded - Client .................... SKIPPED
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SKIPPED
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:57:30.288s
[INFO] Finished at: Wed Jul 05 20:16:19 UTC 2017
[INFO] Final Memory: 519M/1519M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) on project hbase-server: There was a timeout or other error in the fork -> [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  : # Post-build task script. TODO: Check this in and have all builds reference check-in.
pwd && ls
# NOTE!!!! The below code has been copied and pasted from ./dev-tools/run-test.sh
# Do not change here without syncing there and vice-versa.
ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
 echo "Suspicious java process found - waiting 30s to see if there are just slow to stop"
 sleep 30
 ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
 if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
   echo " {color:red}There appear to be $ZOMBIE_TESTS_COUNT zombie tests{color}, they should have been killed by surefire but survived"
   jps -v | grep surefirebooter | grep -e '-Dhbase.test'
   jps -v | grep surefirebooter | grep -e '-Dhbase.test' | cut -d ' ' -f 1 | xargs -n 1 jstack
   # Exit with error
   exit 1
 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
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
[30b16b4c] $ /bin/bash -xe /tmp/hudson8335049898734967731.sh
+ pwd
<https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/ws/>
+ ls
bin
CHANGES.txt
conf
dev-support
extra_env_var
hbase-annotations
hbase-archetypes
hbase-assembly
hbase-checkstyle
hbase-client
hbase-common
hbase-examples
hbase-external-blockcache
hbase-hadoop2-compat
hbase-hadoop-compat
hbase-it
hbase-metrics
hbase-metrics-api
hbase-native-client
hbase-prefix-tree
hbase-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shaded
hbase-shell
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Recording test results
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8

Build failed in Jenkins: HBase-1.4 » JDK_1_8,Hadoop&&!H13 #799

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/799/display/redirect?page=changes>

Changes:

[apurtell] Set versions on branch-1 to 1.5.0-SNAPSHOT

------------------------------------------
[...truncated 2.47 MB...]
Running org.apache.hadoop.hbase.master.TestMaster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.741 sec - in org.apache.hadoop.hbase.master.TestMetaShutdownHandler
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.128 sec - in org.apache.hadoop.hbase.master.TestMaster
Running org.apache.hadoop.hbase.master.TestActiveMasterManager
Running org.apache.hadoop.hbase.master.TestMasterMetricsWrapper
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 sec - in org.apache.hadoop.hbase.master.TestActiveMasterManager
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.203 sec - in org.apache.hadoop.hbase.master.TestMasterMetricsWrapper
Running org.apache.hadoop.hbase.master.TestMasterBalanceThrottling
Running org.apache.hadoop.hbase.master.normalizer.TestSimpleRegionNormalizerOnCluster
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.577 sec - in org.apache.hadoop.hbase.master.normalizer.TestSimpleRegionNormalizerOnCluster
Running org.apache.hadoop.hbase.master.TestMasterTransitions
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.001 sec - in org.apache.hadoop.hbase.master.TestMasterTransitions
Running org.apache.hadoop.hbase.master.TestRestartCluster
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.193 sec - in org.apache.hadoop.hbase.master.TestMasterBalanceThrottling
Running org.apache.hadoop.hbase.master.TestOpenedRegionHandler
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17 sec - in org.apache.hadoop.hbase.master.TestOpenedRegionHandler
Running org.apache.hadoop.hbase.master.handler.TestCreateTableHandler
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.531 sec - in org.apache.hadoop.hbase.master.TestRestartCluster
Running org.apache.hadoop.hbase.master.handler.TestEnableTableHandler
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.344 sec - in org.apache.hadoop.hbase.master.handler.TestCreateTableHandler
Running org.apache.hadoop.hbase.master.TestMasterPriorityRpc
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.164 sec - in org.apache.hadoop.hbase.master.TestMasterPriorityRpc
Running org.apache.hadoop.hbase.master.TestSplitLogManager
Running org.apache.hadoop.hbase.master.TestAssignmentManagerOnCluster
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.925 sec - in org.apache.hadoop.hbase.master.handler.TestEnableTableHandler
Running org.apache.hadoop.hbase.master.TestRegionPlacement
Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.002 sec - in org.apache.hadoop.hbase.master.TestRegionPlacement
Running org.apache.hadoop.hbase.master.TestClusterStatusPublisher
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 sec - in org.apache.hadoop.hbase.master.TestClusterStatusPublisher
Running org.apache.hadoop.hbase.master.TestTableLockManager
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 531.097 sec - in org.apache.hadoop.hbase.master.balancer.TestStochasticLoadBalancer2
Running org.apache.hadoop.hbase.master.TestMasterMetrics
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.336 sec - in org.apache.hadoop.hbase.master.TestMasterMetrics
Running org.apache.hadoop.hbase.master.TestMasterFileSystem
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.668 sec - in org.apache.hadoop.hbase.master.TestMasterFileSystem
Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 133.575 sec - in org.apache.hadoop.hbase.master.TestSplitLogManager
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 87.878 sec - in org.apache.hadoop.hbase.master.TestTableLockManager
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 113.21 sec - in org.apache.hadoop.hbase.master.TestAssignmentManagerOnCluster

Results :

Failed tests: 
  TestEnableTableProcedure.testRollbackAndDoubleExecution:180 expected a running proc
Tests in error: 
org.apache.hadoop.hbase.master.procedure.TestEnableTableProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestEnableTableProcedure)
  Run 1: TestEnableTableProcedure.testRecoveryAndDoubleExecution:153 expected:<true> but was:<false>
  Run 2: TestEnableTableProcedure.tearDown:79 » RetriesExhausted Failed after attempts=...

Flaked tests: 
org.apache.hadoop.hbase.client.TestReplicasClient.testCancelOfMultiGet(org.apache.hadoop.hbase.client.TestReplicasClient)
  Run 1: TestReplicasClient.testCancelOfMultiGet:585 null
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure)
  Run 1: TestCreateNamespaceProcedure.testRecoveryAndDoubleExecution:194 expected:<true> but was:<false>
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure.testRollbackAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure)
  Run 1: TestCreateNamespaceProcedure.testRollbackAndDoubleExecution:219 expected a running proc
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure.testCreateExisting(org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure)
  Run 1: TestCreateTableProcedure.setup:77->resetProcExecutorTestingKillFlag:92 expected executor to be running
  Run 2: TestCreateTableProcedure.tearDown:82->resetProcExecutorTestingKillFlag:92 expected executor to be running
  Run 3: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure)
  Run 1: TestCreateTableProcedure.testRecoveryAndDoubleExecution:180 expected:<true> but was:<false>
  Run 2: TestCreateTableProcedure.tearDown:82->resetProcExecutorTestingKillFlag:92 expected executor to be running
  Run 3: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure.testRollbackAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure)
  Run 1: TestCreateTableProcedure.testRollbackAndDoubleExecution:207 expected a running proc
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure.testDeleteNamespace(org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure)
  Run 1: TestDeleteNamespaceProcedure.testDeleteNamespace:92->createNamespaceForTesting:218 » IllegalArgument
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure)
  Run 1: TestDeleteNamespaceProcedure.testRecoveryAndDoubleExecution:172 expected:<true> but was:<false>
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure.testRollbackAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure)
  Run 1: TestDeleteNamespaceProcedure.testRollbackAndDoubleExecution:198 expected a running proc
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure.testDeleteNotDisabledTable(org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure)
  Run 1: TestDeleteTableProcedure.setup:74 expected executor to be running
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure)
  Run 1: TestDeleteTableProcedure.testRecoveryAndDoubleExecution:193 expected:<true> but was:<false>
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDisableTableProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDisableTableProcedure)
  Run 1: TestDisableTableProcedure.testRecoveryAndDoubleExecution:168 expected:<true> but was:<false>
  Run 2: TestDisableTableProcedure.tearDown:79 » RetriesExhausted Failed after attempts...
  Run 3: PASS

org.apache.hadoop.hbase.replication.TestSerialReplication.testRegionSplit(org.apache.hadoop.hbase.replication.TestSerialReplication)
  Run 1: TestSerialReplication.testRegionSplit:256 expected:<9> but was:<4>
  Run 2: PASS


Tests run: 2797, Failures: 1, Errors: 1, Skipped: 57, Flakes: 13

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [1:42.496s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [14.825s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.203s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [1.162s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [16.389s]
[INFO] Apache HBase - Common ............................. SUCCESS [2:33.749s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [3:34.778s]
[INFO] Apache HBase - Metrics API ........................ SUCCESS [1.117s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [11.281s]
[INFO] Apache HBase - Metrics Implementation ............. SUCCESS [5.134s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [18.237s]
[INFO] Apache HBase - Client ............................. SUCCESS [1:39.184s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [7.454s]
[INFO] Apache HBase - Server ............................. FAILURE [1:47:35.846s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SKIPPED
[INFO] Apache HBase - Shaded - Client .................... SKIPPED
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SKIPPED
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:58:52.566s
[INFO] Finished at: Tue Jul 04 03:04:00 UTC 2017
[INFO] Final Memory: 530M/819M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) on project hbase-server: There was a timeout or other error in the fork -> [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  : # Post-build task script. TODO: Check this in and have all builds reference check-in.
pwd && ls
# NOTE!!!! The below code has been copied and pasted from ./dev-tools/run-test.sh
# Do not change here without syncing there and vice-versa.
ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
 echo "Suspicious java process found - waiting 30s to see if there are just slow to stop"
 sleep 30
 ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
 if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
   echo " {color:red}There appear to be $ZOMBIE_TESTS_COUNT zombie tests{color}, they should have been killed by surefire but survived"
   jps -v | grep surefirebooter | grep -e '-Dhbase.test'
   jps -v | grep surefirebooter | grep -e '-Dhbase.test' | cut -d ' ' -f 1 | xargs -n 1 jstack
   # Exit with error
   exit 1
 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
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
[30b16b4c] $ /bin/bash -xe /tmp/hudson5339707062147602864.sh
+ pwd
<https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/ws/>
+ ls
bin
CHANGES.txt
conf
dev-support
extra_env_var
hbase-annotations
hbase-archetypes
hbase-assembly
hbase-checkstyle
hbase-client
hbase-common
hbase-examples
hbase-external-blockcache
hbase-hadoop2-compat
hbase-hadoop-compat
hbase-it
hbase-metrics
hbase-metrics-api
hbase-native-client
hbase-prefix-tree
hbase-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shaded
hbase-shell
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=4
+ [[ 4 != 0 ]]
+ echo 'Suspicious java process found - waiting 30s to see if there are just slow to stop'
Suspicious java process found - waiting 30s to see if there are just slow to stop
+ sleep 30
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test, but some tests took some time to stop'
We're ok: there is no zombie test, but some tests took some time to stop
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Recording test results
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8

Build failed in Jenkins: HBase-1.4 » JDK_1_8,Hadoop&&!H13 #798

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/798/display/redirect?page=changes>

Changes:

[yangzhe1991] HBASE-17931 Assign system tables to servers with highest version

------------------------------------------
[...truncated 2.51 MB...]
org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure.testRollbackAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestCreateNamespaceProcedure)
  Run 1: TestCreateNamespaceProcedure.testRollbackAndDoubleExecution:219 expected a running proc
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure.testCreateExisting(org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure)
  Run 1: TestCreateTableProcedure.setup:77->resetProcExecutorTestingKillFlag:92 expected executor to be running
  Run 2: TestCreateTableProcedure.tearDown:82->resetProcExecutorTestingKillFlag:92 expected executor to be running
  Run 3: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure)
  Run 1: TestCreateTableProcedure.testRecoveryAndDoubleExecution:180 expected:<true> but was:<false>
  Run 2: TestCreateTableProcedure.tearDown:82->resetProcExecutorTestingKillFlag:92 expected executor to be running
  Run 3: PASS

org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure.testRollbackAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure)
  Run 1: TestCreateTableProcedure.testRollbackAndDoubleExecution:207 expected a running proc
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure.testDeleteNamespace(org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure)
  Run 1: TestDeleteNamespaceProcedure.testDeleteNamespace:92->createNamespaceForTesting:218 » IllegalArgument
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure)
  Run 1: TestDeleteNamespaceProcedure.testRecoveryAndDoubleExecution:172 expected:<true> but was:<false>
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure.testRollbackAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDeleteNamespaceProcedure)
  Run 1: TestDeleteNamespaceProcedure.testRollbackAndDoubleExecution:198 expected a running proc
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure.testDeleteNotDisabledTable(org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure)
  Run 1: TestDeleteTableProcedure.setup:74 expected executor to be running
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure)
  Run 1: TestDeleteTableProcedure.testRecoveryAndDoubleExecution:193 expected:<true> but was:<false>
  Run 2: PASS

org.apache.hadoop.hbase.master.procedure.TestDisableTableProcedure.testRecoveryAndDoubleExecution(org.apache.hadoop.hbase.master.procedure.TestDisableTableProcedure)
  Run 1: TestDisableTableProcedure.testRecoveryAndDoubleExecution:168 expected:<true> but was:<false>
  Run 2: TestDisableTableProcedure.tearDown:79 » RetriesExhausted Failed after attempts...
  Run 3: PASS

org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages.testScannerHeartbeatMessages(org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages)
  Run 1: TestScannerHeartbeatMessages.testScannerHeartbeatMessages:207->testImportanceOfHeartbeats:237 Heartbeats messages are disabled, an exception should be thrown. If an exception  is not thrown, the test case is not testing the importance of heartbeat messages
  Run 2: TestScannerHeartbeatMessages.testScannerHeartbeatMessages:207->testImportanceOfHeartbeats:237 Heartbeats messages are disabled, an exception should be thrown. If an exception  is not thrown, the test case is not testing the importance of heartbeat messages
  Run 3: PASS


Tests run: 2797, Failures: 1, Errors: 2, Skipped: 57, Flakes: 12

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [1:42.913s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [15.047s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.389s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [1.503s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [18.330s]
[INFO] Apache HBase - Common ............................. SUCCESS [2:45.600s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [3:46.083s]
[INFO] Apache HBase - Metrics API ........................ SUCCESS [1.385s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [11.065s]
[INFO] Apache HBase - Metrics Implementation ............. SUCCESS [5.576s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [19.389s]
[INFO] Apache HBase - Client ............................. SUCCESS [1:43.049s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [9.020s]
[INFO] Apache HBase - Server ............................. FAILURE [1:55:06.091s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SKIPPED
[INFO] Apache HBase - Shaded - Client .................... SKIPPED
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SKIPPED
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:06:56.707s
[INFO] Finished at: Mon Jul 03 05:48:14 UTC 2017
[INFO] Final Memory: 526M/1513M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) on project hbase-server: There was a timeout or other error in the fork -> [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  : # Post-build task script. TODO: Check this in and have all builds reference check-in.
pwd && ls
# NOTE!!!! The below code has been copied and pasted from ./dev-tools/run-test.sh
# Do not change here without syncing there and vice-versa.
ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
 echo "Suspicious java process found - waiting 30s to see if there are just slow to stop"
 sleep 30
 ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
 if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
   echo " {color:red}There appear to be $ZOMBIE_TESTS_COUNT zombie tests{color}, they should have been killed by surefire but survived"
   jps -v | grep surefirebooter | grep -e '-Dhbase.test'
   jps -v | grep surefirebooter | grep -e '-Dhbase.test' | cut -d ' ' -f 1 | xargs -n 1 jstack
   # Exit with error
   exit 1
 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
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
[30b16b4c] $ /bin/bash -xe /tmp/hudson755839211166274546.sh
+ pwd
<https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/ws/>
+ ls
bin
CHANGES.txt
conf
dev-support
extra_env_var
hbase-annotations
hbase-archetypes
hbase-assembly
hbase-checkstyle
hbase-client
hbase-common
hbase-examples
hbase-external-blockcache
hbase-hadoop2-compat
hbase-hadoop-compat
hbase-it
hbase-metrics
hbase-metrics-api
hbase-native-client
hbase-prefix-tree
hbase-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shaded
hbase-shell
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=4
+ [[ 4 != 0 ]]
+ echo 'Suspicious java process found - waiting 30s to see if there are just slow to stop'
Suspicious java process found - waiting 30s to see if there are just slow to stop
+ sleep 30
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test, but some tests took some time to stop'
We're ok: there is no zombie test, but some tests took some time to stop
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Recording test results
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
ERROR: Step ?Publish JUnit test result report? aborted due to exception: 
java.lang.OutOfMemoryError: Java heap space
	at com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append(XMLStringBuffer.java:208)
	at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanData(XMLEntityScanner.java:1507)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanCDATASection(XMLDocumentFragmentScannerImpl.java:1648)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3011)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:504)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:642)
	at org.dom4j.io.SAXReader.read(SAXReader.java:465)
	at org.dom4j.io.SAXReader.read(SAXReader.java:264)
	at hudson.tasks.junit.SuiteResult.parse(SuiteResult.java:126)
	at hudson.tasks.junit.TestResult.parse(TestResult.java:302)
	at hudson.tasks.junit.TestResult.parsePossiblyEmpty(TestResult.java:244)
	at hudson.tasks.junit.TestResult.parse(TestResult.java:175)
	at hudson.tasks.junit.TestResult.parse(TestResult.java:154)
	at hudson.tasks.junit.TestResult.<init>(TestResult.java:126)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:132)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:107)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2731)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to H2(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
Caused: java.io.IOException: Remote call on H2 failed
	at hudson.remoting.Channel.call(Channel.java:838)
	at hudson.FilePath.act(FilePath.java:985)
Caused: java.io.IOException: remote file operation failed: <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/ws/> at hudson.remoting.Channel@6f6f1f10:H2
	at hudson.FilePath.act(FilePath.java:992)
	at hudson.FilePath.act(FilePath.java:974)
	at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:103)
	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:128)
	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:149)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
	at hudson.model.Run.execute(Run.java:1753)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8