You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/10/29 19:45:28 UTC

Build failed in Jenkins: Phoenix-Calcite #32

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

Changes:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Results :

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

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

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.024 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:07 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:07 h
[INFO] Finished at: 2016-10-29T19:36:02+00:00
[INFO] Final Memory: 70M/873M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Phoenix-Calcite #33

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

Changes:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Results :

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

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

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  2.889 s]
[INFO] Phoenix Core ....................................... FAILURE [36:27 min]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36:32 min
[INFO] Finished at: 2016-11-03T21:35:08+00:00
[INFO] Final Memory: 87M/933M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (ParallelStatsEnabledTest) on project phoenix-core: There was a timeout or other error in the fork -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results