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/07/27 23:47:06 UTC

Build failed in Jenkins: HBase-1.2-IT » IntegrationTestAcidGuarantees,latest1.7,Hadoop #65

See <https://builds.apache.org/job/HBase-1.2-IT/it.test=IntegrationTestAcidGuarantees,jdk=latest1.7,label=Hadoop/65/changes>

Changes:

[esteban] HBASE-13089 Fix test compilation error on building against htrace-3.2.0-incubating

------------------------------------------
[...truncated 47772 lines...]
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (verify) @ hbase-it ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/HBase-1.2-IT/it.test=IntegrationTestAcidGuarantees,jdk=latest1.7,label=Hadoop/ws/hbase-it/target/failsafe-reports>
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] HBase ............................................. SUCCESS [1:50.054s]
[INFO] HBase - Checkstyle ................................ SUCCESS [9.366s]
[INFO] HBase - Annotations ............................... SUCCESS [1.153s]
[INFO] HBase - Protocol .................................. SUCCESS [18.852s]
[INFO] HBase - Common .................................... SUCCESS [3:37.512s]
[INFO] HBase - Procedure ................................. SUCCESS [1.313s]
[INFO] HBase - Client .................................... SUCCESS [12.830s]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [0.795s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [5.963s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [1.292s]
[INFO] HBase - Server .................................... SUCCESS [1:01.618s]
[INFO] HBase - Testing Util .............................. SUCCESS [2:14.023s]
[INFO] HBase - Thrift .................................... SUCCESS [7.195s]
[INFO] HBase - Rest ...................................... SUCCESS [2.627s]
[INFO] HBase - Shell ..................................... SUCCESS [6.032s]
[INFO] HBase - Integration Tests ......................... FAILURE [30:02.251s]
[INFO] HBase - Examples .................................. SKIPPED
[INFO] HBase - Assembly .................................. SKIPPED
[INFO] HBase - Shaded .................................... SKIPPED
[INFO] HBase - Shaded - Client ........................... SKIPPED
[INFO] HBase - Shaded - Server ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40:27.542s
[INFO] Finished at: Mon Jul 27 21:47:21 UTC 2015
[INFO] Final Memory: 140M/1394M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18:verify (verify) on project hbase-it: 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-it
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
[Hadoop] $ /bin/bash -xe /tmp/hudson3937523750443791169.sh
++ jps
++ grep surefirebooter
++ wc -l
+ ZOMBIE_TESTS_COUNT=2
+ [[ 2 != 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
++ cut -d ' ' -f 1
++ grep surefirebooter
++ grep .test
++ grep '\.java'
++ xargs -n 1 jstack
+ ZB_STACK='	at org.apache.hadoop.hbase.master.balancer.TestFavoredNodeAssignmentHelper.testSecondaryAndTertiaryPlacementWithMultipleRacks(TestFavoredNodeAssignmentHelper.java:194)'
+ jps
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs -n 1 jstack
2015-07-27 21:47:34
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.72-b04 mixed mode):

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

"process reaper" daemon prio=10 tid=0x00007fa704984800 nid=0x7c9e waiting on condition [0x00007fa6e7683000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x00000007529fb238> (a java.util.concurrent.SynchronousQueue$TransferStack)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
	at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
	at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
	at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
	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=0x00007fa70429b800 nid=0x7c9b runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread1" daemon prio=10 tid=0x00007fa704299000 nid=0x7c9a runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

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

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

"Finalizer" daemon prio=10 tid=0x00007fa70426b800 nid=0x7c97 in Object.wait() [0x00007fa6f0dda000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x0000000752a54d30> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
	- locked <0x0000000752a54d30> (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=0x00007fa704269000 nid=0x7c96 in Object.wait() [0x00007fa6f0edb000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x0000000752a54850> (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 <0x0000000752a54850> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0x00007fa70400a800 nid=0x7c87 runnable [0x00007fa70b88e000]
   java.lang.Thread.State: RUNNABLE
	at java.lang.Throwable.fillInStackTrace(Native Method)
	at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
	- locked <0x00000007f1bd2510> (a java.lang.Throwable)
	at java.lang.Throwable.<init>(Throwable.java:250)
	at org.mockito.internal.debugging.LocationImpl.<init>(LocationImpl.java:24)
	at org.mockito.internal.debugging.LocationImpl.<init>(LocationImpl.java:19)
	at org.mockito.internal.invocation.InvocationImpl.<init>(InvocationImpl.java:50)
	at org.mockito.internal.creation.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:60)
	at org.apache.hadoop.hbase.master.RackManager$$EnhancerByMockitoWithCGLIB$$9c834da7.getRack(<generated>)
	at org.apache.hadoop.hbase.master.balancer.TestFavoredNodeAssignmentHelper.testSecondaryAndTertiaryPlacementWithMultipleRacks(TestFavoredNodeAssignmentHelper.java:201)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:77)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:53)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:144)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

"VM Thread" prio=10 tid=0x00007fa704265000 nid=0x7c95 runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0x00007fa704020800 nid=0x7c88 runnable 

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

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

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

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

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

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

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

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

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

"GC task thread#10 (ParallelGC)" prio=10 tid=0x00007fa704033000 nid=0x7c92 runnable 

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

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

"VM Periodic Task Thread" prio=10 tid=0x00007fa7042a6000 nid=0x7c9c waiting on condition 

JNI global references: 189

+ echo '************ END  zombies jstack extract'
************ END  zombies jstack extract
+ JIRA_COMMENT='

     {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s): 	at org.apache.hadoop.hbase.master.balancer.TestFavoredNodeAssignmentHelper.testSecondaryAndTertiaryPlacementWithMultipleRacks(TestFavoredNodeAssignmentHelper.java:194)'
+ 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.2-IT » IntegrationTestAcidGuarantees,latest1.7,Hadoop #64
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 6171278 bytes
Compression is 0.0%
Took 1.5 sec

Jenkins build is back to normal : HBase-1.2-IT » IntegrationTestAcidGuarantees,latest1.7,Hadoop #66

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.2-IT/it.test=IntegrationTestAcidGuarantees,jdk=latest1.7,label=Hadoop/66/changes>