You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@hbase.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/05/28 04:38:40 UTC

Build failed in Jenkins: HBase-1.1 #506

See <https://builds.apache.org/job/HBase-1.1/506/changes>

Changes:

[enis] HBASE-13732 TestHBaseFsck#testParallelWithRetriesHbck fails intermittently (Stephen Yuan Jiang)

------------------------------------------
[...truncated 1358 lines...]
Running org.apache.hadoop.hbase.TestServerLoad
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 sec - in org.apache.hadoop.hbase.TestServerLoad
Running org.apache.hadoop.hbase.TestHDFSBlocksDistribution
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 sec - in org.apache.hadoop.hbase.TestHDFSBlocksDistribution
Running org.apache.hadoop.hbase.errorhandling.TestTimeoutExceptionInjector
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 sec - in org.apache.hadoop.hbase.errorhandling.TestTimeoutExceptionInjector
Running org.apache.hadoop.hbase.errorhandling.TestForeignExceptionDispatcher
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec - in org.apache.hadoop.hbase.errorhandling.TestForeignExceptionDispatcher
Running org.apache.hadoop.hbase.errorhandling.TestForeignExceptionSerialization
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 sec - in org.apache.hadoop.hbase.errorhandling.TestForeignExceptionSerialization
Running org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.88 sec - in org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation
Running org.apache.hadoop.hbase.TestCheckTestClasses
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.668 sec - in org.apache.hadoop.hbase.TestCheckTestClasses

Results :




Tests run: 892, Failures: 0, Errors: 0, Skipped: 5

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] HBase ............................................. SUCCESS [4.505s]
[INFO] HBase - Checkstyle ................................ SUCCESS [0.873s]
[INFO] HBase - Annotations ............................... SUCCESS [1.188s]
[INFO] HBase - Protocol .................................. SUCCESS [15.607s]
[INFO] HBase - Common .................................... SUCCESS [1:45.875s]
[INFO] HBase - Procedure ................................. SUCCESS [1:19.731s]
[INFO] HBase - Client .................................... SUCCESS [1:34.815s]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [7.768s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [8.184s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [12.237s]
[INFO] HBase - Server .................................... FAILURE [14:15.703s]
[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] HBase - Shaded .................................... SKIPPED
[INFO] HBase - Shaded - Client ........................... SKIPPED
[INFO] HBase - Shaded - Server ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19:49.173s
[INFO] Finished at: Thu May 28 02:36:44 UTC 2015
[INFO] Final Memory: 104M/1472M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on project hbase-server: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <https://builds.apache.org/job/HBase-1.1/ws/hbase-server> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.7u51/jre/bin/java -enableassertions -XX:MaxDirectMemorySize=1G -Xmx2800m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -jar <https://builds.apache.org/job/HBase-1.1/ws/hbase-server/target/surefire/surefirebooter2885885592148808427.jar> <https://builds.apache.org/job/HBase-1.1/ws/hbase-server/target/surefire/surefire1685731989284001453tmp> <https://builds.apache.org/job/HBase-1.1/ws/hbase-server/target/surefire/surefire_404374575718213839469tmp>
[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.1] $ /bin/bash -xe /tmp/hudson3133078793910379772.sh
++ jps
++ wc -l
++ grep surefirebooter
+ ZOMBIE_TESTS_COUNT=1
+ [[ 1 != 0 ]]
+ echo 'Suspicious java process found - waiting 10s to see if there are just slow to stop'
Suspicious java process found - waiting 10s to see if there are just slow to stop
+ sleep 10
++ jps
++ wc -l
++ grep surefirebooter
+ 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
++ grep .test
++ grep '\.java'
++ xargs -n 1 jstack
+ ZB_STACK='	at org.apache.hadoop.hbase.procedure2.store.TestProcedureStoreTracker.testLoad(TestProcedureStoreTracker.java:206)'
+ jps
+ grep surefirebooter
+ xargs -n 1 jstack
+ cut -d ' ' -f 1
2015-05-28 02:36:56
Full thread dump Java HotSpot(TM) Server VM (23.25-b01 mixed mode):

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

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

"C2 CompilerThread1" daemon prio=10 tid=0x2a1f5c00 nid=0x6b80 runnable [0x00000000]
   java.lang.Thread.State: RUNNABLE

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

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

"Finalizer" daemon prio=10 tid=0x2a1b7000 nid=0x6b7d in Object.wait() [0x3367d000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x44647528> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
	- locked <0x44647528> (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=0x2a1b5400 nid=0x6b7c in Object.wait() [0x3397d000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x446475a8> (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 <0x446475a8> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0xf6706800 nid=0x6b6d runnable [0xf693c000]
   java.lang.Thread.State: RUNNABLE
	at org.apache.hadoop.hbase.procedure2.store.ProcedureStoreTracker.getOrCreateNode(ProcedureStoreTracker.java:465)
	at org.apache.hadoop.hbase.procedure2.store.ProcedureStoreTracker.setDeleted(ProcedureStoreTracker.java:390)
	at org.apache.hadoop.hbase.procedure2.store.TestProcedureStoreTracker.testLoad(TestProcedureStoreTracker.java:206)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:77)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:53)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:144)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

"VM Thread" prio=10 tid=0x2a0f8c00 nid=0x6b7b runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0xf6710c00 nid=0x6b6e runnable 

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

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

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

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

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

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

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

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

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

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

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

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

"VM Periodic Task Thread" prio=10 tid=0x2a1f9c00 nid=0x6b82 waiting on condition 

JNI global references: 200

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

     {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s): 	at org.apache.hadoop.hbase.procedure2.store.TestProcedureStoreTracker.testLoad(TestProcedureStoreTracker.java:206)'
+ 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.1 #505
Archived 952 artifacts
Archive block size is 32768
Received 4 blocks and 35157941 bytes
Compression is 0.4%
Took 1 min 35 sec
Recording test results
Updating HBASE-13732

Jenkins build is back to normal : HBase-1.1 #507

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