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 2016/10/06 22:03:10 UTC

Build failed in Jenkins: Phoenix-Calcite #24

See <https://builds.apache.org/job/Phoenix-calcite/24/changes>

Changes:

[maryannxue] PHOENIX-3298 Single column primary key may not be null (Eric Lomore)

------------------------------------------
[...truncated 116506 lines...]
Running org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT
Running org.apache.phoenix.end2end.index.MutableIndexFailureIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
org.apache.phoenix.end2end.index.MutableIndexFailureIT  Time elapsed: 0.005 sec  <<< ERROR!
java.sql.SQLException: ERROR 102 (08001): Malformed connection url. calcite:localhost:64758:/hbase;test=true;test=true
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.doSetup(MutableIndexFailureIT.java:115)

Running org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 61.444 sec <<< FAILURE! - in org.apache.phoenix.end2end.SpillableGroupByIT
testScanUri(org.apache.phoenix.end2end.SpillableGroupByIT)  Time elapsed: 59.267 sec  <<< FAILURE!
java.lang.AssertionError: Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55059:LogicalAggregate.NONE.[](input=rel#55004:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
	at org.apache.phoenix.end2end.SpillableGroupByIT.testScanUri(SpillableGroupByIT.java:125)
Caused by: java.lang.AssertionError: 
type mismatch:
ref:
BOOLEAN NOT NULL
input:
BIGINT NOT NULL
	at org.apache.phoenix.end2end.SpillableGroupByIT.testScanUri(SpillableGroupByIT.java:125)

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT  Time elapsed: 0.005 sec  <<< ERROR!
java.sql.SQLException: ERROR 102 (08001): Malformed connection url. calcite:localhost:64826:/hbase;test=true;test=true
	at org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT.doSetup(ReadOnlyIndexFailureIT.java:119)

Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.873 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT
testIndexCreationDeadlockWithStats(org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT)  Time elapsed: 6.354 sec  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT.testIndexCreationDeadlockWithStats(ImmutableIndexWithStatsIT.java:77)

Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
org.apache.phoenix.end2end.index.txn.TxWriteFailureIT  Time elapsed: 0.004 sec  <<< ERROR!
java.sql.SQLException: ERROR 102 (08001): Malformed connection url. calcite:localhost:53279:/hbase;test=true;test=true
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.doSetup(TxWriteFailureIT.java:86)

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.071 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.789 sec - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.95 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 sec <<< FAILURE! - in org.apache.phoenix.execute.PartialCommitIT
org.apache.phoenix.execute.PartialCommitIT  Time elapsed: 0.006 sec  <<< ERROR!
java.sql.SQLException: ERROR 102 (08001): Malformed connection url. calcite:localhost:52792:/hbase;test=true;test=true
	at org.apache.phoenix.execute.PartialCommitIT.doSetup(PartialCommitIT.java:91)

Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.324 sec - in org.apache.phoenix.end2end.UserDefinedFunctionsIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.153 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 3.396 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.815 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.292 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testIndexQos(PhoenixClientRpcIT.java:96)

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.063 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
testIndexQos(org.apache.phoenix.rpc.PhoenixServerRpcIT)  Time elapsed: 0.547 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixServerRpcIT.testIndexQos(PhoenixServerRpcIT.java:148)

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 19.21 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 15.324 sec  <<< ERROR!
java.sql.SQLException: Cannot call executeQuery(String) on prepared or callable statement
	at org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior(RoundRobinResultIteratorWithStatsIT.java:80)

Tests run: 18, Failures: 7, Errors: 2, Skipped: 0, Time elapsed: 75.647 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.815 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:101)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.739 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testNoMetricsCollectedForConnection(PhoenixMetricsIT.java:327)

testMetricsForDelete(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.815 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDelete(PhoenixMetricsIT.java:307)

testReadMetricsForSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 3.363 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testReadMetricsForSelect(PhoenixMetricsIT.java:206)

testGlobalPhoenixMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.838 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect(PhoenixMetricsIT.java:144)

testGlobalPhoenixMetricsForMutations(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 0.333 sec  <<< FAILURE!
java.lang.AssertionError: expected:<10> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations(PhoenixMetricsIT.java:121)

testMetricsForDeleteWithAutoCommit(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 3.06 sec  <<< FAILURE!
java.lang.AssertionError: The two metrics have different or unequal number of table names 
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsAreSame(PhoenixMetricsIT.java:650)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit(PhoenixMetricsIT.java:418)

testMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.034 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelect(PhoenixMetricsIT.java:284)

testMetricsForUpsertSelectSameTable(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.672 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelectSameTable(PhoenixMetricsIT.java:611)

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 133.776 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 131.039 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 163.075 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT

Results :

Failed tests: 
  StatisticsCollectionRunTrackerIT.testMajorCompactionPreventsUpdateStatsFromRunning:108 Row count didn't match expected:<-200> but was:<-1>
  StatisticsCollectionRunTrackerIT.testUpdateStatsPreventsAnotherUpdateStatsFromRunning:120 Row count didn't match expected:<-100> but was:<-1>
  QueryTimeoutIT.testSetRPCTimeOnConnection:94
  QueryWithLimitIT.testQueryWithoutLimitFails:98
  SpillableGroupByIT.testScanUri:125 Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55059:LogicalAggregate.NONE.[](input=rel#55004:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
  ImmutableIndexWithStatsIT.testIndexCreationDeadlockWithStats:77
  PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations:121->BaseTest.assertEquals:2129 expected:<10> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries:101->BaseTest.assertEquals:2129 expected:<1> but was:<2>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect:144->BaseTest.assertEquals:2129 expected:<1> but was:<0>
  PhoenixMetricsIT.testMetricsForDelete:307->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit:418->assertMetricsAreSame:650 The two metrics have different or unequal number of table names 
  PhoenixMetricsIT.testMetricsForUpsertSelect:284->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForUpsertSelectSameTable:611->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
Tests in error: 
  CsvBulkLoadToolIT.doSetup:62->BaseTest.setUpTestDriver:625->BaseTest.setupTxManager:536 » SQL
  IndexExtendedIT.doSetup:99->BaseTest.setUpTestDriver:625->BaseTest.setupTxManager:536 » SQL
  KeyOnlyIT.testKeyOnly:82 » SQL Error while preparing statement [SELECT /*+ NO_...
  MultiCfQueryExecIT.testCFToDisambiguate2:307->initTableValues:66 » SQL Error w...
  MultiCfQueryExecIT.testCFToDisambiguateInSelectOnly1:123->initTableValues:66 » SQL
  MultiCfQueryExecIT.testCFToDisambiguateInSelectOnly2:144->initTableValues:66 » SQL
  MultiCfQueryExecIT.testConstantCount:103->initTableValues:66 » SQL Error while...
  MultiCfQueryExecIT.testDefaultCFToDisambiguate:323->initTableValues:66 » SQL E...
  MultiCfQueryExecIT.testEssentialColumnFamilyForRowKeyFilter:368->initTableValues:66 » SQL
  MultiCfQueryExecIT.testGuidePostsForMultiCFs:160->initTableValues:66 » SQL Err...
  MultiCfQueryExecIT.testGuidePostsForMultiCFsOverUnevenDistrib:225 » SQL does n...
  MultiCfQueryExecIT.testGuidePostsRetrievedForMultiCF:269 » SQL Error while pre...
  ParallelIteratorsIT.testGetSplits:82->initTableValues:209->BaseTest.ensureTableCreated:788->BaseTest.ensureTableCreated:801->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  ParallelIteratorsIT.testGuidePostsLifeCycle:141->BaseTest.ensureTableCreated:788->BaseTest.ensureTableCreated:801->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  ParallelIteratorsIT.testServerNameOnScan:119->BaseTest.ensureTableCreated:788->BaseTest.ensureTableCreated:801->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  QueryTimeoutIT.testQueryTimeout:120 » SQL does not implement 'class org.apache...
  QueryWithOffsetIT.testMetaDataWithOffset:201 » SQL Error while preparing state...
  QueryWithOffsetIT.testMetaDataWithOffset:201 » SQL Error while preparing state...
  SaltedViewIT>BaseViewIT.doSetup:73->BaseTest.setUpTestDriver:617->BaseTest.setUpTestDriver:625->BaseTest.setupTxManager:536 » SQL
  StatsCollectionDisabledIT.testStatisticsAreNotWritten:68 » SQL Error while exe...
  StatsCollectorIT.doSetup:77->BaseTest.setUpTestDriver:617->BaseTest.setUpTestDriver:625->BaseTest.setupTxManager:536 » SQL
  StatsCollectorWithSplitsAndMultiCFIT.testRowCountAndByteCounts:171 » SQL Error...
  StatsCollectorWithSplitsAndMultiCFIT.testWithMultiCF:84 » SQL Error while prep...
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDDLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TenantSpecificTablesDMLIT>BaseTenantSpecificTablesIT.createTables:68->BaseTest.createTestTable:813->BaseTest.createTestTable:855 » SQL
  TransactionalViewIT.doSetup:45->BaseTest.setUpTestDriver:617->BaseTest.setUpTestDriver:625->BaseTest.setupTxManager:536 » SQL
  ViewIT>BaseViewIT.doSetup:73->BaseTest.setUpTestDriver:617->BaseTest.setUpTestDriver:625->BaseTest.setupTxManager:536 » SQL
  MutableIndexFailureIT.doSetup:115->BaseTest.setUpTestDriver:625->BaseTest.setupTxManager:536 » SQL
  ReadOnlyIndexFailureIT.doSetup:119->BaseTest.setUpTestDriver:625->BaseTest.setupTxManager:536 » SQL
  TxWriteFailureIT.doSetup:86->BaseTest.setUpTestDriver:625->BaseTest.setupTxManager:536 » SQL
  PartialCommitIT.doSetup:91->BaseTest.setUpTestDriver:625->BaseTest.setupTxManager:536 » SQL
  RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior:80 » SQL Cannot cal...
  PhoenixMetricsIT.testNoMetricsCollectedForConnection:327 » SQL does not implem...
  PhoenixMetricsIT.testReadMetricsForSelect:206 » SQL does not implement 'class ...
  PhoenixClientRpcIT.testIndexQos:96 NullPointer
  PhoenixClientRpcIT.testMetadataQos:110 NullPointer
  PhoenixServerRpcIT.testIndexQos:148 NullPointer

Tests run: 153, Failures: 13, Errors: 68, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.074 s]
[INFO] Phoenix Core ....................................... FAILURE [33:43 min]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33:50 min
[INFO] Finished at: 2016-10-06T22:01:36+00:00
[INFO] Final Memory: 86M/979M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [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/MojoExecutionException
[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
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Phoenix-Calcite #33

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

Changes:

[maryannxue] Fix Avatica version; Temporary fix for compilation error

------------------------------------------
[...truncated 97805 lines...]
    "FROM" <BRACKET_QUOTED_IDENTIFIER> ...
    "FROM" <UNICODE_QUOTED_IDENTIFIER> ...
    "FROM" "LATERAL" ...
    "FROM" "(" ...
    "FROM" "UNNEST" ...
    "FROM" "TABLE" ...
    "," ...
    "AS" ...
    <IDENTIFIER> ...
    <QUOTED_IDENTIFIER> ...
    <BACK_QUOTED_IDENTIFIER> ...
    <BRACKET_QUOTED_IDENTIFIER> ...
    <UNICODE_QUOTED_IDENTIFIER> ...
    "UNION" ...
    "INTERSECT" ...
    "EXCEPT" ...
    "MINUS" ...
    
	at org.apache.phoenix.end2end.SpillableGroupByIT.testStatisticsAreNotWritten(SpillableGroupByIT.java:164)

testScanUri(org.apache.phoenix.end2end.SpillableGroupByIT)  Time elapsed: 84.301 sec  <<< FAILURE!
java.lang.AssertionError: Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55152:LogicalAggregate.NONE.[](input=rel#55097:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
	at org.apache.phoenix.end2end.SpillableGroupByIT.testScanUri(SpillableGroupByIT.java:120)
Caused by: java.lang.AssertionError: 
type mismatch:
ref:
BOOLEAN NOT NULL
input:
BIGINT NOT NULL
	at org.apache.phoenix.end2end.SpillableGroupByIT.testScanUri(SpillableGroupByIT.java:120)

Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.834 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.062 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.944 sec - in org.apache.phoenix.execute.PartialCommitIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.033 sec - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 136.187 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 9.036 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 20.346 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 1.9 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 6.064 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 25.86 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 9.912 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.659 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 22.377 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 13.997 sec  <<< ERROR!
java.sql.SQLException: Cannot call executeQuery(String) on prepared or callable statement
	at org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior(RoundRobinResultIteratorWithStatsIT.java:80)

Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 10.699 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.424 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.201 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testIndexQos(PhoenixClientRpcIT.java:96)

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 132.631 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 18, Failures: 7, Errors: 2, Skipped: 0, Time elapsed: 76.786 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.033 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:101)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.77 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testNoMetricsCollectedForConnection(PhoenixMetricsIT.java:327)

testMetricsForDelete(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.908 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDelete(PhoenixMetricsIT.java:307)

testReadMetricsForSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.814 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testReadMetricsForSelect(PhoenixMetricsIT.java:206)

testGlobalPhoenixMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 3.425 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect(PhoenixMetricsIT.java:144)

testGlobalPhoenixMetricsForMutations(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 0.338 sec  <<< FAILURE!
java.lang.AssertionError: expected:<10> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations(PhoenixMetricsIT.java:121)

testMetricsForDeleteWithAutoCommit(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 3.084 sec  <<< FAILURE!
java.lang.AssertionError: The two metrics have different or unequal number of table names 
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsAreSame(PhoenixMetricsIT.java:650)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit(PhoenixMetricsIT.java:418)

testMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.58 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelect(PhoenixMetricsIT.java:284)

testMetricsForUpsertSelectSameTable(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 3.152 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelectSameTable(PhoenixMetricsIT.java:611)

Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 134.702 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.644 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
testIndexQos(org.apache.phoenix.rpc.PhoenixServerRpcIT)  Time elapsed: 0.511 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixServerRpcIT.testIndexQos(PhoenixServerRpcIT.java:148)

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 170.3 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 348.303 sec - in org.apache.phoenix.end2end.index.MutableIndexFailureIT

Results :

Failed tests: 
  IndexExtendedIT.testLocalIndexScanAfterRegionsMerge:548->BaseTest.assertEquals:1784 expected:<[z]> but was:<[a]>
  QueryTimeoutIT.testSetRPCTimeOnConnection:94
  SpillableGroupByIT.testScanUri:120 Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55152:LogicalAggregate.NONE.[](input=rel#55097:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
  UserDefinedFunctionsIT.testTemporaryFunctions:602 FunctionNotFoundException should be thrown
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations:121->BaseTest.assertEquals:1828 expected:<10> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries:101->BaseTest.assertEquals:1828 expected:<1> but was:<2>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect:144->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  PhoenixMetricsIT.testMetricsForDelete:307->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit:418->assertMetricsAreSame:650 The two metrics have different or unequal number of table names 
  PhoenixMetricsIT.testMetricsForUpsertSelect:284->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForUpsertSelectSameTable:611->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
Tests in error: 
  CsvBulkLoadToolIT.testBasicImport:71 » SQL Error while executing SQL "CREATE T...
  CsvBulkLoadToolIT.testImportWithLocalIndex:254 » SQL Error while executing SQL...
  CsvBulkLoadToolIT.testMultipleInputFiles:179 » SQL Error while executing SQL "...
  IndexExtendedIT.testDeleteFromImmutable:346 » SQL Error while executing SQL "d...
  IndexExtendedIT.testDeleteFromImmutable:346 » SQL Error while executing SQL "d...
  IndexExtendedIT.testLocalIndexScanAfterRegionSplit:460 » SQL Error while execu...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  QueryTimeoutIT.testQueryTimeout:120 » SQL does not implement 'class org.apache...
  QueryWithLimitIT.testQueryWithLimitAndStats:76 » SQL Error while executing SQL...
  SpillableGroupByIT.testStatisticsAreNotWritten:164 » SQL Error while executing...
  UserDefinedFunctionsIT.testCreateFunction:373 » SQL ERROR 218 (23018): Constra...
  UserDefinedFunctionsIT.testDropFunction:638 » SQL Error while executing SQL "s...
  UserDefinedFunctionsIT.testFunctionalIndexesWithUDFFunction:764 » FunctionNotFound
  UserDefinedFunctionsIT.testSameUDFWithDifferentImplementationsInDifferentTenantConnections:443 » SQL
  UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient:690 » SQL Error wh...
  UserDefinedFunctionsIT.testUDFsWithMultipleConnections:514 » SQL Error while e...
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior:80 » SQL Cannot cal...
  PhoenixMetricsIT.testNoMetricsCollectedForConnection:327 » SQL does not implem...
  PhoenixMetricsIT.testReadMetricsForSelect:206 » SQL does not implement 'class ...
  PhoenixClientRpcIT.testIndexQos:96 NullPointer
  PhoenixClientRpcIT.testMetadataQos:110 NullPointer
  PhoenixServerRpcIT.testIndexQos:148 NullPointer

Tests run: 211, Failures: 15, Errors: 43, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  2.889 s]
[INFO] Phoenix Core ....................................... FAILURE [36:27 min]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36:32 min
[INFO] Finished at: 2016-11-03T21:35:08+00:00
[INFO] Final Memory: 87M/933M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [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/MojoExecutionException
[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
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Phoenix-Calcite #32

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

Changes:

[rajeshbabu] PHOENIX-3242 Support UDF in Phoenix-Calcite

------------------------------------------
[...truncated 127783 lines...]
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testDropFunction(UserDefinedFunctionsIT.java:638)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 17: No match found for function signature MYSUM6(<NUMERIC>)
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testDropFunction(UserDefinedFunctionsIT.java:638)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: No match found for function signature MYSUM6(<NUMERIC>)
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testDropFunction(UserDefinedFunctionsIT.java:638)

testUDFsWhenTimestampManagedAtClient(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 4.608 sec  <<< ERROR!
java.sql.SQLException: Error while executing SQL "select mysum61(k1) from t62": From line 1, column 8 to line 1, column 18: No match found for function signature MYSUM61(<NUMERIC>)
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient(UserDefinedFunctionsIT.java:690)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 18: No match found for function signature MYSUM61(<NUMERIC>)
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient(UserDefinedFunctionsIT.java:690)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: No match found for function signature MYSUM61(<NUMERIC>)
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient(UserDefinedFunctionsIT.java:690)

testFunctionalIndexesWithUDFFunction(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 4.458 sec  <<< ERROR!
org.apache.phoenix.schema.FunctionNotFoundException: ERROR 6001 (42F01): Function undefined. functionName=MYREVERSE5
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testFunctionalIndexesWithUDFFunction(UserDefinedFunctionsIT.java:764)

testTemporaryFunctions(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 4.685 sec  <<< FAILURE!
java.lang.AssertionError: FunctionNotFoundException should be thrown
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testTemporaryFunctions(UserDefinedFunctionsIT.java:602)

testSameUDFWithDifferentImplementationsInDifferentTenantConnections(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 8.792 sec  <<< ERROR!
java.sql.SQLException: ERROR 218 (23018): Constraint violation. T7.TENANT_ID may not be null
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testSameUDFWithDifferentImplementationsInDifferentTenantConnections(UserDefinedFunctionsIT.java:443)

testCreateFunction(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 9.441 sec  <<< ERROR!
java.sql.SQLException: ERROR 218 (23018): Constraint violation. T3.TENANT_ID may not be null
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testCreateFunction(UserDefinedFunctionsIT.java:373)

Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.571 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.788 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.194 sec - in org.apache.phoenix.execute.PartialCommitIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.115 sec - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.006 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 148.287 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 5.479 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 23.472 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 3.759 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 7.981 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 26.044 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 10.509 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 17.206 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 11.05 sec  <<< ERROR!
java.sql.SQLException: Cannot call executeQuery(String) on prepared or callable statement
	at org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior(RoundRobinResultIteratorWithStatsIT.java:80)

Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 11.183 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.364 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.206 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testIndexQos(PhoenixClientRpcIT.java:96)

Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.597 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
testIndexQos(org.apache.phoenix.rpc.PhoenixServerRpcIT)  Time elapsed: 0.37 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixServerRpcIT.testIndexQos(PhoenixServerRpcIT.java:148)

Tests run: 18, Failures: 7, Errors: 2, Skipped: 0, Time elapsed: 109.682 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.924 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:101)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.794 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testNoMetricsCollectedForConnection(PhoenixMetricsIT.java:327)

testMetricsForDelete(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.852 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDelete(PhoenixMetricsIT.java:307)

testReadMetricsForSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.411 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testReadMetricsForSelect(PhoenixMetricsIT.java:206)

testGlobalPhoenixMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.825 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect(PhoenixMetricsIT.java:144)

testGlobalPhoenixMetricsForMutations(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 0.343 sec  <<< FAILURE!
java.lang.AssertionError: expected:<10> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations(PhoenixMetricsIT.java:121)

testMetricsForDeleteWithAutoCommit(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.913 sec  <<< FAILURE!
java.lang.AssertionError: The two metrics have different or unequal number of table names 
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsAreSame(PhoenixMetricsIT.java:650)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit(PhoenixMetricsIT.java:418)

testMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 9.262 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelect(PhoenixMetricsIT.java:284)

testMetricsForUpsertSelectSameTable(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.85 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelectSameTable(PhoenixMetricsIT.java:611)

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 194.774 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 170.471 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 194.647 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 378.658 sec - in org.apache.phoenix.end2end.index.MutableIndexFailureIT

Results :

Failed tests: 
  IndexExtendedIT.testLocalIndexScanAfterRegionsMerge:548->BaseTest.assertEquals:1784 expected:<[z]> but was:<[a]>
  QueryTimeoutIT.testSetRPCTimeOnConnection:94
  SpillableGroupByIT.testScanUri:120 Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55152:LogicalAggregate.NONE.[](input=rel#55097:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
  UserDefinedFunctionsIT.testTemporaryFunctions:602 FunctionNotFoundException should be thrown
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations:121->BaseTest.assertEquals:1828 expected:<10> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries:101->BaseTest.assertEquals:1828 expected:<1> but was:<2>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect:144->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  PhoenixMetricsIT.testMetricsForDelete:307->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit:418->assertMetricsAreSame:650 The two metrics have different or unequal number of table names 
  PhoenixMetricsIT.testMetricsForUpsertSelect:284->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForUpsertSelectSameTable:611->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
Tests in error: 
  CsvBulkLoadToolIT.testBasicImport:71 » SQL Error while executing SQL "CREATE T...
  CsvBulkLoadToolIT.testImportWithLocalIndex:254 » SQL Error while executing SQL...
  CsvBulkLoadToolIT.testMultipleInputFiles:179 » SQL Error while executing SQL "...
  IndexExtendedIT.testDeleteFromImmutable:346 » SQL Error while executing SQL "d...
  IndexExtendedIT.testDeleteFromImmutable:346 » SQL Error while executing SQL "d...
  IndexExtendedIT.testLocalIndexScanAfterRegionSplit:460 » SQL Error while execu...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  QueryTimeoutIT.testQueryTimeout:120 » SQL does not implement 'class org.apache...
  QueryWithLimitIT.testQueryWithLimitAndStats:76 » SQL Error while executing SQL...
  SpillableGroupByIT.testStatisticsAreNotWritten:164 » SQL Error while executing...
  UserDefinedFunctionsIT.testCreateFunction:373 » SQL ERROR 218 (23018): Constra...
  UserDefinedFunctionsIT.testDropFunction:638 » SQL Error while executing SQL "s...
  UserDefinedFunctionsIT.testFunctionalIndexesWithUDFFunction:764 » FunctionNotFound
  UserDefinedFunctionsIT.testSameUDFWithDifferentImplementationsInDifferentTenantConnections:443 » SQL
  UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient:690 » SQL Error wh...
  UserDefinedFunctionsIT.testUDFsWithMultipleConnections:514 » SQL Error while e...
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior:80 » SQL Cannot cal...
  PhoenixMetricsIT.testNoMetricsCollectedForConnection:327 » SQL does not implem...
  PhoenixMetricsIT.testReadMetricsForSelect:206 » SQL does not implement 'class ...
  PhoenixClientRpcIT.testIndexQos:96 NullPointer
  PhoenixClientRpcIT.testMetadataQos:110 NullPointer
  PhoenixServerRpcIT.testIndexQos:148 NullPointer

Tests run: 211, Failures: 15, Errors: 43, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.024 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:07 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:07 h
[INFO] Finished at: 2016-10-29T19:36:02+00:00
[INFO] Final Memory: 70M/873M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [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/MojoExecutionException
[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
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Phoenix-Calcite #31

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

Changes:

[jamestaylor] PHOENIX-2675 Allow stats to be configured on a table-by-table basis

[jamestaylor] PHOENIX-3361 Collect stats correct for local indexes

[elserj] PHOENIX-3240 Create phoenix-$VERSION-pig shaded jar

[ankitsinghal59] PHOENIX-2935 IndexMetaData cache can expire when a delete and or query

[maryannxue] PHOENIX-3265 Double-quote column names that use reserved keywords (Eric

[maryannxue] PHOENIX-3265 Double-quote column names that use reserved keywords (Eric

[jamestaylor] PHOENIX-3370 VIEW derived from another VIEW with WHERE on a TABLE

[jamestaylor] PHOENIX-3371 Aggregate Function is broken if secondary index exists

[jamestaylor] PHOENIX-3328 Optimize ORed leading pk column range comparisions to

[jamestaylor] PHOENIX-3382 Query using Row Value Constructor comprised of non leading

[ankitsinghal59] PHOENIX-3349 DROP TABLE and DROP SEQUENCE not working with schemas

[ankitsinghal59] PHOENIX-3393 Use Iterables.removeIf instead of Iterator.remove in HBase

[ankitsinghal59] PHOENIX-3161 Check possibility of moving rebuilding code to coprocessor

[ankitsinghal59] PHOENIX-3342 ORDER BY and LIMIT+OFFSET doesnt work on second column from

[elserj] PHOENIX-3399 Add missing license header to ChildViewsuseParenViewIndexIT

[elserj] PHOENIX-2996 Process name of PQS should indicate its role (Ted Yu)

[jamestaylor] PHOENIX-3370 VIEW derived from another VIEW with WHERE on a TABLE

[jamestaylor] PHOENIX-476 Support declaration of DEFAULT in CREATE statement (Kevin

[jamestaylor] PHOENIX-3414 Validate DEFAULT when used in ALTER statement

[jamestaylor] PHOENIX-3407 Read only RowLock may lead to corrupting SYSTEM.CATALOG and

[elserj] PHOENIX-3412 Used the batch JDBC APIs in pherf.

[jamestaylor] PHOENIX-3267 Replace use of SELECT null with CAST(null AS <type>) (Eric

[jamestaylor] PHOENIX-3420 Upgrade to sqlline 1.2.0

[jamestaylor] PHOENIX-6 Support ON DUPLICATE KEY construct

[jamestaylor] PHOENIX-3396 Valid Multi-byte strings whose total byte size is greater

[jamestaylor] PHOENIX-3421 Column name lookups fail when on an indexed table

[rajeshbabu] PHOENIX-3417 Refactor function argument validation with function

[rajeshbabu] PHOENIX-3374 Wrong data row key is getting generated for local indexes

[jamestaylor] PHOENIX-3396 Valid Multi-byte strings whose total byte size is greater

[maryannxue] Update Calcite version

------------------------------------------
[...truncated 133965 lines...]
		rel#2423:PhoenixClientProject.CLIENT.[](input=rel#2422:Subset#0.GENERIC.[],K=$0,LASTNAME=$2), rowcount=810754.0, cumulative cost={1572.8642099997535 rows, 1572.8640100000002 cpu, 0.0 io}
Set#2, type: RecordType(INTEGER K, INTEGER K1, VARCHAR(1) LASTNAME_REVERSE)
	rel#2390:Subset#2.NONE.[], best=null, importance=0.81
		rel#2389:LogicalProject.NONE.[](input=rel#2388:Subset#1.NONE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($1)), rowcount=810754.0, cumulative cost={inf}
		rel#2414:LogicalProject.NONE.[](input=rel#2386:Subset#0.SERVER.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($2)), rowcount=810754.0, cumulative cost={inf}
		rel#2426:LogicalProject.NONE.[](input=rel#2415:Subset#0.ENUMERABLE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($2)), rowcount=810754.0, cumulative cost={inf}
	rel#2408:Subset#2.GENERIC.[], best=null, importance=0.81
	rel#2417:Subset#2.ENUMERABLE.[], best=rel#2416, importance=0.405
		rel#2416:EnumerableProject.ENUMERABLE.[](input=rel#2415:Subset#0.ENUMERABLE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($2)), rowcount=810754.0, cumulative cost={812328.485518 rows, 2433836.485518 cpu, 0.0 io}
		rel#2419:EnumerableProject.ENUMERABLE.[](input=rel#2418:Subset#1.ENUMERABLE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($1)), rowcount=810754.0, cumulative cost={812328.4855579999 rows, 2433836.485518 cpu, 0.0 io}
Set#3, type: RecordType(BIGINT ROWCOUNT)
	rel#2392:Subset#3.NONE.[], best=null, importance=0.9
		rel#2391:LogicalTableModify.NONE.[](input=rel#2390:Subset#2.NONE.[],table=[phoenix, T2],operation=INSERT,updateColumnList=[],flattened=false), rowcount=810754.0, cumulative cost={inf}
	rel#2406:Subset#3.ENUMERABLE.[], best=null, importance=1.0
		rel#2407:AbstractConverter.ENUMERABLE.[](input=rel#2392:Subset#3.NONE.[],convention=ENUMERABLE,sort=[]), rowcount=810754.0, cumulative cost={inf}
		rel#2411:PhoenixToEnumerableConverter.ENUMERABLE.[](input=rel#2410:Subset#3.MUTATION.[]), rowcount=810754.0, cumulative cost={inf}
	rel#2410:Subset#3.MUTATION.[], best=null, importance=0.9
		rel#2409:PhoenixTableModify.MUTATION.[](input=rel#2408:Subset#2.GENERIC.[],table=[phoenix, T2],operation=INSERT,updateColumnList=[],flattened=false), rowcount=810754.0, cumulative cost={inf}


	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testUsingUDFFunctionInDifferentQueries(UserDefinedFunctionsIT.java:533)

testReplaceFunction(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 4.53 sec  <<< FAILURE!
java.lang.AssertionError: expected:<11> but was:<0>
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testReplaceFunction(UserDefinedFunctionsIT.java:1003)

Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.047 sec - in org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.435 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.78 sec - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.062 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.001 sec - in org.apache.phoenix.execute.PartialCommitIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.392 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 172.951 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 8.174 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 25.839 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 5.777 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 9.685 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 29.04 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 13.045 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 21.679 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 13.427 sec  <<< ERROR!
java.sql.SQLException: Cannot call executeQuery(String) on prepared or callable statement
	at org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior(RoundRobinResultIteratorWithStatsIT.java:80)

Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 8.515 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.404 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.188 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testIndexQos(PhoenixClientRpcIT.java:96)

Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.022 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
testIndexQos(org.apache.phoenix.rpc.PhoenixServerRpcIT)  Time elapsed: 0.377 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixServerRpcIT.testIndexQos(PhoenixServerRpcIT.java:148)

Tests run: 18, Failures: 7, Errors: 2, Skipped: 0, Time elapsed: 121.973 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.012 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:101)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.891 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testNoMetricsCollectedForConnection(PhoenixMetricsIT.java:327)

testMetricsForDelete(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.928 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDelete(PhoenixMetricsIT.java:307)

testReadMetricsForSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.491 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testReadMetricsForSelect(PhoenixMetricsIT.java:206)

testGlobalPhoenixMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.072 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect(PhoenixMetricsIT.java:144)

testGlobalPhoenixMetricsForMutations(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 0.623 sec  <<< FAILURE!
java.lang.AssertionError: expected:<10> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations(PhoenixMetricsIT.java:121)

testMetricsForDeleteWithAutoCommit(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.986 sec  <<< FAILURE!
java.lang.AssertionError: The two metrics have different or unequal number of table names 
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsAreSame(PhoenixMetricsIT.java:650)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit(PhoenixMetricsIT.java:418)

testMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 9.319 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelect(PhoenixMetricsIT.java:284)

testMetricsForUpsertSelectSameTable(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.083 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelectSameTable(PhoenixMetricsIT.java:611)

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 178.625 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 262.311 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 249.968 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 421.263 sec - in org.apache.phoenix.end2end.index.MutableIndexFailureIT

Results :

Failed tests: 
  IndexExtendedIT.testLocalIndexScanAfterRegionsMerge:548->BaseTest.assertEquals:1784 expected:<[z]> but was:<[a]>
  QueryTimeoutIT.testSetRPCTimeOnConnection:94
  SpillableGroupByIT.testScanUri:120 Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55152:LogicalAggregate.NONE.[](input=rel#55097:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
  UserDefinedFunctionsIT.testReplaceFunction:1003->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  UserDefinedFunctionsIT.testTemporaryFunctions:593->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  UserDefinedFunctionsIT.testVerifyCreateFunctionArguments:570->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations:121->BaseTest.assertEquals:1828 expected:<10> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries:101->BaseTest.assertEquals:1828 expected:<1> but was:<2>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect:144->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  PhoenixMetricsIT.testMetricsForDelete:307->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit:418->assertMetricsAreSame:650 The two metrics have different or unequal number of table names 
  PhoenixMetricsIT.testMetricsForUpsertSelect:284->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForUpsertSelectSameTable:611->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
Tests in error: 
  CsvBulkLoadToolIT.testBasicImport:71 » SQL Error while executing SQL "CREATE T...
  CsvBulkLoadToolIT.testImportWithLocalIndex:254 » SQL Error while executing SQL...
  CsvBulkLoadToolIT.testMultipleInputFiles:179 » SQL Error while executing SQL "...
  IndexExtendedIT.testDeleteFromImmutable:346 » SQL Error while executing SQL "d...
  IndexExtendedIT.testDeleteFromImmutable:346 » SQL Error while executing SQL "d...
  IndexExtendedIT.testLocalIndexScanAfterRegionSplit:460 » SQL Error while execu...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:154 » SQL Error while executing SQ...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:205 » SQL Error while executing SQL "CREATE...
  QueryTimeoutIT.testQueryTimeout:120 » SQL does not implement 'class org.apache...
  QueryWithLimitIT.testQueryWithLimitAndStats:76 » SQL Error while executing SQL...
  SpillableGroupByIT.testStatisticsAreNotWritten:164 » SQL Error while executing...
  UserDefinedFunctionsIT.testCreateFunction:373 » SQL ERROR 218 (23018): Constra...
  UserDefinedFunctionsIT.testDropFunction:623 » SQL Error while executing SQL "s...
  UserDefinedFunctionsIT.testFunctionalIndexesWithUDFFunction:763 » FunctionNotFound
  UserDefinedFunctionsIT.testSameUDFWithDifferentImplementationsInDifferentTenantConnections:443 » SQL
  UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient:669 » SQL Error wh...
  UserDefinedFunctionsIT.testUDFsWithMultipleConnections:514 » SQL Error while e...
  UserDefinedFunctionsIT.testUsingUDFFunctionInDifferentQueries:533 » SQL Error ...
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior:80 » SQL Cannot cal...
  PhoenixMetricsIT.testNoMetricsCollectedForConnection:327 » SQL does not implem...
  PhoenixMetricsIT.testReadMetricsForSelect:206 » SQL does not implement 'class ...
  PhoenixClientRpcIT.testIndexQos:96 NullPointer
  PhoenixClientRpcIT.testMetadataQos:110 NullPointer
  PhoenixServerRpcIT.testIndexQos:148 NullPointer

Tests run: 211, Failures: 17, Errors: 44, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  2.468 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:27 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:27 h
[INFO] Finished at: 2016-10-28T23:11:55+00:00
[INFO] Final Memory: 70M/979M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [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/MojoExecutionException
[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
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Phoenix-Calcite #30

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

Changes:

[rajeshbabu] Revert "PHOENIX-3242 Support UDF in Phoenix-Calcite

------------------------------------------
[...truncated 115298 lines...]
	rel#2424:Subset#1.CLIENT.[], best=rel#2423, importance=0.4551557676525883
		rel#2423:PhoenixClientProject.CLIENT.[](input=rel#2422:Subset#0.GENERIC.[],K=$0,LASTNAME=$2), rowcount=810754.0, cumulative cost={1572.8642099997535 rows, 1572.8640100000002 cpu, 0.0 io}
Set#2, type: RecordType(INTEGER K, INTEGER K1, VARCHAR(1) LASTNAME_REVERSE)
	rel#2390:Subset#2.NONE.[], best=null, importance=0.81
		rel#2389:LogicalProject.NONE.[](input=rel#2388:Subset#1.NONE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($1)), rowcount=810754.0, cumulative cost={inf}
		rel#2414:LogicalProject.NONE.[](input=rel#2386:Subset#0.SERVER.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($2)), rowcount=810754.0, cumulative cost={inf}
		rel#2426:LogicalProject.NONE.[](input=rel#2415:Subset#0.ENUMERABLE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($2)), rowcount=810754.0, cumulative cost={inf}
	rel#2408:Subset#2.GENERIC.[], best=null, importance=0.81
	rel#2417:Subset#2.ENUMERABLE.[], best=rel#2416, importance=0.405
		rel#2416:EnumerableProject.ENUMERABLE.[](input=rel#2415:Subset#0.ENUMERABLE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($2)), rowcount=810754.0, cumulative cost={812328.485518 rows, 2433836.485518 cpu, 0.0 io}
		rel#2419:EnumerableProject.ENUMERABLE.[](input=rel#2418:Subset#1.ENUMERABLE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($1)), rowcount=810754.0, cumulative cost={812328.4855579999 rows, 2433836.485518 cpu, 0.0 io}
Set#3, type: RecordType(BIGINT ROWCOUNT)
	rel#2392:Subset#3.NONE.[], best=null, importance=0.9
		rel#2391:LogicalTableModify.NONE.[](input=rel#2390:Subset#2.NONE.[],table=[phoenix, T2],operation=INSERT,updateColumnList=[],flattened=false), rowcount=810754.0, cumulative cost={inf}
	rel#2406:Subset#3.ENUMERABLE.[], best=null, importance=1.0
		rel#2407:AbstractConverter.ENUMERABLE.[](input=rel#2392:Subset#3.NONE.[],convention=ENUMERABLE,sort=[]), rowcount=810754.0, cumulative cost={inf}
		rel#2411:PhoenixToEnumerableConverter.ENUMERABLE.[](input=rel#2410:Subset#3.MUTATION.[]), rowcount=810754.0, cumulative cost={inf}
	rel#2410:Subset#3.MUTATION.[], best=null, importance=0.9
		rel#2409:PhoenixTableModify.MUTATION.[](input=rel#2408:Subset#2.GENERIC.[],table=[phoenix, T2],operation=INSERT,updateColumnList=[],flattened=false), rowcount=810754.0, cumulative cost={inf}


	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testUsingUDFFunctionInDifferentQueries(UserDefinedFunctionsIT.java:533)

testReplaceFunction(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 4.595 sec  <<< FAILURE!
java.lang.AssertionError: expected:<11> but was:<0>
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testReplaceFunction(UserDefinedFunctionsIT.java:1003)

Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.598 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.148 sec - in org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.141 sec - in org.apache.phoenix.execute.PartialCommitIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.244 sec - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.969 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.57 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 168.615 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 7.756 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 21.943 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 5.777 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 9.959 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 28.463 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 10.867 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 20.401 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 13.358 sec  <<< ERROR!
java.sql.SQLException: Cannot call executeQuery(String) on prepared or callable statement
	at org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior(RoundRobinResultIteratorWithStatsIT.java:80)

Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 5.041 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.358 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.183 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testIndexQos(PhoenixClientRpcIT.java:96)

Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.455 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
testIndexQos(org.apache.phoenix.rpc.PhoenixServerRpcIT)  Time elapsed: 0.336 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixServerRpcIT.testIndexQos(PhoenixServerRpcIT.java:148)

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 324.942 sec - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
Tests run: 18, Failures: 7, Errors: 2, Skipped: 0, Time elapsed: 118.211 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.976 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:101)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.953 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testNoMetricsCollectedForConnection(PhoenixMetricsIT.java:327)

testMetricsForDelete(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.18 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDelete(PhoenixMetricsIT.java:307)

testReadMetricsForSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.473 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testReadMetricsForSelect(PhoenixMetricsIT.java:206)

testGlobalPhoenixMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.129 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect(PhoenixMetricsIT.java:144)

testGlobalPhoenixMetricsForMutations(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 0.458 sec  <<< FAILURE!
java.lang.AssertionError: expected:<10> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations(PhoenixMetricsIT.java:121)

testMetricsForDeleteWithAutoCommit(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.012 sec  <<< FAILURE!
java.lang.AssertionError: The two metrics have different or unequal number of table names 
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsAreSame(PhoenixMetricsIT.java:650)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit(PhoenixMetricsIT.java:418)

testMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 9.341 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelect(PhoenixMetricsIT.java:284)

testMetricsForUpsertSelectSameTable(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.85 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelectSameTable(PhoenixMetricsIT.java:611)

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 169.512 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 251.112 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 240.558 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT

Results :

Failed tests: 
  IndexExtendedIT.testLocalIndexScanAfterRegionsMerge:547->BaseTest.assertEquals:1784 expected:<[z]> but was:<[a]>
  QueryTimeoutIT.testSetRPCTimeOnConnection:94
  SpillableGroupByIT.testScanUri:120 Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55152:LogicalAggregate.NONE.[](input=rel#55097:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
  UserDefinedFunctionsIT.testReplaceFunction:1003->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  UserDefinedFunctionsIT.testTemporaryFunctions:593->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  UserDefinedFunctionsIT.testVerifyCreateFunctionArguments:570->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations:121->BaseTest.assertEquals:1828 expected:<10> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries:101->BaseTest.assertEquals:1828 expected:<1> but was:<2>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect:144->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  PhoenixMetricsIT.testMetricsForDelete:307->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit:418->assertMetricsAreSame:650 The two metrics have different or unequal number of table names 
  PhoenixMetricsIT.testMetricsForUpsertSelect:284->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForUpsertSelectSameTable:611->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
Tests in error: 
  CsvBulkLoadToolIT.testBasicImport:71 » SQL Error while executing SQL "CREATE T...
  CsvBulkLoadToolIT.testImportWithLocalIndex:254 » SQL Error while executing SQL...
  CsvBulkLoadToolIT.testMultipleInputFiles:179 » SQL Error while executing SQL "...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  QueryTimeoutIT.testQueryTimeout:120 » SQL does not implement 'class org.apache...
  SpillableGroupByIT.testStatisticsAreNotWritten:164 » SQL Error while executing...
  UserDefinedFunctionsIT.testCreateFunction:373 » SQL ERROR 218 (23018): Constra...
  UserDefinedFunctionsIT.testDropFunction:623 » SQL Error while executing SQL "s...
  UserDefinedFunctionsIT.testFunctionalIndexesWithUDFFunction:763 » FunctionNotFound
  UserDefinedFunctionsIT.testSameUDFWithDifferentImplementationsInDifferentTenantConnections:443 » SQL
  UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient:669 » SQL Error wh...
  UserDefinedFunctionsIT.testUDFsWithMultipleConnections:514 » SQL Error while e...
  UserDefinedFunctionsIT.testUsingUDFFunctionInDifferentQueries:533 » SQL Error ...
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior:80 » SQL Cannot cal...
  PhoenixMetricsIT.testNoMetricsCollectedForConnection:327 » SQL does not implem...
  PhoenixMetricsIT.testReadMetricsForSelect:206 » SQL does not implement 'class ...
  PhoenixClientRpcIT.testIndexQos:96 NullPointer
  PhoenixClientRpcIT.testMetadataQos:110 NullPointer
  PhoenixServerRpcIT.testIndexQos:148 NullPointer

Tests run: 211, Failures: 17, Errors: 42, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  2.461 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:23 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:23 h
[INFO] Finished at: 2016-10-27T21:02:01+00:00
[INFO] Final Memory: 70M/967M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [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/MojoExecutionException
[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
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Phoenix-Calcite #29

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

Changes:

[rajeshbabu] PHOENIX-3242 Support UDF in Phoenix-Calcite

------------------------------------------
[...truncated 114752 lines...]
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testDropFunction(UserDefinedFunctionsIT.java:638)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 17: No match found for function signature MYSUM6(<NUMERIC>)
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testDropFunction(UserDefinedFunctionsIT.java:638)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: No match found for function signature MYSUM6(<NUMERIC>)
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testDropFunction(UserDefinedFunctionsIT.java:638)

testUDFsWhenTimestampManagedAtClient(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 3.044 sec  <<< ERROR!
java.sql.SQLException: Error while executing SQL "select mysum61(k1) from t62": From line 1, column 8 to line 1, column 18: No match found for function signature MYSUM61(<NUMERIC>)
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient(UserDefinedFunctionsIT.java:690)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 18: No match found for function signature MYSUM61(<NUMERIC>)
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient(UserDefinedFunctionsIT.java:690)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: No match found for function signature MYSUM61(<NUMERIC>)
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient(UserDefinedFunctionsIT.java:690)

testFunctionalIndexesWithUDFFunction(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 4.609 sec  <<< ERROR!
org.apache.phoenix.schema.FunctionNotFoundException: ERROR 6001 (42F01): Function undefined. functionName=MYREVERSE5
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testFunctionalIndexesWithUDFFunction(UserDefinedFunctionsIT.java:764)

testTemporaryFunctions(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 3.443 sec  <<< FAILURE!
java.lang.AssertionError: FunctionNotFoundException should be thrown
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testTemporaryFunctions(UserDefinedFunctionsIT.java:602)

testSameUDFWithDifferentImplementationsInDifferentTenantConnections(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 6.955 sec  <<< ERROR!
java.sql.SQLException: ERROR 218 (23018): Constraint violation. T7.TENANT_ID may not be null
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testSameUDFWithDifferentImplementationsInDifferentTenantConnections(UserDefinedFunctionsIT.java:443)

testCreateFunction(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 14.014 sec  <<< ERROR!
java.sql.SQLException: ERROR 218 (23018): Constraint violation. T3.TENANT_ID may not be null
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testCreateFunction(UserDefinedFunctionsIT.java:373)

Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.078 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.793 sec - in org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.687 sec - in org.apache.phoenix.execute.PartialCommitIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.016 sec - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.007 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 175.408 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 9.94 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 25.199 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 5.105 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 8.643 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 29.531 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 13.768 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.324 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 19.96 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 17.295 sec  <<< ERROR!
java.sql.SQLException: Cannot call executeQuery(String) on prepared or callable statement
	at org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior(RoundRobinResultIteratorWithStatsIT.java:80)

Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 8.972 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.48 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.296 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testIndexQos(PhoenixClientRpcIT.java:96)

Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 18, Failures: 7, Errors: 2, Skipped: 0, Time elapsed: 119.819 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 3.336 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:101)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.242 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testNoMetricsCollectedForConnection(PhoenixMetricsIT.java:327)

testMetricsForDelete(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.316 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDelete(PhoenixMetricsIT.java:307)

testReadMetricsForSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.884 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testReadMetricsForSelect(PhoenixMetricsIT.java:206)

testGlobalPhoenixMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.202 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect(PhoenixMetricsIT.java:144)

testGlobalPhoenixMetricsForMutations(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 0.746 sec  <<< FAILURE!
java.lang.AssertionError: expected:<10> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations(PhoenixMetricsIT.java:121)

testMetricsForDeleteWithAutoCommit(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.235 sec  <<< FAILURE!
java.lang.AssertionError: The two metrics have different or unequal number of table names 
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsAreSame(PhoenixMetricsIT.java:650)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit(PhoenixMetricsIT.java:418)

testMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 9.629 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelect(PhoenixMetricsIT.java:284)

testMetricsForUpsertSelectSameTable(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.623 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelectSameTable(PhoenixMetricsIT.java:611)

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.477 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
testIndexQos(org.apache.phoenix.rpc.PhoenixServerRpcIT)  Time elapsed: 0.669 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixServerRpcIT.testIndexQos(PhoenixServerRpcIT.java:148)

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 367.848 sec - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 178.135 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 252.756 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 257.23 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT

Results :

Failed tests: 
  IndexExtendedIT.testLocalIndexScanAfterRegionsMerge:547->BaseTest.assertEquals:1784 expected:<[z]> but was:<[a]>
  QueryTimeoutIT.testSetRPCTimeOnConnection:94
  SpillableGroupByIT.testScanUri:120 Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55152:LogicalAggregate.NONE.[](input=rel#55097:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
  UserDefinedFunctionsIT.testTemporaryFunctions:602 FunctionNotFoundException should be thrown
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations:121->BaseTest.assertEquals:1828 expected:<10> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries:101->BaseTest.assertEquals:1828 expected:<1> but was:<2>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect:144->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  PhoenixMetricsIT.testMetricsForDelete:307->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit:418->assertMetricsAreSame:650 The two metrics have different or unequal number of table names 
  PhoenixMetricsIT.testMetricsForUpsertSelect:284->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForUpsertSelectSameTable:611->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
Tests in error: 
  CsvBulkLoadToolIT.testBasicImport:71 » SQL Error while executing SQL "CREATE T...
  CsvBulkLoadToolIT.testImportWithLocalIndex:254 » SQL Error while executing SQL...
  CsvBulkLoadToolIT.testMultipleInputFiles:179 » SQL Error while executing SQL "...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  QueryTimeoutIT.testQueryTimeout:120 » SQL does not implement 'class org.apache...
  SpillableGroupByIT.testStatisticsAreNotWritten:164 » SQL Error while executing...
  UserDefinedFunctionsIT.testCreateFunction:373 » SQL ERROR 218 (23018): Constra...
  UserDefinedFunctionsIT.testDropFunction:638 » SQL Error while executing SQL "s...
  UserDefinedFunctionsIT.testFunctionalIndexesWithUDFFunction:764 » FunctionNotFound
  UserDefinedFunctionsIT.testSameUDFWithDifferentImplementationsInDifferentTenantConnections:443 » SQL
  UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient:690 » SQL Error wh...
  UserDefinedFunctionsIT.testUDFsWithMultipleConnections:514 » SQL Error while e...
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior:80 » SQL Cannot cal...
  PhoenixMetricsIT.testNoMetricsCollectedForConnection:327 » SQL does not implem...
  PhoenixMetricsIT.testReadMetricsForSelect:206 » SQL does not implement 'class ...
  PhoenixClientRpcIT.testIndexQos:96 NullPointer
  PhoenixClientRpcIT.testMetadataQos:110 NullPointer
  PhoenixServerRpcIT.testIndexQos:148 NullPointer

Tests run: 211, Failures: 15, Errors: 41, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.102 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:23 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:24 h
[INFO] Finished at: 2016-10-27T09:39:01+00:00
[INFO] Final Memory: 71M/1083M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [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/MojoExecutionException
[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
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Phoenix-Calcite #28

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

Changes:

[maryannxue] PHOENIX-3345 SQLException code's not propagating as expected (Eric

------------------------------------------
[...truncated 106157 lines...]
	rel#2424:Subset#1.CLIENT.[], best=rel#2423, importance=0.4551557676525883
		rel#2423:PhoenixClientProject.CLIENT.[](input=rel#2422:Subset#0.GENERIC.[],K=$0,LASTNAME=$2), rowcount=810754.0, cumulative cost={1572.8642099997535 rows, 1572.8640100000002 cpu, 0.0 io}
Set#2, type: RecordType(INTEGER K, INTEGER K1, VARCHAR(1) LASTNAME_REVERSE)
	rel#2390:Subset#2.NONE.[], best=null, importance=0.81
		rel#2389:LogicalProject.NONE.[](input=rel#2388:Subset#1.NONE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($1)), rowcount=810754.0, cumulative cost={inf}
		rel#2414:LogicalProject.NONE.[](input=rel#2386:Subset#0.SERVER.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($2)), rowcount=810754.0, cumulative cost={inf}
		rel#2426:LogicalProject.NONE.[](input=rel#2415:Subset#0.ENUMERABLE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($2)), rowcount=810754.0, cumulative cost={inf}
	rel#2408:Subset#2.GENERIC.[], best=null, importance=0.81
	rel#2417:Subset#2.ENUMERABLE.[], best=rel#2416, importance=0.405
		rel#2416:EnumerableProject.ENUMERABLE.[](input=rel#2415:Subset#0.ENUMERABLE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($2)), rowcount=810754.0, cumulative cost={812328.485518 rows, 2433836.485518 cpu, 0.0 io}
		rel#2419:EnumerableProject.ENUMERABLE.[](input=rel#2418:Subset#1.ENUMERABLE.[],K=MYSUM3($0, DEFAULT()),K1=MYSUM3($0, 11),LASTNAME_REVERSE=MYREVERSE3($1)), rowcount=810754.0, cumulative cost={812328.4855579999 rows, 2433836.485518 cpu, 0.0 io}
Set#3, type: RecordType(BIGINT ROWCOUNT)
	rel#2392:Subset#3.NONE.[], best=null, importance=0.9
		rel#2391:LogicalTableModify.NONE.[](input=rel#2390:Subset#2.NONE.[],table=[phoenix, T2],operation=INSERT,updateColumnList=[],flattened=false), rowcount=810754.0, cumulative cost={inf}
	rel#2406:Subset#3.ENUMERABLE.[], best=null, importance=1.0
		rel#2407:AbstractConverter.ENUMERABLE.[](input=rel#2392:Subset#3.NONE.[],convention=ENUMERABLE,sort=[]), rowcount=810754.0, cumulative cost={inf}
		rel#2411:PhoenixToEnumerableConverter.ENUMERABLE.[](input=rel#2410:Subset#3.MUTATION.[]), rowcount=810754.0, cumulative cost={inf}
	rel#2410:Subset#3.MUTATION.[], best=null, importance=0.9
		rel#2409:PhoenixTableModify.MUTATION.[](input=rel#2408:Subset#2.GENERIC.[],table=[phoenix, T2],operation=INSERT,updateColumnList=[],flattened=false), rowcount=810754.0, cumulative cost={inf}


	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testUsingUDFFunctionInDifferentQueries(UserDefinedFunctionsIT.java:533)

testReplaceFunction(org.apache.phoenix.end2end.UserDefinedFunctionsIT)  Time elapsed: 4.58 sec  <<< FAILURE!
java.lang.AssertionError: expected:<11> but was:<0>
	at org.apache.phoenix.end2end.UserDefinedFunctionsIT.testReplaceFunction(UserDefinedFunctionsIT.java:1003)

Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.119 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.411 sec - in org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.933 sec - in org.apache.phoenix.execute.PartialCommitIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.464 sec - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.69 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.479 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 167.819 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 6.17 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 25.857 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 5.837 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 8.014 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 29.102 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 10.931 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 18.256 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 13.956 sec  <<< ERROR!
java.sql.SQLException: Cannot call executeQuery(String) on prepared or callable statement
	at org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior(RoundRobinResultIteratorWithStatsIT.java:80)

Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 4.01 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.378 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.193 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testIndexQos(PhoenixClientRpcIT.java:96)

Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.568 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
testIndexQos(org.apache.phoenix.rpc.PhoenixServerRpcIT)  Time elapsed: 0.368 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixServerRpcIT.testIndexQos(PhoenixServerRpcIT.java:148)

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 345.875 sec - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
Tests run: 18, Failures: 7, Errors: 2, Skipped: 0, Time elapsed: 125.469 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.99 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:101)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.863 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testNoMetricsCollectedForConnection(PhoenixMetricsIT.java:327)

testMetricsForDelete(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.911 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDelete(PhoenixMetricsIT.java:307)

testReadMetricsForSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.671 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testReadMetricsForSelect(PhoenixMetricsIT.java:206)

testGlobalPhoenixMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.917 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect(PhoenixMetricsIT.java:144)

testGlobalPhoenixMetricsForMutations(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 0.656 sec  <<< FAILURE!
java.lang.AssertionError: expected:<10> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations(PhoenixMetricsIT.java:121)

testMetricsForDeleteWithAutoCommit(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.895 sec  <<< FAILURE!
java.lang.AssertionError: The two metrics have different or unequal number of table names 
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsAreSame(PhoenixMetricsIT.java:650)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit(PhoenixMetricsIT.java:418)

testMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 9.383 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelect(PhoenixMetricsIT.java:284)

testMetricsForUpsertSelectSameTable(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.322 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelectSameTable(PhoenixMetricsIT.java:611)

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 170.206 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 252.234 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 250.531 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT

Results :

Failed tests: 
  IndexExtendedIT.testLocalIndexScanAfterRegionsMerge:547->BaseTest.assertEquals:1784 expected:<[z]> but was:<[a]>
  QueryTimeoutIT.testSetRPCTimeOnConnection:94
  SpillableGroupByIT.testScanUri:120 Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55152:LogicalAggregate.NONE.[](input=rel#55097:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
  UserDefinedFunctionsIT.testReplaceFunction:1003->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  UserDefinedFunctionsIT.testTemporaryFunctions:593->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  UserDefinedFunctionsIT.testVerifyCreateFunctionArguments:570->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations:121->BaseTest.assertEquals:1828 expected:<10> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries:101->BaseTest.assertEquals:1828 expected:<1> but was:<2>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect:144->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  PhoenixMetricsIT.testMetricsForDelete:307->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit:418->assertMetricsAreSame:650 The two metrics have different or unequal number of table names 
  PhoenixMetricsIT.testMetricsForUpsertSelect:284->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForUpsertSelectSameTable:611->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
Tests in error: 
  CsvBulkLoadToolIT.testBasicImport:71 » SQL Error while executing SQL "CREATE T...
  CsvBulkLoadToolIT.testImportWithLocalIndex:254 » SQL Error while executing SQL...
  CsvBulkLoadToolIT.testMultipleInputFiles:179 » SQL Error while executing SQL "...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  QueryTimeoutIT.testQueryTimeout:120 » SQL does not implement 'class org.apache...
  SpillableGroupByIT.testStatisticsAreNotWritten:164 » SQL Error while executing...
  UserDefinedFunctionsIT.testCreateFunction:373 » SQL ERROR 218 (23018): Constra...
  UserDefinedFunctionsIT.testDropFunction:623 » SQL Error while executing SQL "s...
  UserDefinedFunctionsIT.testFunctionalIndexesWithUDFFunction:763 » FunctionNotFound
  UserDefinedFunctionsIT.testSameUDFWithDifferentImplementationsInDifferentTenantConnections:443 » SQL
  UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient:669 » SQL Error wh...
  UserDefinedFunctionsIT.testUDFsWithMultipleConnections:514 » SQL Error while e...
  UserDefinedFunctionsIT.testUsingUDFFunctionInDifferentQueries:533 » SQL Error ...
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior:80 » SQL Cannot cal...
  PhoenixMetricsIT.testNoMetricsCollectedForConnection:327 » SQL does not implem...
  PhoenixMetricsIT.testReadMetricsForSelect:206 » SQL does not implement 'class ...
  PhoenixClientRpcIT.testIndexQos:96 NullPointer
  PhoenixClientRpcIT.testMetadataQos:110 NullPointer
  PhoenixServerRpcIT.testIndexQos:148 NullPointer

Tests run: 211, Failures: 17, Errors: 42, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [ 15.789 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:02 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:02 h
[INFO] Finished at: 2016-10-20T21:01:48+00:00
[INFO] Final Memory: 71M/927M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [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/MojoExecutionException
[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
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Phoenix-Calcite #27

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

Changes:

[jamestaylor] Disable parallelization in tests

------------------------------------------
[...truncated 115852 lines...]
    "FROM" "(" ...
    "FROM" "UNNEST" ...
    "FROM" "TABLE" ...
    "," ...
    "AS" ...
    <IDENTIFIER> ...
    <QUOTED_IDENTIFIER> ...
    <BACK_QUOTED_IDENTIFIER> ...
    <BRACKET_QUOTED_IDENTIFIER> ...
    <UNICODE_QUOTED_IDENTIFIER> ...
    "UNION" ...
    "INTERSECT" ...
    "EXCEPT" ...
    
	at org.apache.phoenix.end2end.SpillableGroupByIT.testStatisticsAreNotWritten(SpillableGroupByIT.java:164)

testScanUri(org.apache.phoenix.end2end.SpillableGroupByIT)  Time elapsed: 65.285 sec  <<< FAILURE!
java.lang.AssertionError: Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55152:LogicalAggregate.NONE.[](input=rel#55097:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
	at org.apache.phoenix.end2end.SpillableGroupByIT.testScanUri(SpillableGroupByIT.java:120)
Caused by: java.lang.AssertionError: 
type mismatch:
ref:
BOOLEAN NOT NULL
input:
BIGINT NOT NULL
	at org.apache.phoenix.end2end.SpillableGroupByIT.testScanUri(SpillableGroupByIT.java:120)

Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.943 sec - in org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.129 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.278 sec - in org.apache.phoenix.execute.PartialCommitIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.255 sec - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.302 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.867 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 131.545 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 5.919 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 19.609 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 3.728 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 4.807 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 24.264 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 10.19 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 19.051 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 14.788 sec  <<< ERROR!
java.sql.SQLException: Cannot call executeQuery(String) on prepared or callable statement
	at org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior(RoundRobinResultIteratorWithStatsIT.java:80)

Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 11.132 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.55 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.265 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testIndexQos(PhoenixClientRpcIT.java:96)

Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.209 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
testIndexQos(org.apache.phoenix.rpc.PhoenixServerRpcIT)  Time elapsed: 0.407 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixServerRpcIT.testIndexQos(PhoenixServerRpcIT.java:148)

Tests run: 18, Failures: 7, Errors: 2, Skipped: 0, Time elapsed: 78.233 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.826 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:101)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.77 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testNoMetricsCollectedForConnection(PhoenixMetricsIT.java:327)

testMetricsForDelete(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.804 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDelete(PhoenixMetricsIT.java:307)

testReadMetricsForSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 3.633 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testReadMetricsForSelect(PhoenixMetricsIT.java:206)

testGlobalPhoenixMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.546 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect(PhoenixMetricsIT.java:144)

testGlobalPhoenixMetricsForMutations(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 0.32 sec  <<< FAILURE!
java.lang.AssertionError: expected:<10> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations(PhoenixMetricsIT.java:121)

testMetricsForDeleteWithAutoCommit(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.969 sec  <<< FAILURE!
java.lang.AssertionError: The two metrics have different or unequal number of table names 
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsAreSame(PhoenixMetricsIT.java:650)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit(PhoenixMetricsIT.java:418)

testMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.217 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelect(PhoenixMetricsIT.java:284)

testMetricsForUpsertSelectSameTable(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.657 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelectSameTable(PhoenixMetricsIT.java:611)

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 130.926 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 133.195 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 273.507 sec - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 172.125 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT

Results :

Failed tests: 
  IndexExtendedIT.testLocalIndexScanAfterRegionsMerge:547->BaseTest.assertEquals:1784 expected:<[z]> but was:<[a]>
  QueryTimeoutIT.testSetRPCTimeOnConnection:94
  QueryWithLimitIT.testQueryWithoutLimitFails:103
  SpillableGroupByIT.testScanUri:120 Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55152:LogicalAggregate.NONE.[](input=rel#55097:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
  UserDefinedFunctionsIT.testReplaceFunction:1003->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  UserDefinedFunctionsIT.testTemporaryFunctions:593->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  UserDefinedFunctionsIT.testVerifyCreateFunctionArguments:570->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations:121->BaseTest.assertEquals:1828 expected:<10> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries:101->BaseTest.assertEquals:1828 expected:<1> but was:<2>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect:144->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  PhoenixMetricsIT.testMetricsForDelete:307->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit:418->assertMetricsAreSame:650 The two metrics have different or unequal number of table names 
  PhoenixMetricsIT.testMetricsForUpsertSelect:284->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForUpsertSelectSameTable:611->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
Tests in error: 
  CsvBulkLoadToolIT.testBasicImport:71 » SQL Error while executing SQL "CREATE T...
  CsvBulkLoadToolIT.testImportWithLocalIndex:254 » SQL Error while executing SQL...
  CsvBulkLoadToolIT.testMultipleInputFiles:179 » SQL Error while executing SQL "...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  QueryTimeoutIT.testQueryTimeout:120 » SQL does not implement 'class org.apache...
  SpillableGroupByIT.testStatisticsAreNotWritten:164 » SQL Error while executing...
  UserDefinedFunctionsIT.testCreateFunction:352 » SQL Error while executing SQL ...
  UserDefinedFunctionsIT.testDropFunction:623 » SQL Error while executing SQL "s...
  UserDefinedFunctionsIT.testFunctionalIndexesWithUDFFunction:763 » SQL Error wh...
  UserDefinedFunctionsIT.testSameUDFWithDifferentImplementationsInDifferentTenantConnections:430 » SQL
  UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient:669 » SQL Error wh...
  UserDefinedFunctionsIT.testUDFsWithMultipleConnections:494 » SQL Error while e...
  UserDefinedFunctionsIT.testUsingUDFFunctionInDifferentQueries:533 » SQL Error ...
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior:80 » SQL Cannot cal...
  PhoenixMetricsIT.testNoMetricsCollectedForConnection:327 » SQL does not implem...
  PhoenixMetricsIT.testReadMetricsForSelect:206 » SQL does not implement 'class ...
  PhoenixClientRpcIT.testIndexQos:96 NullPointer
  PhoenixClientRpcIT.testMetadataQos:110 NullPointer
  PhoenixServerRpcIT.testIndexQos:148 NullPointer

Tests run: 211, Failures: 18, Errors: 42, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  6.472 s]
[INFO] Phoenix Core ....................................... FAILURE [47:19 min]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47:31 min
[INFO] Finished at: 2016-10-13T17:30:52+00:00
[INFO] Final Memory: 88M/985M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [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/MojoExecutionException
[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
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Phoenix-Calcite #26

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

Changes:

[rajeshbabu] PHOENIX-3242 Support CREATE OR REPLACE FUNCTION in Phoenix-Calcite

------------------------------------------
[...truncated 378377 lines...]
Mon Oct 10 23:36:39 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:36:49 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:36:59 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:37:09 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:37:29 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:37:49 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:38:10 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:38:30 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:38:50 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:39:10 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:39:30 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:39:50 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:40:10 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:40:30 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:40:50 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:41:11 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:41:31 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:41:51 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:42:11 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:42:31 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:42:51 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:43:11 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:43:32 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:43:52 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:44:12 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:44:32 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:44:52 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:45:12 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master

	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:112)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:98)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedException: 
Failed after attempts=35, exceptions:
Mon Oct 10 23:36:21 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:36:21 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:36:21 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:36:22 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:36:23 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:36:25 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:36:29 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:36:39 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:36:49 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:36:59 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:37:09 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:37:29 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:37:49 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:38:10 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:38:30 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:38:50 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:39:10 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:39:30 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:39:50 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:40:10 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:40:30 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:40:50 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:41:11 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:41:31 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:41:51 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:42:11 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:42:31 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:42:51 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:43:11 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:43:32 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:43:52 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:44:12 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:44:32 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:44:52 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
Mon Oct 10 23:45:12 UTC 2016, RpcRetryingCaller{globalStartTime=1476142581450, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master

	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:112)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:98)
Caused by: org.apache.hadoop.hbase.MasterNotRunningException: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:112)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:98)
Caused by: org.apache.hadoop.hbase.DoNotRetryIOException: Connection was closed while trying to get master
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:112)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:98)

testIndexTableWriteFailure[TxWriteFailureIT_localIndex=true,mutable=true](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)  Time elapsed: 531.222 sec  <<< ERROR!
java.sql.SQLException: ERROR 1102 (XCL02): Cannot get all table regions.
Caused by: java.io.IOException: hconnection-0x2332f00a closed

org.apache.phoenix.end2end.index.txn.TxWriteFailureIT  Time elapsed: 538.593 sec  <<< FAILURE!
java.lang.AssertionError


Results :

Failed tests: 
  IndexExtendedIT.testLocalIndexScanAfterRegionsMerge:547->BaseTest.assertEquals:1784 expected:<[z]> but was:<[a]>
  QueryTimeoutIT.testSetRPCTimeOnConnection:94
  QueryWithLimitIT.testQueryWithoutLimitFails:103
  RenewLeaseIT>BaseOwnClusterIT.doTeardown:30->BaseTest.tearDownMiniCluster:545->BaseTest.destroyDriver:528
  SpillableGroupByIT.testScanUri:120 Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55152:LogicalAggregate.NONE.[](input=rel#55097:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
  UserDefinedFunctionsIT.testReplaceFunction:1003->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  UserDefinedFunctionsIT.testTemporaryFunctions:593->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  UserDefinedFunctionsIT.testVerifyCreateFunctionArguments:570->BaseTest.assertEquals:1828 expected:<11> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  TxWriteFailureIT>BaseOwnClusterIT.doTeardown:30->BaseTest.tearDownMiniCluster:545->BaseTest.destroyDriver:528
  PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations:121->BaseTest.assertEquals:1828 expected:<10> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries:101->BaseTest.assertEquals:1828 expected:<1> but was:<2>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect:144->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  PhoenixMetricsIT.testMetricsForDelete:307->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit:418->assertMetricsAreSame:650 The two metrics have different or unequal number of table names 
  PhoenixMetricsIT.testMetricsForUpsertSelect:284->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForUpsertSelectSameTable:611->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
Tests in error: 
  CsvBulkLoadToolIT.testBasicImport:71 » SQL Error while executing SQL "CREATE T...
  CsvBulkLoadToolIT.testImportWithLocalIndex:254 » SQL Error while executing SQL...
  CsvBulkLoadToolIT.testMultipleInputFiles:179 » SQL Error while executing SQL "...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  QueryTimeoutIT.testQueryTimeout:120 » SQL does not implement 'class org.apache...
org.apache.phoenix.end2end.RenewLeaseIT.testLeaseDoesNotTimeout(org.apache.phoenix.end2end.RenewLeaseIT)
  Run 1: RenewLeaseIT.testLeaseDoesNotTimeout:64 » PhoenixIO Failed after attempts=35, ...
  Run 2: RenewLeaseIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:915 » SQL

  SpillableGroupByIT.testStatisticsAreNotWritten:164 » SQL Error while executing...
  UserDefinedFunctionsIT.testCreateFunction:335 » SQL Error while executing SQL ...
  UserDefinedFunctionsIT.testDropFunction:623 » SQL Error while executing SQL "s...
  UserDefinedFunctionsIT.testFunctionalIndexesWithUDFFunction:763 » SQL Error wh...
  UserDefinedFunctionsIT.testSameUDFWithDifferentImplementationsInDifferentTenantConnections:430 » SQL
  UserDefinedFunctionsIT.testUDFsWhenTimestampManagedAtClient:669 » SQL Error wh...
  UserDefinedFunctionsIT.testUDFsWithMultipleConnections:494 » SQL Error while e...
  UserDefinedFunctionsIT.testUdfWithJoin:938->initJoinTableValues:795 » SQL Erro...
  UserDefinedFunctionsIT.testUsingUDFFunctionInDifferentQueries:533 » SQL Error ...
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:170 » SQL Error while execu...
org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexWhileUpsertingData[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)
  Run 1: ImmutableIndexIT.testCreateIndexWhileUpsertingData:266 » SQL Error while execu...
  Run 2: ImmutableIndexIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:918 » OutOfMemory

  ImmutableIndexIT.testCreateIndexWhileUpsertingData:266 » SQL Error while execu...
  ImmutableIndexIT.testCreateIndexWhileUpsertingData:266 » SQL Error while execu...
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:120 » SQL Error while execu...
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:120 » SQL Error while execu...
  MutableIndexFailureIT.testWriteFailureDisablesIndex:127->helpTestWriteFailureDisablesIndex:152 » TableAlreadyExists
org.apache.phoenix.end2end.index.MutableIndexFailureIT.testWriteFailureDisablesIndex[MutableIndexFailureIT_transactional=false,localIndex=false,isNamespaceMapped=true](org.apache.phoenix.end2end.index.MutableIndexFailureIT)
  Run 1: MutableIndexFailureIT.testWriteFailureDisablesIndex:127->helpTestWriteFailureDisablesIndex:164 » OutOfMemory
  Run 2: MutableIndexFailureIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:918 » OutOfMemory

org.apache.phoenix.end2end.index.MutableIndexFailureIT.testWriteFailureDisablesIndex[MutableIndexFailureIT_transactional=false,localIndex=true,isNamespaceMapped=false](org.apache.phoenix.end2end.index.MutableIndexFailureIT)
  Run 1: MutableIndexFailureIT.testWriteFailureDisablesIndex:127->helpTestWriteFailureDisablesIndex:204 » OutOfMemory
  Run 2: MutableIndexFailureIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:918 » OutOfMemory

  MutableIndexFailureIT.testWriteFailureDisablesIndex:127->helpTestWriteFailureDisablesIndex:152 » NewerTableAlreadyExists
  MutableIndexReplicationIT.setUpBeforeClass:108->setupConfigsAndStartCluster:171 » IO
  ReadOnlyIndexFailureIT.doSetup:119->BaseTest.setUpTestDriver:571->BaseTest.checkClusterInitialized:492->BaseTest.setUpTestCluster:519->BaseTest.initMiniCluster:601 » Runtime
org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure[TxWriteFailureIT_localIndex=false,mutable=false](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)
  Run 1: TxWriteFailureIT.testDataTableWriteFailure:103->helpTestWriteFailure:112 » PhoenixIO
  Run 2: TxWriteFailureIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:915 » SQL

org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure[TxWriteFailureIT_localIndex=false,mutable=true](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)
  Run 1: TxWriteFailureIT.testDataTableWriteFailure:103->helpTestWriteFailure:112 » PhoenixIO
  Run 2: TxWriteFailureIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:915 » SQL

org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure[TxWriteFailureIT_localIndex=true,mutable=false](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)
  Run 1: TxWriteFailureIT.testDataTableWriteFailure:103->helpTestWriteFailure:112 » PhoenixIO
  Run 2: TxWriteFailureIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:915 » SQL

org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure[TxWriteFailureIT_localIndex=true,mutable=true](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)
  Run 1: TxWriteFailureIT.testDataTableWriteFailure:103->helpTestWriteFailure:112 » PhoenixIO
  Run 2: TxWriteFailureIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:915 » SQL

org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure[TxWriteFailureIT_localIndex=false,mutable=false](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)
  Run 1: TxWriteFailureIT.testIndexTableWriteFailure:98->helpTestWriteFailure:112 » PhoenixIO
  Run 2: TxWriteFailureIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:915 » SQL

org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure[TxWriteFailureIT_localIndex=false,mutable=true](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)
  Run 1: TxWriteFailureIT.testIndexTableWriteFailure:98->helpTestWriteFailure:112 » PhoenixIO
  Run 2: TxWriteFailureIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:915 » SQL

org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure[TxWriteFailureIT_localIndex=true,mutable=false](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)
  Run 1: TxWriteFailureIT.testIndexTableWriteFailure:98->helpTestWriteFailure:112 » PhoenixIO
  Run 2: TxWriteFailureIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:915 » SQL

org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure[TxWriteFailureIT_localIndex=true,mutable=true](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)
  Run 1: TxWriteFailureIT.testIndexTableWriteFailure:98->helpTestWriteFailure:112 » PhoenixIO
  Run 2: TxWriteFailureIT>BaseOwnClusterIT.cleanUpAfterTest:35->BaseTest.deletePriorMetaData:871->BaseTest.deletePriorTables:879->BaseTest.deletePriorTables:890->BaseTest.deletePriorTables:915 » SQL

  RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior:80 » SQL Cannot cal...
  PhoenixMetricsIT.testNoMetricsCollectedForConnection:327 » SQL does not implem...
  PhoenixMetricsIT.testReadMetricsForSelect:206 » SQL does not implement 'class ...
  PhoenixClientRpcIT.testIndexQos:96 NullPointer
  PhoenixClientRpcIT.testMetadataQos:110 NullPointer
  PhoenixServerRpcIT.testIndexQos:148 NullPointer

Tests run: 212, Failures: 18, Errors: 63, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  3.098 s]
[INFO] Phoenix Core ....................................... FAILURE [  02:16 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:16 h
[INFO] Finished at: 2016-10-10T23:45:22+00:00
[INFO] Final Memory: 70M/937M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [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/MojoExecutionException
[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
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Phoenix-Calcite #25

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

Changes:

[jamestaylor] PHOENIX-3290 Move and/or combine as many NeedsOwnCluster tests to bring

[jamestaylor] PHOENIX-3304 Tracing tests failing

[jamestaylor] PHOENIX-3308 Shutdown minicluster after parallel tests complete

[jamestaylor] PHOENIX-3253 Make changes to tests to support method level

[maryannxue] PHOENIX-2930 Cannot resolve columns aliased to its own name

[jamestaylor] PHOENIX-3308 Shutdown minicluster after parallel tests complete

[jamestaylor] PHOENIX-3314 Ignore ImmutableIndexIT.testDropIfImmutableKeyValueColumn

[jamestaylor] PHOENIX-3314 ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is

[tdsilva] PHOENIX-3307 Backward compatibility fails for tables with index (4.7.0

[jamestaylor] PHOENIX-3253 Make changes to tests to support method level

[jamestaylor] PHOENIX-3327 Use same driver for all tests within a group

[elserj] PHOENIX-3287 Retry starting KDC on BindException

[jamestaylor] PHOENIX-3153 Convert join-related IT tests to be derived from

[samarth] PHOENIX-3334 ConnectionQueryServicesImpl should close HConnection if

[jamestaylor] PHOENIX-3181 Run test methods in parallel to reduce test suite run time

[ankitsinghal59] PHOENIX-3331 Bug in calculating minDisabledTimestamp for a batch

[ankitsinghal59] PHOENIX-3221 'LOCAL' keyword is not adhered for

[ankitsinghal59] PHOENIX-3254 IndexId Sequence is incremented even if index exists

[jamestaylor] PHOENIX-3338 Move flapping test into test class marked as NotThreadSafe

[jamestaylor] PHOENIX-3253 Make changes to tests to support method level

[jamestaylor] PHOENIX-3253 Make changes to tests to support method level

[ankitsinghal59] PHOENIX-3159 CachingHTableFactory may close HTable during eviction even

[jamestaylor] PHOENIX-3253 Make changes to tests to support method level

[jamestaylor] PHOENIX-3253 Make changes to tests to support method level

[tdsilva] PHOENIX-3296 ArrayConstructor expression does not serialize arrays with

[maryannxue] PHOENIX-3363 Join-related IT had problematic usage of generating new

[maryannxue] quote 'date' columns

[maryannxue] PHOENIX-3364 ConcurrentModificationException from PhoenixSchema in

------------------------------------------
[...truncated 443358 lines...]
    <BINARY_STRING_LITERAL> ...
    <PREFIXED_STRING_LITERAL> ...
    <QUOTED_STRING> ...
    <UNICODE_STRING_LITERAL> ...
    
	at org.apache.phoenix.end2end.IndexExtendedIT.testSecondaryIndex(IndexExtendedIT.java:204)
Caused by: java.lang.RuntimeException: 
parse failed: Encountered "1" at line 1, column 121.
Was expecting one of:
    <BINARY_STRING_LITERAL> ...
    <PREFIXED_STRING_LITERAL> ...
    <QUOTED_STRING> ...
    <UNICODE_STRING_LITERAL> ...
    
	at org.apache.phoenix.end2end.IndexExtendedIT.testSecondaryIndex(IndexExtendedIT.java:204)
Caused by: org.apache.calcite.sql.parser.SqlParseException: 
Encountered "1" at line 1, column 121.
Was expecting one of:
    <BINARY_STRING_LITERAL> ...
    <PREFIXED_STRING_LITERAL> ...
    <QUOTED_STRING> ...
    <UNICODE_STRING_LITERAL> ...
    
	at org.apache.phoenix.end2end.IndexExtendedIT.testSecondaryIndex(IndexExtendedIT.java:204)
Caused by: org.apache.phoenix.calcite.parser.ParseException: 
Encountered "1" at line 1, column 121.
Was expecting one of:
    <BINARY_STRING_LITERAL> ...
    <PREFIXED_STRING_LITERAL> ...
    <QUOTED_STRING> ...
    <UNICODE_STRING_LITERAL> ...
    
	at org.apache.phoenix.end2end.IndexExtendedIT.testSecondaryIndex(IndexExtendedIT.java:204)

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.439 sec - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
Running org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.576 sec - in org.apache.phoenix.end2end.UserDefinedFunctionsIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.539 sec - in org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.958 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.094 sec - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.613 sec - in org.apache.phoenix.execute.PartialCommitIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.309 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.131 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 168.057 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 7.519 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 25.736 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 5.818 sec  <<< ERROR!
java.sql.SQLException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.lang.RuntimeException: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 99 bytes, but had 71
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:172)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=false,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 9.609 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 28.013 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

testDropIfImmutableKeyValueColumn[ImmutableIndexIT_localIndex=true,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 10.719 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1027> but was:<0>
	at org.apache.phoenix.end2end.index.ImmutableIndexIT.testDropIfImmutableKeyValueColumn(ImmutableIndexIT.java:142)

Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 21.641 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 13.269 sec  <<< ERROR!
java.sql.SQLException: Cannot call executeQuery(String) on prepared or callable statement
	at org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior(RoundRobinResultIteratorWithStatsIT.java:80)

Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 10.486 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.368 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.194 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testIndexQos(PhoenixClientRpcIT.java:96)

Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.957 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
testIndexQos(org.apache.phoenix.rpc.PhoenixServerRpcIT)  Time elapsed: 0.344 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixServerRpcIT.testIndexQos(PhoenixServerRpcIT.java:148)

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 323.348 sec - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
Tests run: 18, Failures: 7, Errors: 2, Skipped: 0, Time elapsed: 119.977 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.869 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:101)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.843 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testNoMetricsCollectedForConnection(PhoenixMetricsIT.java:327)

testMetricsForDelete(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.99 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDelete(PhoenixMetricsIT.java:307)

testReadMetricsForSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.457 sec  <<< ERROR!
java.sql.SQLException: does not implement 'class org.apache.phoenix.jdbc.PhoenixResultSet'
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testReadMetricsForSelect(PhoenixMetricsIT.java:206)

testGlobalPhoenixMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 5.004 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect(PhoenixMetricsIT.java:144)

testGlobalPhoenixMetricsForMutations(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 0.296 sec  <<< FAILURE!
java.lang.AssertionError: expected:<10> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations(PhoenixMetricsIT.java:121)

testMetricsForDeleteWithAutoCommit(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.94 sec  <<< FAILURE!
java.lang.AssertionError: The two metrics have different or unequal number of table names 
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsAreSame(PhoenixMetricsIT.java:650)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit(PhoenixMetricsIT.java:418)

testMetricsForUpsertSelect(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 9.361 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelect(PhoenixMetricsIT.java:284)

testMetricsForUpsertSelectSameTable(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 4.776 sec  <<< FAILURE!
java.lang.AssertionError: No read metrics present when there should have been!
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.assertReadMetricsForMutatingSql(PhoenixMetricsIT.java:785)
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelectSameTable(PhoenixMetricsIT.java:611)

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 175.505 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 231.641 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 248.677 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT

Results :

Failed tests: 
  IndexExtendedIT.testLocalIndexScanAfterRegionsMerge:547->BaseTest.assertEquals:1784 expected:<[z]> but was:<[a]>
  QueryTimeoutIT.testSetRPCTimeOnConnection:94
  QueryWithLimitIT.testQueryWithoutLimitFails:103
  SpillableGroupByIT.testScanUri:120 Internal error: Error while applying rule AggregateExpandDistinctAggregatesRule, args [rel#55152:LogicalAggregate.NONE.[](input=rel#55097:Subset#0.SERVER.[],group={1},EXPR$0=COUNT(),EXPR$1=COUNT(DISTINCT $1),EXPR$2=SUM($2),EXPR$3=AVG($2),EXPR$5=MIN($0),EXPR$6=MAX($0))]
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  ImmutableIndexIT.testDropIfImmutableKeyValueColumn:142->BaseTest.assertEquals:1828 expected:<1027> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForMutations:121->BaseTest.assertEquals:1828 expected:<10> but was:<0>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries:101->BaseTest.assertEquals:1828 expected:<1> but was:<2>
  PhoenixMetricsIT.testGlobalPhoenixMetricsForUpsertSelect:144->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  PhoenixMetricsIT.testMetricsForDelete:307->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForDeleteWithAutoCommit:418->assertMetricsAreSame:650 The two metrics have different or unequal number of table names 
  PhoenixMetricsIT.testMetricsForUpsertSelect:284->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
  PhoenixMetricsIT.testMetricsForUpsertSelectSameTable:611->assertReadMetricsForMutatingSql:785 No read metrics present when there should have been!
Tests in error: 
  CsvBulkLoadToolIT.testBasicImport:71 » SQL Error while executing SQL "CREATE T...
  CsvBulkLoadToolIT.testImportWithLocalIndex:254 » SQL Error while executing SQL...
  CsvBulkLoadToolIT.testMultipleInputFiles:179 » SQL Error while executing SQL "...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testDeleteFromImmutable:345 » SQL Error while executing SQL "d...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testMutableIndexWithUpdates:153 » SQL Error while executing SQ...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  IndexExtendedIT.testSecondaryIndex:204 » SQL Error while executing SQL "CREATE...
  QueryTimeoutIT.testQueryTimeout:120 » SQL does not implement 'class org.apache...
  SpillableGroupByIT.testStatisticsAreNotWritten:164 » SQL Error while executing...
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  ImmutableIndexIT.testCreateIndexDuringUpsertSelect:172->BaseTest.upsertRows:1620->BaseTest.upsertRow:1647 » SQL
  RoundRobinResultIteratorWithStatsIT.testRoundRobinBehavior:80 » SQL Cannot cal...
  PhoenixMetricsIT.testNoMetricsCollectedForConnection:327 » SQL does not implem...
  PhoenixMetricsIT.testReadMetricsForSelect:206 » SQL does not implement 'class ...
  PhoenixClientRpcIT.testIndexQos:96 NullPointer
  PhoenixClientRpcIT.testMetadataQos:110 NullPointer
  PhoenixServerRpcIT.testIndexQos:148 NullPointer

Tests run: 211, Failures: 15, Errors: 35, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.743 s]
[INFO] Phoenix Core ....................................... FAILURE [37:46 min]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37:54 min
[INFO] Finished at: 2016-10-07T21:16:58+00:00
[INFO] Final Memory: 86M/788M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [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/MojoExecutionException
[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
No prior successful build to compare, so performing full copy of artifacts
Recording test results