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/12/08 13:53:51 UTC

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

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

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>