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 2016/01/22 22:32:57 UTC

Build failed in Jenkins: HBase-Trunk_matrix » latest1.7,(docker || Hadoop) && !H2 #654

See <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.7,label_exp=(docker%20%7C%7C%20Hadoop)%20&&%20!H2/654/>

------------------------------------------
[...truncated 3398 lines...]
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:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.HBaseCommonTestingUtility.<init>(HBaseCommonTestingUtility.java:46)
	at org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider.<clinit>(TestKeyStoreKeyProvider.java:45)

Running org.apache.hadoop.hbase.io.crypto.TestEncryption
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.67 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestEncryption
testSmallBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.318 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:92)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testSmallBlocks(TestEncryption.java:51)

testTypicalHFileBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.107 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:92)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testTypicalHFileBlocks(TestEncryption.java:84)

testOddSizedBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.067 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:92)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testOddSizedBlocks(TestEncryption.java:73)

testLargeBlocks(org.apache.hadoop.hbase.io.crypto.TestEncryption)  Time elapsed: 0.115 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.checkTransformSymmetry(TestEncryption.java:92)
	at org.apache.hadoop.hbase.io.crypto.TestEncryption.testLargeBlocks(TestEncryption.java:62)

Running org.apache.hadoop.hbase.io.crypto.TestKeyProvider
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.327 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.TestKeyProvider
testTestProvider(org.apache.hadoop.hbase.io.crypto.TestKeyProvider)  Time elapsed: 0.31 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.io.crypto.TestKeyProvider.testTestProvider(TestKeyProvider.java:39)

Running org.apache.hadoop.hbase.io.crypto.aes.TestAES
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.547 sec <<< FAILURE! - in org.apache.hadoop.hbase.io.crypto.aes.TestAES
testAlternateRNG(org.apache.hadoop.hbase.io.crypto.aes.TestAES)  Time elapsed: 0.432 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	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:91)

testAESAlgorithm(org.apache.hadoop.hbase.io.crypto.aes.TestAES)  Time elapsed: 0.082 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.io.crypto.aes.TestAES.testAESAlgorithm(TestAES.java:56)

Running org.apache.hadoop.hbase.nio.TestMultiByteBuff
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 sec - in org.apache.hadoop.hbase.nio.TestMultiByteBuff
Running org.apache.hadoop.hbase.nio.TestSingleByteBuff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.apache.hadoop.hbase.nio.TestSingleByteBuff
Running org.apache.hadoop.hbase.TestCellUtil
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 sec - in org.apache.hadoop.hbase.TestCellUtil
Running org.apache.hadoop.hbase.codec.TestKeyValueCodec
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 sec - in org.apache.hadoop.hbase.codec.TestKeyValueCodec
Running org.apache.hadoop.hbase.codec.TestCellCodecWithTags
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec - in org.apache.hadoop.hbase.codec.TestCellCodecWithTags
Running org.apache.hadoop.hbase.codec.TestCellCodec
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec - in org.apache.hadoop.hbase.codec.TestCellCodec
Running org.apache.hadoop.hbase.codec.TestKeyValueCodecWithTags
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec - in org.apache.hadoop.hbase.codec.TestKeyValueCodecWithTags
Running org.apache.hadoop.hbase.TestTimeout
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.192 sec - in org.apache.hadoop.hbase.TestTimeout
Running org.apache.hadoop.hbase.zookeeper.TestZKConfig
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.607 sec <<< FAILURE! - in org.apache.hadoop.hbase.zookeeper.TestZKConfig
testClusterKey(org.apache.hadoop.hbase.zookeeper.TestZKConfig)  Time elapsed: 0.308 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:107)
	at org.apache.hadoop.hbase.HBaseConfiguration.createClusterConf(HBaseConfiguration.java:283)
	at org.apache.hadoop.hbase.HBaseConfiguration.createClusterConf(HBaseConfiguration.java:266)
	at org.apache.hadoop.hbase.zookeeper.TestZKConfig.testKey(TestZKConfig.java:112)
	at org.apache.hadoop.hbase.zookeeper.TestZKConfig.testKey(TestZKConfig.java:92)
	at org.apache.hadoop.hbase.zookeeper.TestZKConfig.testClusterKey(TestZKConfig.java:63)

testZKConfigLoading(org.apache.hadoop.hbase.zookeeper.TestZKConfig)  Time elapsed: 0.109 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.zookeeper.TestZKConfig.testZKConfigLoading(TestZKConfig.java:40)

testGetZooKeeperClusterKey(org.apache.hadoop.hbase.zookeeper.TestZKConfig)  Time elapsed: 0.064 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.zookeeper.TestZKConfig.testGetZooKeeperClusterKey(TestZKConfig.java:52)

testClusterKeyWithMultiplePorts(org.apache.hadoop.hbase.zookeeper.TestZKConfig)  Time elapsed: 0.059 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:107)
	at org.apache.hadoop.hbase.HBaseConfiguration.createClusterConf(HBaseConfiguration.java:283)
	at org.apache.hadoop.hbase.HBaseConfiguration.createClusterConf(HBaseConfiguration.java:266)
	at org.apache.hadoop.hbase.zookeeper.TestZKConfig.testKey(TestZKConfig.java:112)
	at org.apache.hadoop.hbase.zookeeper.TestZKConfig.testClusterKeyWithMultiplePorts(TestZKConfig.java:75)

Running org.apache.hadoop.hbase.TestHBaseConfiguration
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.503 sec <<< FAILURE! - in org.apache.hadoop.hbase.TestHBaseConfiguration
testGetPassword(org.apache.hadoop.hbase.TestHBaseConfiguration)  Time elapsed: 0.27 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.TestHBaseConfiguration.testGetPassword(TestHBaseConfiguration.java:101)

testGetIntDeprecated(org.apache.hadoop.hbase.TestHBaseConfiguration)  Time elapsed: 0.112 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.TestHBaseConfiguration.testGetIntDeprecated(TestHBaseConfiguration.java:52)

testSubset(org.apache.hadoop.hbase.TestHBaseConfiguration)  Time elapsed: 0.065 sec  <<< ERROR!
java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.0.0-SNAPSHOT), this version is Unknown
	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:73)
	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:83)
	at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:98)
	at org.apache.hadoop.hbase.TestHBaseConfiguration.testSubset(TestHBaseConfiguration.java:73)


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:52 » Runtime hbase-default.xml fil...
  TestHBaseConfiguration.testGetPassword:101 » Runtime hbase-default.xml file se...
  TestHBaseConfiguration.testSubset:73 » Runtime hbase-default.xml file seems to...
  TestCipherProvider.testCustomProvider:128 » Runtime hbase-default.xml file see...
  TestCipherProvider.testDefaultProvider:142 » Runtime hbase-default.xml file se...
  TestEncryption.testLargeBlocks:62->checkTransformSymmetry:92 » Runtime hbase-d...
  TestEncryption.testOddSizedBlocks:73->checkTransformSymmetry:92 » Runtime hbas...
  TestEncryption.testSmallBlocks:51->checkTransformSymmetry:92 » Runtime hbase-d...
  TestEncryption.testTypicalHFileBlocks:84->checkTransformSymmetry:92 » Runtime ...
  TestKeyProvider.testTestProvider:39 » Runtime hbase-default.xml file seems to ...
  TestKeyStoreKeyProvider.org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider » ExceptionInInitializer
  TestAES.testAESAlgorithm:56 » Runtime hbase-default.xml file seems to be for a...
  TestAES.testAlternateRNG:91 » 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
  TestZKConfig.testClusterKey:63->testKey:92->testKey:112 » Runtime hbase-defaul...
  TestZKConfig.testClusterKeyWithMultiplePorts:75->testKey:112 » Runtime hbase-d...
  TestZKConfig.testGetZooKeeperClusterKey:52 » Runtime hbase-default.xml file se...
  TestZKConfig.testZKConfigLoading:40 » Runtime hbase-default.xml file seems to ...

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [  2.853 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  0.687 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  0.220 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  0.248 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [  2.915 s]
[INFO] Apache HBase - Common ............................. FAILURE [01:21 min]
[INFO] Apache HBase - Procedure .......................... 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 - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SKIPPED
[INFO] Apache HBase - Shaded - Client .................... SKIPPED
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:30 min
[INFO] Finished at: 2016-01-22T21:33:11+00:00
[INFO] Final Memory: 56M/1292M
[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-Trunk_matrix/jdk=latest1.7,label_exp=(docker%20%7C%7C%20Hadoop)%20&&%20!H2/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  : # Run zombie detector script
./dev-support/zombie-detector.sh --jenkins ${BUILD_ID}
[(docker || Hadoop) && !H2] $ /bin/bash -xe /tmp/hudson5002864611181790094.sh
+ ./dev-support/zombie-detector.sh --jenkins 654
Fri Jan 22 21:33:11 UTC 2016 We're ok: there is no zombie test


    {color:green}+1 zombies{color}. No zombie tests found running at the end of the build.
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
[FINDBUGS] Skipping publisher since build result is FAILURE
[CHECKSTYLE] Skipping publisher since build result is FAILURE