See 
<https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/273/changes>

Changes:

[busbey] HBASE-14863 ADDENDUM remove files from modules that aren't in 0.98.

------------------------------------------
[...truncated 39421 lines...]
Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) Shell unit tests 
failed. Check output file for details.
        at (Anonymous).(root)(src/test/ruby/tests_runner.rb:66)


Results :

Tests in error: 
  TestShell.testRunShellTests:78 » EvalFailed (RuntimeError) Shell unit tests 
fa...

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [1:13.138s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [7.184s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.212s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [1.438s]
[INFO] Apache HBase - Common ............................. SUCCESS [2:32.478s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [21.257s]
[INFO] Apache HBase - Client ............................. SUCCESS [1:08.522s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [7.389s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [12.425s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [9.944s]
[INFO] Apache HBase - Server ............................. SUCCESS 
[3:56:59.458s]
[INFO] Apache HBase - Testing Util ....................... SUCCESS [3.798s]
[INFO] Apache HBase - Thrift ............................. SUCCESS [3:01.886s]
[INFO] Apache HBase - Rest ............................... SUCCESS [9:56.245s]
[INFO] Apache HBase - Shell .............................. FAILURE [3:01.915s]
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:19:19.371s
[INFO] Finished at: Thu Dec 17 17:08:38 UTC 2015
[INFO] Final Memory: 61M/777M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test 
(secondPartTestsExecution) on project hbase-shell: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/ws/hbase-shell/target/surefire-reports>
 for the individual test results.
[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-shell
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  : # Post-build task script. TODO: Check this in and have all 
builds reference check-in.
pwd && ls
# NOTE!!!! The below code has been copied and pasted from 
./dev-tools/run-test.sh
# Do not change here without syncing there and vice-versa.
ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc 
-l`
if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
 echo "Suspicious java process found - waiting 30s to see if there are just 
slow to stop"
 sleep 30
 ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc 
-l`
 if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
   echo " {color:red}There appear to be $ZOMBIE_TESTS_COUNT zombie 
tests{color}, they should have been killed by surefire but survived"
   jps -v | grep surefirebooter | grep -e '-Dhbase.test'
   jps -v | grep surefirebooter | grep -e '-Dhbase.test' | cut -d ' ' -f 1 | 
xargs -n 1 jstack
   # Exit with error
   exit 1
 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/hudson1664645374941777117.sh
+ pwd
<https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/ws/>
+ ls
bin
CHANGES.txt
conf
dev-support
hbase-annotations
hbase-assembly
hbase-checkstyle
hbase-client
hbase-common
hbase-examples
hbase-hadoop1-compat
hbase-hadoop2-compat
hbase-hadoop-compat
hbase-it
hbase-prefix-tree
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shell
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep -e -Dhbase.test
++ grep surefirebooter
++ wc -l
+ ZOMBIE_TESTS_COUNT=1
+ [[ 1 != 0 ]]
+ echo 'Suspicious java process found - waiting 30s to see if there are just 
slow to stop'
Suspicious java process found - waiting 30s to see if there are just slow to 
stop
+ sleep 30
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=1
+ [[ 1 != 0 ]]
+ echo ' {color:red}There appear to be 1 zombie tests{color}, they should have 
been killed by surefire but survived'
 {color:red}There appear to be 1 zombie tests{color}, they should have been 
killed by surefire but survived
+ jps -v
+ grep surefirebooter
+ grep -e -Dhbase.test
32503 surefirebooter617403585957546535.jar -enableassertions -Dhbase.test 
-Xmx2800m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom 
-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true
+ jps -v
+ grep surefirebooter
+ grep -e -Dhbase.test
+ cut -d ' ' -f 1
+ xargs -n 1 jstack
2015-12-17 17:09:10
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode):

"Attach Listener" daemon prio=10 tid=0x00007f0484001000 nid=0x458 runnable 
[0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Service Thread" daemon prio=10 tid=0x00007f04d8291000 nid=0x7f0e runnable 
[0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

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

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

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

"Finalizer" daemon prio=10 tid=0x00007f04d826b000 nid=0x7f0a in Object.wait() 
[0x00007f04ab6f5000]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x0000000751019c98> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
        - locked <0x0000000751019c98> (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=0x00007f04d8267000 nid=0x7f09 in 
Object.wait() [0x00007f04ab7f6000]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x0000000751019980> (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 <0x0000000751019980> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0x00007f04d800a800 nid=0x7ef8 runnable [0x00007f04de272000]
   java.lang.Thread.State: RUNNABLE
        at java.util.TreeMap.getCeilingEntry(TreeMap.java:410)
        at java.util.TreeMap.ceilingEntry(TreeMap.java:736)
        at 
org.apache.hadoop.hbase.procedure2.store.ProcedureStoreTracker.getOrCreateNode(ProcedureStoreTracker.java:512)
        at 
org.apache.hadoop.hbase.procedure2.store.ProcedureStoreTracker.setDeleted(ProcedureStoreTracker.java:412)
        at 
org.apache.hadoop.hbase.procedure2.store.TestProcedureStoreTracker.testRandLoad(TestProcedureStoreTracker.java:191)
        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:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at org.junit.runners.Suite.runChild(Suite.java:128)
        at org.junit.runners.Suite.runChild(Suite.java:27)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
        at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
        at 
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:108)
        at 
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:78)
        at 
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
        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=0x00007f04d8265000 nid=0x7f08 runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f04d8020800 nid=0x7ef9 
runnable 

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

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

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

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

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

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

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

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

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

"GC task thread#10 (ParallelGC)" prio=10 tid=0x00007f04d8033000 nid=0x7f03 
runnable 

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

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

"VM Periodic Task Thread" prio=10 tid=0x00007f04d829c000 nid=0x7f0f waiting on 
condition 

JNI global references: 205

+ exit 1
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Reply via email to