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/11/15 00:56:18 UTC

Build failed in Jenkins: Phoenix-Calcite #40

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

Changes:

[maryannxue] Fix compilation errors after CALCITE-1384

------------------------------------------
[...truncated 78968 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: 2.629 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: 2.372 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: 2.504 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: 4.612 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: 7.19 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
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.044 sec - in org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.588 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.19 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: 8.061 sec - in org.apache.phoenix.execute.PartialCommitIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.4 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
Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.556 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.303 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 9.697 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: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 132.443 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 5.015 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.985 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: 2.548 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.375 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.939 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.66 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.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.34 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.367 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.177 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.723 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: 18, Failures: 7, Errors: 2, Skipped: 0, Time elapsed: 69.909 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.643 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:102)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.609 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.597 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.01 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: 1.591 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.226 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.603 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: 4.843 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.523 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: 132.883 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 133.622 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 172.751 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 334.567 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:102->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  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 [  1.784 s]
[INFO] Phoenix Core ....................................... FAILURE [36:33 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:36 min
[INFO] Finished at: 2016-11-15T00:45:02+00:00
[INFO] Final Memory: 94M/1594M
[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 #44

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

Changes:

[rajeshbabu] PHOENIX-3256 Support CREATE SCHEMA in Phoenix-Calcite

------------------------------------------
[...truncated 81193 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: 2.493 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: 2.357 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: 2.512 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: 4.606 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: 7.116 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
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.229 sec - in org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.353 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.711 sec - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.63 sec - in org.apache.phoenix.execute.PartialCommitIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.234 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: 8.21 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
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 13.879 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 9.901 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
Tests run: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 132.56 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 5.041 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.058 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.647 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: 5.293 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.058 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.712 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.rpc.PhoenixClientRpcIT
Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 4.805 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.352 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.187 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.774 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: 72.959 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.695 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:102)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.649 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.611 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.085 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.6 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.226 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.624 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: 4.869 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.583 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: 141.561 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 141.308 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 173.064 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 335.295 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
  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:102->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  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.testScanUri:120 » SQL Error while executing SQL "select cou...
  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: 14, 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 [  1.897 s]
[INFO] Phoenix Core ....................................... FAILURE [53:12 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: 53:15 min
[INFO] Finished at: 2016-12-02T17:23:03+00:00
[INFO] Final Memory: 72M/1541M
[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 #43

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

Changes:

[maryannxue] PHOENIX-3488 Support COUNT(DISTINCT x) in Phoenix-Calcite Integration

------------------------------------------
[...truncated 90569 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: 1.532 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: 2.386 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: 2.519 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: 4.599 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: 7.04 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
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.082 sec - in org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.776 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.124 sec - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.272 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.071 sec - in org.apache.phoenix.execute.PartialCommitIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.244 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.868 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 9.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)

Tests run: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 131.752 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 4.925 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.044 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.533 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: 5.243 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: 23.943 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.52 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.monitoring.PhoenixMetricsIT
Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 5.298 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.36 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.16 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: 5.314 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
testIndexQos(org.apache.phoenix.rpc.PhoenixServerRpcIT)  Time elapsed: 0.316 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: 69.085 sec <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testGlobalPhoenixMetricsForQueries(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.675 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.testGlobalPhoenixMetricsForQueries(PhoenixMetricsIT.java:102)

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.569 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.576 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: 2.96 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.63 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.187 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.579 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: 4.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.testMetricsForUpsertSelect(PhoenixMetricsIT.java:284)

testMetricsForUpsertSelectSameTable(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.448 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: 132.945 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 132.84 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 173.115 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 335.093 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
  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:102->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  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.testScanUri:120 » SQL Error while executing SQL "select cou...
  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: 14, 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 [  1.911 s]
[INFO] Phoenix Core ....................................... FAILURE [45:50 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: 45:54 min
[INFO] Finished at: 2016-12-02T01:26:14+00:00
[INFO] Final Memory: 89M/1533M
[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 #42

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

Changes:

[maryannxue] Catch up with latest SqlConformance interface

------------------------------------------
[...truncated 68539 lines...]
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: 2.549 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: 2.374 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: 2.564 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: 4.618 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: 7.136 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.end2end.index.txn.TxWriteFailureIT
Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.217 sec - in org.apache.phoenix.end2end.index.ReadOnlyIndexFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.911 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.execute.PartialCommitIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.327 sec - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.473 sec - in org.apache.phoenix.execute.PartialCommitIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.03 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: 8.45 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
Tests run: 12, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 132.595 sec <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=false,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)  Time elapsed: 5.422 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.024 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: 2.629 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: 5.423 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.255 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.781 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.ScannerLeaseRenewalIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.992 sec <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
testRoundRobinBehavior(org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT)  Time elapsed: 10.575 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
Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 5.88 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
testMetadataQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.464 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.testMetadataQos(PhoenixClientRpcIT.java:110)

testIndexQos(org.apache.phoenix.rpc.PhoenixClientRpcIT)  Time elapsed: 0.212 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: 5.147 sec <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
testIndexQos(org.apache.phoenix.rpc.PhoenixServerRpcIT)  Time elapsed: 0.397 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.phoenix.rpc.PhoenixServerRpcIT.testIndexQos(PhoenixServerRpcIT.java:148)

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

testNoMetricsCollectedForConnection(org.apache.phoenix.monitoring.PhoenixMetricsIT)  Time elapsed: 2.644 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.777 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.184 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.935 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.278 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.679 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.018 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.689 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: 132.614 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 172.537 sec - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 335.107 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:102->BaseTest.assertEquals:1828 expected:<1> but was:<0>
  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 [  1.779 s]
[INFO] Phoenix Core ....................................... FAILURE [31:54 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: 31:57 min
[INFO] Finished at: 2016-12-01T21:30:39+00:00
[INFO] Final Memory: 89M/1570M
[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 #41

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

Changes:

[gabrielr] Fix extension of SqlParserTest

------------------------------------------
[...truncated 53825 lines...]
    "LOCALTIMESTAMP" ...
    "LOWER" ...
    "MAX" ...
    "MIN" ...
    "MOD" ...
    "NULLIF" ...
    "OCTET_LENGTH" ...
    "PERCENT_RANK" ...
    "POWER" ...
    "RANK" ...
    "REGR_SXX" ...
    "REGR_SYY" ...
    "ROW_NUMBER" ...
    "SQRT" ...
    "STDDEV_POP" ...
    "STDDEV_SAMP" ...
    "SUM" ...
    "UPPER" ...
    "VAR_POP" ...
    "VAR_SAMP" ...
    "CURRENT_CATALOG" ...
    "CURRENT_DEFAULT_TRANSFORM_GROUP" ...
    "CURRENT_PATH" ...
    "CURRENT_ROLE" ...
    "CURRENT_SCHEMA" ...
    "CURRENT_USER" ...
    "SESSION_USER" ...
    "SYSTEM_USER" ...
    "USER" ...
    "NEW" ...
    "CASE" ...
    "NEXT" ...
    "CURRENT" ...
    "CURSOR" ...
    "ROW" ...
    "(" ...
    "SELECT" ...
    "VALUES" ...
    "TABLE" ...
    "EXPLAIN" ...
    "DESCRIBE" ...
    "INSERT" ...
    "UPSERT" ...
    "DELETE" ...
    "UPDATE" ...
    "MERGE" ...
    "CALL" ...
    "COMMIT" ...
    "CREATE" "VIEW" ...
    "CREATE" "TABLE" ...
    "CREATE" "LOCAL" ...
    "CREATE" "INDEX" ...
    "CREATE" "SEQUENCE" ...
    "DROP" ...
    "CREATE" "OR" ...
    "CREATE" "TEMPORARY" ...
    "CREATE" "FUNCTION" ...
    "UPLOAD" ...
    
	at org.apache.phoenix.end2end.CreateSchemaIT.testCreateSchema(CreateSchemaIT.java:50)
Caused by: org.apache.phoenix.calcite.parser.ParseException: 
Encountered "CREATE SCHEMA" at line 1, column 1.
Was expecting one of:
    "SET" ...
    "RESET" ...
    "ALTER" ...
    "WITH" ...
    "+" ...
    "-" ...
    "NOT" ...
    "EXISTS" ...
    <UNSIGNED_INTEGER_LITERAL> ...
    <DECIMAL_NUMERIC_LITERAL> ...
    <APPROX_NUMERIC_LITERAL> ...
    <BINARY_STRING_LITERAL> ...
    <PREFIXED_STRING_LITERAL> ...
    <QUOTED_STRING> ...
    <UNICODE_STRING_LITERAL> ...
    "TRUE" ...
    "FALSE" ...
    "UNKNOWN" ...
    "NULL" ...
    <LBRACE_D> ...
    <LBRACE_T> ...
    <LBRACE_TS> ...
    "DATE" ...
    "TIME" ...
    "TIMESTAMP" ...
    "INTERVAL" ...
    "?" ...
    "CAST" ...
    "EXTRACT" ...
    "POSITION" ...
    "CONVERT" ...
    "TRANSLATE" ...
    "OVERLAY" ...
    "FLOOR" ...
    "CEIL" ...
    "CEILING" ...
    "SUBSTRING" ...
    "TRIM" ...
    <LBRACE_FN> ...
    "MULTISET" ...
    "ARRAY" ...
    "SPECIFIC" ...
    <IDENTIFIER> ...
    <QUOTED_IDENTIFIER> ...
    <BACK_QUOTED_IDENTIFIER> ...
    <BRACKET_QUOTED_IDENTIFIER> ...
    <UNICODE_QUOTED_IDENTIFIER> ...
    "ABS" ...
    "AVG" ...
    "CARDINALITY" ...
    "CHAR_LENGTH" ...
    "CHARACTER_LENGTH" ...
    "COALESCE" ...
    "COLLECT" ...
    "COVAR_POP" ...
    "COVAR_SAMP" ...
    "CUME_DIST" ...
    "COUNT" ...
    "CURRENT_DATE" ...
    "CURRENT_TIME" ...
    "CURRENT_TIMESTAMP" ...
    "DENSE_RANK" ...
    "ELEMENT" ...
    "EXP" ...
    "FIRST_VALUE" ...
    "FUSION" ...
    "GROUPING" ...
    "LAST_VALUE" ...
    "LN" ...
    "LOCALTIME" ...
    "LOCALTIMESTAMP" ...
    "LOWER" ...
    "MAX" ...
    "MIN" ...
    "MOD" ...
    "NULLIF" ...
    "OCTET_LENGTH" ...
    "PERCENT_RANK" ...
    "POWER" ...
    "RANK" ...
    "REGR_SXX" ...
    "REGR_SYY" ...
    "ROW_NUMBER" ...
    "SQRT" ...
    "STDDEV_POP" ...
    "STDDEV_SAMP" ...
    "SUM" ...
    "UPPER" ...
    "VAR_POP" ...
    "VAR_SAMP" ...
    "CURRENT_CATALOG" ...
    "CURRENT_DEFAULT_TRANSFORM_GROUP" ...
    "CURRENT_PATH" ...
    "CURRENT_ROLE" ...
    "CURRENT_SCHEMA" ...
    "CURRENT_USER" ...
    "SESSION_USER" ...
    "SYSTEM_USER" ...
    "USER" ...
    "NEW" ...
    "CASE" ...
    "NEXT" ...
    "CURRENT" ...
    "CURSOR" ...
    "ROW" ...
    "(" ...
    "SELECT" ...
    "VALUES" ...
    "TABLE" ...
    "EXPLAIN" ...
    "DESCRIBE" ...
    "INSERT" ...
    "UPSERT" ...
    "DELETE" ...
    "UPDATE" ...
    "MERGE" ...
    "CALL" ...
    "COMMIT" ...
    "CREATE" "VIEW" ...
    "CREATE" "TABLE" ...
    "CREATE" "LOCAL" ...
    "CREATE" "INDEX" ...
    "CREATE" "SEQUENCE" ...
    "DROP" ...
    "CREATE" "OR" ...
    "CREATE" "TEMPORARY" ...
    "CREATE" "FUNCTION" ...
    "UPLOAD" ...
    
	at org.apache.phoenix.end2end.CreateSchemaIT.testCreateSchema(CreateSchemaIT.java:50)


Results :

Tests in error: 
  ColumnProjectionOptimizationIT.testSelect:81 » SQL exception while executing q...
  ColumnProjectionOptimizationIT.testSelectFromViewOnExistingTable:274 » SQL Err...
  ColumnProjectionOptimizationIT.testSelectWithConditionOnMultiCF:354->initMultiCFTable:326 » SQL
  CreateSchemaIT.testCreateSchema:50 » SQL Error while executing SQL "CREATE SCH...

Tests run: 4, Failures: 0, Errors: 4, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (HBaseManagedTimeTests) @ phoenix-core ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.calcite.CalciteLocalIndexIT
Running org.apache.phoenix.calcite.CalciteGlobalIndexIT
Running org.apache.phoenix.calcite.CalciteIT
Running org.apache.phoenix.calcite.CalciteDMLIT
Running org.apache.phoenix.calcite.CalciteDDLIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 26.65 sec - in org.apache.phoenix.calcite.CalciteDMLIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 82.141 sec - in org.apache.phoenix.calcite.CalciteDDLIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 115.183 sec - in org.apache.phoenix.calcite.CalciteLocalIndexIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 116.355 sec - in org.apache.phoenix.calcite.CalciteGlobalIndexIT
Tests run: 24, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 182.352 sec - in org.apache.phoenix.calcite.CalciteIT

Results :

Tests run: 47, Failures: 0, Errors: 0, Skipped: 4

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (NeedTheirOwnClusterTests) @ phoenix-core ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
Running org.apache.phoenix.end2end.ConnectionUtilIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.376 sec - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
Running org.apache.phoenix.end2end.CountDistinctCompressionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.493 sec - in org.apache.phoenix.end2end.ConnectionUtilIT
Running org.apache.phoenix.end2end.CsvBulkLoadToolIT
Running org.apache.phoenix.end2end.ContextClassloaderIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.369 sec - in org.apache.phoenix.end2end.CountDistinctCompressionIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.54 sec - in org.apache.phoenix.end2end.ContextClassloaderIT
Running org.apache.phoenix.end2end.IndexExtendedIT
Running org.apache.phoenix.end2end.QueryTimeoutIT
Running org.apache.phoenix.end2end.QueryWithLimitIT
Running org.apache.phoenix.end2end.RenewLeaseIT
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