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/02/12 04:12:22 UTC

Build failed in Jenkins: HBase-1.0 #730

See <https://builds.apache.org/job/HBase-1.0/730/changes>

Changes:

[enis] HBASE-12991 Use HBase 1.0 interfaces in hbase-rest (Solomon Duskis)

------------------------------------------
[...truncated 2007 lines...]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [7.243s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [6.378s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [7.917s]
[INFO] HBase - Server .................................... FAILURE [1:13:15.933s]
[INFO] HBase - Testing Util .............................. SKIPPED
[INFO] HBase - Thrift .................................... SKIPPED
[INFO] HBase - Rest ...................................... SKIPPED
[INFO] HBase - Shell ..................................... SKIPPED
[INFO] HBase - Integration Tests ......................... SKIPPED
[INFO] HBase - Examples .................................. SKIPPED
[INFO] HBase - Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:16:11.262s
[INFO] Finished at: Thu Feb 12 03:10:13 UTC 2015
[INFO] Final Memory: 46M/501M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test (secondPartTestsExecution) on project hbase-server: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/HBase-1.0/hbase-server/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hbase-server
Build step 'Invoke top-level Maven targets' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  :   ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l`
  if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
    #It seems sometimes the tests are not dying immediately. Let's give them 10s
    echo "Suspicious java process found - waiting 10s to see if there are just slow to stop"
    sleep 10   
    ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l`
    if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
      echo "There are $ZOMBIE_TESTS_COUNT zombie tests, they should have been killed by surefire but survived"
      echo "************ BEGIN zombies jstack extract"
      ZB_STACK=`jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 jstack | grep ".test" | grep "\.java"`
      jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 jstack
      echo "************ END  zombies jstack extract"
      JIRA_COMMENT="$JIRA_COMMENT

     {color:red}-1 core zombie tests{color}.  There are ${ZOMBIE_TESTS_COUNT} zombie test(s): ${ZB_STACK}"
      BAD=1
      jps | grep surefirebooter | cut -d ' ' -f 1 | xargs kill -9
    else
      echo "We're ok: there is no zombie test, but some tests took some time to stop"
    fi
  else
    echo "We're ok: there is no zombie test"
  fi
[HBase-1.0] $ /bin/bash -xe /tmp/hudson7276705811844482316.sh
++ grep surefirebooter
++ jps
++ wc -l
+ ZOMBIE_TESTS_COUNT=1
+ [[ 1 != 0 ]]
+ echo 'Suspicious java process found - waiting 10s to see if there are just slow to stop'
Suspicious java process found - waiting 10s to see if there are just slow to stop
+ sleep 10
++ jps
++ grep surefirebooter
++ wc -l
+ ZOMBIE_TESTS_COUNT=1
+ [[ 1 != 0 ]]
+ echo 'There are 1 zombie tests, they should have been killed by surefire but survived'
There are 1 zombie tests, they should have been killed by surefire but survived
+ echo '************ BEGIN zombies jstack extract'
************ BEGIN zombies jstack extract
++ jps
++ grep surefirebooter
++ cut -d ' ' -f 1
++ xargs -n 1 jstack
++ grep .test
++ grep '\.java'
+ ZB_STACK='	at org.apache.reef.tests.taskcounting.TaskCountingTest.testTaskCounting(TaskCountingTest.java:65)'
+ jps
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs -n 1 jstack
2015-02-12 03:10:27
Full thread dump Java HotSpot(TM) Server VM (23.25-b01 mixed mode):

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

"org.apache.reef.wake.remote.transport.netty.NettyMessagingTransportServerWorker-pool-4-thread-1" prio=10 tid=0xa7f0e400 nid=0x777f runnable [0xae27d000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
	- locked <0xe01c7ee0> (a io.netty.channel.nio.SelectedSelectionKeySet)
	- locked <0xe01e6e10> (a java.util.Collections$UnmodifiableSet)
	- locked <0xe01c7e00> (a sun.nio.ch.EPollSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
	at java.lang.Thread.run(Thread.java:724)

"org.apache.reef.wake.remote.transport.netty.NettyMessagingTransportServerBoss-pool-3-thread-1" prio=10 tid=0xa7e62400 nid=0x7759 runnable [0xae67d000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
	- locked <0xe01300e0> (a io.netty.channel.nio.SelectedSelectionKeySet)
	- locked <0xe0130100> (a java.util.Collections$UnmodifiableSet)
	- locked <0xe01300a0> (a sun.nio.ch.EPollSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
	at java.lang.Thread.run(Thread.java:724)

"Service Thread" daemon prio=10 tid=0xa9626c00 nid=0x7751 runnable [0x00000000]
   java.lang.Thread.State: RUNNABLE

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

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

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

"Finalizer" daemon prio=10 tid=0xa9be6c00 nid=0x774d in Object.wait() [0xaee7d000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe01303a8> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
	- locked <0xe01303a8> (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=0xa9be5000 nid=0x774c in Object.wait() [0xaf07d000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0130430> (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 <0xe0130430> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0xf6706800 nid=0x7738 in Object.wait() [0xf694a000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe01309a0> (a org.apache.reef.client.DriverLauncher)
	at java.lang.Object.wait(Object.java:503)
	at org.apache.reef.client.DriverLauncher.run(DriverLauncher.java:108)
	- locked <0xe01309a0> (a org.apache.reef.client.DriverLauncher)
	at org.apache.reef.tests.taskcounting.TaskCountingTest.testTaskCounting(TaskCountingTest.java:65)
	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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

"VM Thread" prio=10 tid=0xa9ef8400 nid=0x774b runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0xf6710800 nid=0x7739 runnable 

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

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

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

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

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

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

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

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

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

"GC task thread#10 (ParallelGC)" prio=10 tid=0xf671ec00 nid=0x7743 runnable 

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

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

"GC task thread#13 (ParallelGC)" prio=10 tid=0xf6723000 nid=0x7746 runnable 

"GC task thread#14 (ParallelGC)" prio=10 tid=0xf6724800 nid=0x7747 runnable 

"GC task thread#15 (ParallelGC)" prio=10 tid=0xf6726000 nid=0x7748 runnable 

"GC task thread#16 (ParallelGC)" prio=10 tid=0xf6727400 nid=0x7749 runnable 

"GC task thread#17 (ParallelGC)" prio=10 tid=0xf6728c00 nid=0x774a runnable 

"VM Periodic Task Thread" prio=10 tid=0xa9628c00 nid=0x7752 waiting on condition 

JNI global references: 186

+ 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.reef.tests.taskcounting.TaskCountingTest.testTaskCounting(TaskCountingTest.java:65)'
+ BAD=1
+ jps
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs kill -9
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Sending artifact delta relative to HBase-1.0 #729
Archived 1854 artifacts
Archive block size is 32768
Received 27 blocks and 408835037 bytes
Compression is 0.2%
Took 1 min 46 sec
Recording test results
Updating HBASE-12991

Jenkins build is back to normal : HBase-1.0 #731

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