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/11/18 13:53:35 UTC

Build failed in Jenkins: HBase-0.98-matrix » latest1.6,Hadoop #261

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

Changes:

[apurtell] Update version on branch to 0.98.17-SNAPSHOT

[apurtell] HBASE-14584 TestNamespacesInstanceModel fails on jdk8

[larsh] HBASE-14791 Batch Deletes in MapReduce jobs

[enis] Revert "HBASE-14689 Addendum and unit test for HBASE-13471"

------------------------------------------
[...truncated 556 lines...]
	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: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)

Running org.apache.hadoop.hbase.util.TestOrder
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in org.apache.hadoop.hbase.util.TestOrder
Running org.apache.hadoop.hbase.util.TestKeyLocker
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in org.apache.hadoop.hbase.util.TestKeyLocker
Running org.apache.hadoop.hbase.TestHBaseConfiguration
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.366 sec <<< FAILURE! - in org.apache.hadoop.hbase.TestHBaseConfiguration
testGetPassword(org.apache.hadoop.hbase.TestHBaseConfiguration)  Time elapsed: 0.234 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.TestHBaseConfiguration.testGetPassword(TestHBaseConfiguration.java:68)

testGetIntDeprecated(org.apache.hadoop.hbase.TestHBaseConfiguration)  Time elapsed: 0.098 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.TestHBaseConfiguration.testGetIntDeprecated(TestHBaseConfiguration.java:47)

Running org.apache.hadoop.hbase.TestClassFinder
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.008 sec <<< FAILURE! - in org.apache.hadoop.hbase.TestClassFinder
org.apache.hadoop.hbase.TestClassFinder  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.ExceptionInInitializerError: null
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.HBaseCommonTestingUtility.<init>(HBaseCommonTestingUtility.java:46)
	at org.apache.hadoop.hbase.TestClassFinder.<clinit>(TestClassFinder.java:57)

org.apache.hadoop.hbase.TestClassFinder  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hbase.TestClassFinder
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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.RunAfters.evaluate(RunAfters.java:33)
	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: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)

Running org.apache.hadoop.hbase.TestCompoundConfiguration
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 sec - in org.apache.hadoop.hbase.TestCompoundConfiguration
Running org.apache.hadoop.hbase.TestKeyValue
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.709 sec - in org.apache.hadoop.hbase.TestKeyValue
Running org.apache.hadoop.hbase.types.TestFixedLengthWrapper
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec - in org.apache.hadoop.hbase.types.TestFixedLengthWrapper
Running org.apache.hadoop.hbase.types.TestUnion2
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec - in org.apache.hadoop.hbase.types.TestUnion2
Running org.apache.hadoop.hbase.types.TestStructNullExtension
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec - in org.apache.hadoop.hbase.types.TestStructNullExtension
Running org.apache.hadoop.hbase.types.TestOrderedBlobVar
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.apache.hadoop.hbase.types.TestOrderedBlobVar
Running org.apache.hadoop.hbase.types.TestRawString
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec - in org.apache.hadoop.hbase.types.TestRawString
Running org.apache.hadoop.hbase.types.TestStruct
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.apache.hadoop.hbase.types.TestStruct
Running org.apache.hadoop.hbase.types.TestTerminatedWrapper
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec - in org.apache.hadoop.hbase.types.TestTerminatedWrapper
Running org.apache.hadoop.hbase.types.TestOrderedString
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec - in org.apache.hadoop.hbase.types.TestOrderedString
Running org.apache.hadoop.hbase.types.TestOrderedBlob
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.apache.hadoop.hbase.types.TestOrderedBlob

Results :

Tests in error: 
org.apache.hadoop.hbase.TestClassFinder.org.apache.hadoop.hbase.TestClassFinder
  Run 1: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » ExceptionInInitializer
  Run 2: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » NoClassDefFound Coul...

  TestHBaseConfiguration.testGetIntDeprecated:47 » Runtime hbase-default.xml fil...
  TestHBaseConfiguration.testGetPassword:68 » Runtime hbase-default.xml file see...
  TestCellCodecWithTags.testCellWithTag:76 » NoSuchField in
  TestKeyValueCodec.testOne:80 » NoSuchField in
  TestKeyValueCodec.testThree:112 » NoSuchField in
  TestKeyValueCodecWithTags.testKeyValueWithTag:76 » NoSuchField in
  TestCipherProvider.testCustomProvider:126 » Runtime hbase-default.xml file see...
  TestCipherProvider.testDefaultProvider:140 » Runtime hbase-default.xml file se...
  TestEncryption.testLargeBlocks:60->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testOddSizedBlocks:71->checkTransformSymmetry:90 » Runtime hbas...
  TestEncryption.testSmallBlocks:49->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testTypicalHFileBlocks:82->checkTransformSymmetry:90 » Runtime ...
  TestKeyProvider.testTestProvider:39 » Runtime hbase-default.xml file seems to ...
  TestKeyStoreKeyProvider.org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider » ExceptionInInitializer
  TestAES.testAESAlgorithm:54 » Runtime hbase-default.xml file seems to be for a...
  TestAES.testAlternateRNG:89 » Runtime hbase-default.xml file seems to be for a...
  TestCoprocessorClassLoader.testCleanupOldJars » NoClassDefFound Could not init...
  TestCoprocessorClassLoader.testLibJarName » NoClassDefFound Could not initiali...
  TestCoprocessorClassLoader.testRelativeLibJarName » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromAnotherPath » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromLocalPath » NoClassDefFound Could not ...
  TestDynamicClassLoader.testLoadClassFromLocalPathWithDynamicDirOff » NoClassDefFound

Tests run: 162, Failures: 0, Errors: 23, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [6.022s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [1.394s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.491s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [0.333s]
[INFO] Apache HBase - Common ............................. FAILURE [51.034s]
[INFO] Apache HBase - Protocol ........................... SKIPPED
[INFO] Apache HBase - Client ............................. SKIPPED
[INFO] Apache HBase - Hadoop Compatibility ............... SKIPPED
[INFO] Apache HBase - Hadoop Two Compatibility ........... SKIPPED
[INFO] Apache HBase - Prefix Tree ........................ SKIPPED
[INFO] Apache HBase - Server ............................. SKIPPED
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:02.060s
[INFO] Finished at: Wed Nov 18 12:49:51 UTC 2015
[INFO] Final Memory: 39M/717M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hbase-common: 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-common/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-common
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/hudson2142171862275196887.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
++ wc -l
++ grep -e -Dhbase.test
++ grep surefirebooter
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Jenkins build is back to normal : HBase-0.98-matrix » latest1.6,Hadoop #271

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/271/changes>


Build failed in Jenkins: HBase-0.98-matrix » latest1.6,Hadoop #270

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/270/changes>

Changes:

[apurtell] HBASE-14905 VerifyReplication does not honour versions option (Vishal

[apurtell] HBASE-14893 Race between mutation on region and region closing operation

------------------------------------------
[...truncated 544 lines...]
	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: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)

Running org.apache.hadoop.hbase.util.TestOrder
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in org.apache.hadoop.hbase.util.TestOrder
Running org.apache.hadoop.hbase.util.TestKeyLocker
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec - in org.apache.hadoop.hbase.util.TestKeyLocker
Running org.apache.hadoop.hbase.TestHBaseConfiguration
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.475 sec <<< FAILURE! - in org.apache.hadoop.hbase.TestHBaseConfiguration
testGetPassword(org.apache.hadoop.hbase.TestHBaseConfiguration)  Time elapsed: 0.304 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.TestHBaseConfiguration.testGetPassword(TestHBaseConfiguration.java:68)

testGetIntDeprecated(org.apache.hadoop.hbase.TestHBaseConfiguration)  Time elapsed: 0.115 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.TestHBaseConfiguration.testGetIntDeprecated(TestHBaseConfiguration.java:47)

Running org.apache.hadoop.hbase.TestClassFinder
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.023 sec <<< FAILURE! - in org.apache.hadoop.hbase.TestClassFinder
org.apache.hadoop.hbase.TestClassFinder  Time elapsed: 0.02 sec  <<< ERROR!
java.lang.ExceptionInInitializerError: null
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.HBaseCommonTestingUtility.<init>(HBaseCommonTestingUtility.java:46)
	at org.apache.hadoop.hbase.TestClassFinder.<clinit>(TestClassFinder.java:57)

org.apache.hadoop.hbase.TestClassFinder  Time elapsed: 0.021 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hbase.TestClassFinder
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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.RunAfters.evaluate(RunAfters.java:33)
	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: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)

Running org.apache.hadoop.hbase.TestCompoundConfiguration
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 sec - in org.apache.hadoop.hbase.TestCompoundConfiguration
Running org.apache.hadoop.hbase.TestKeyValue
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.943 sec - in org.apache.hadoop.hbase.TestKeyValue
Running org.apache.hadoop.hbase.types.TestFixedLengthWrapper
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec - in org.apache.hadoop.hbase.types.TestFixedLengthWrapper
Running org.apache.hadoop.hbase.types.TestUnion2
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec - in org.apache.hadoop.hbase.types.TestUnion2
Running org.apache.hadoop.hbase.types.TestStructNullExtension
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 sec - in org.apache.hadoop.hbase.types.TestStructNullExtension
Running org.apache.hadoop.hbase.types.TestOrderedBlobVar
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.apache.hadoop.hbase.types.TestOrderedBlobVar
Running org.apache.hadoop.hbase.types.TestRawString
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec - in org.apache.hadoop.hbase.types.TestRawString
Running org.apache.hadoop.hbase.types.TestStruct
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.apache.hadoop.hbase.types.TestStruct
Running org.apache.hadoop.hbase.types.TestTerminatedWrapper
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 sec - in org.apache.hadoop.hbase.types.TestTerminatedWrapper
Running org.apache.hadoop.hbase.types.TestOrderedString
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec - in org.apache.hadoop.hbase.types.TestOrderedString
Running org.apache.hadoop.hbase.types.TestOrderedBlob
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.apache.hadoop.hbase.types.TestOrderedBlob

Results :

Tests in error: 
org.apache.hadoop.hbase.TestClassFinder.org.apache.hadoop.hbase.TestClassFinder
  Run 1: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » ExceptionInInitializer
  Run 2: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » NoClassDefFound Coul...

  TestHBaseConfiguration.testGetIntDeprecated:47 » Runtime hbase-default.xml fil...
  TestHBaseConfiguration.testGetPassword:68 » Runtime hbase-default.xml file see...
  TestCellCodec.testOne:80 » NoSuchField in
  TestCellCodec.testThree:110 » NoSuchField in
  TestCipherProvider.testCustomProvider:126 » Runtime hbase-default.xml file see...
  TestCipherProvider.testDefaultProvider:140 » Runtime hbase-default.xml file se...
  TestEncryption.testLargeBlocks:60->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testOddSizedBlocks:71->checkTransformSymmetry:90 » Runtime hbas...
  TestEncryption.testSmallBlocks:49->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testTypicalHFileBlocks:82->checkTransformSymmetry:90 » Runtime ...
  TestKeyProvider.testTestProvider:39 » Runtime hbase-default.xml file seems to ...
  TestKeyStoreKeyProvider.org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider » ExceptionInInitializer
  TestAES.testAESAlgorithm:54 » Runtime hbase-default.xml file seems to be for a...
  TestAES.testAlternateRNG:89 » Runtime hbase-default.xml file seems to be for a...
  TestCoprocessorClassLoader.testCleanupOldJars » NoClassDefFound Could not init...
  TestCoprocessorClassLoader.testLibJarName » NoClassDefFound Could not initiali...
  TestCoprocessorClassLoader.testRelativeLibJarName » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromAnotherPath » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromLocalPath » NoClassDefFound Could not ...
  TestDynamicClassLoader.testLoadClassFromLocalPathWithDynamicDirOff » NoClassDefFound

Tests run: 162, Failures: 0, Errors: 21, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [6.363s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [1.465s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.571s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [1.918s]
[INFO] Apache HBase - Common ............................. FAILURE [59.692s]
[INFO] Apache HBase - Protocol ........................... SKIPPED
[INFO] Apache HBase - Client ............................. SKIPPED
[INFO] Apache HBase - Hadoop Compatibility ............... SKIPPED
[INFO] Apache HBase - Hadoop Two Compatibility ........... SKIPPED
[INFO] Apache HBase - Prefix Tree ........................ SKIPPED
[INFO] Apache HBase - Server ............................. SKIPPED
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:13.685s
[INFO] Finished at: Tue Dec 08 12:49:41 UTC 2015
[INFO] Final Memory: 39M/907M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hbase-common: 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-common/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-common
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/hudson7305490343722045500.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-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shell
hbase-spark
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Build failed in Jenkins: HBase-0.98-matrix » latest1.6,Hadoop #269

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/269/changes>

Changes:

[tedyu] HBASE-14799 Adds test category to

------------------------------------------
[...truncated 1747 lines...]
Running org.apache.hadoop.hbase.catalog.TestMetaReaderEditor
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.24 sec - in org.apache.hadoop.hbase.catalog.TestMetaReaderEditor
Running org.apache.hadoop.hbase.catalog.TestMetaMigrationConvertingToPB
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.915 sec - in org.apache.hadoop.hbase.catalog.TestMetaMigrationConvertingToPB
Running org.apache.hadoop.hbase.TestZooKeeper
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.073 sec - in org.apache.hadoop.hbase.TestZooKeeper
Running org.apache.hadoop.hbase.TestAcidGuarantees
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.818 sec - in org.apache.hadoop.hbase.TestAcidGuarantees
Running org.apache.hadoop.hbase.trace.TestHTraceHooks
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.889 sec - in org.apache.hadoop.hbase.trace.TestHTraceHooks
Running org.apache.hadoop.hbase.TestHBaseTestingUtility
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.45 sec - in org.apache.hadoop.hbase.TestHBaseTestingUtility
Running org.apache.hadoop.hbase.zookeeper.TestHQuorumPeer
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 sec - in org.apache.hadoop.hbase.zookeeper.TestHQuorumPeer
Running org.apache.hadoop.hbase.zookeeper.TestRecoverableZooKeeper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.25 sec - in org.apache.hadoop.hbase.zookeeper.TestRecoverableZooKeeper
Running org.apache.hadoop.hbase.zookeeper.TestZooKeeperNodeTracker
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 sec - in org.apache.hadoop.hbase.zookeeper.TestZooKeeperNodeTracker
Running org.apache.hadoop.hbase.zookeeper.TestZKTable
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.629 sec - in org.apache.hadoop.hbase.zookeeper.TestZKTable
Running org.apache.hadoop.hbase.zookeeper.TestZKMulti
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.604 sec - in org.apache.hadoop.hbase.zookeeper.TestZKMulti
Running org.apache.hadoop.hbase.zookeeper.TestZKLeaderManager
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in org.apache.hadoop.hbase.zookeeper.TestZKLeaderManager
Running org.apache.hadoop.hbase.zookeeper.lock.TestZKInterProcessReadWriteLock
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.493 sec - in org.apache.hadoop.hbase.zookeeper.lock.TestZKInterProcessReadWriteLock
Running org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec - in org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
Running org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.351 sec - in org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles
Running org.apache.hadoop.hbase.mapreduce.TestCellCounter
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 165.912 sec - in org.apache.hadoop.hbase.mapreduce.TestCellCounter
Running org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.645 sec - in org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
Running org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFilesSplitRecovery
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.926 sec - in org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFilesSplitRecovery
Running org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.563 sec - in org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
Running org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFilesSplitRecovery
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.296 sec - in org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFilesSplitRecovery
Running org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFilesUseSecurityEndPoint
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.776 sec - in org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFilesUseSecurityEndPoint
Running org.apache.hadoop.hbase.mapreduce.TestHLogRecordReader
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.778 sec - in org.apache.hadoop.hbase.mapreduce.TestHLogRecordReader
Running org.apache.hadoop.hbase.mapreduce.TestHRegionPartitioner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.085 sec - in org.apache.hadoop.hbase.mapreduce.TestHRegionPartitioner
Running org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat
Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 230.233 sec - in org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat
Running org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 215.725 sec - in org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2
Running org.apache.hadoop.hbase.mapreduce.TestImportTsv
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 184.873 sec - in org.apache.hadoop.hbase.mapreduce.TestImportTsv
Running org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.022 sec - in org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles
Running org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 139.914 sec - in org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
Running org.apache.hadoop.hbase.mapreduce.TestWALPlayer
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.474 sec - in org.apache.hadoop.hbase.mapreduce.TestWALPlayer
Running org.apache.hadoop.hbase.mapreduce.TestBufferedHTable
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.407 sec - in org.apache.hadoop.hbase.mapreduce.TestBufferedHTable
Running org.apache.hadoop.hbase.mapreduce.TestImportExport
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 366.919 sec - in org.apache.hadoop.hbase.mapreduce.TestImportExport
Running org.apache.hadoop.hbase.mapreduce.TestRowCounter
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 188.723 sec - in org.apache.hadoop.hbase.mapreduce.TestRowCounter
Running org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 214.53 sec - in org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
Running org.apache.hadoop.hbase.mapreduce.TestHashTable
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.895 sec - in org.apache.hadoop.hbase.mapreduce.TestHashTable
Running org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.919 sec - in org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
Running org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 405.973 sec - in org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Running org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 140.999 sec - in org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
Running org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 199.396 sec - in org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
Running org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 88.085 sec - in org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper
Running org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 229.935 sec - in org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
Running org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.659 sec - in org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed
Running org.apache.hadoop.hbase.mapreduce.TestSyncTable
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 87.147 sec - in org.apache.hadoop.hbase.mapreduce.TestSyncTable
Running org.apache.hadoop.hbase.mapreduce.TestCopyTable
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 134.238 sec - in org.apache.hadoop.hbase.mapreduce.TestCopyTable
Running org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 143.467 sec - in org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat
Running org.apache.hadoop.hbase.io.TestFileLink
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.149 sec - in org.apache.hadoop.hbase.io.TestFileLink
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.115 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
Running org.apache.hadoop.hbase.io.hfile.TestSeekBeforeWithInlineBlocks
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.546 sec - in org.apache.hadoop.hbase.io.hfile.TestSeekBeforeWithInlineBlocks
Running org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.627 sec - in org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
Running org.apache.hadoop.hbase.io.hfile.TestHFileSeek
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.039 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileSeek
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlock
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.531 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileBlock
Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.773 sec - in org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
Running org.apache.hadoop.hbase.io.hfile.slab.TestSingleSizeCache
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.527 sec - in org.apache.hadoop.hbase.io.hfile.slab.TestSingleSizeCache
Running org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.056 sec - in org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
Running org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 109.672 sec - in org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
Running org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.783 sec - in org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
Running org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.542 sec - in org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
Running org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 94.216 sec - in org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
Running org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 222.222 sec - in org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
Running org.apache.hadoop.hbase.io.encoding.TestBufferedDataBlockEncoder
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.459 sec - in org.apache.hadoop.hbase.io.encoding.TestBufferedDataBlockEncoder
Running org.apache.hadoop.hbase.filter.TestFilterWithScanLimits
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.76 sec - in org.apache.hadoop.hbase.filter.TestFilterWithScanLimits
Running org.apache.hadoop.hbase.filter.TestFilterWrapper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.018 sec - in org.apache.hadoop.hbase.filter.TestFilterWrapper
Running org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 183.353 sec - in org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
Running org.apache.hadoop.hbase.filter.TestColumnRangeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.805 sec - in org.apache.hadoop.hbase.filter.TestColumnRangeFilter
Running org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.234 sec - in org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter

Results :

Tests in error: 
  TestAssignmentManager.testBalanceOnMasterFailoverScenarioWithClosedNode:309 » 
  TestAssignmentManager.testBalanceOnMasterFailoverScenarioWithOpenedNode:247 » 

Tests run: 2125, Failures: 0, Errors: 2, Skipped: 22

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [3.195s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [0.979s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.303s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [0.487s]
[INFO] Apache HBase - Common ............................. SUCCESS [54.117s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [21.586s]
[INFO] Apache HBase - Client ............................. SUCCESS [59.394s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [7.298s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [6.547s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [10.042s]
[INFO] Apache HBase - Server ............................. FAILURE [4:01:38.290s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[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:04:24.501s
[INFO] Finished at: Sat Dec 05 23:40:20 UTC 2015
[INFO] Final Memory: 65M/467M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) on project hbase-server: 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-server/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-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  : # 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/hudson328523032619569843.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-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shell
hbase-spark
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Build failed in Jenkins: HBase-0.98-matrix » latest1.6,Hadoop #268

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/268/changes>

Changes:

[busbey] HBASE-14516 categorize hadoop-compat tests

[tedyu] HBASE-14928 Start row should be set for query through HBase REST gateway

[stack] HBASE-14926 Hung ThriftServer; no timeout on read from client; if client

[apurtell] HBASE-14923 VerifyReplication should not mask the exception during

[apurtell] HBASE-14930 check_compatibility.sh needs smarter exit codes

------------------------------------------
[...truncated 34338 lines...]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 sec - in org.apache.hadoop.hbase.metrics.TestMetricsHistogram
Running org.apache.hadoop.hbase.mapreduce.TestGroupingTableMapper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec - in org.apache.hadoop.hbase.mapreduce.TestGroupingTableMapper
Running org.apache.hadoop.hbase.mapreduce.TestSimpleTotalOrderPartitioner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in org.apache.hadoop.hbase.mapreduce.TestSimpleTotalOrderPartitioner
Running org.apache.hadoop.hbase.mapreduce.TestTableMapReduceUtil
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.47 sec - in org.apache.hadoop.hbase.mapreduce.TestTableMapReduceUtil
Running org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.782 sec - in org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
Running org.apache.hadoop.hbase.mapreduce.TestTableInputFormatBase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 sec - in org.apache.hadoop.hbase.mapreduce.TestTableInputFormatBase
Running org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.546 sec - in org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
Running org.apache.hadoop.hbase.mapreduce.hadoopbackport.TestJarFinder
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.72 sec - in org.apache.hadoop.hbase.mapreduce.hadoopbackport.TestJarFinder
Running org.apache.hadoop.hbase.mapreduce.TestSerialization
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.109 sec - in org.apache.hadoop.hbase.mapreduce.TestSerialization
Running org.apache.hadoop.hbase.mapreduce.TestTableSplit
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec - in org.apache.hadoop.hbase.mapreduce.TestTableSplit
Running org.apache.hadoop.hbase.TestHRegionLocation
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 sec - in org.apache.hadoop.hbase.TestHRegionLocation
Running org.apache.hadoop.hbase.io.TestImmutableBytesWritable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 sec - in org.apache.hadoop.hbase.io.TestImmutableBytesWritable
Running org.apache.hadoop.hbase.io.TestHFileLink
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec - in org.apache.hadoop.hbase.io.TestHFileLink
Running org.apache.hadoop.hbase.io.TestReference
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec - in org.apache.hadoop.hbase.io.TestReference
Running org.apache.hadoop.hbase.io.TestByteBufferOutputStream
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 sec - in org.apache.hadoop.hbase.io.TestByteBufferOutputStream
Running org.apache.hadoop.hbase.io.hfile.TestChecksum
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.567 sec - in org.apache.hadoop.hbase.io.hfile.TestChecksum
Running org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingKeyRange
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.661 sec - in org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingKeyRange
Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.999 sec - in org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
Running org.apache.hadoop.hbase.io.hfile.TestHFileDataBlockEncoder
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.828 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileDataBlockEncoder
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockPositionalRead
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileBlockPositionalRead
Running org.apache.hadoop.hbase.io.hfile.TestPrefetch
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.089 sec - in org.apache.hadoop.hbase.io.hfile.TestPrefetch
Running org.apache.hadoop.hbase.io.hfile.TestHFileEncryption
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.286 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileEncryption
Running org.apache.hadoop.hbase.io.hfile.TestHFile
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 sec - in org.apache.hadoop.hbase.io.hfile.TestHFile
Running org.apache.hadoop.hbase.io.hfile.TestReseekTo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.248 sec - in org.apache.hadoop.hbase.io.hfile.TestReseekTo
Running org.apache.hadoop.hbase.io.hfile.TestHFileInlineToRootChunkConversion
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.931 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileInlineToRootChunkConversion
Running org.apache.hadoop.hbase.io.hfile.bucket.TestByteBufferIOEngine
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec - in org.apache.hadoop.hbase.io.hfile.bucket.TestByteBufferIOEngine
Running org.apache.hadoop.hbase.io.hfile.bucket.TestFileIOEngine
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 sec - in org.apache.hadoop.hbase.io.hfile.bucket.TestFileIOEngine
Running org.apache.hadoop.hbase.io.hfile.bucket.TestBucketWriterThread
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.819 sec - in org.apache.hadoop.hbase.io.hfile.bucket.TestBucketWriterThread
Running org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.698 sec - in org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache
Running org.apache.hadoop.hbase.io.hfile.slab.TestSlab
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 sec - in org.apache.hadoop.hbase.io.hfile.slab.TestSlab
Running org.apache.hadoop.hbase.io.hfile.TestHFileWriterV3
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.091 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileWriterV3
Running org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 sec - in org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockCompatibility
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.153 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileBlockCompatibility
Running org.apache.hadoop.hbase.io.hfile.TestLazyDataBlockDecompression
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 sec - in org.apache.hadoop.hbase.io.hfile.TestLazyDataBlockDecompression
Running org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 sec - in org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
Running org.apache.hadoop.hbase.io.hfile.TestSeekTo
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.386 sec - in org.apache.hadoop.hbase.io.hfile.TestSeekTo
Running org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.046 sec - in org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
Running org.apache.hadoop.hbase.io.TestHalfStoreFileReader
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 sec - in org.apache.hadoop.hbase.io.TestHalfStoreFileReader
Running org.apache.hadoop.hbase.io.encoding.TestPrefixTree
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.797 sec - in org.apache.hadoop.hbase.io.encoding.TestPrefixTree
Running org.apache.hadoop.hbase.io.encoding.TestPrefixTreeEncoding
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.49 sec - in org.apache.hadoop.hbase.io.encoding.TestPrefixTreeEncoding
Running org.apache.hadoop.hbase.io.TestHeapSize
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 sec - in org.apache.hadoop.hbase.io.TestHeapSize
Running org.apache.hadoop.hbase.TestIPv6NIOServerSocketChannel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 sec - in org.apache.hadoop.hbase.TestIPv6NIOServerSocketChannel
Running org.apache.hadoop.hbase.protobuf.TestProtobufUtil
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.159 sec - in org.apache.hadoop.hbase.protobuf.TestProtobufUtil
Running org.apache.hadoop.hbase.protobuf.TestReplicationProtobuf
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec - in org.apache.hadoop.hbase.protobuf.TestReplicationProtobuf
Running org.apache.hadoop.hbase.filter.TestRegexComparator
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 sec - in org.apache.hadoop.hbase.filter.TestRegexComparator
Running org.apache.hadoop.hbase.filter.TestFilter
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.115 sec - in org.apache.hadoop.hbase.filter.TestFilter
Running org.apache.hadoop.hbase.filter.TestBitComparator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 sec - in org.apache.hadoop.hbase.filter.TestBitComparator
Running org.apache.hadoop.hbase.filter.TestColumnPrefixFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.818 sec - in org.apache.hadoop.hbase.filter.TestColumnPrefixFilter
Running org.apache.hadoop.hbase.filter.TestSingleColumnValueExcludeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec - in org.apache.hadoop.hbase.filter.TestSingleColumnValueExcludeFilter
Running org.apache.hadoop.hbase.filter.TestSingleColumnValueFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 sec - in org.apache.hadoop.hbase.filter.TestSingleColumnValueFilter
Running org.apache.hadoop.hbase.filter.TestRandomRowFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 sec - in org.apache.hadoop.hbase.filter.TestRandomRowFilter
Running org.apache.hadoop.hbase.filter.TestFirstKeyValueMatchingQualifiersFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec - in org.apache.hadoop.hbase.filter.TestFirstKeyValueMatchingQualifiersFilter
Running org.apache.hadoop.hbase.filter.TestFilterList
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 sec - in org.apache.hadoop.hbase.filter.TestFilterList
Running org.apache.hadoop.hbase.filter.TestFuzzyRowFilter
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec - in org.apache.hadoop.hbase.filter.TestFuzzyRowFilter
Running org.apache.hadoop.hbase.filter.TestParseFilter
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.6 sec - in org.apache.hadoop.hbase.filter.TestParseFilter
Running org.apache.hadoop.hbase.filter.TestPageFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 sec - in org.apache.hadoop.hbase.filter.TestPageFilter
Running org.apache.hadoop.hbase.filter.TestDependentColumnFilter
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.925 sec - in org.apache.hadoop.hbase.filter.TestDependentColumnFilter
Running org.apache.hadoop.hbase.filter.TestInclusiveStopFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 sec - in org.apache.hadoop.hbase.filter.TestInclusiveStopFilter
Running org.apache.hadoop.hbase.filter.TestMultipleColumnPrefixFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.637 sec - in org.apache.hadoop.hbase.filter.TestMultipleColumnPrefixFilter
Running org.apache.hadoop.hbase.filter.TestFilterSerialization
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.822 sec - in org.apache.hadoop.hbase.filter.TestFilterSerialization
Running org.apache.hadoop.hbase.filter.TestPrefixFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec - in org.apache.hadoop.hbase.filter.TestPrefixFilter
Running org.apache.hadoop.hbase.filter.TestNullComparator
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 sec - in org.apache.hadoop.hbase.filter.TestNullComparator
Running org.apache.hadoop.hbase.filter.TestComparatorSerialization
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.075 sec - in org.apache.hadoop.hbase.filter.TestComparatorSerialization
Running org.apache.hadoop.hbase.filter.TestColumnPaginationFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec - in org.apache.hadoop.hbase.filter.TestColumnPaginationFilter
Running org.apache.hadoop.hbase.filter.TestInvocationRecordFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 sec - in org.apache.hadoop.hbase.filter.TestInvocationRecordFilter

Results :

Failed tests: 
  TestCheckTestClasses.checkClasses:47 There are 1 test classes without category: [class org.apache.hadoop.hbase.security.access.TestHbaseObjectWritableFor96Migration]

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [2:14.737s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [13.045s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.213s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [1.355s]
[INFO] Apache HBase - Common ............................. SUCCESS [3:48.906s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [21.052s]
[INFO] Apache HBase - Client ............................. SUCCESS [1:09.256s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [7.297s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [15.270s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [9.630s]
[INFO] Apache HBase - Server ............................. FAILURE [10:51.316s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19:44.991s
[INFO] Finished at: Sat Dec 05 13:11:01 UTC 2015
[INFO] Final Memory: 78M/598M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hbase-server: 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-server/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-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  : # 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/hudson7272710432279082667.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-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shell
hbase-spark
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Build failed in Jenkins: HBase-0.98-matrix » latest1.6,Hadoop #267

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/267/changes>

Changes:

[enis] HBASE-14904 Mark Base[En|De]coder LimitedPrivate and fix binary compat

------------------------------------------
[...truncated 544 lines...]
	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: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)

Running org.apache.hadoop.hbase.util.TestOrder
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in org.apache.hadoop.hbase.util.TestOrder
Running org.apache.hadoop.hbase.util.TestKeyLocker
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec - in org.apache.hadoop.hbase.util.TestKeyLocker
Running org.apache.hadoop.hbase.TestHBaseConfiguration
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.467 sec <<< FAILURE! - in org.apache.hadoop.hbase.TestHBaseConfiguration
testGetPassword(org.apache.hadoop.hbase.TestHBaseConfiguration)  Time elapsed: 0.285 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.TestHBaseConfiguration.testGetPassword(TestHBaseConfiguration.java:68)

testGetIntDeprecated(org.apache.hadoop.hbase.TestHBaseConfiguration)  Time elapsed: 0.129 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.TestHBaseConfiguration.testGetIntDeprecated(TestHBaseConfiguration.java:47)

Running org.apache.hadoop.hbase.TestClassFinder
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.011 sec <<< FAILURE! - in org.apache.hadoop.hbase.TestClassFinder
org.apache.hadoop.hbase.TestClassFinder  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.ExceptionInInitializerError: null
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.HBaseCommonTestingUtility.<init>(HBaseCommonTestingUtility.java:46)
	at org.apache.hadoop.hbase.TestClassFinder.<clinit>(TestClassFinder.java:57)

org.apache.hadoop.hbase.TestClassFinder  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hbase.TestClassFinder
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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.RunAfters.evaluate(RunAfters.java:33)
	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: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)

Running org.apache.hadoop.hbase.TestCompoundConfiguration
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 sec - in org.apache.hadoop.hbase.TestCompoundConfiguration
Running org.apache.hadoop.hbase.TestKeyValue
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 sec - in org.apache.hadoop.hbase.TestKeyValue
Running org.apache.hadoop.hbase.types.TestFixedLengthWrapper
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec - in org.apache.hadoop.hbase.types.TestFixedLengthWrapper
Running org.apache.hadoop.hbase.types.TestUnion2
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec - in org.apache.hadoop.hbase.types.TestUnion2
Running org.apache.hadoop.hbase.types.TestStructNullExtension
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 sec - in org.apache.hadoop.hbase.types.TestStructNullExtension
Running org.apache.hadoop.hbase.types.TestOrderedBlobVar
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.apache.hadoop.hbase.types.TestOrderedBlobVar
Running org.apache.hadoop.hbase.types.TestRawString
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec - in org.apache.hadoop.hbase.types.TestRawString
Running org.apache.hadoop.hbase.types.TestStruct
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec - in org.apache.hadoop.hbase.types.TestStruct
Running org.apache.hadoop.hbase.types.TestTerminatedWrapper
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 sec - in org.apache.hadoop.hbase.types.TestTerminatedWrapper
Running org.apache.hadoop.hbase.types.TestOrderedString
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec - in org.apache.hadoop.hbase.types.TestOrderedString
Running org.apache.hadoop.hbase.types.TestOrderedBlob
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.apache.hadoop.hbase.types.TestOrderedBlob

Results :

Tests in error: 
org.apache.hadoop.hbase.TestClassFinder.org.apache.hadoop.hbase.TestClassFinder
  Run 1: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » ExceptionInInitializer
  Run 2: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » NoClassDefFound Coul...

  TestHBaseConfiguration.testGetIntDeprecated:47 » Runtime hbase-default.xml fil...
  TestHBaseConfiguration.testGetPassword:68 » Runtime hbase-default.xml file see...
  TestCellCodec.testOne:80 » NoSuchField in
  TestCellCodec.testThree:110 » NoSuchField in
  TestCipherProvider.testCustomProvider:126 » Runtime hbase-default.xml file see...
  TestCipherProvider.testDefaultProvider:140 » Runtime hbase-default.xml file se...
  TestEncryption.testLargeBlocks:60->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testOddSizedBlocks:71->checkTransformSymmetry:90 » Runtime hbas...
  TestEncryption.testSmallBlocks:49->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testTypicalHFileBlocks:82->checkTransformSymmetry:90 » Runtime ...
  TestKeyProvider.testTestProvider:39 » Runtime hbase-default.xml file seems to ...
  TestKeyStoreKeyProvider.org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider » ExceptionInInitializer
  TestAES.testAESAlgorithm:54 » Runtime hbase-default.xml file seems to be for a...
  TestAES.testAlternateRNG:89 » Runtime hbase-default.xml file seems to be for a...
  TestCoprocessorClassLoader.testCleanupOldJars » NoClassDefFound Could not init...
  TestCoprocessorClassLoader.testLibJarName » NoClassDefFound Could not initiali...
  TestCoprocessorClassLoader.testRelativeLibJarName » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromAnotherPath » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromLocalPath » NoClassDefFound Could not ...
  TestDynamicClassLoader.testLoadClassFromLocalPathWithDynamicDirOff » NoClassDefFound

Tests run: 162, Failures: 0, Errors: 21, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [6.209s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [1.722s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.596s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [0.804s]
[INFO] Apache HBase - Common ............................. FAILURE [59.040s]
[INFO] Apache HBase - Protocol ........................... SKIPPED
[INFO] Apache HBase - Client ............................. SKIPPED
[INFO] Apache HBase - Hadoop Compatibility ............... SKIPPED
[INFO] Apache HBase - Hadoop Two Compatibility ........... SKIPPED
[INFO] Apache HBase - Prefix Tree ........................ SKIPPED
[INFO] Apache HBase - Server ............................. SKIPPED
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:11.893s
[INFO] Finished at: Fri Dec 04 12:49:47 UTC 2015
[INFO] Final Memory: 38M/903M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hbase-common: 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-common/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-common
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/hudson6367487979582262050.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-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shell
hbase-spark
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep -e -Dhbase.test
++ wc -l
++ grep surefirebooter
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Build failed in Jenkins: HBase-0.98-matrix » latest1.6,Hadoop #266

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/266/changes>

Changes:

[tedyu] HBASE-14531 graceful_stop.sh "if [ \"$local\" ]" condition unexpected

------------------------------------------
[...truncated 530 lines...]
	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: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)

Running org.apache.hadoop.hbase.TestCellUtil
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec - in org.apache.hadoop.hbase.TestCellUtil
Running org.apache.hadoop.hbase.io.TestTagCompressionContext
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec - in org.apache.hadoop.hbase.io.TestTagCompressionContext
Running org.apache.hadoop.hbase.io.util.TestLRUDictionary
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec - in org.apache.hadoop.hbase.io.util.TestLRUDictionary
Running org.apache.hadoop.hbase.io.crypto.TestKeyProvider
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.287 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestKeyProvider
testTestProvider(org.apache.hadoop.hbase.io.crypto.TestKeyProvider)  Time elapsed: 0.265 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestKeyProvider.testTestProvider(TestKeyProvider.java:39)

Running org.apache.hadoop.hbase.io.crypto.TestCipherProvider
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.415 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestCipherProvider
testCustomProvider(org.apache.hadoop.hbase.io.crypto.TestCipherProvider)  Time elapsed: 0.27 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestCipherProvider.testCustomProvider(TestCipherProvider.java:126)

testDefaultProvider(org.apache.hadoop.hbase.io.crypto.TestCipherProvider)  Time elapsed: 0.099 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestCipherProvider.testDefaultProvider(TestCipherProvider.java:140)

Running org.apache.hadoop.hbase.io.crypto.aes.TestAES
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.813 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.aes.TestAES
testAlternateRNG(org.apache.hadoop.hbase.io.crypto.aes.TestAES)  Time elapsed: 0.687 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider.<init>(DefaultCipherProvider.java:42)
	at org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider.getInstance(DefaultCipherProvider.java:38)
	at org.apache.hadoop.hbase.io.crypto.aes.TestAES.testAlternateRNG(TestAES.java:89)

testAESAlgorithm(org.apache.hadoop.hbase.io.crypto.aes.TestAES)  Time elapsed: 0.087 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.aes.TestAES.testAESAlgorithm(TestAES.java:54)

Running org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.ExceptionInInitializerError: null
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.HBaseCommonTestingUtility.<init>(HBaseCommonTestingUtility.java:46)
	at org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider.<clinit>(TestKeyStoreKeyProvider.java:44)

Running org.apache.hadoop.hbase.io.crypto.TestEncryption
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.749 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestEncryption
testSmallBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.361 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testSmallBlocks(TestEncryption.java:49)

testTypicalHFileBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.098 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testTypicalHFileBlocks(TestEncryption.java:82)

testOddSizedBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.082 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testOddSizedBlocks(TestEncryption.java:71)

testLargeBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.13 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testLargeBlocks(TestEncryption.java:60)

Running org.apache.hadoop.hbase.io.TestBoundedByteBufferPool
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.2 sec - in org.apache.hadoop.hbase.io.TestBoundedByteBufferPool

Results :

Tests in error: 
org.apache.hadoop.hbase.TestClassFinder.org.apache.hadoop.hbase.TestClassFinder
  Run 1: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » ExceptionInInitializer
  Run 2: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » NoClassDefFound Coul...

  TestHBaseConfiguration.testGetIntDeprecated:47 » Runtime hbase-default.xml fil...
  TestHBaseConfiguration.testGetPassword:68 » Runtime hbase-default.xml file see...
  TestCipherProvider.testCustomProvider:126 » Runtime hbase-default.xml file see...
  TestCipherProvider.testDefaultProvider:140 » Runtime hbase-default.xml file se...
  TestEncryption.testLargeBlocks:60->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testOddSizedBlocks:71->checkTransformSymmetry:90 » Runtime hbas...
  TestEncryption.testSmallBlocks:49->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testTypicalHFileBlocks:82->checkTransformSymmetry:90 » Runtime ...
  TestKeyProvider.testTestProvider:39 » Runtime hbase-default.xml file seems to ...
  TestKeyStoreKeyProvider.org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider » ExceptionInInitializer
  TestAES.testAESAlgorithm:54 » Runtime hbase-default.xml file seems to be for a...
  TestAES.testAlternateRNG:89 » Runtime hbase-default.xml file seems to be for a...
  TestCoprocessorClassLoader.testCleanupOldJars » NoClassDefFound Could not init...
  TestCoprocessorClassLoader.testLibJarName » NoClassDefFound Could not initiali...
  TestCoprocessorClassLoader.testRelativeLibJarName » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromAnotherPath » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromLocalPath » NoClassDefFound Could not ...
  TestDynamicClassLoader.testLoadClassFromLocalPathWithDynamicDirOff » NoClassDefFound

Tests run: 162, Failures: 0, Errors: 19, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [4.366s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [1.169s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.365s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [0.596s]
[INFO] Apache HBase - Common ............................. FAILURE [42.452s]
[INFO] Apache HBase - Protocol ........................... SKIPPED
[INFO] Apache HBase - Client ............................. SKIPPED
[INFO] Apache HBase - Hadoop Compatibility ............... SKIPPED
[INFO] Apache HBase - Hadoop Two Compatibility ........... SKIPPED
[INFO] Apache HBase - Prefix Tree ........................ SKIPPED
[INFO] Apache HBase - Server ............................. SKIPPED
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52.037s
[INFO] Finished at: Mon Nov 30 12:49:31 UTC 2015
[INFO] Final Memory: 43M/1297M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hbase-common: 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-common/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-common
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/hudson228413298301426653.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-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shell
hbase-spark
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Build failed in Jenkins: HBase-0.98-matrix » latest1.6,Hadoop #265

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/265/changes>

Changes:

[enis] HBASE-14689 Addendum and unit test for HBASE-13471

------------------------------------------
[...truncated 742 lines...]
	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: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)

Running org.apache.hadoop.hbase.TestCellUtil
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec - in org.apache.hadoop.hbase.TestCellUtil
Running org.apache.hadoop.hbase.io.TestTagCompressionContext
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.apache.hadoop.hbase.io.TestTagCompressionContext
Running org.apache.hadoop.hbase.io.util.TestLRUDictionary
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 sec - in org.apache.hadoop.hbase.io.util.TestLRUDictionary
Running org.apache.hadoop.hbase.io.crypto.TestKeyProvider
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.309 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestKeyProvider
testTestProvider(org.apache.hadoop.hbase.io.crypto.TestKeyProvider)  Time elapsed: 0.291 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestKeyProvider.testTestProvider(TestKeyProvider.java:39)

Running org.apache.hadoop.hbase.io.crypto.TestCipherProvider
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.449 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestCipherProvider
testCustomProvider(org.apache.hadoop.hbase.io.crypto.TestCipherProvider)  Time elapsed: 0.292 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestCipherProvider.testCustomProvider(TestCipherProvider.java:126)

testDefaultProvider(org.apache.hadoop.hbase.io.crypto.TestCipherProvider)  Time elapsed: 0.107 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestCipherProvider.testDefaultProvider(TestCipherProvider.java:140)

Running org.apache.hadoop.hbase.io.crypto.aes.TestAES
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.579 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.aes.TestAES
testAlternateRNG(org.apache.hadoop.hbase.io.crypto.aes.TestAES)  Time elapsed: 0.436 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider.<init>(DefaultCipherProvider.java:42)
	at org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider.getInstance(DefaultCipherProvider.java:38)
	at org.apache.hadoop.hbase.io.crypto.aes.TestAES.testAlternateRNG(TestAES.java:89)

testAESAlgorithm(org.apache.hadoop.hbase.io.crypto.aes.TestAES)  Time elapsed: 0.109 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.aes.TestAES.testAESAlgorithm(TestAES.java:54)

Running org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.ExceptionInInitializerError: null
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.HBaseCommonTestingUtility.<init>(HBaseCommonTestingUtility.java:46)
	at org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider.<clinit>(TestKeyStoreKeyProvider.java:44)

Running org.apache.hadoop.hbase.io.crypto.TestEncryption
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.788 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestEncryption
testSmallBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.36 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testSmallBlocks(TestEncryption.java:49)

testTypicalHFileBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.106 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testTypicalHFileBlocks(TestEncryption.java:82)

testOddSizedBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.08 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testOddSizedBlocks(TestEncryption.java:71)

testLargeBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.147 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testLargeBlocks(TestEncryption.java:60)

Running org.apache.hadoop.hbase.io.TestBoundedByteBufferPool
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.198 sec - in org.apache.hadoop.hbase.io.TestBoundedByteBufferPool

Results :

Tests in error: 
org.apache.hadoop.hbase.TestClassFinder.org.apache.hadoop.hbase.TestClassFinder
  Run 1: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » ExceptionInInitializer
  Run 2: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » NoClassDefFound Coul...

  TestHBaseConfiguration.testGetIntDeprecated:47 » Runtime hbase-default.xml fil...
  TestHBaseConfiguration.testGetPassword:68 » Runtime hbase-default.xml file see...
  TestCipherProvider.testCustomProvider:126 » Runtime hbase-default.xml file see...
  TestCipherProvider.testDefaultProvider:140 » Runtime hbase-default.xml file se...
  TestEncryption.testLargeBlocks:60->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testOddSizedBlocks:71->checkTransformSymmetry:90 » Runtime hbas...
  TestEncryption.testSmallBlocks:49->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testTypicalHFileBlocks:82->checkTransformSymmetry:90 » Runtime ...
  TestKeyProvider.testTestProvider:39 » Runtime hbase-default.xml file seems to ...
  TestKeyStoreKeyProvider.org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider » ExceptionInInitializer
  TestAES.testAESAlgorithm:54 » Runtime hbase-default.xml file seems to be for a...
  TestAES.testAlternateRNG:89 » Runtime hbase-default.xml file seems to be for a...
  TestCoprocessorClassLoader.testCleanupOldJars » NoClassDefFound Could not init...
  TestCoprocessorClassLoader.testLibJarName » NoClassDefFound Could not initiali...
  TestCoprocessorClassLoader.testRelativeLibJarName » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromAnotherPath » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromLocalPath » NoClassDefFound Could not ...
  TestDynamicClassLoader.testLoadClassFromLocalPathWithDynamicDirOff » NoClassDefFound

Tests run: 162, Failures: 0, Errors: 19, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [4.792s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [1.405s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.467s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [0.703s]
[INFO] Apache HBase - Common ............................. FAILURE [53.179s]
[INFO] Apache HBase - Protocol ........................... SKIPPED
[INFO] Apache HBase - Client ............................. SKIPPED
[INFO] Apache HBase - Hadoop Compatibility ............... SKIPPED
[INFO] Apache HBase - Hadoop Two Compatibility ........... SKIPPED
[INFO] Apache HBase - Prefix Tree ........................ SKIPPED
[INFO] Apache HBase - Server ............................. SKIPPED
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:03.454s
[INFO] Finished at: Wed Nov 25 12:49:21 UTC 2015
[INFO] Final Memory: 40M/898M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hbase-common: 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-common/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-common
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/hudson5173910562227593374.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-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shell
hbase-spark
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Build failed in Jenkins: HBase-0.98-matrix » latest1.6,Hadoop #264

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/264/changes>

Changes:

[apurtell] HBASE-14771 RpcServer#getRemoteAddress always returns null (Abhishek

[apurtell] HBASE-14863 Add missing test/resources/log4j files in hbase modules

[apurtell] HBASE-14793 Allow limiting size of block into L1 block cache.

[apurtell] HBASE-14788 Splitting a region does not support the

[apurtell] HBASE-14799 Commons-collections object deserialization remote command

[apurtell] HBASE-14862 Add support for reporting p90 for histogram metrics

------------------------------------------
[...truncated 759 lines...]
	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: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)

Running org.apache.hadoop.hbase.util.TestOrder
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.apache.hadoop.hbase.util.TestOrder
Running org.apache.hadoop.hbase.util.TestKeyLocker
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec - in org.apache.hadoop.hbase.util.TestKeyLocker
Running org.apache.hadoop.hbase.TestHBaseConfiguration
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.427 sec <<< FAILURE! - in org.apache.hadoop.hbase.TestHBaseConfiguration
testGetPassword(org.apache.hadoop.hbase.TestHBaseConfiguration)  Time elapsed: 0.258 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.TestHBaseConfiguration.testGetPassword(TestHBaseConfiguration.java:68)

testGetIntDeprecated(org.apache.hadoop.hbase.TestHBaseConfiguration)  Time elapsed: 0.13 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.TestHBaseConfiguration.testGetIntDeprecated(TestHBaseConfiguration.java:47)

Running org.apache.hadoop.hbase.TestClassFinder
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.011 sec <<< FAILURE! - in org.apache.hadoop.hbase.TestClassFinder
org.apache.hadoop.hbase.TestClassFinder  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.ExceptionInInitializerError: null
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.HBaseCommonTestingUtility.<init>(HBaseCommonTestingUtility.java:46)
	at org.apache.hadoop.hbase.TestClassFinder.<clinit>(TestClassFinder.java:57)

org.apache.hadoop.hbase.TestClassFinder  Time elapsed: 0.01 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hbase.TestClassFinder
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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.RunAfters.evaluate(RunAfters.java:33)
	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: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)

Running org.apache.hadoop.hbase.TestCompoundConfiguration
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.845 sec - in org.apache.hadoop.hbase.TestCompoundConfiguration
Running org.apache.hadoop.hbase.TestKeyValue
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.787 sec - in org.apache.hadoop.hbase.TestKeyValue
Running org.apache.hadoop.hbase.types.TestFixedLengthWrapper
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec - in org.apache.hadoop.hbase.types.TestFixedLengthWrapper
Running org.apache.hadoop.hbase.types.TestUnion2
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 sec - in org.apache.hadoop.hbase.types.TestUnion2
Running org.apache.hadoop.hbase.types.TestStructNullExtension
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 sec - in org.apache.hadoop.hbase.types.TestStructNullExtension
Running org.apache.hadoop.hbase.types.TestOrderedBlobVar
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.apache.hadoop.hbase.types.TestOrderedBlobVar
Running org.apache.hadoop.hbase.types.TestRawString
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec - in org.apache.hadoop.hbase.types.TestRawString
Running org.apache.hadoop.hbase.types.TestStruct
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in org.apache.hadoop.hbase.types.TestStruct
Running org.apache.hadoop.hbase.types.TestTerminatedWrapper
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec - in org.apache.hadoop.hbase.types.TestTerminatedWrapper
Running org.apache.hadoop.hbase.types.TestOrderedString
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in org.apache.hadoop.hbase.types.TestOrderedString
Running org.apache.hadoop.hbase.types.TestOrderedBlob
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.apache.hadoop.hbase.types.TestOrderedBlob

Results :

Tests in error: 
org.apache.hadoop.hbase.TestClassFinder.org.apache.hadoop.hbase.TestClassFinder
  Run 1: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » ExceptionInInitializer
  Run 2: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » NoClassDefFound Coul...

  TestHBaseConfiguration.testGetIntDeprecated:47 » Runtime hbase-default.xml fil...
  TestHBaseConfiguration.testGetPassword:68 » Runtime hbase-default.xml file see...
  TestCellCodecWithTags.testCellWithTag:76 » NoSuchField in
  TestKeyValueCodec.testOne:80 » NoSuchField in
  TestKeyValueCodec.testThree:112 » NoSuchField in
  TestKeyValueCodecWithTags.testKeyValueWithTag:76 » NoSuchField in
  TestCipherProvider.testCustomProvider:126 » Runtime hbase-default.xml file see...
  TestCipherProvider.testDefaultProvider:140 » Runtime hbase-default.xml file se...
  TestEncryption.testLargeBlocks:60->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testOddSizedBlocks:71->checkTransformSymmetry:90 » Runtime hbas...
  TestEncryption.testSmallBlocks:49->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testTypicalHFileBlocks:82->checkTransformSymmetry:90 » Runtime ...
  TestKeyProvider.testTestProvider:39 » Runtime hbase-default.xml file seems to ...
  TestKeyStoreKeyProvider.org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider » ExceptionInInitializer
  TestAES.testAESAlgorithm:54 » Runtime hbase-default.xml file seems to be for a...
  TestAES.testAlternateRNG:89 » Runtime hbase-default.xml file seems to be for a...
  TestCoprocessorClassLoader.testCleanupOldJars » NoClassDefFound Could not init...
  TestCoprocessorClassLoader.testLibJarName » NoClassDefFound Could not initiali...
  TestCoprocessorClassLoader.testRelativeLibJarName » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromAnotherPath » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromLocalPath » NoClassDefFound Could not ...
  TestDynamicClassLoader.testLoadClassFromLocalPathWithDynamicDirOff » NoClassDefFound

Tests run: 162, Failures: 0, Errors: 23, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [5.440s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [1.333s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.531s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [2.037s]
[INFO] Apache HBase - Common ............................. FAILURE [1:00.165s]
[INFO] Apache HBase - Protocol ........................... SKIPPED
[INFO] Apache HBase - Client ............................. SKIPPED
[INFO] Apache HBase - Hadoop Compatibility ............... SKIPPED
[INFO] Apache HBase - Hadoop Two Compatibility ........... SKIPPED
[INFO] Apache HBase - Prefix Tree ........................ SKIPPED
[INFO] Apache HBase - Server ............................. SKIPPED
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:12.861s
[INFO] Finished at: Tue Nov 24 12:49:24 UTC 2015
[INFO] Final Memory: 41M/901M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hbase-common: 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-common/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-common
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/hudson8719915778347346699.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-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shell
hbase-spark
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Build failed in Jenkins: HBase-0.98-matrix » latest1.6,Hadoop #263

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/263/changes>

Changes:

[enis] HBASE-14839 [branch-1] Backport test categories so that patch backport

[ramkrishna] HBASE-14761 - Addendum for 0.98 (ram)

[ramkrishna] HBASE-14840 Sink cluster reports data replication request as success

------------------------------------------
[...truncated 528 lines...]
	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: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)

Running org.apache.hadoop.hbase.TestCellUtil
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 sec - in org.apache.hadoop.hbase.TestCellUtil
Running org.apache.hadoop.hbase.io.TestTagCompressionContext
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec - in org.apache.hadoop.hbase.io.TestTagCompressionContext
Running org.apache.hadoop.hbase.io.util.TestLRUDictionary
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 sec - in org.apache.hadoop.hbase.io.util.TestLRUDictionary
Running org.apache.hadoop.hbase.io.crypto.TestKeyProvider
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.474 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestKeyProvider
testTestProvider(org.apache.hadoop.hbase.io.crypto.TestKeyProvider)  Time elapsed: 0.451 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestKeyProvider.testTestProvider(TestKeyProvider.java:39)

Running org.apache.hadoop.hbase.io.crypto.TestCipherProvider
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.719 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestCipherProvider
testCustomProvider(org.apache.hadoop.hbase.io.crypto.TestCipherProvider)  Time elapsed: 0.381 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestCipherProvider.testCustomProvider(TestCipherProvider.java:126)

testDefaultProvider(org.apache.hadoop.hbase.io.crypto.TestCipherProvider)  Time elapsed: 0.283 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestCipherProvider.testDefaultProvider(TestCipherProvider.java:140)

Running org.apache.hadoop.hbase.io.crypto.aes.TestAES
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.975 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.aes.TestAES
testAlternateRNG(org.apache.hadoop.hbase.io.crypto.aes.TestAES)  Time elapsed: 0.797 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider.<init>(DefaultCipherProvider.java:42)
	at org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider.getInstance(DefaultCipherProvider.java:38)
	at org.apache.hadoop.hbase.io.crypto.aes.TestAES.testAlternateRNG(TestAES.java:89)

testAESAlgorithm(org.apache.hadoop.hbase.io.crypto.aes.TestAES)  Time elapsed: 0.113 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.aes.TestAES.testAESAlgorithm(TestAES.java:54)

Running org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.042 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider  Time elapsed: 0.037 sec  <<< ERROR!
java.lang.ExceptionInInitializerError: null
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.HBaseCommonTestingUtility.<init>(HBaseCommonTestingUtility.java:46)
	at org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider.<clinit>(TestKeyStoreKeyProvider.java:44)

Running org.apache.hadoop.hbase.io.crypto.TestEncryption
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 1.302 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestEncryption
testSmallBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.688 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testSmallBlocks(TestEncryption.java:49)

testTypicalHFileBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.174 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testTypicalHFileBlocks(TestEncryption.java:82)

testOddSizedBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.099 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testOddSizedBlocks(TestEncryption.java:71)

testLargeBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.219 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testLargeBlocks(TestEncryption.java:60)

Running org.apache.hadoop.hbase.io.TestBoundedByteBufferPool
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.42 sec - in org.apache.hadoop.hbase.io.TestBoundedByteBufferPool

Results :

Tests in error: 
org.apache.hadoop.hbase.TestClassFinder.org.apache.hadoop.hbase.TestClassFinder
  Run 1: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » ExceptionInInitializer
  Run 2: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » NoClassDefFound Coul...

  TestHBaseConfiguration.testGetIntDeprecated:47 » Runtime hbase-default.xml fil...
  TestHBaseConfiguration.testGetPassword:68 » Runtime hbase-default.xml file see...
  TestCipherProvider.testCustomProvider:126 » Runtime hbase-default.xml file see...
  TestCipherProvider.testDefaultProvider:140 » Runtime hbase-default.xml file se...
  TestEncryption.testLargeBlocks:60->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testOddSizedBlocks:71->checkTransformSymmetry:90 » Runtime hbas...
  TestEncryption.testSmallBlocks:49->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testTypicalHFileBlocks:82->checkTransformSymmetry:90 » Runtime ...
  TestKeyProvider.testTestProvider:39 » Runtime hbase-default.xml file seems to ...
  TestKeyStoreKeyProvider.org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider » ExceptionInInitializer
  TestAES.testAESAlgorithm:54 » Runtime hbase-default.xml file seems to be for a...
  TestAES.testAlternateRNG:89 » Runtime hbase-default.xml file seems to be for a...
  TestCoprocessorClassLoader.testCleanupOldJars » NoClassDefFound Could not init...
  TestCoprocessorClassLoader.testLibJarName » NoClassDefFound Could not initiali...
  TestCoprocessorClassLoader.testRelativeLibJarName » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromAnotherPath » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromLocalPath » NoClassDefFound Could not ...
  TestDynamicClassLoader.testLoadClassFromLocalPathWithDynamicDirOff » NoClassDefFound

Tests run: 162, Failures: 0, Errors: 19, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [6.994s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [1.899s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.704s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [2.191s]
[INFO] Apache HBase - Common ............................. FAILURE [1:03.799s]
[INFO] Apache HBase - Protocol ........................... SKIPPED
[INFO] Apache HBase - Client ............................. SKIPPED
[INFO] Apache HBase - Hadoop Compatibility ............... SKIPPED
[INFO] Apache HBase - Hadoop Two Compatibility ........... SKIPPED
[INFO] Apache HBase - Prefix Tree ........................ SKIPPED
[INFO] Apache HBase - Server ............................. SKIPPED
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:19.829s
[INFO] Finished at: Fri Nov 20 12:49:16 UTC 2015
[INFO] Final Memory: 38M/879M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hbase-common: 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-common/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-common
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/hudson5672604747766230582.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 surefirebooter
++ wc -l
++ grep -e -Dhbase.test
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Build failed in Jenkins: HBase-0.98-matrix » latest1.6,Hadoop #262

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.6,label=Hadoop/262/changes>

Changes:

[apurtell] Amend HBASE-14512 Cache UGI groups

[enis] HBASE-14805 status should show the master in shell

[chenheng] HBASE-14782 FuzzyRowFilter skips valid rows (Vladimir Rodionov)

[ramkrishna] HBASE-14761 Deletes with and without visibility expression do not delete

------------------------------------------
[...truncated 528 lines...]
	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: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)

Running org.apache.hadoop.hbase.TestCellUtil
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec - in org.apache.hadoop.hbase.TestCellUtil
Running org.apache.hadoop.hbase.io.TestTagCompressionContext
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec - in org.apache.hadoop.hbase.io.TestTagCompressionContext
Running org.apache.hadoop.hbase.io.util.TestLRUDictionary
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec - in org.apache.hadoop.hbase.io.util.TestLRUDictionary
Running org.apache.hadoop.hbase.io.crypto.TestKeyProvider
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.318 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestKeyProvider
testTestProvider(org.apache.hadoop.hbase.io.crypto.TestKeyProvider)  Time elapsed: 0.297 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestKeyProvider.testTestProvider(TestKeyProvider.java:39)

Running org.apache.hadoop.hbase.io.crypto.TestCipherProvider
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.482 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestCipherProvider
testCustomProvider(org.apache.hadoop.hbase.io.crypto.TestCipherProvider)  Time elapsed: 0.336 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestCipherProvider.testCustomProvider(TestCipherProvider.java:126)

testDefaultProvider(org.apache.hadoop.hbase.io.crypto.TestCipherProvider)  Time elapsed: 0.102 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestCipherProvider.testDefaultProvider(TestCipherProvider.java:140)

Running org.apache.hadoop.hbase.io.crypto.aes.TestAES
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.693 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.aes.TestAES
testAlternateRNG(org.apache.hadoop.hbase.io.crypto.aes.TestAES)  Time elapsed: 0.549 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider.<init>(DefaultCipherProvider.java:42)
	at org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider.getInstance(DefaultCipherProvider.java:38)
	at org.apache.hadoop.hbase.io.crypto.aes.TestAES.testAlternateRNG(TestAES.java:89)

testAESAlgorithm(org.apache.hadoop.hbase.io.crypto.aes.TestAES)  Time elapsed: 0.1 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.aes.TestAES.testAESAlgorithm(TestAES.java:54)

Running org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider  Time elapsed: 0.006 sec  <<< ERROR!
java.lang.ExceptionInInitializerError: null
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.HBaseCommonTestingUtility.<init>(HBaseCommonTestingUtility.java:46)
	at org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider.<clinit>(TestKeyStoreKeyProvider.java:44)

Running org.apache.hadoop.hbase.io.crypto.TestEncryption
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.849 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestEncryption
testSmallBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.397 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testSmallBlocks(TestEncryption.java:49)

testTypicalHFileBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.116 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testTypicalHFileBlocks(TestEncryption.java:82)

testOddSizedBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.092 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testOddSizedBlocks(TestEncryption.java:71)

testLargeBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.151 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (0.98.16-SNAPSHOT), this version is 0.98.17-SNAPSHOT
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:105)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:120)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:90)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testLargeBlocks(TestEncryption.java:60)

Running org.apache.hadoop.hbase.io.TestBoundedByteBufferPool
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.218 sec - in org.apache.hadoop.hbase.io.TestBoundedByteBufferPool

Results :

Tests in error: 
org.apache.hadoop.hbase.TestClassFinder.org.apache.hadoop.hbase.TestClassFinder
  Run 1: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » ExceptionInInitializer
  Run 2: TestClassFinder.org.apache.hadoop.hbase.TestClassFinder » NoClassDefFound Coul...

  TestHBaseConfiguration.testGetIntDeprecated:47 » Runtime hbase-default.xml fil...
  TestHBaseConfiguration.testGetPassword:68 » Runtime hbase-default.xml file see...
  TestCipherProvider.testCustomProvider:126 » Runtime hbase-default.xml file see...
  TestCipherProvider.testDefaultProvider:140 » Runtime hbase-default.xml file se...
  TestEncryption.testLargeBlocks:60->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testOddSizedBlocks:71->checkTransformSymmetry:90 » Runtime hbas...
  TestEncryption.testSmallBlocks:49->checkTransformSymmetry:90 » Runtime hbase-d...
  TestEncryption.testTypicalHFileBlocks:82->checkTransformSymmetry:90 » Runtime ...
  TestKeyProvider.testTestProvider:39 » Runtime hbase-default.xml file seems to ...
  TestKeyStoreKeyProvider.org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider » ExceptionInInitializer
  TestAES.testAESAlgorithm:54 » Runtime hbase-default.xml file seems to be for a...
  TestAES.testAlternateRNG:89 » Runtime hbase-default.xml file seems to be for a...
  TestCoprocessorClassLoader.testCleanupOldJars » NoClassDefFound Could not init...
  TestCoprocessorClassLoader.testLibJarName » NoClassDefFound Could not initiali...
  TestCoprocessorClassLoader.testRelativeLibJarName » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromAnotherPath » ExceptionInInitializer
  TestDynamicClassLoader.testLoadClassFromLocalPath » NoClassDefFound Could not ...
  TestDynamicClassLoader.testLoadClassFromLocalPathWithDynamicDirOff » NoClassDefFound

Tests run: 162, Failures: 0, Errors: 19, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [5.012s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [1.134s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.392s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [0.508s]
[INFO] Apache HBase - Common ............................. FAILURE [48.982s]
[INFO] Apache HBase - Protocol ........................... SKIPPED
[INFO] Apache HBase - Client ............................. SKIPPED
[INFO] Apache HBase - Hadoop Compatibility ............... SKIPPED
[INFO] Apache HBase - Hadoop Two Compatibility ........... SKIPPED
[INFO] Apache HBase - Prefix Tree ........................ SKIPPED
[INFO] Apache HBase - Server ............................. SKIPPED
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 59.607s
[INFO] Finished at: Thu Nov 19 12:49:03 UTC 2015
[INFO] Final Memory: 40M/907M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hbase-common: 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-common/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-common
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/hudson6826882054332593132.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
++ wc -l
++ grep surefirebooter
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results