You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/05/23 18:42:03 UTC

Build failed in Jenkins: Apache Phoenix | 3.0 | Hadoop2 #3

See <https://builds.apache.org/job/Phoenix-3.0-hadoop2/3/changes>

Changes:

[jzhong] PHOENIX-991: IT tests failed on hadoop2

[gabrielr] PHOENIX-979 Delete on key and non-key field

[gabrielr] PHOENIX-993 Exclude JRuby dependency

[jtaylor] PHOENIX-982 Avoid spinning up and tearing down mini cluster in tests (SamarthJain)

[jtaylor] PHOENIX-984 Add support for DECODE built-in function (tzolkincz)

------------------------------------------
[...truncated 12707 lines...]
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.query.BaseTest.initMiniCluster(BaseTest.java:473)
	at org.apache.phoenix.query.BaseTest.setUpTestCluster(BaseTest.java:448)
	at org.apache.phoenix.end2end.BaseHBaseManagedTimeIT.checkClusterInitialized(BaseHBaseManagedTimeIT.java:87)
	at org.apache.phoenix.end2end.BaseHBaseManagedTimeIT.getUrl(BaseHBaseManagedTimeIT.java:58)
	at org.apache.phoenix.end2end.index.SaltedIndexIT.doSetup(SaltedIndexIT.java:62)

org.apache.phoenix.end2end.index.SaltedIndexIT  Time elapsed: 703,957.996 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.phoenix.end2end.BaseHBaseManagedTimeIT.dropTables(BaseHBaseManagedTimeIT.java:99)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.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:113)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


Results :

Failed tests: 
  BinaryRowKeyIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SpillableGroupByIT>BaseHBaseManagedTimeIT.dropTables:99 null
  MD5FunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  AutoCommitIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SortOrderFIT>BaseHBaseManagedTimeIT.dropTables:99 null
  AlterTableIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TenantSpecificViewIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  UpsertBigValuesIT>BaseHBaseManagedTimeIT.dropTables:99 null
  HashJoinIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedTableUpsertSelectIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TimezoneOffsetFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  QueryExecWithoutSCNIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ReverseFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  UpsertSelectAutoCommitIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DeleteIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ArithmeticQueryIT>BaseHBaseManagedTimeIT.dropTables:99 null
  CSVCommonsLoaderIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SkipScanQueryIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DecodeFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DynamicFamilyIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TenantSpecificViewIndexSaltedIT>BaseHBaseManagedTimeIT.dropTables:99 null
  StatementHintsIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ExecuteStatementsIT>BaseHBaseManagedTimeIT.dropTables:99 null
  QueryPlanIT>BaseHBaseManagedTimeIT.dropTables:99 null
  RoundFloorCeilFunctionsEnd2EndIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ServerExceptionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  MutableIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ImmutableIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  IndexMetadataIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DropViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null

Tests in error: 
  BinaryRowKeyIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SpillableGroupByIT.doSetup:68->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  MD5FunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  AutoCommitIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SortOrderFIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  AlterTableIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TenantSpecificViewIndexIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedViewIT>BaseViewIT.doSetup:48->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  UpsertBigValuesIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  HashJoinIT.doSetup:88->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedTableUpsertSelectIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TimezoneOffsetFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  QueryExecWithoutSCNIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ReverseFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  UpsertSelectAutoCommitIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DeleteIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ArithmeticQueryIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  CSVCommonsLoaderIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ViewIT>BaseViewIT.doSetup:48->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SkipScanQueryIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DecodeFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DynamicFamilyIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TenantSpecificViewIndexSaltedIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  StatementHintsIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ExecuteStatementsIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  QueryPlanIT.doSetup:51->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  RoundFloorCeilFunctionsEnd2EndIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ServerExceptionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  MutableIndexIT.doSetup:63->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ImmutableIndexIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  IndexMetadataIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DropViewIT.doSetup:59->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedIndexIT.doSetup:62->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime

Tests run: 66, Failures: 33, Errors: 33, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-3.0-hadoop2/ws/phoenix-core/target/failsafe-reports>
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 10, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 0.523 sec <<< FAILURE! - in org.apache.phoenix.mapreduce.CsvBulkLoadToolIT
testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT)  Time elapsed: 0.3 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(FailForUnsupportedHBaseVersionsIT.java:121)

org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT  Time elapsed: 0.334 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.setupCluster(FailWithoutRetriesIT.java:94)

org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT  Time elapsed: 0.365 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.setupCluster(EndtoEndIndexingWithCompressionIT.java:49)

org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT  Time elapsed: 0.379 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.setupCluster(EndToEndCoveredIndexingIT.java:112)

org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT  Time elapsed: 0.409 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.setupCluster(EndToEndCoveredColumnsIndexBuilderIT.java:105)

org.apache.phoenix.end2end.ContextClassloaderIT  Time elapsed: 0.424 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.end2end.ContextClassloaderIT.setUpBeforeClass(ContextClassloaderIT.java:50)

org.apache.phoenix.end2end.index.MutableIndexFailureIT  Time elapsed: 0.452 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.doSetup(MutableIndexFailureIT.java:84)

org.apache.phoenix.mapreduce.CsvBulkLoadToolIT  Time elapsed: 0.478 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.mapreduce.CsvBulkLoadToolIT.setUp(CsvBulkLoadToolIT.java:58)

org.apache.phoenix.mapreduce.CsvBulkLoadToolIT  Time elapsed: 0.478 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.apache.phoenix.mapreduce.CsvBulkLoadToolIT.tearDownAfterClass(CsvBulkLoadToolIT.java:69)


Results :

Tests in error: 
  FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion:121 ? NoSuchMethod
  FailWithoutRetriesIT.setupCluster:94 ? NoSuchMethod org.apache.hadoop.hdfs.Min...
  EndtoEndIndexingWithCompressionIT.setupCluster:49 ? NoSuchMethod org.apache.ha...
  EndToEndCoveredIndexingIT.setupCluster:112 ? NoSuchMethod org.apache.hadoop.hd...
  EndToEndCoveredColumnsIndexBuilderIT.setupCluster:105 ? NoSuchMethod org.apach...
  ContextClassloaderIT.setUpBeforeClass:50 ? NoSuchMethod org.apache.hadoop.hdfs...
  MutableIndexFailureIT.doSetup:84 ? NoSuchMethod org.apache.hadoop.hdfs.MiniDFS...
  CsvBulkLoadToolIT.setUp:58 ? NoSuchMethod org.apache.hadoop.hdfs.MiniDFSCluste...
  CsvBulkLoadToolIT.tearDownAfterClass:69 NullPointer

Tests run: 10, Failures: 0, Errors: 9, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (ClientManagedTimeTests) @ phoenix-core ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-3.0-hadoop2/ws/phoenix-core/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix .................................... SUCCESS [1.811s]
[INFO] Phoenix Hadoop Compatibility ...................... SUCCESS [0.457s]
[INFO] Phoenix Core ...................................... FAILURE [54.681s]
[INFO] Phoenix - Flume ................................... SKIPPED
[INFO] Phoenix - Pig ..................................... SKIPPED
[INFO] Phoenix Hadoop2 Compatibility ..................... SKIPPED
[INFO] Phoenix Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.371s
[INFO] Finished at: Fri May 23 16:41:39 UTC 2014
[INFO] Final Memory: 48M/747M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (ClientManagedTimeTests) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-3.0-hadoop2/ws/phoenix-core/target/failsafe-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 :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Updating PHOENIX-993
Updating PHOENIX-982
Updating PHOENIX-984
Updating PHOENIX-991
Updating PHOENIX-979
Recording test results

Build failed in Jenkins: Phoenix | 3.0 | Hadoop2 #7

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-3.0-hadoop2/7/>

------------------------------------------
[...truncated 8139 lines...]
	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:113)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

org.apache.phoenix.end2end.TimezoneOffsetFunctionIT  Time elapsed: 1,043,047.787 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.phoenix.end2end.BaseHBaseManagedTimeIT.dropTables(BaseHBaseManagedTimeIT.java:99)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.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:113)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


Results :

Failed tests: 
  HashJoinIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ExecuteStatementsIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ServerExceptionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  MD5FunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SpillableGroupByIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DeleteIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DecodeFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  RoundFloorCeilFunctionsEnd2EndIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ReverseFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  AutoCommitIT>BaseHBaseManagedTimeIT.dropTables:99 null
  StatementHintsIT>BaseHBaseManagedTimeIT.dropTables:99 null
  BinaryRowKeyIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DynamicFamilyIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TenantSpecificViewIndexSaltedIT>BaseHBaseManagedTimeIT.dropTables:99 null
  AlterTableIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ArithmeticQueryIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedTableUpsertSelectIT>BaseHBaseManagedTimeIT.dropTables:99 null
  UpsertBigValuesIT>BaseHBaseManagedTimeIT.dropTables:99 null
  QueryPlanIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  CSVCommonsLoaderIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SortOrderFIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TenantSpecificViewIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  QueryExecWithoutSCNIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SkipScanQueryIT>BaseHBaseManagedTimeIT.dropTables:99 null
  IndexMetadataIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ImmutableIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DropViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  MutableIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  UpsertSelectAutoCommitIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TimezoneOffsetFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null

Tests in error: 
  HashJoinIT.doSetup:88->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ExecuteStatementsIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ServerExceptionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  MD5FunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SpillableGroupByIT.doSetup:68->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DeleteIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DecodeFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  RoundFloorCeilFunctionsEnd2EndIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedViewIT>BaseViewIT.doSetup:48->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ReverseFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  AutoCommitIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  StatementHintsIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  BinaryRowKeyIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DynamicFamilyIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TenantSpecificViewIndexSaltedIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  AlterTableIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ArithmeticQueryIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedTableUpsertSelectIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  UpsertBigValuesIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  QueryPlanIT.doSetup:51->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ViewIT>BaseViewIT.doSetup:48->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  CSVCommonsLoaderIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SortOrderFIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TenantSpecificViewIndexIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  QueryExecWithoutSCNIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SkipScanQueryIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  IndexMetadataIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ImmutableIndexIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedIndexIT.doSetup:62->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DropViewIT.doSetup:59->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  MutableIndexIT.doSetup:63->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  UpsertSelectAutoCommitIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TimezoneOffsetFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime

Tests run: 66, Failures: 33, Errors: 33, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-3.0-hadoop2/ws/phoenix-core/target/failsafe-reports>
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 10, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 0.514 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT)  Time elapsed: 0.29 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(FailForUnsupportedHBaseVersionsIT.java:121)

org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT  Time elapsed: 0.323 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.setupCluster(FailWithoutRetriesIT.java:94)

org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT  Time elapsed: 0.354 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.setupCluster(EndtoEndIndexingWithCompressionIT.java:49)

org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT  Time elapsed: 0.368 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.setupCluster(EndToEndCoveredIndexingIT.java:112)

org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT  Time elapsed: 0.398 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.setupCluster(EndToEndCoveredColumnsIndexBuilderIT.java:105)

org.apache.phoenix.mapreduce.CsvBulkLoadToolIT  Time elapsed: 0.425 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.mapreduce.CsvBulkLoadToolIT.setUp(CsvBulkLoadToolIT.java:58)

org.apache.phoenix.mapreduce.CsvBulkLoadToolIT  Time elapsed: 0.425 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.apache.phoenix.mapreduce.CsvBulkLoadToolIT.tearDownAfterClass(CsvBulkLoadToolIT.java:69)

org.apache.phoenix.end2end.ContextClassloaderIT  Time elapsed: 0.439 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.end2end.ContextClassloaderIT.setUpBeforeClass(ContextClassloaderIT.java:50)

org.apache.phoenix.end2end.index.MutableIndexFailureIT  Time elapsed: 0.465 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.doSetup(MutableIndexFailureIT.java:84)


Results :

Tests in error: 
  FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion:121 ? NoSuchMethod
  FailWithoutRetriesIT.setupCluster:94 ? NoSuchMethod org.apache.hadoop.hdfs.Min...
  EndtoEndIndexingWithCompressionIT.setupCluster:49 ? NoSuchMethod org.apache.ha...
  EndToEndCoveredIndexingIT.setupCluster:112 ? NoSuchMethod org.apache.hadoop.hd...
  EndToEndCoveredColumnsIndexBuilderIT.setupCluster:105 ? NoSuchMethod org.apach...
  CsvBulkLoadToolIT.setUp:58 ? NoSuchMethod org.apache.hadoop.hdfs.MiniDFSCluste...
  CsvBulkLoadToolIT.tearDownAfterClass:69 NullPointer
  ContextClassloaderIT.setUpBeforeClass:50 ? NoSuchMethod org.apache.hadoop.hdfs...
  MutableIndexFailureIT.doSetup:84 ? NoSuchMethod org.apache.hadoop.hdfs.MiniDFS...

Tests run: 10, Failures: 0, Errors: 9, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (ClientManagedTimeTests) @ phoenix-core ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-3.0-hadoop2/ws/phoenix-core/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix .................................... SUCCESS [2.844s]
[INFO] Phoenix Hadoop Compatibility ...................... SUCCESS [0.720s]
[INFO] Phoenix Core ...................................... FAILURE [40.482s]
[INFO] Phoenix - Flume ................................... SKIPPED
[INFO] Phoenix - Pig ..................................... SKIPPED
[INFO] Phoenix Hadoop2 Compatibility ..................... SKIPPED
[INFO] Phoenix Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44.482s
[INFO] Finished at: Tue May 27 14:53:08 UTC 2014
[INFO] Final Memory: 38M/505M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (ClientManagedTimeTests) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-3.0-hadoop2/ws/phoenix-core/target/failsafe-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 :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Recording test results

Build failed in Jenkins: Phoenix | 3.0 | Hadoop2 #6

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-3.0-hadoop2/6/>

------------------------------------------
[...truncated 8143 lines...]
	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:113)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

org.apache.phoenix.end2end.UpsertBigValuesIT  Time elapsed: 999,838.22 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.phoenix.end2end.BaseHBaseManagedTimeIT.dropTables(BaseHBaseManagedTimeIT.java:99)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.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:113)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


Results :

Failed tests: 
  QueryPlanIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ServerExceptionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  StatementHintsIT>BaseHBaseManagedTimeIT.dropTables:99 null
  BinaryRowKeyIT>BaseHBaseManagedTimeIT.dropTables:99 null
  CSVCommonsLoaderIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DecodeFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  UpsertSelectAutoCommitIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DropViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  IndexMetadataIT>BaseHBaseManagedTimeIT.dropTables:99 null
  MutableIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ImmutableIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  RoundFloorCeilFunctionsEnd2EndIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedTableUpsertSelectIT>BaseHBaseManagedTimeIT.dropTables:99 null
  MD5FunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  AutoCommitIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ArithmeticQueryIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TenantSpecificViewIndexSaltedIT>BaseHBaseManagedTimeIT.dropTables:99 null
  HashJoinIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ReverseFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DeleteIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SkipScanQueryIT>BaseHBaseManagedTimeIT.dropTables:99 null
  AlterTableIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SpillableGroupByIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DynamicFamilyIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TimezoneOffsetFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  QueryExecWithoutSCNIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SortOrderFIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ExecuteStatementsIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TenantSpecificViewIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  UpsertBigValuesIT>BaseHBaseManagedTimeIT.dropTables:99 null

Tests in error: 
  QueryPlanIT.doSetup:51->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ServerExceptionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  StatementHintsIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  BinaryRowKeyIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  CSVCommonsLoaderIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DecodeFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  UpsertSelectAutoCommitIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DropViewIT.doSetup:59->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  IndexMetadataIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  MutableIndexIT.doSetup:63->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ImmutableIndexIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedIndexIT.doSetup:62->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  RoundFloorCeilFunctionsEnd2EndIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ViewIT>BaseViewIT.doSetup:48->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedTableUpsertSelectIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  MD5FunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  AutoCommitIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ArithmeticQueryIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedViewIT>BaseViewIT.doSetup:48->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TenantSpecificViewIndexSaltedIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  HashJoinIT.doSetup:88->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ReverseFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DeleteIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SkipScanQueryIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  AlterTableIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SpillableGroupByIT.doSetup:68->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DynamicFamilyIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TimezoneOffsetFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  QueryExecWithoutSCNIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SortOrderFIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ExecuteStatementsIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TenantSpecificViewIndexIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  UpsertBigValuesIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime

Tests run: 66, Failures: 33, Errors: 33, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] Failsafe report directory: /home/hudson/jenkins-slave/workspace/Phoenix-3.0-hadoop2/phoenix-core/target/failsafe-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 999,839.977 sec <<< FAILURE! - in org.apache.phoenix.mapreduce.CsvBulkLoadToolIT
org.apache.phoenix.mapreduce.CsvBulkLoadToolIT  Time elapsed: 999,839.976 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.mapreduce.CsvBulkLoadToolIT.setUp(CsvBulkLoadToolIT.java:58)

org.apache.phoenix.mapreduce.CsvBulkLoadToolIT  Time elapsed: 999,839.976 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.apache.phoenix.mapreduce.CsvBulkLoadToolIT.tearDownAfterClass(CsvBulkLoadToolIT.java:69)

Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 8, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.202 sec <<< FAILURE! - in org.apache.phoenix.end2end.ContextClassloaderIT
testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT)  Time elapsed: 0.029 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(FailForUnsupportedHBaseVersionsIT.java:121)

org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT  Time elapsed: 0.059 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.setupCluster(EndToEndCoveredColumnsIndexBuilderIT.java:105)

org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT  Time elapsed: 0.089 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.setupCluster(EndToEndCoveredIndexingIT.java:112)

org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT  Time elapsed: 0.121 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.setupCluster(FailWithoutRetriesIT.java:94)

org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT  Time elapsed: 0.136 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.setupCluster(EndtoEndIndexingWithCompressionIT.java:49)

org.apache.phoenix.end2end.index.MutableIndexFailureIT  Time elapsed: 0.162 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.doSetup(MutableIndexFailureIT.java:84)

org.apache.phoenix.end2end.ContextClassloaderIT  Time elapsed: 0.177 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.end2end.ContextClassloaderIT.setUpBeforeClass(ContextClassloaderIT.java:50)


Results :

Tests in error: 
  CsvBulkLoadToolIT.setUp:58 ? NoSuchMethod org.apache.hadoop.hdfs.MiniDFSCluste...
  CsvBulkLoadToolIT.tearDownAfterClass:69 NullPointer
  FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion:121 ? NoSuchMethod
  EndToEndCoveredColumnsIndexBuilderIT.setupCluster:105 ? NoSuchMethod org.apach...
  EndToEndCoveredIndexingIT.setupCluster:112 ? NoSuchMethod org.apache.hadoop.hd...
  FailWithoutRetriesIT.setupCluster:94 ? NoSuchMethod org.apache.hadoop.hdfs.Min...
  EndtoEndIndexingWithCompressionIT.setupCluster:49 ? NoSuchMethod org.apache.ha...
  MutableIndexFailureIT.doSetup:84 ? NoSuchMethod org.apache.hadoop.hdfs.MiniDFS...
  ContextClassloaderIT.setUpBeforeClass:50 ? NoSuchMethod org.apache.hadoop.hdfs...

Tests run: 10, Failures: 0, Errors: 9, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (ClientManagedTimeTests) @ phoenix-core ---
[INFO] Failsafe report directory: /home/hudson/jenkins-slave/workspace/Phoenix-3.0-hadoop2/phoenix-core/target/failsafe-reports
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix .................................... SUCCESS [7.436s]
[INFO] Phoenix Hadoop Compatibility ...................... SUCCESS [1.430s]
[INFO] Phoenix Core ...................................... FAILURE [50.800s]
[INFO] Phoenix - Flume ................................... SKIPPED
[INFO] Phoenix - Pig ..................................... SKIPPED
[INFO] Phoenix Hadoop2 Compatibility ..................... SKIPPED
[INFO] Phoenix Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:00.133s
[INFO] Finished at: Tue May 27 02:52:58 UTC 2014
[INFO] Final Memory: 36M/354M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (ClientManagedTimeTests) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/hudson/jenkins-slave/workspace/Phoenix-3.0-hadoop2/phoenix-core/target/failsafe-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 :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Recording test results

Build failed in Jenkins: Phoenix | 3.0 | Hadoop2 #5

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-3.0-hadoop2/5/changes>

Changes:

[jtaylor] Try to get unit tests to function again

[ramkrishna] Phoenix-989-problem setting column type of Array to null(Ram)

------------------------------------------
[...truncated 12723 lines...]
	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:113)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

org.apache.phoenix.end2end.UpsertBigValuesIT  Time elapsed: 956,606.484 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.phoenix.end2end.BaseHBaseManagedTimeIT.dropTables(BaseHBaseManagedTimeIT.java:99)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.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:113)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


Results :

Failed tests: 
  QueryPlanIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ServerExceptionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  StatementHintsIT>BaseHBaseManagedTimeIT.dropTables:99 null
  BinaryRowKeyIT>BaseHBaseManagedTimeIT.dropTables:99 null
  CSVCommonsLoaderIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DecodeFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  UpsertSelectAutoCommitIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DropViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  IndexMetadataIT>BaseHBaseManagedTimeIT.dropTables:99 null
  MutableIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ImmutableIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  RoundFloorCeilFunctionsEnd2EndIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedTableUpsertSelectIT>BaseHBaseManagedTimeIT.dropTables:99 null
  MD5FunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  AutoCommitIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ArithmeticQueryIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TenantSpecificViewIndexSaltedIT>BaseHBaseManagedTimeIT.dropTables:99 null
  HashJoinIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ReverseFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DeleteIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SkipScanQueryIT>BaseHBaseManagedTimeIT.dropTables:99 null
  AlterTableIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SpillableGroupByIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DynamicFamilyIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TimezoneOffsetFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  QueryExecWithoutSCNIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SortOrderFIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ExecuteStatementsIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TenantSpecificViewIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  UpsertBigValuesIT>BaseHBaseManagedTimeIT.dropTables:99 null

Tests in error: 
  QueryPlanIT.doSetup:51->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ServerExceptionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  StatementHintsIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  BinaryRowKeyIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  CSVCommonsLoaderIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DecodeFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  UpsertSelectAutoCommitIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DropViewIT.doSetup:59->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  IndexMetadataIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  MutableIndexIT.doSetup:63->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ImmutableIndexIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedIndexIT.doSetup:62->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  RoundFloorCeilFunctionsEnd2EndIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ViewIT>BaseViewIT.doSetup:48->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedTableUpsertSelectIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  MD5FunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  AutoCommitIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ArithmeticQueryIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedViewIT>BaseViewIT.doSetup:48->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TenantSpecificViewIndexSaltedIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  HashJoinIT.doSetup:88->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ReverseFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DeleteIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SkipScanQueryIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  AlterTableIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SpillableGroupByIT.doSetup:68->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DynamicFamilyIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TimezoneOffsetFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  QueryExecWithoutSCNIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SortOrderFIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ExecuteStatementsIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TenantSpecificViewIndexIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  UpsertBigValuesIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime

Tests run: 66, Failures: 33, Errors: 33, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] Failsafe report directory: /home/hudson/jenkins-slave/workspace/Phoenix-3.0-hadoop2/phoenix-core/target/failsafe-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 956,608.169 sec <<< FAILURE! - in org.apache.phoenix.mapreduce.CsvBulkLoadToolIT
org.apache.phoenix.mapreduce.CsvBulkLoadToolIT  Time elapsed: 956,608.168 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.mapreduce.CsvBulkLoadToolIT.setUp(CsvBulkLoadToolIT.java:58)

org.apache.phoenix.mapreduce.CsvBulkLoadToolIT  Time elapsed: 956,608.168 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.apache.phoenix.mapreduce.CsvBulkLoadToolIT.tearDownAfterClass(CsvBulkLoadToolIT.java:69)

Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 8, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.2 sec <<< FAILURE! - in org.apache.phoenix.end2end.ContextClassloaderIT
testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT)  Time elapsed: 0.028 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(FailForUnsupportedHBaseVersionsIT.java:121)

org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT  Time elapsed: 0.058 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.setupCluster(EndToEndCoveredColumnsIndexBuilderIT.java:105)

org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT  Time elapsed: 0.087 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.setupCluster(EndToEndCoveredIndexingIT.java:112)

org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT  Time elapsed: 0.12 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.setupCluster(FailWithoutRetriesIT.java:94)

org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT  Time elapsed: 0.133 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.setupCluster(EndtoEndIndexingWithCompressionIT.java:49)

org.apache.phoenix.end2end.index.MutableIndexFailureIT  Time elapsed: 0.16 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.doSetup(MutableIndexFailureIT.java:84)

org.apache.phoenix.end2end.ContextClassloaderIT  Time elapsed: 0.175 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.end2end.ContextClassloaderIT.setUpBeforeClass(ContextClassloaderIT.java:50)


Results :

Tests in error: 
  CsvBulkLoadToolIT.setUp:58 ? NoSuchMethod org.apache.hadoop.hdfs.MiniDFSCluste...
  CsvBulkLoadToolIT.tearDownAfterClass:69 NullPointer
  FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion:121 ? NoSuchMethod
  EndToEndCoveredColumnsIndexBuilderIT.setupCluster:105 ? NoSuchMethod org.apach...
  EndToEndCoveredIndexingIT.setupCluster:112 ? NoSuchMethod org.apache.hadoop.hd...
  FailWithoutRetriesIT.setupCluster:94 ? NoSuchMethod org.apache.hadoop.hdfs.Min...
  EndtoEndIndexingWithCompressionIT.setupCluster:49 ? NoSuchMethod org.apache.ha...
  MutableIndexFailureIT.doSetup:84 ? NoSuchMethod org.apache.hadoop.hdfs.MiniDFS...
  ContextClassloaderIT.setUpBeforeClass:50 ? NoSuchMethod org.apache.hadoop.hdfs...

Tests run: 10, Failures: 0, Errors: 9, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (ClientManagedTimeTests) @ phoenix-core ---
[INFO] Failsafe report directory: /home/hudson/jenkins-slave/workspace/Phoenix-3.0-hadoop2/phoenix-core/target/failsafe-reports
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix .................................... SUCCESS [4.388s]
[INFO] Phoenix Hadoop Compatibility ...................... SUCCESS [0.567s]
[INFO] Phoenix Core ...................................... FAILURE [1:25.751s]
[INFO] Phoenix - Flume ................................... SKIPPED
[INFO] Phoenix - Pig ..................................... SKIPPED
[INFO] Phoenix Hadoop2 Compatibility ..................... SKIPPED
[INFO] Phoenix Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:31.144s
[INFO] Finished at: Mon May 26 14:52:26 UTC 2014
[INFO] Final Memory: 42M/470M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (ClientManagedTimeTests) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/hudson/jenkins-slave/workspace/Phoenix-3.0-hadoop2/phoenix-core/target/failsafe-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 :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Updating PHOENIX-989
Recording test results

Build failed in Jenkins: Phoenix | 3.0 | Hadoop2 #4

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-3.0-hadoop2/4/>

------------------------------------------
[...truncated 13476 lines...]
	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:113)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

org.apache.phoenix.end2end.ExecuteStatementsIT  Time elapsed: 913,567.764 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.phoenix.end2end.BaseHBaseManagedTimeIT.dropTables(BaseHBaseManagedTimeIT.java:99)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.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:113)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


Results :

Failed tests: 
  SaltedIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  IndexMetadataIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DropViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ImmutableIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  MutableIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  AutoCommitIT>BaseHBaseManagedTimeIT.dropTables:99 null
  StatementHintsIT>BaseHBaseManagedTimeIT.dropTables:99 null
  RoundFloorCeilFunctionsEnd2EndIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SkipScanQueryIT>BaseHBaseManagedTimeIT.dropTables:99 null
  HashJoinIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ArithmeticQueryIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedTableUpsertSelectIT>BaseHBaseManagedTimeIT.dropTables:99 null
  QueryExecWithoutSCNIT>BaseHBaseManagedTimeIT.dropTables:99 null
  MD5FunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DeleteIT>BaseHBaseManagedTimeIT.dropTables:99 null
  UpsertSelectAutoCommitIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DynamicFamilyIT>BaseHBaseManagedTimeIT.dropTables:99 null
  UpsertBigValuesIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TenantSpecificViewIndexSaltedIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SaltedViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  QueryPlanIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TimezoneOffsetFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  CSVCommonsLoaderIT>BaseHBaseManagedTimeIT.dropTables:99 null
  TenantSpecificViewIndexIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SpillableGroupByIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ViewIT>BaseHBaseManagedTimeIT.dropTables:99 null
  DecodeFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  BinaryRowKeyIT>BaseHBaseManagedTimeIT.dropTables:99 null
  SortOrderFIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ServerExceptionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  AlterTableIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ReverseFunctionIT>BaseHBaseManagedTimeIT.dropTables:99 null
  ExecuteStatementsIT>BaseHBaseManagedTimeIT.dropTables:99 null

Tests in error: 
  SaltedIndexIT.doSetup:62->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  IndexMetadataIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DropViewIT.doSetup:59->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ImmutableIndexIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  MutableIndexIT.doSetup:63->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  AutoCommitIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  StatementHintsIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  RoundFloorCeilFunctionsEnd2EndIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SkipScanQueryIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  HashJoinIT.doSetup:88->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ArithmeticQueryIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedTableUpsertSelectIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  QueryExecWithoutSCNIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  MD5FunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DeleteIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  UpsertSelectAutoCommitIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DynamicFamilyIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  UpsertBigValuesIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TenantSpecificViewIndexSaltedIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SaltedViewIT>BaseViewIT.doSetup:48->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  QueryPlanIT.doSetup:51->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TimezoneOffsetFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  CSVCommonsLoaderIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  TenantSpecificViewIndexIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SpillableGroupByIT.doSetup:68->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ViewIT>BaseViewIT.doSetup:48->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  DecodeFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  BinaryRowKeyIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  SortOrderFIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ServerExceptionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  AlterTableIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ReverseFunctionIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime
  ExecuteStatementsIT>BaseHBaseManagedTimeIT.doSetup:73->BaseHBaseManagedTimeIT.getUrl:58->BaseHBaseManagedTimeIT.checkClusterInitialized:87->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:490 ? Runtime

Tests run: 66, Failures: 33, Errors: 33, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-3.0-hadoop2/ws/phoenix-core/target/failsafe-reports>
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 913,569.577 sec <<< FAILURE! - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
org.apache.phoenix.mapreduce.CsvBulkLoadToolIT  Time elapsed: 913,569.426 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.mapreduce.CsvBulkLoadToolIT.setUp(CsvBulkLoadToolIT.java:58)

org.apache.phoenix.mapreduce.CsvBulkLoadToolIT  Time elapsed: 913,569.427 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.apache.phoenix.mapreduce.CsvBulkLoadToolIT.tearDownAfterClass(CsvBulkLoadToolIT.java:69)

org.apache.phoenix.end2end.index.MutableIndexFailureIT  Time elapsed: 913,569.455 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.doSetup(MutableIndexFailureIT.java:84)

org.apache.phoenix.end2end.ContextClassloaderIT  Time elapsed: 913,569.471 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.end2end.ContextClassloaderIT.setUpBeforeClass(ContextClassloaderIT.java:50)

org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT  Time elapsed: 913,569.5 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.setupCluster(EndToEndCoveredIndexingIT.java:112)

org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT  Time elapsed: 913,569.514 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.setupCluster(EndtoEndIndexingWithCompressionIT.java:49)

org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT  Time elapsed: 913,569.546 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.setupCluster(FailWithoutRetriesIT.java:94)

org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT  Time elapsed: 913,569.576 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.setupCluster(EndToEndCoveredColumnsIndexBuilderIT.java:105)

Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.03 sec <<< FAILURE! - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT)  Time elapsed: 0.028 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.MiniDFSCluster.<init>(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:452)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:576)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:545)
	at org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(FailForUnsupportedHBaseVersionsIT.java:121)


Results :

Tests in error: 
  CsvBulkLoadToolIT.setUp:58 ? NoSuchMethod org.apache.hadoop.hdfs.MiniDFSCluste...
  CsvBulkLoadToolIT.tearDownAfterClass:69 NullPointer
  MutableIndexFailureIT.doSetup:84 ? NoSuchMethod org.apache.hadoop.hdfs.MiniDFS...
  ContextClassloaderIT.setUpBeforeClass:50 ? NoSuchMethod org.apache.hadoop.hdfs...
  EndToEndCoveredIndexingIT.setupCluster:112 ? NoSuchMethod org.apache.hadoop.hd...
  EndtoEndIndexingWithCompressionIT.setupCluster:49 ? NoSuchMethod org.apache.ha...
  FailWithoutRetriesIT.setupCluster:94 ? NoSuchMethod org.apache.hadoop.hdfs.Min...
  EndToEndCoveredColumnsIndexBuilderIT.setupCluster:105 ? NoSuchMethod org.apach...
  FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion:121 ? NoSuchMethod

Tests run: 10, Failures: 0, Errors: 9, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (ClientManagedTimeTests) @ phoenix-core ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-3.0-hadoop2/ws/phoenix-core/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix .................................... SUCCESS [3.837s]
[INFO] Phoenix Hadoop Compatibility ...................... SUCCESS [1.515s]
[INFO] Phoenix Core ...................................... FAILURE [59.750s]
[INFO] Phoenix - Flume ................................... SKIPPED
[INFO] Phoenix - Pig ..................................... SKIPPED
[INFO] Phoenix Hadoop2 Compatibility ..................... SKIPPED
[INFO] Phoenix Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:05.574s
[INFO] Finished at: Mon May 26 02:55:08 UTC 2014
[INFO] Final Memory: 42M/529M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (ClientManagedTimeTests) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-3.0-hadoop2/ws/phoenix-core/target/failsafe-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 :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Recording test results