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 2013/08/28 03:22:45 UTC

Build failed in Jenkins: hbase-0.95 #499

See <https://builds.apache.org/job/hbase-0.95/499/changes>

Changes:

[ddas] HBASE-9116. Continuation of the commit. Doing 'svn delete' of a file missed earlier.

[ddas] HBASE-9116. Adds a view/edit tool for favored nodes mapping. Also implements the FavoredNodeLoadBalancer.balanceCluster method.

[jdcryans] HBASE-9307 HalfStoreFileReader needs to handle the faked key else compactions 
           go into infinite loops

------------------------------------------
[...truncated 4234 lines...]
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hbase-server
Build step 'Invoke top-level Maven targets' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  :   ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l`
  if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
    #It seems sometimes the tests are not dying immediately. Let's give them 10s
    echo "Suspicious java process found - waiting 10s to see if there are just slow to stop"
    sleep 10
    ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l`
    if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
      echo "There are $ZOMBIE_TESTS_COUNT zombie tests, they should have been killed by surefire but survived"
      echo "************ BEGIN zombies jstack extract"
      ZB_STACK=`jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 jstack | grep ".test" | grep "\.java"`
      jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 jstack
      echo "************ END  zombies jstack extract"
      JIRA_COMMENT="$JIRA_COMMENT

     {color:red}-1 core zombie tests{color}.  There are ${ZOMBIE_TESTS_COUNT} zombie test(s): ${ZB_STACK}"
      BAD=1
      jps | grep surefirebooter | cut -d ' ' -f 1 | xargs kill -9
    else
      echo "We're ok: there is no zombie test, but some tests took some time to stop"
    fi
  else
    echo "We're ok: there is no zombie test"
  fi
[hbase-0.95] $ /bin/bash -xe /tmp/hudson8708752733848112540.sh
++ jps
++ grep surefirebooter
++ wc -l
+ ZOMBIE_TESTS_COUNT=1
+ [[ 1 != 0 ]]
+ echo 'Suspicious java process found - waiting 10s to see if there are just slow to stop'
Suspicious java process found - waiting 10s to see if there are just slow to stop
+ sleep 10
++ jps
++ grep surefirebooter
++ wc -l
+ ZOMBIE_TESTS_COUNT=1
+ [[ 1 != 0 ]]
+ echo 'There are 1 zombie tests, they should have been killed by surefire but survived'
There are 1 zombie tests, they should have been killed by surefire but survived
+ echo '************ BEGIN zombies jstack extract'
************ BEGIN zombies jstack extract
++ jps
++ grep surefirebooter
++ cut -d ' ' -f 1
++ xargs -n 1 jstack
++ grep .test
++ grep '\.java'
+ ZB_STACK='	at org.apache.james.smtpserver.SMTPServerTest.testNoRecepientSpecified(SMTPServerTest.java:1111)'
+ jps
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs -n 1 jstack
2013-08-28 01:22:25
Full thread dump OpenJDK 64-Bit Server VM (20.0-b12 mixed mode):

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

"New I/O server worker #31-1" prio=10 tid=0x00007f8cdc00f800 nid=0x592d runnable [0x00007f8d59a58000]
   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:83)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
	- locked <0x00000000f739b170> (a sun.nio.ch.Util$1)
	- locked <0x00000000f739b160> (a java.util.Collections$UnmodifiableSet)
	- locked <0x00000000f739af58> (a sun.nio.ch.EPollSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
	at org.jboss.netty.channel.socket.nio.SelectorUtil.select(SelectorUtil.java:33)
	at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:157)
	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:102)
	at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)

"Hashed wheel timer #31" prio=10 tid=0x00007f8cdc013800 nid=0x592b waiting on condition [0x00007f8d59e5c000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at org.jboss.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:455)
	at org.jboss.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:372)
	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:102)
	at java.lang.Thread.run(Thread.java:679)

"New I/O server boss #31 ([id: 0x6ad2b64e, /127.0.0.1:8031])" prio=10 tid=0x00007f8d84449000 nid=0x592a runnable [0x00007f8d5a05e000]
   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:83)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
	- locked <0x00000000f733cee0> (a sun.nio.ch.Util$1)
	- locked <0x00000000f733ced0> (a java.util.Collections$UnmodifiableSet)
	- locked <0x00000000f733ccc8> (a sun.nio.ch.EPollSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
	at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.run(NioServerSocketPipelineSink.java:232)
	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:102)
	at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)

"Low Memory Detector" daemon prio=10 tid=0x00007f8d840ba000 nid=0x566a runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

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

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

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

"Finalizer" daemon prio=10 tid=0x00007f8d84093800 nid=0x5666 in Object.wait() [0x00007f8d5b6f5000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000000f95883e0> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:133)
	- locked <0x00000000f95883e0> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:149)
	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)

"Reference Handler" daemon prio=10 tid=0x00007f8d84091800 nid=0x5665 in Object.wait() [0x00007f8d5b7f6000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000000f9580070> (a java.lang.ref.Reference$Lock)
	at java.lang.Object.wait(Object.java:502)
	at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
	- locked <0x00000000f9580070> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0x00007f8d84008000 nid=0x5637 runnable [0x00007f8d8c518000]
   java.lang.Thread.State: RUNNABLE
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:146)
	at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:282)
	at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:324)
	at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:176)
	- locked <0x00000000f733f2e0> (a java.io.InputStreamReader)
	at java.io.InputStreamReader.read(InputStreamReader.java:184)
	at java.io.BufferedReader.fill(BufferedReader.java:153)
	at java.io.BufferedReader.read(BufferedReader.java:174)
	- locked <0x00000000f733f2e0> (a java.io.InputStreamReader)
	at org.apache.commons.net.io.CRLFLineReader.readLine(CRLFLineReader.java:58)
	- locked <0x00000000f733f2e0> (a java.io.InputStreamReader)
	at org.apache.commons.net.smtp.SMTP.__getReply(SMTP.java:196)
	at org.apache.commons.net.smtp.SMTP.__sendCommand(SMTP.java:171)
	at org.apache.commons.net.smtp.SMTP.sendCommand(SMTP.java:315)
	at org.apache.commons.net.smtp.SMTP.sendCommand(SMTP.java:342)
	at org.apache.commons.net.smtp.SMTP.sendCommand(SMTP.java:391)
	at org.apache.commons.net.smtp.SMTP.quit(SMTP.java:760)
	at org.apache.james.smtpserver.SMTPServerTest.testNoRecepientSpecified(SMTPServerTest.java:1111)
	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:616)
	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 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:616)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:158)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)

"VM Thread" prio=10 tid=0x00007f8d8408d000 nid=0x5661 runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f8d84013000 nid=0x563b runnable 

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

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

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

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

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

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

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

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

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

"GC task thread#10 (ParallelGC)" prio=10 tid=0x00007f8d84025800 nid=0x5646 runnable 

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

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

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

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

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

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

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

"VM Periodic Task Thread" prio=10 tid=0x00007f8d840c4800 nid=0x566b waiting on condition 

JNI global references: 1255

+ 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.james.smtpserver.SMTPServerTest.testNoRecepientSpecified(SMTPServerTest.java:1111)'
+ BAD=1
+ jps
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs kill -9
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results
Updating HBASE-9116
Updating HBASE-9307

Jenkins build is back to normal : hbase-0.95 #500

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/hbase-0.95/500/changes>