See 
<https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestImportTsv,jdk=latest1.8,label=Hadoop/216/changes>

Changes:

[stack] HBASE-14571 Purge TestProcessBasedCluster; it does nothing and then

[stack] HBASE-14502 Purge use of jmock and remove as dependency (Gabor Liptak)

[stack] HBASE-14572 TestImportExport#testImport94Table can't find its src data

------------------------------------------
[...truncated 1208 lines...]
[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] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:02.383s
[INFO] Finished at: Wed Oct 07 09:12:23 UTC 2015
[INFO] Final Memory: 198M/2662M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile 
(default-testCompile) on project hbase-server: Compilation failure: Compilation 
failure:
[ERROR] 
<https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestImportTsv,jdk=latest1.8,label=Hadoop/ws/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java>:[229,6]
 error: cannot find symbol
[ERROR] symbol:   variable LOG
[ERROR] location: class TestImportExport
[ERROR] 
<https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestImportTsv,jdk=latest1.8,label=Hadoop/ws/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java>:[233,4]
 error: cannot find symbol
[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
[Hadoop] $ /bin/bash -xe /tmp/hudson571186406987547468.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.hadoop.mapreduce.lib.jobcontrol.TestMapReduceJobControlWithMocks.testSuccessfulJobs(TestMapReduceJobControlWithMocks.java:50)'
+ grep surefirebooter
+ jps
+ cut -d ' ' -f 1
+ xargs -n 1 jstack
2015-10-07 09:12:36
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.0-b70 mixed mode):

"Attach Listener" #25 daemon prio=9 os_prio=0 tid=0x00007fcd44735000 nid=0x1eb8 
waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Thread-5" #24 prio=5 os_prio=0 tid=0x00007fcd44733800 nid=0x1e3a waiting on 
condition [0x00007fcd2499a000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.hadoop.mapreduce.lib.jobcontrol.JobControl.run(JobControl.java:260)
        at java.lang.Thread.run(Thread.java:744)

"Thread-4" #23 prio=5 os_prio=0 tid=0x00007fcd448f4800 nid=0x1e1b waiting on 
condition [0x00007fcd24cd4000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.hadoop.mapreduce.lib.jobcontrol.JobControl.run(JobControl.java:260)
        at java.lang.Thread.run(Thread.java:744)

"process reaper" #20 daemon prio=10 os_prio=0 tid=0x0000000001266800 nid=0x1e17 
waiting on condition [0x00007fcd249d3000]
   java.lang.Thread.State: TIMED_WAITING (parking)
        at sun.misc.Unsafe.park(Native Method)
        - parking to wait for  <0x00000000d6791708> (a 
java.util.concurrent.SynchronousQueue$TransferStack)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:744)

"Service Thread" #17 daemon prio=9 os_prio=0 tid=0x00007fcd442d4800 nid=0x1e0c 
runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C1 CompilerThread11" #16 daemon prio=9 os_prio=0 tid=0x00007fcd442cf800 
nid=0x1e0a waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C1 CompilerThread10" #15 daemon prio=9 os_prio=0 tid=0x00007fcd442cd800 
nid=0x1e09 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C1 CompilerThread9" #14 daemon prio=9 os_prio=0 tid=0x00007fcd442cb000 
nid=0x1e08 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C1 CompilerThread8" #13 daemon prio=9 os_prio=0 tid=0x00007fcd442c9800 
nid=0x1e07 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread7" #12 daemon prio=9 os_prio=0 tid=0x00007fcd442c7000 
nid=0x1e06 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread6" #11 daemon prio=9 os_prio=0 tid=0x00007fcd442c5000 
nid=0x1e05 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread5" #10 daemon prio=9 os_prio=0 tid=0x00007fcd442c3000 
nid=0x1e04 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread4" #9 daemon prio=9 os_prio=0 tid=0x00007fcd442b0800 
nid=0x1e03 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread3" #8 daemon prio=9 os_prio=0 tid=0x00007fcd442ae800 
nid=0x1e02 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread2" #7 daemon prio=9 os_prio=0 tid=0x00007fcd442aa000 
nid=0x1e01 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread1" #6 daemon prio=9 os_prio=0 tid=0x00007fcd442a8000 
nid=0x1e00 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" #5 daemon prio=9 os_prio=0 tid=0x00007fcd442a5000 
nid=0x1dff waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Signal Dispatcher" #4 daemon prio=9 os_prio=0 tid=0x00007fcd442a3000 
nid=0x1dfe runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Finalizer" #3 daemon prio=8 os_prio=0 tid=0x00007fcd44276000 nid=0x1dfb in 
Object.wait() [0x00007fcd263e2000]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x00000000800ff988> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:142)
        - locked <0x00000000800ff988> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:158)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)

"Reference Handler" #2 daemon prio=10 os_prio=0 tid=0x00007fcd44272000 
nid=0x1dfa in Object.wait() [0x00007fcd264e3000]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x00000000800ff178> (a java.lang.ref.Reference$Lock)
        at java.lang.Object.wait(Object.java:502)
        at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157)
        - locked <0x00000000800ff178> (a java.lang.ref.Reference$Lock)

"main" #1 prio=5 os_prio=0 tid=0x00007fcd4400a800 nid=0x1de9 waiting on 
condition [0x00007fcd4d5c2000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.hadoop.mapreduce.lib.jobcontrol.TestMapReduceJobControlWithMocks.waitTillAllFinished(TestMapReduceJobControlWithMocks.java:160)
        at 
org.apache.hadoop.mapreduce.lib.jobcontrol.TestMapReduceJobControlWithMocks.runJobControl(TestMapReduceJobControlWithMocks.java:154)
        at 
org.apache.hadoop.mapreduce.lib.jobcontrol.TestMapReduceJobControlWithMocks.testSuccessfulJobs(TestMapReduceJobControlWithMocks.java:50)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        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.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" os_prio=0 tid=0x00007fcd4426d000 nid=0x1df7 runnable 

"GC task thread#0 (ParallelGC)" os_prio=0 tid=0x00007fcd4401f800 nid=0x1dea 
runnable 

"GC task thread#1 (ParallelGC)" os_prio=0 tid=0x00007fcd44021800 nid=0x1deb 
runnable 

"GC task thread#2 (ParallelGC)" os_prio=0 tid=0x00007fcd44023000 nid=0x1dec 
runnable 

"GC task thread#3 (ParallelGC)" os_prio=0 tid=0x00007fcd44025000 nid=0x1ded 
runnable 

"GC task thread#4 (ParallelGC)" os_prio=0 tid=0x00007fcd44026800 nid=0x1dee 
runnable 

"GC task thread#5 (ParallelGC)" os_prio=0 tid=0x00007fcd44028800 nid=0x1def 
runnable 

"GC task thread#6 (ParallelGC)" os_prio=0 tid=0x00007fcd4402a000 nid=0x1df0 
runnable 

"GC task thread#7 (ParallelGC)" os_prio=0 tid=0x00007fcd4402c000 nid=0x1df1 
runnable 

"GC task thread#8 (ParallelGC)" os_prio=0 tid=0x00007fcd4402d800 nid=0x1df2 
runnable 

"GC task thread#9 (ParallelGC)" os_prio=0 tid=0x00007fcd4402f800 nid=0x1df3 
runnable 

"GC task thread#10 (ParallelGC)" os_prio=0 tid=0x00007fcd44031000 nid=0x1df4 
runnable 

"GC task thread#11 (ParallelGC)" os_prio=0 tid=0x00007fcd44033000 nid=0x1df5 
runnable 

"GC task thread#12 (ParallelGC)" os_prio=0 tid=0x00007fcd44034800 nid=0x1df6 
runnable 

"VM Periodic Task Thread" os_prio=0 tid=0x00007fcd442d7000 nid=0x1e0d waiting 
on condition 

JNI global references: 47

+ 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.mapreduce.lib.jobcontrol.TestMapReduceJobControlWithMocks.testSuccessfulJobs(TestMapReduceJobControlWithMocks.java:50)'
+ BAD=1
+ jps
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs kill -9
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts

Reply via email to