See <https://builds.apache.org/job/HBase-TRUNK/6303/changes>
Changes:
[stack] HBASE-13298 Clarify if Table.{set|get}WriteBufferSize() is deprecated
or not
[Gary Helmling] Fix company name for garyh
------------------------------------------
[...truncated 3078 lines...]
+ [[ 2 != 0 ]]
+ echo 'There are 2 zombie tests, they should have been killed by surefire but
survived'
There are 2 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
++ xargs -n 1 jstack
++ grep '\.java'
+ ZB_STACK=' at
org.apache.mahout.math.neighborhood.SearchSanityTest.testSearchLimiting(SearchSanityTest.java:217)
at
org.apache.mahout.math.neighborhood.LocalitySensitiveHashSearchTest.testNormal(LocalitySensitiveHashSearchTest.java:58)'
+ jps
+ grep surefirebooter
+ xargs -n 1 jstack
+ cut -d ' ' -f 1
2015-03-25 23:05:06
Full thread dump Java HotSpot(TM) Server VM (23.25-b01 mixed mode):
"Attach Listener" daemon prio=10 tid=0xaa400800 nid=0x751c waiting on condition
[0x00000000]
java.lang.Thread.State: RUNNABLE
"Service Thread" daemon prio=10 tid=0xaa8f7800 nid=0x6f09 runnable [0x00000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=10 tid=0xaa8f5c00 nid=0x6f08 waiting on
condition [0x00000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=10 tid=0xaa8f3c00 nid=0x6f07 waiting on
condition [0x00000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0xaa8f2000 nid=0x6f06 runnable
[0x00000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=10 tid=0xaa8b7000 nid=0x6f04 in Object.wait()
[0xaec7d000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0xb38cc2e0> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- locked <0xb38cc2e0> (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=0xaa8b5400 nid=0x6f03 in Object.wait()
[0xaee7d000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0xb38cafe0> (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 <0xb38cafe0> (a java.lang.ref.Reference$Lock)
"main" prio=10 tid=0xf6706800 nid=0x6ef4 runnable [0xf6924000]
java.lang.Thread.State: RUNNABLE
at
org.apache.mahout.math.neighborhood.ProjectionSearch.add(ProjectionSearch.java:106)
at
org.apache.mahout.math.neighborhood.Searcher.addAll(Searcher.java:111)
at
org.apache.mahout.math.neighborhood.SearchSanityTest.testSearchLimiting(SearchSanityTest.java:217)
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.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.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=0xaa7f8800 nid=0x6f02 runnable
"GC task thread#0 (ParallelGC)" prio=10 tid=0xf6710800 nid=0x6ef5 runnable
"GC task thread#1 (ParallelGC)" prio=10 tid=0xf6712000 nid=0x6ef6 runnable
"GC task thread#2 (ParallelGC)" prio=10 tid=0xf6713800 nid=0x6ef7 runnable
"GC task thread#3 (ParallelGC)" prio=10 tid=0xf6714c00 nid=0x6ef8 runnable
"GC task thread#4 (ParallelGC)" prio=10 tid=0xf6716400 nid=0x6ef9 runnable
"GC task thread#5 (ParallelGC)" prio=10 tid=0xf6717c00 nid=0x6efa runnable
"GC task thread#6 (ParallelGC)" prio=10 tid=0xf6719400 nid=0x6efb runnable
"GC task thread#7 (ParallelGC)" prio=10 tid=0xf671a800 nid=0x6efc runnable
"GC task thread#8 (ParallelGC)" prio=10 tid=0xf671c000 nid=0x6efd runnable
"GC task thread#9 (ParallelGC)" prio=10 tid=0xf671d800 nid=0x6efe runnable
"GC task thread#10 (ParallelGC)" prio=10 tid=0xf671ec00 nid=0x6eff runnable
"GC task thread#11 (ParallelGC)" prio=10 tid=0xf6720400 nid=0x6f00 runnable
"GC task thread#12 (ParallelGC)" prio=10 tid=0xf6721c00 nid=0x6f01 runnable
"VM Periodic Task Thread" prio=10 tid=0xaa8f9400 nid=0x6f0a waiting on
condition
JNI global references: 216
2015-03-25 23:05:06
Full thread dump Java HotSpot(TM) Server VM (23.25-b01 mixed mode):
"Attach Listener" daemon prio=10 tid=0xaa400800 nid=0x7536 waiting on condition
[0x00000000]
java.lang.Thread.State: RUNNABLE
"Service Thread" daemon prio=10 tid=0xaa8f7800 nid=0x6dd9 runnable [0x00000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=10 tid=0xaa8f5c00 nid=0x6dd8 waiting on
condition [0x00000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=10 tid=0xaa8f3c00 nid=0x6dd7 waiting on
condition [0x00000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0xaa8f2000 nid=0x6dd5 runnable
[0x00000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=10 tid=0xaa8b7000 nid=0x6dc1 in Object.wait()
[0xaec7d000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0xb3627868> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- locked <0xb3627868> (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=0xaa8b5400 nid=0x6dc0 in Object.wait()
[0xaee7d000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0xb362c0e0> (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 <0xb362c0e0> (a java.lang.ref.Reference$Lock)
"main" prio=10 tid=0xf6706800 nid=0x6dae runnable [0xf68dc000]
java.lang.Thread.State: RUNNABLE
at com.tdunning.math.stats.GroupTree$1.push(GroupTree.java:255)
at com.tdunning.math.stats.GroupTree$1.computeNext(GroupTree.java:271)
at com.tdunning.math.stats.GroupTree$1.hasNext(GroupTree.java:226)
at com.tdunning.math.stats.TreeDigest.quantile(TreeDigest.java:273)
at
org.apache.mahout.math.stats.OnlineSummarizer.getQuartile(OnlineSummarizer.java:84)
at
org.apache.mahout.math.neighborhood.LocalitySensitiveHashSearch.searchInternal(LocalitySensitiveHashSearch.java:175)
at
org.apache.mahout.math.neighborhood.LocalitySensitiveHashSearch.search(LocalitySensitiveHashSearch.java:190)
at
org.apache.mahout.math.neighborhood.LocalitySensitiveHashSearchTest.evaluateStrategy(LocalitySensitiveHashSearchTest.java:75)
at
org.apache.mahout.math.neighborhood.LocalitySensitiveHashSearchTest.testNormal(LocalitySensitiveHashSearchTest.java:58)
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.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=0xaa7f8800 nid=0x6dbf runnable
"GC task thread#0 (ParallelGC)" prio=10 tid=0xf6710800 nid=0x6daf runnable
"GC task thread#1 (ParallelGC)" prio=10 tid=0xf6712000 nid=0x6db0 runnable
"GC task thread#2 (ParallelGC)" prio=10 tid=0xf6713800 nid=0x6db1 runnable
"GC task thread#3 (ParallelGC)" prio=10 tid=0xf6714c00 nid=0x6db2 runnable
"GC task thread#4 (ParallelGC)" prio=10 tid=0xf6716400 nid=0x6db3 runnable
"GC task thread#5 (ParallelGC)" prio=10 tid=0xf6717c00 nid=0x6db4 runnable
"GC task thread#6 (ParallelGC)" prio=10 tid=0xf6719400 nid=0x6db6 runnable
"GC task thread#7 (ParallelGC)" prio=10 tid=0xf671a800 nid=0x6db7 runnable
"GC task thread#8 (ParallelGC)" prio=10 tid=0xf671c000 nid=0x6db9 runnable
"GC task thread#9 (ParallelGC)" prio=10 tid=0xf671d800 nid=0x6dba runnable
"GC task thread#10 (ParallelGC)" prio=10 tid=0xf671ec00 nid=0x6dbb runnable
"GC task thread#11 (ParallelGC)" prio=10 tid=0xf6720400 nid=0x6dbc runnable
"GC task thread#12 (ParallelGC)" prio=10 tid=0xf6721c00 nid=0x6dbd runnable
"VM Periodic Task Thread" prio=10 tid=0xaa8f9400 nid=0x6ddc waiting on
condition
JNI global references: 119
+ echo '************ END zombies jstack extract'
************ END zombies jstack extract
+ JIRA_COMMENT='
{color:red}-1 core zombie tests{color}. There are 2 zombie test(s):
at
org.apache.mahout.math.neighborhood.SearchSanityTest.testSearchLimiting(SearchSanityTest.java:217)
at
org.apache.mahout.math.neighborhood.LocalitySensitiveHashSearchTest.testNormal(LocalitySensitiveHashSearchTest.java:58)'
+ BAD=1
+ jps
+ grep surefirebooter
+ xargs kill -9
+ cut -d ' ' -f 1
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Sending artifact delta relative to HBase-TRUNK #6300
Archived 2016 artifacts
Archive block size is 32768
Received 73 blocks and 413484517 bytes
Compression is 0.6%
Took 2 min 41 sec
Recording test results
[FINDBUGS] Skipping publisher since build result is FAILURE
[CHECKSTYLE] Skipping publisher since build result is FAILURE
Updating HBASE-13298