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 2017/07/21 23:36:03 UTC

Build failed in Jenkins: Phoenix | Master #1701

See <https://builds.apache.org/job/Phoenix-master/1701/display/redirect?page=changes>

Changes:

[elserj] PHOENIX-4004 Remove unnecessary allocations in server-side mutable

------------------------------------------
[...truncated 108.40 KB...]
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexFailureIT
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.913 s - in org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.994 s - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Running org.apache.phoenix.execute.PartialCommitIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.143 s - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.698 s - in org.apache.phoenix.execute.PartialCommitIT
[INFO] Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.204 s - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Running org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.882 s - in org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.099 s - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 307.117 s - in org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 318.293 s - in org.apache.phoenix.end2end.index.LocalIndexIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.501 s - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 446.748 s - in org.apache.phoenix.end2end.StatsCollectorIT
[INFO] Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[INFO] Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 445.398 s - in org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.977 s - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 124.211 s - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 120.463 s - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Running org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Running org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.238 s - in org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Running org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.408 s - in org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.592 s - in org.apache.phoenix.monitoring.PhoenixMetricsIT
[ERROR] Tests run: 21, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 506.144 s <<< FAILURE! - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
[ERROR] testIndexWriteFailure[MutableIndexFailureIT_transactional=false,localIndex=false,isNamespaceMapped=false,disableIndexOnWriteFailure=true,rebuildIndexOnWriteFailure=true,failRebuildTask=true,throwIndexWriteFailure=null](org.apache.phoenix.end2end.index.MutableIndexFailureIT)  Time elapsed: 12.237 s  <<< ERROR!
org.apache.phoenix.execute.CommitException: 
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException: Unable to update the following indexes: [T000018.A_FAIL_IDX],serverTimestamp=1500679180870,
	at org.apache.phoenix.util.ServerUtil.wrapInDoNotRetryIOException(ServerUtil.java:213)
	at org.apache.phoenix.index.PhoenixIndexFailurePolicy.handleFailure(PhoenixIndexFailurePolicy.java:148)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:155)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:139)
	at org.apache.phoenix.hbase.index.Indexer.doPostWithExceptions(Indexer.java:565)
	at org.apache.phoenix.hbase.index.Indexer.doPost(Indexer.java:513)
	at org.apache.phoenix.hbase.index.Indexer.postBatchMutateIndispensably(Indexer.java:497)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$37.call(RegionCoprocessorHost.java:1034)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.postBatchMutateIndispensably(RegionCoprocessorHost.java:1030)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3475)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
Caused by: org.apache.phoenix.hbase.index.exception.SingleIndexWriteFailureException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:514)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3217)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode1.quenda.co,35653,1500678862585, 
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:170)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:129)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:514)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3217)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode1.quenda.co,35653,1500678862585, 
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:260)
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$2400(AsyncProcess.java:240)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.getErrors(AsyncProcess.java:1733)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:912)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:926)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:166)
	... 5 more
: 1 time, servers with issues: qnode1.quenda.co,34995,1500678861660, 
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.updateTableAgain(MutableIndexFailureIT.java:468)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:258)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: 
Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException: Unable to update the following indexes: [T000018.A_FAIL_IDX],serverTimestamp=1500679180870,
	at org.apache.phoenix.util.ServerUtil.wrapInDoNotRetryIOException(ServerUtil.java:213)
	at org.apache.phoenix.index.PhoenixIndexFailurePolicy.handleFailure(PhoenixIndexFailurePolicy.java:148)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:155)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:139)
	at org.apache.phoenix.hbase.index.Indexer.doPostWithExceptions(Indexer.java:565)
	at org.apache.phoenix.hbase.index.Indexer.doPost(Indexer.java:513)
	at org.apache.phoenix.hbase.index.Indexer.postBatchMutateIndispensably(Indexer.java:497)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$37.call(RegionCoprocessorHost.java:1034)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.postBatchMutateIndispensably(RegionCoprocessorHost.java:1030)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3475)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
Caused by: org.apache.phoenix.hbase.index.exception.SingleIndexWriteFailureException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:514)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3217)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode1.quenda.co,35653,1500678862585, 
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:170)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:129)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:514)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3217)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode1.quenda.co,35653,1500678862585, 
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:260)
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$2400(AsyncProcess.java:240)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.getErrors(AsyncProcess.java:1733)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:912)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:926)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:166)
	... 5 more
: 1 time, servers with issues: qnode1.quenda.co,34995,1500678861660, 
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.updateTableAgain(MutableIndexFailureIT.java:468)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:258)

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.413 s - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 951.58 s - in org.apache.phoenix.end2end.IndexExtendedIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   MutableIndexFailureIT.testIndexWriteFailure:258->updateTableAgain:468 » Commit
[INFO] 
[ERROR] Tests run: 624, Failures: 0, Errors: 1, Skipped: 48
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.216 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:34 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Kafka .................................... 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:34 h
[INFO] Finished at: 2017-07-21T23:26:59Z
[INFO] Final Memory: 60M/992M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed -881170160 B of artifacts by 180.8% relative to #1700
[JIRA] Updating issue PHOENIX-4004
Recording test results

Jenkins build is back to normal : Phoenix | Master #1732

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1732/display/redirect?page=changes>


Build failed in Jenkins: Phoenix | Master #1731

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1731/display/redirect?page=changes>

Changes:

[ankitsinghal59] PHOENIX-4083 Incorrect conditional when including OFFSET into explain

------------------------------------------
[...truncated 46.38 KB...]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.07 s - in org.apache.phoenix.hbase.index.write.TestIndexWriter
[INFO] Running org.apache.phoenix.query.QueryPlanTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.apache.phoenix.query.KeyRangeUnionTest
[INFO] Running org.apache.phoenix.query.ConnectionQueryServicesImplTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.28 s - in org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest
[INFO] Running org.apache.phoenix.query.ScannerLeaseRenewalTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s - in org.apache.phoenix.query.ConnectionQueryServicesImplTest
[INFO] Running org.apache.phoenix.query.HBaseFactoryProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.phoenix.query.HBaseFactoryProviderTest
[INFO] Running org.apache.phoenix.query.KeyRangeCoalesceTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.apache.phoenix.query.KeyRangeCoalesceTest
[INFO] Running org.apache.phoenix.query.OrderByTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.864 s - in org.apache.phoenix.query.ConnectionlessTest
[INFO] Running org.apache.phoenix.query.KeyRangeMoreTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.752 s - in org.apache.phoenix.index.IndexMaintainerTest
[INFO] Running org.apache.phoenix.metrics.MetricTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.phoenix.metrics.MetricTypeTest
[INFO] Running org.apache.phoenix.mapreduce.BulkLoadToolTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.apache.phoenix.mapreduce.BulkLoadToolTest
[INFO] Running org.apache.phoenix.mapreduce.FormatToBytesWritableMapperTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.254 s - in org.apache.phoenix.query.ParallelIteratorsSplitTest
[INFO] Running org.apache.phoenix.mapreduce.CsvBulkImportUtilTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.575 s - in org.apache.phoenix.query.OrderByTest
[INFO] Running org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest
[INFO] Running org.apache.phoenix.mapreduce.bulkload.TestTableRowkeyPair
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.phoenix.mapreduce.bulkload.TestTableRowkeyPair
[INFO] Running org.apache.phoenix.mapreduce.util.ColumnInfoToStringEncoderDecoderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.183 s - in org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache
[INFO] Running org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.apache.phoenix.mapreduce.util.ColumnInfoToStringEncoderDecoderTest
[INFO] Running org.apache.phoenix.parse.QueryParserTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.902 s - in org.apache.phoenix.parse.QueryParserTest
[INFO] Running org.apache.phoenix.parse.CastParseNodeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.phoenix.parse.CastParseNodeTest
[INFO] Running org.apache.phoenix.parse.BuiltInFunctionInfoTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apache.phoenix.parse.BuiltInFunctionInfoTest
[INFO] Running org.apache.phoenix.parse.CursorParserTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.451 s - in org.apache.phoenix.mapreduce.CsvBulkImportUtilTest
[INFO] Running org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.apache.phoenix.parse.CursorParserTest
[INFO] Running org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s - in org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest
[INFO] Running org.apache.phoenix.jdbc.ReadOnlyPropertiesTest
[ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.154 s <<< FAILURE! - in org.apache.phoenix.query.QueryPlanTest
[ERROR] testExplainPlan(org.apache.phoenix.query.QueryPlanTest)  Time elapsed: 1.618 s  <<< FAILURE!
org.junit.ComparisonFailure: 
22) SELECT count(1) FROM atable WHERE a_integer = 1 GROUP BY a_string,b_string HAVING max(a_string) = 'a' ORDER BY b_string expected:<...TRING) = 'a'
CLIENT []SORTED BY [B_STRING]> but was:<...TRING) = 'a'
CLIENT [OFFSET 0 ]SORTED BY [B_STRING]>
	at org.apache.phoenix.query.QueryPlanTest.testExplainPlan(QueryPlanTest.java:185)

[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.phoenix.jdbc.ReadOnlyPropertiesTest
[INFO] Running org.apache.phoenix.jdbc.PhoenixDriverTest
[INFO] Running org.apache.phoenix.jdbc.PhoenixPreparedStatementTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.655 s - in org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest
[INFO] Running org.apache.phoenix.jdbc.SecureUserConnectionsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.114 s - in org.apache.phoenix.jdbc.PhoenixPreparedStatementTest
[INFO] Running org.apache.phoenix.compile.JoinQueryCompilerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.691 s - in org.apache.phoenix.mapreduce.FormatToBytesWritableMapperTest
[INFO] Running org.apache.phoenix.compile.CreateTableCompilerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 s - in org.apache.phoenix.compile.CreateTableCompilerTest
[INFO] Running org.apache.phoenix.compile.QueryMetaDataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 s - in org.apache.phoenix.compile.JoinQueryCompilerTest
[INFO] Running org.apache.phoenix.compile.SelectStatementRewriterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.625 s - in org.apache.phoenix.query.ScannerLeaseRenewalTest
[INFO] Running org.apache.phoenix.compile.ScanRangesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.427 s - in org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder
[INFO] Running org.apache.phoenix.compile.ViewCompilerTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s - in org.apache.phoenix.compile.ScanRangesTest
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.028 s - in org.apache.phoenix.jdbc.PhoenixDriverTest
[INFO] Running org.apache.phoenix.compile.QueryCompilerTest
[INFO] Running org.apache.phoenix.compile.ScanRangesIntersectTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.phoenix.compile.ScanRangesIntersectTest
[INFO] Running org.apache.phoenix.compile.WhereCompilerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.438 s - in org.apache.phoenix.compile.SelectStatementRewriterTest
[INFO] Running org.apache.phoenix.compile.WhereOptimizerTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.995 s - in org.apache.phoenix.compile.QueryMetaDataTest
[INFO] Running org.apache.phoenix.compile.HavingCompilerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.107 s - in org.apache.phoenix.query.KeyRangeMoreTest
[INFO] Running org.apache.phoenix.compile.StatementHintsCompilationTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.335 s - in org.apache.phoenix.compile.HavingCompilerTest
[INFO] Running org.apache.phoenix.compile.LimitCompilerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.363 s - in org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest
[INFO] Running org.apache.phoenix.compile.SaltedScanRangesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.apache.phoenix.compile.SaltedScanRangesTest
[INFO] Running org.apache.phoenix.compile.QueryOptimizerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.167 s - in org.apache.phoenix.compile.ViewCompilerTest
[INFO] Running org.apache.phoenix.compile.CursorCompilerTest
[WARNING] Tests run: 45, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.977 s - in org.apache.phoenix.compile.WhereCompilerTest
[INFO] Running org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.715 s - in org.apache.phoenix.compile.LimitCompilerTest
[INFO] Running org.apache.phoenix.cache.JodaTimezoneCacheTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.apache.phoenix.cache.JodaTimezoneCacheTest
[INFO] Running org.apache.phoenix.cache.TenantCacheTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.apache.phoenix.cache.TenantCacheTest
[INFO] Running org.apache.phoenix.schema.stats.StatisticsScannerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.913 s - in org.apache.phoenix.compile.StatementHintsCompilationTest
[INFO] Running org.apache.phoenix.schema.SortOrderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.apache.phoenix.schema.SortOrderTest
[INFO] Running org.apache.phoenix.schema.SaltingUtilTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.phoenix.schema.SaltingUtilTest
[INFO] Running org.apache.phoenix.schema.SchemaUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.phoenix.schema.SchemaUtilTest
[INFO] Running org.apache.phoenix.schema.PCharPadTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.apache.phoenix.schema.PCharPadTest
[INFO] Running org.apache.phoenix.schema.PMetaDataImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.apache.phoenix.schema.PMetaDataImplTest
[INFO] Running org.apache.phoenix.schema.RowKeySchemaTest
[INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.894 s - in org.apache.phoenix.compile.WhereOptimizerTest
[INFO] Running org.apache.phoenix.schema.types.PVarcharArrayToStringTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.apache.phoenix.schema.types.PVarcharArrayToStringTest
[INFO] Running org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.037 s - in org.apache.phoenix.compile.CursorCompilerTest
[INFO] Running org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest
[INFO] Running org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest
[INFO] Running org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest
[INFO] Running org.apache.phoenix.schema.types.PDateArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest
[INFO] Running org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.phoenix.schema.types.PDateArrayToStringTest
[INFO] Running org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest
[INFO] Running org.apache.phoenix.schema.types.PDataTypeTest
[INFO] Running org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest
[INFO] Running org.apache.phoenix.schema.types.PDataTypeForArraysTest
[INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 s - in org.apache.phoenix.schema.types.PDataTypeForArraysTest
[INFO] Running org.apache.phoenix.schema.ImmutableStorageSchemeTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 s - in org.apache.phoenix.schema.types.PDataTypeTest
[INFO] Running org.apache.phoenix.schema.SequenceAllocationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.phoenix.schema.SequenceAllocationTest
[INFO] Running org.apache.phoenix.schema.RowKeyValueAccessorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.031 s - in org.apache.phoenix.schema.stats.StatisticsScannerTest
[INFO] Running org.apache.phoenix.schema.MutationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.238 s - in org.apache.phoenix.schema.RowKeySchemaTest
[INFO] Running org.apache.phoenix.schema.ValueBitSetTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apache.phoenix.schema.ValueBitSetTest
[INFO] Running org.apache.phoenix.util.PropertiesUtilTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.545 s - in org.apache.phoenix.schema.ImmutableStorageSchemeTest
[INFO] Running org.apache.phoenix.util.ScanUtilTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.56 s - in org.apache.phoenix.schema.RowKeyValueAccessorTest
[INFO] Running org.apache.phoenix.util.DateUtilTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.apache.phoenix.util.ScanUtilTest
[INFO] Running org.apache.phoenix.util.TenantIdByteConversionTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.apache.phoenix.util.DateUtilTest
[INFO] Running org.apache.phoenix.util.MetaDataUtilTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.apache.phoenix.util.TenantIdByteConversionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in org.apache.phoenix.util.PropertiesUtilTest
[INFO] Running org.apache.phoenix.util.QualifierEncodingSchemeTest
[INFO] Running org.apache.phoenix.util.IndexUtilTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.phoenix.util.QualifierEncodingSchemeTest
[INFO] Running org.apache.phoenix.util.StringUtilTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.phoenix.util.IndexUtilTest
[INFO] Running org.apache.phoenix.util.ByteUtilTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.phoenix.util.StringUtilTest
[INFO] Running org.apache.phoenix.util.JDBCUtilTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.apache.phoenix.util.JDBCUtilTest
[INFO] Running org.apache.phoenix.util.PrefixByteEncoderDecoderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.phoenix.util.PrefixByteEncoderDecoderTest
[INFO] Running org.apache.phoenix.util.Base62EncoderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.apache.phoenix.util.Base62EncoderTest
[INFO] Running org.apache.phoenix.util.SequenceUtilTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.phoenix.util.SequenceUtilTest
[INFO] Running org.apache.phoenix.util.json.JsonUpsertExecutorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.apache.phoenix.util.ByteUtilTest
[INFO] Running org.apache.phoenix.util.LikeExpressionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.apache.phoenix.util.MetaDataUtilTest
[INFO] Running org.apache.phoenix.util.QueryUtilTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.phoenix.util.LikeExpressionTest
[INFO] Running org.apache.phoenix.util.LogUtilTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.apache.phoenix.util.QueryUtilTest
[INFO] Running org.apache.phoenix.util.PhoenixRuntimeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s - in org.apache.phoenix.util.LogUtilTest
[INFO] Running org.apache.phoenix.util.ColumnInfoTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.apache.phoenix.util.ColumnInfoTest
[INFO] Running org.apache.phoenix.util.PhoenixEncodeDecodeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s - in org.apache.phoenix.schema.MutationTest
[INFO] Running org.apache.phoenix.util.PhoenixContextExecutorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.phoenix.util.PhoenixContextExecutorTest
[INFO] Running org.apache.phoenix.util.csv.CsvUpsertExecutorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.323 s - in org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest
[INFO] Running org.apache.phoenix.util.csv.StringToArrayConverterTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.869 s - in org.apache.phoenix.util.PhoenixEncodeDecodeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.686 s - in org.apache.phoenix.util.csv.StringToArrayConverterTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.199 s - in org.apache.phoenix.util.csv.CsvUpsertExecutorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.682 s - in org.apache.phoenix.util.PhoenixRuntimeTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.876 s - in org.apache.phoenix.util.json.JsonUpsertExecutorTest
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.777 s - in org.apache.phoenix.compile.QueryOptimizerTest
[INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.363 s - in org.apache.phoenix.compile.QueryCompilerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.005 s - in org.apache.phoenix.jdbc.SecureUserConnectionsTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   QueryPlanTest.testExplainPlan:185 22) SELECT count(1) FROM atable WHERE a_integer = 1 GROUP BY a_string,b_string HAVING max(a_string) = 'a' ORDER BY b_string expected:<...TRING) = 'a'
CLIENT []SORTED BY [B_STRING]> but was:<...TRING) = 'a'
CLIENT [OFFSET 0 ]SORTED BY [B_STRING]>
[INFO] 
[ERROR] Tests run: 1529, Failures: 1, Errors: 0, Skipped: 6
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.739 s]
[INFO] Phoenix Core ....................................... FAILURE [02:00 min]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Kafka .................................... SKIPPED
[INFO] Phoenix - Pig ...................................... SKIPPED
[INFO] Phoenix Query Server Client ........................ SKIPPED
[INFO] Phoenix Query Server ............................... SKIPPED
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix - Spark .................................... SKIPPED
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:08 min
[INFO] Finished at: 2017-08-16T10:09:21Z
[INFO] Final Memory: 78M/1322M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed -1591954957 B of artifacts by 100.2% relative to #1700
[JIRA] Updating issue PHOENIX-4083
Recording test results
Not sending mail to unregistered user ankitsinghal59@gmail.com

Build failed in Jenkins: Phoenix | Master #1730

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1730/display/redirect?page=changes>

Changes:

[jamestaylor] PHOENIX-3525 Cap automatic index rebuilding to inactive timestamp

[jamestaylor] PHOENIX-4070 Delete row should mask upserts at same timestamp (addendum

------------------------------------------
[...truncated 98.34 KB...]
[INFO] Running org.apache.phoenix.tx.TxCheckpointIT
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.807 s - in org.apache.phoenix.tx.TransactionIT
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 453.802 s - in org.apache.phoenix.end2end.index.MutableIndexIT
[WARNING] Tests run: 52, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 202.635 s - in org.apache.phoenix.tx.ParameterizedTransactionIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 651.735 s - in org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT
[INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 278.959 s - in org.apache.phoenix.tx.TxCheckpointIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 731.752 s - in org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT
[INFO] Tests run: 304, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,894.731 s - in org.apache.phoenix.end2end.index.IndexIT
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 3016, Failures: 0, Errors: 0, Skipped: 5
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (ClientManagedTimeTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.phoenix.end2end.DropSchemaIT
[INFO] Running org.apache.phoenix.end2end.CustomEntityDataIT
[INFO] Running org.apache.phoenix.end2end.CreateSchemaIT
[INFO] Running org.apache.phoenix.end2end.ColumnProjectionOptimizationIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.781 s - in org.apache.phoenix.end2end.CreateSchemaIT
[INFO] Running org.apache.phoenix.end2end.DerivedTableIT
[INFO] Running org.apache.phoenix.end2end.CreateTableIT
[INFO] Running org.apache.phoenix.end2end.DistinctCountIT
[INFO] Running org.apache.phoenix.end2end.ArrayIT
[INFO] Running org.apache.phoenix.end2end.ExtendedQueryExecIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.839 s - in org.apache.phoenix.end2end.CustomEntityDataIT
[INFO] Running org.apache.phoenix.end2end.FunkyNamesIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.528 s - in org.apache.phoenix.end2end.ExtendedQueryExecIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.965 s - in org.apache.phoenix.end2end.FunkyNamesIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.631 s - in org.apache.phoenix.end2end.DropSchemaIT
[INFO] Running org.apache.phoenix.end2end.ProductMetricsIT
[INFO] Running org.apache.phoenix.end2end.QueryDatabaseMetaDataIT
[INFO] Running org.apache.phoenix.end2end.NativeHBaseTypesIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.677 s - in org.apache.phoenix.end2end.ColumnProjectionOptimizationIT
[INFO] Running org.apache.phoenix.end2end.ReadIsolationLevelIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.245 s - in org.apache.phoenix.end2end.DistinctCountIT
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.917 s - in org.apache.phoenix.end2end.NativeHBaseTypesIT
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.295 s - in org.apache.phoenix.end2end.DerivedTableIT
[INFO] Running org.apache.phoenix.end2end.RowValueConstructorIT
[INFO] Running org.apache.phoenix.end2end.SequenceBulkAllocationIT
[INFO] Running org.apache.phoenix.end2end.SequenceIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.237 s - in org.apache.phoenix.end2end.ReadIsolationLevelIT
[INFO] Running org.apache.phoenix.end2end.ToNumberFunctionIT
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.206 s - in org.apache.phoenix.end2end.ToNumberFunctionIT
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.278 s - in org.apache.phoenix.end2end.ProductMetricsIT
[INFO] Running org.apache.phoenix.end2end.TopNIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.314 s - in org.apache.phoenix.end2end.TopNIT
[INFO] Running org.apache.phoenix.end2end.UpsertValuesIT
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.808 s - in org.apache.phoenix.end2end.SequenceIT
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.699 s - in org.apache.phoenix.end2end.SequenceBulkAllocationIT
[INFO] Running org.apache.phoenix.end2end.TruncateFunctionIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.132 s - in org.apache.phoenix.end2end.TruncateFunctionIT
[INFO] Running org.apache.phoenix.rpc.UpdateCacheWithScnIT
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 121.137 s - in org.apache.phoenix.end2end.ArrayIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.086 s - in org.apache.phoenix.rpc.UpdateCacheWithScnIT
[INFO] Running org.apache.phoenix.end2end.salted.SaltedTableIT
[INFO] Running org.apache.phoenix.end2end.VariableLengthPKIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.114 s - in org.apache.phoenix.end2end.salted.SaltedTableIT
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 147.301 s - in org.apache.phoenix.end2end.QueryDatabaseMetaDataIT
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 137.9 s - in org.apache.phoenix.end2end.RowValueConstructorIT
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.496 s - in org.apache.phoenix.end2end.VariableLengthPKIT
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 203.763 s - in org.apache.phoenix.end2end.CreateTableIT
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 117.085 s - in org.apache.phoenix.end2end.UpsertValuesIT
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 497, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (HBaseManagedTimeTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.158 s - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.ConcurrentMutationsIT
[INFO] Running org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Running org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.374 s - in org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.294 s - in org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.789 s - in org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Running org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Running org.apache.phoenix.end2end.IndexExtendedIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.001 s - in org.apache.phoenix.end2end.ConcurrentMutationsIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.691 s - in org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 93.528 s - in org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Running org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.446 s - in org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.437 s - in org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.357 s - in org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.464 s - in org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.96 s - in org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Running org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Running org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.StatsCollectorIT
[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 30.386 s <<< FAILURE! - in org.apache.phoenix.end2end.RenewLeaseIT
[ERROR] org.apache.phoenix.end2end.RenewLeaseIT  Time elapsed: 30.378 s  <<< ERROR!
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Service failed while running
Caused by: java.lang.Exception: Service failed while running
Caused by: com.google.common.util.concurrent.UncheckedExecutionException: org.apache.thrift.transport.TTransportException: Could not create ServerSocket on address /0.0.0.0:46425.
Caused by: org.apache.thrift.transport.TTransportException: Could not create ServerSocket on address /0.0.0.0:46425.

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.104 s - in org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.985 s - in org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Running org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.178 s - in org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Running org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Running org.apache.phoenix.end2end.index.LocalIndexIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexFailureIT
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.578 s - in org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.733 s - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Running org.apache.phoenix.end2end.index.PartialIndexRebuilderIT
[INFO] Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 93.2 s - in org.apache.phoenix.end2end.index.PartialIndexRebuilderIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.461 s - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Running org.apache.phoenix.execute.PartialCommitIT
[INFO] Running org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.864 s - in org.apache.phoenix.execute.PartialCommitIT
[INFO] Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.479 s - in org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.205 s - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 307.556 s - in org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.005 s - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 320.83 s - in org.apache.phoenix.end2end.index.LocalIndexIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.545 s - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 445.479 s - in org.apache.phoenix.end2end.StatsCollectorIT
[INFO] Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 443.753 s - in org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[INFO] Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.79 s - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 85.826 s - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[INFO] Running org.apache.phoenix.monitoring.PhoenixMetricsIT
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 84.625 s - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Running org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.23 s - in org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Running org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.176 s - in org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.717 s - in org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.554 s - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 592.108 s - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
[INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 830.119 s - in org.apache.phoenix.end2end.IndexExtendedIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   RenewLeaseIT>BaseUniqueNamesOwnClusterIT.doTeardown:36->BaseTest.tearDownMiniCluster:478->BaseTest.tearDownTxManager:411 » UncheckedExecution
[INFO] 
[ERROR] Tests run: 641, Failures: 0, Errors: 1, Skipped: 56
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  5.162 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:32 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Kafka .................................... 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:32 h
[INFO] Finished at: 2017-08-08T08:42:19Z
[INFO] Final Memory: 59M/660M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed -878528657 B of artifacts by 181.4% relative to #1700
ERROR: Step ‘JIRA: Update relevant issues’ aborted due to exception: 
java.lang.ClassNotFoundException: com.atlassian.fugue.Effect
	at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1374)
	at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1327)
	at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1080)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Caused: java.lang.NoClassDefFoundError: com/atlassian/fugue/Effect
	at com.atlassian.httpclient.apache.httpcomponents.DefaultHttpClientFactory.doCreate(DefaultHttpClientFactory.java:68)
	at com.atlassian.httpclient.apache.httpcomponents.DefaultHttpClientFactory.create(DefaultHttpClientFactory.java:35)
	at com.atlassian.jira.rest.client.internal.async.AsynchronousHttpClientFactory.createClient(AsynchronousHttpClientFactory.java:63)
	at com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory.create(AsynchronousJiraRestClientFactory.java:35)
	at com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory.createWithBasicHttpAuthentication(AsynchronousJiraRestClientFactory.java:42)
	at hudson.plugins.jira.JiraSite.createSession(JiraSite.java:280)
	at hudson.plugins.jira.JiraSite.getSession(JiraSite.java:255)
	at hudson.plugins.jira.Updater.perform(Updater.java:95)
	at hudson.plugins.jira.JiraIssueUpdater.perform(JiraIssueUpdater.java:64)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:735)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:676)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:621)
	at hudson.model.Run.execute(Run.java:1760)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Recording test results

Build failed in Jenkins: Phoenix | Master #1729

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1729/display/redirect?page=changes>

Changes:

[jamestaylor] PHOENIX-4070 Delete row should mask upserts at same timestamp

[jamestaylor] PHOENIX-4071 PDataType.compareTo(Object,Object,PDataType) does not

[jamestaylor] PHOENIX-4072 Prevent NPE for PreparedStatement.setObject of null

[jamestaylor] PHOENIX-4073 Disallow operations on a closed Connection

[jamestaylor] PHOENIX-3525 Cap automatic index rebuilding to inactive timestamp

[jamestaylor] PHOENIX-4074 Race condition in LazyValueGetter (Samarth Jain)

------------------------------------------
[...truncated 120.14 KB...]
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:129)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:496)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3217)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.client.MultiServerCallable.call(MultiServerCallable.java:136)
	at org.apache.hadoop.hbase.client.MultiServerCallable.call(MultiServerCallable.java:52)
	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:212)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl$SingleServerRequestRunnable.run(AsyncProcess.java:771)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
: 1 time, servers with issues: qnode1.quenda.co,41243,1502174038361, 
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:260)
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$2400(AsyncProcess.java:240)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.getErrors(AsyncProcess.java:1733)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:912)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:926)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:166)
	... 5 more
: 1 time, servers with issues: qnode1.quenda.co,41243,1502174038361, 
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.updateTableAgain(MutableIndexFailureIT.java:450)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:259)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: 
Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException: Unable to update the following indexes: [T000018.A_FAIL_IDX],serverTimestamp=1502174368952,
	at org.apache.phoenix.util.ServerUtil.wrapInDoNotRetryIOException(ServerUtil.java:213)
	at org.apache.phoenix.index.PhoenixIndexFailurePolicy.handleFailure(PhoenixIndexFailurePolicy.java:148)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:155)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:139)
	at org.apache.phoenix.hbase.index.Indexer.doPostWithExceptions(Indexer.java:608)
	at org.apache.phoenix.hbase.index.Indexer.doPost(Indexer.java:556)
	at org.apache.phoenix.hbase.index.Indexer.postBatchMutateIndispensably(Indexer.java:540)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$37.call(RegionCoprocessorHost.java:1034)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.postBatchMutateIndispensably(RegionCoprocessorHost.java:1030)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3475)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
Caused by: org.apache.phoenix.hbase.index.exception.SingleIndexWriteFailureException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:496)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3217)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.client.MultiServerCallable.call(MultiServerCallable.java:136)
	at org.apache.hadoop.hbase.client.MultiServerCallable.call(MultiServerCallable.java:52)
	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:212)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl$SingleServerRequestRunnable.run(AsyncProcess.java:771)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
: 1 time, servers with issues: qnode1.quenda.co,41243,1502174038361, 
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:170)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:129)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:496)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3217)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.client.MultiServerCallable.call(MultiServerCallable.java:136)
	at org.apache.hadoop.hbase.client.MultiServerCallable.call(MultiServerCallable.java:52)
	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:212)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl$SingleServerRequestRunnable.run(AsyncProcess.java:771)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
: 1 time, servers with issues: qnode1.quenda.co,41243,1502174038361, 
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:260)
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$2400(AsyncProcess.java:240)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.getErrors(AsyncProcess.java:1733)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:912)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:926)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:166)
	... 5 more
: 1 time, servers with issues: qnode1.quenda.co,41243,1502174038361, 
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.updateTableAgain(MutableIndexFailureIT.java:450)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:259)

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.522 s - in org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 163.382 s - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[ERROR] Tests run: 11, Failures: 8, Errors: 0, Skipped: 0, Time elapsed: 533.807 s <<< FAILURE! - in org.apache.phoenix.end2end.index.PartialIndexRebuilderIT
[ERROR] testMultiValuesAtSameTS(org.apache.phoenix.end2end.index.PartialIndexRebuilderIT)  Time elapsed: 64.03 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.PartialIndexRebuilderIT.testMultiValuesAtSameTS(PartialIndexRebuilderIT.java:297)

[ERROR] testDeleteAndUpsertValuesAtSameTS1(org.apache.phoenix.end2end.index.PartialIndexRebuilderIT)  Time elapsed: 63.388 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.PartialIndexRebuilderIT.testDeleteAndUpsertValuesAtSameTS1(PartialIndexRebuilderIT.java:328)

[ERROR] testDeleteAndUpsertValuesAtSameTS2(org.apache.phoenix.end2end.index.PartialIndexRebuilderIT)  Time elapsed: 65.364 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.PartialIndexRebuilderIT.testDeleteAndUpsertValuesAtSameTS2(PartialIndexRebuilderIT.java:359)

[ERROR] testUpsertNullAfterFailure(org.apache.phoenix.end2end.index.PartialIndexRebuilderIT)  Time elapsed: 64.396 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.PartialIndexRebuilderIT.testUpsertNullAfterFailure(PartialIndexRebuilderIT.java:183)

[ERROR] testMultiVersionsAfterFailure(org.apache.phoenix.end2end.index.PartialIndexRebuilderIT)  Time elapsed: 65.359 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.PartialIndexRebuilderIT.testMultiVersionsAfterFailure(PartialIndexRebuilderIT.java:154)

[ERROR] testUpsertNullTwiceAfterFailure(org.apache.phoenix.end2end.index.PartialIndexRebuilderIT)  Time elapsed: 64.456 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.PartialIndexRebuilderIT.testUpsertNullTwiceAfterFailure(PartialIndexRebuilderIT.java:212)

[ERROR] testDeleteAfterFailure(org.apache.phoenix.end2end.index.PartialIndexRebuilderIT)  Time elapsed: 63.312 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.PartialIndexRebuilderIT.testDeleteAfterFailure(PartialIndexRebuilderIT.java:239)

[ERROR] testDeleteBeforeFailure(org.apache.phoenix.end2end.index.PartialIndexRebuilderIT)  Time elapsed: 64.134 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.PartialIndexRebuilderIT.testDeleteBeforeFailure(PartialIndexRebuilderIT.java:266)

[INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 843.503 s - in org.apache.phoenix.end2end.IndexExtendedIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   PartialIndexRebuilderIT.testDeleteAfterFailure:239
[ERROR]   PartialIndexRebuilderIT.testDeleteAndUpsertValuesAtSameTS1:328
[ERROR]   PartialIndexRebuilderIT.testDeleteAndUpsertValuesAtSameTS2:359
[ERROR]   PartialIndexRebuilderIT.testDeleteBeforeFailure:266
[ERROR]   PartialIndexRebuilderIT.testMultiValuesAtSameTS:297
[ERROR]   PartialIndexRebuilderIT.testMultiVersionsAfterFailure:154
[ERROR]   PartialIndexRebuilderIT.testUpsertNullAfterFailure:183
[ERROR]   PartialIndexRebuilderIT.testUpsertNullTwiceAfterFailure:212
[ERROR] Errors: 
[ERROR]   MutableIndexFailureIT.testIndexWriteFailure:259->updateTableAgain:450 » Commit
[INFO] 
[ERROR] Tests run: 640, Failures: 8, Errors: 1, Skipped: 56
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.382 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:35 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Kafka .................................... 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:36 h
[INFO] Finished at: 2017-08-08T06:45:06Z
[INFO] Final Memory: 59M/657M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed -874161186 B of artifacts by 182.3% relative to #1700
ERROR: Step ‘JIRA: Update relevant issues’ aborted due to exception: 
java.lang.ClassNotFoundException: com.atlassian.fugue.Effect
	at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1374)
	at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1327)
	at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1080)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Caused: java.lang.NoClassDefFoundError: com/atlassian/fugue/Effect
	at com.atlassian.httpclient.apache.httpcomponents.DefaultHttpClientFactory.doCreate(DefaultHttpClientFactory.java:68)
	at com.atlassian.httpclient.apache.httpcomponents.DefaultHttpClientFactory.create(DefaultHttpClientFactory.java:35)
	at com.atlassian.jira.rest.client.internal.async.AsynchronousHttpClientFactory.createClient(AsynchronousHttpClientFactory.java:63)
	at com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory.create(AsynchronousJiraRestClientFactory.java:35)
	at com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory.createWithBasicHttpAuthentication(AsynchronousJiraRestClientFactory.java:42)
	at hudson.plugins.jira.JiraSite.createSession(JiraSite.java:280)
	at hudson.plugins.jira.JiraSite.getSession(JiraSite.java:255)
	at hudson.plugins.jira.Updater.perform(Updater.java:95)
	at hudson.plugins.jira.JiraIssueUpdater.perform(JiraIssueUpdater.java:64)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:735)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:676)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:621)
	at hudson.model.Run.execute(Run.java:1760)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Recording test results

Build failed in Jenkins: Phoenix | Master #1728

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1728/display/redirect?page=changes>

Changes:

[elserj] PHOENIX-3769 Use length from correct byte array in PhoenixIndexBuilder

------------------------------------------
[...truncated 100.33 KB...]
[INFO] Tests run: 304, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,064.377 s - in org.apache.phoenix.end2end.index.IndexIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   MutableQueryIT.<init>:66->BaseQueryIT.<init>:129 » Runtime java.sql.SQLTimeout...
[INFO] 
[ERROR] Tests run: 3014, Failures: 0, Errors: 1, Skipped: 5
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (ClientManagedTimeTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.phoenix.end2end.DistinctCountIT
[INFO] Running org.apache.phoenix.end2end.ArrayIT
[INFO] Running org.apache.phoenix.end2end.DerivedTableIT
[INFO] Running org.apache.phoenix.end2end.CustomEntityDataIT
[INFO] Running org.apache.phoenix.end2end.CreateSchemaIT
[INFO] Running org.apache.phoenix.end2end.ColumnProjectionOptimizationIT
[INFO] Running org.apache.phoenix.end2end.CreateTableIT
[INFO] Running org.apache.phoenix.end2end.DropSchemaIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.375 s - in org.apache.phoenix.end2end.CreateSchemaIT
[INFO] Running org.apache.phoenix.end2end.ExtendedQueryExecIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.524 s - in org.apache.phoenix.end2end.CustomEntityDataIT
[INFO] Running org.apache.phoenix.end2end.FunkyNamesIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.402 s - in org.apache.phoenix.end2end.ExtendedQueryExecIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.517 s - in org.apache.phoenix.end2end.FunkyNamesIT
[INFO] Running org.apache.phoenix.end2end.ProductMetricsIT
[INFO] Running org.apache.phoenix.end2end.NativeHBaseTypesIT
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.496 s - in org.apache.phoenix.end2end.DerivedTableIT
[INFO] Running org.apache.phoenix.end2end.QueryDatabaseMetaDataIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.794 s - in org.apache.phoenix.end2end.DistinctCountIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.398 s - in org.apache.phoenix.end2end.DropSchemaIT
[INFO] Running org.apache.phoenix.end2end.RowValueConstructorIT
[INFO] Running org.apache.phoenix.end2end.ReadIsolationLevelIT
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.714 s - in org.apache.phoenix.end2end.NativeHBaseTypesIT
[INFO] Running org.apache.phoenix.end2end.SequenceBulkAllocationIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.507 s - in org.apache.phoenix.end2end.ReadIsolationLevelIT
[INFO] Running org.apache.phoenix.end2end.SequenceIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.745 s - in org.apache.phoenix.end2end.ColumnProjectionOptimizationIT
[INFO] Running org.apache.phoenix.end2end.ToNumberFunctionIT
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.353 s - in org.apache.phoenix.end2end.ToNumberFunctionIT
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.46 s - in org.apache.phoenix.end2end.ProductMetricsIT
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.166 s - in org.apache.phoenix.end2end.SequenceBulkAllocationIT
[INFO] Running org.apache.phoenix.end2end.TopNIT
[INFO] Running org.apache.phoenix.end2end.TruncateFunctionIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.957 s - in org.apache.phoenix.end2end.TruncateFunctionIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.432 s - in org.apache.phoenix.end2end.TopNIT
[INFO] Running org.apache.phoenix.end2end.VariableLengthPKIT
[INFO] Running org.apache.phoenix.end2end.salted.SaltedTableIT
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.317 s - in org.apache.phoenix.end2end.SequenceIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.858 s - in org.apache.phoenix.end2end.salted.SaltedTableIT
[INFO] Running org.apache.phoenix.end2end.UpsertValuesIT
[INFO] Running org.apache.phoenix.rpc.UpdateCacheWithScnIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.235 s - in org.apache.phoenix.rpc.UpdateCacheWithScnIT
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.333 s - in org.apache.phoenix.end2end.VariableLengthPKIT
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 124.152 s - in org.apache.phoenix.end2end.RowValueConstructorIT
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 136.988 s - in org.apache.phoenix.end2end.QueryDatabaseMetaDataIT
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 194.606 s - in org.apache.phoenix.end2end.CreateTableIT
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 122.796 s - in org.apache.phoenix.end2end.UpsertValuesIT
[ERROR] Tests run: 81, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 365.294 s <<< FAILURE! - in org.apache.phoenix.end2end.ArrayIT
[ERROR] org.apache.phoenix.end2end.ArrayIT  Time elapsed: 320.991 s  <<< ERROR!
java.sql.SQLTimeoutException: Operation timed out.

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   ArrayIT>BaseClientManagedTimeIT.doTeardown:77->BaseTest.dropNonSystemTables:467->BaseTest.disableAndDropNonSystemTables:1443->BaseTest.disableAndDropTable:1470 » SQLTimeout
[INFO] 
[ERROR] Tests run: 498, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (HBaseManagedTimeTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.967 s - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.ConcurrentMutationsIT
[INFO] Running org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Running org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.509 s - in org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.595 s - in org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.8 s - in org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Running org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.IndexExtendedIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 16.661 s <<< FAILURE! - in org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[ERROR] org.apache.phoenix.end2end.IndexToolForPartialBuildIT  Time elapsed: 16.66 s  <<< ERROR!
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Service failed while running
Caused by: java.lang.Exception: Service failed while running
Caused by: com.google.common.util.concurrent.UncheckedExecutionException: org.apache.thrift.transport.TTransportException: Could not create ServerSocket on address /0.0.0.0:59450.
Caused by: org.apache.thrift.transport.TTransportException: Could not create ServerSocket on address /0.0.0.0:59450.

[INFO] Running org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Running org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.136 s - in org.apache.phoenix.end2end.ConcurrentMutationsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.913 s - in org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.104 s - in org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.087 s - in org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 77.048 s - in org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 83.972 s - in org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Running org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.StatsCollectorIT
[INFO] Running org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.681 s - in org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.417 s - in org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Running org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.502 s - in org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Running org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.759 s - in org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.index.LocalIndexIT
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.778 s - in org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexFailureIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.998 s - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Running org.apache.phoenix.execute.PartialCommitIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.247 s - in org.apache.phoenix.execute.PartialCommitIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.471 s - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.713 s - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Running org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.538 s - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.998 s - in org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 312.438 s - in org.apache.phoenix.end2end.index.ImmutableIndexIT
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 85.453 s - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 85.373 s - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 318.283 s - in org.apache.phoenix.end2end.index.LocalIndexIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.485 s - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[INFO] Running org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Running org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.652 s - in org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.415 s - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 444.778 s - in org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 452.44 s - in org.apache.phoenix.end2end.StatsCollectorIT
[INFO] Running org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.602 s - in org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.461 s - in org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 163.009 s - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 504.103 s - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
[INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 837.76 s - in org.apache.phoenix.end2end.IndexExtendedIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   IndexToolForPartialBuildIT>BaseUniqueNamesOwnClusterIT.doTeardown:36->BaseTest.tearDownMiniCluster:478->BaseTest.tearDownTxManager:411 » UncheckedExecution
[INFO] 
[ERROR] Tests run: 630, Failures: 0, Errors: 1, Skipped: 56
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  3.908 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:38 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Kafka .................................... 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:39 h
[INFO] Finished at: 2017-08-07T22:32:22Z
[INFO] Final Memory: 60M/738M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 3.01 GB of artifacts by 55.3% relative to #1700
ERROR: Step ?JIRA: Update relevant issues? aborted due to exception: 
java.lang.ClassNotFoundException: com.atlassian.fugue.Effect
	at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1374)
	at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1327)
	at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1080)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Caused: java.lang.NoClassDefFoundError: com/atlassian/fugue/Effect
	at com.atlassian.httpclient.apache.httpcomponents.DefaultHttpClientFactory.doCreate(DefaultHttpClientFactory.java:68)
	at com.atlassian.httpclient.apache.httpcomponents.DefaultHttpClientFactory.create(DefaultHttpClientFactory.java:35)
	at com.atlassian.jira.rest.client.internal.async.AsynchronousHttpClientFactory.createClient(AsynchronousHttpClientFactory.java:63)
	at com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory.create(AsynchronousJiraRestClientFactory.java:35)
	at com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory.createWithBasicHttpAuthentication(AsynchronousJiraRestClientFactory.java:42)
	at hudson.plugins.jira.JiraSite.createSession(JiraSite.java:280)
	at hudson.plugins.jira.JiraSite.getSession(JiraSite.java:255)
	at hudson.plugins.jira.Updater.perform(Updater.java:95)
	at hudson.plugins.jira.JiraIssueUpdater.perform(JiraIssueUpdater.java:64)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:735)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:676)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:621)
	at hudson.model.Run.execute(Run.java:1760)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Recording test results

Build failed in Jenkins: Phoenix | Master #1727

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1727/display/redirect?page=changes>

Changes:

[gjacoby] PHOENIX-4066 - Unused variable in MutationState.send()

------------------------------------------
[...truncated 102.70 KB...]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.044 s - in org.apache.phoenix.end2end.TopNIT
[INFO] Running org.apache.phoenix.end2end.UpsertValuesIT
[INFO] Running org.apache.phoenix.end2end.TruncateFunctionIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.243 s - in org.apache.phoenix.end2end.TruncateFunctionIT
[INFO] Running org.apache.phoenix.end2end.salted.SaltedTableIT
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 79.073 s - in org.apache.phoenix.end2end.SequenceBulkAllocationIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.57 s - in org.apache.phoenix.end2end.salted.SaltedTableIT
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 128.173 s - in org.apache.phoenix.end2end.ArrayIT
[INFO] Running org.apache.phoenix.end2end.VariableLengthPKIT
[INFO] Running org.apache.phoenix.rpc.UpdateCacheWithScnIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.989 s - in org.apache.phoenix.rpc.UpdateCacheWithScnIT
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 147.872 s - in org.apache.phoenix.end2end.QueryDatabaseMetaDataIT
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 148.407 s - in org.apache.phoenix.end2end.RowValueConstructorIT
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.904 s - in org.apache.phoenix.end2end.VariableLengthPKIT
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 117.102 s - in org.apache.phoenix.end2end.UpsertValuesIT
[ERROR] Tests run: 22, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 441.374 s <<< FAILURE! - in org.apache.phoenix.end2end.CreateTableIT
[ERROR] org.apache.phoenix.end2end.CreateTableIT  Time elapsed: 342.055 s  <<< ERROR!
java.sql.SQLTimeoutException: Operation timed out.

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   CreateTableIT>BaseClientManagedTimeIT.doTeardown:77->BaseTest.dropNonSystemTables:467->BaseTest.disableAndDropNonSystemTables:1443->BaseTest.disableAndDropTable:1470 » SQLTimeout
[INFO] 
[ERROR] Tests run: 498, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (HBaseManagedTimeTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.248 s - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Running org.apache.phoenix.end2end.ConcurrentMutationsIT
[INFO] Running org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.699 s - in org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.121 s - in org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.513 s - in org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Running org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.IndexExtendedIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.34 s - in org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.155 s - in org.apache.phoenix.end2end.ConcurrentMutationsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.85 s - in org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Running org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.612 s - in org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.771 s - in org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 90.905 s - in org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.476 s - in org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Running org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.16 s - in org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Running org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.StatsCollectorIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.994 s - in org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Running org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.196 s - in org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 83.242 s - in org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.31 s - in org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Running org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Running org.apache.phoenix.end2end.index.LocalIndexIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexFailureIT
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.946 s - in org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.112 s - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Running org.apache.phoenix.execute.PartialCommitIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.511 s - in org.apache.phoenix.execute.PartialCommitIT
[INFO] Running org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.44 s - in org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.446 s - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 305.417 s - in org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.032 s - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 313.463 s - in org.apache.phoenix.end2end.index.LocalIndexIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.505 s - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 433.411 s - in org.apache.phoenix.end2end.StatsCollectorIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 438.722 s - in org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[INFO] Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[INFO] Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Running org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.212 s - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 82.827 s - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 85.443 s - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[ERROR] Tests run: 9, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 372.947 s <<< FAILURE! - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[ERROR] testDataTableWriteFailure[TxWriteFailureIT_localIndex=false,mutable=false](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)  Time elapsed: 46.178 s  <<< ERROR!
java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure(TxWriteFailureIT.java:113)
Caused by: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure(TxWriteFailureIT.java:113)

[ERROR] testIndexTableWriteFailure[TxWriteFailureIT_localIndex=false,mutable=false](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)  Time elapsed: 46.137 s  <<< ERROR!
java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:108)
Caused by: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:108)

[ERROR] testDataTableWriteFailure[TxWriteFailureIT_localIndex=false,mutable=true](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)  Time elapsed: 46.148 s  <<< ERROR!
java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure(TxWriteFailureIT.java:113)
Caused by: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure(TxWriteFailureIT.java:113)

[ERROR] testIndexTableWriteFailure[TxWriteFailureIT_localIndex=false,mutable=true](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)  Time elapsed: 46.13 s  <<< ERROR!
java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:108)
Caused by: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:108)

[ERROR] testDataTableWriteFailure[TxWriteFailureIT_localIndex=true,mutable=false](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)  Time elapsed: 46.128 s  <<< ERROR!
java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure(TxWriteFailureIT.java:113)
Caused by: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure(TxWriteFailureIT.java:113)

[ERROR] testIndexTableWriteFailure[TxWriteFailureIT_localIndex=true,mutable=false](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)  Time elapsed: 46.131 s  <<< ERROR!
java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:108)
Caused by: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:108)

[ERROR] testDataTableWriteFailure[TxWriteFailureIT_localIndex=true,mutable=true](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)  Time elapsed: 46.129 s  <<< ERROR!
java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure(TxWriteFailureIT.java:113)
Caused by: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure(TxWriteFailureIT.java:113)

[ERROR] testIndexTableWriteFailure[TxWriteFailureIT_localIndex=true,mutable=true](org.apache.phoenix.end2end.index.txn.TxWriteFailureIT)  Time elapsed: 46.129 s  <<< ERROR!
java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:108)
Caused by: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testIndexTableWriteFailure(TxWriteFailureIT.java:108)

[ERROR] org.apache.phoenix.end2end.index.txn.TxWriteFailureIT  Time elapsed: 49.961 s  <<< ERROR!
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Service failed while running
Caused by: java.lang.Exception: Service failed while running
Caused by: com.google.common.util.concurrent.UncheckedExecutionException: org.apache.thrift.transport.TTransportException: Could not create ServerSocket on address /0.0.0.0:36341.
Caused by: org.apache.thrift.transport.TTransportException: Could not create ServerSocket on address /0.0.0.0:36341.

[INFO] Running org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Running org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.656 s - in org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 84.764 s - in org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.265 s - in org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 551.718 s - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 163.414 s - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 833.76 s - in org.apache.phoenix.end2end.IndexExtendedIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   TxWriteFailureIT>BaseUniqueNamesOwnClusterIT.doTeardown:36->BaseTest.tearDownMiniCluster:478->BaseTest.tearDownTxManager:411 » UncheckedExecution
[ERROR]   TxWriteFailureIT.testDataTableWriteFailure:113->helpTestWriteFailure:122 » Runtime
[ERROR]   TxWriteFailureIT.testDataTableWriteFailure:113->helpTestWriteFailure:122 » Runtime
[ERROR]   TxWriteFailureIT.testDataTableWriteFailure:113->helpTestWriteFailure:122 » Runtime
[ERROR]   TxWriteFailureIT.testDataTableWriteFailure:113->helpTestWriteFailure:122 » Runtime
[ERROR]   TxWriteFailureIT.testIndexTableWriteFailure:108->helpTestWriteFailure:122 » Runtime
[ERROR]   TxWriteFailureIT.testIndexTableWriteFailure:108->helpTestWriteFailure:122 » Runtime
[ERROR]   TxWriteFailureIT.testIndexTableWriteFailure:108->helpTestWriteFailure:122 » Runtime
[ERROR]   TxWriteFailureIT.testIndexTableWriteFailure:108->helpTestWriteFailure:122 » Runtime
[INFO] 
[ERROR] Tests run: 630, Failures: 0, Errors: 9, Skipped: 56
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.501 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:37 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Kafka .................................... 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:37 h
[INFO] Finished at: 2017-08-04T23:27:41Z
[INFO] Final Memory: 59M/998M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed -875943685 B of artifacts by 181.9% relative to #1700
[JIRA] Updating issue PHOENIX-4066
Recording test results

Build failed in Jenkins: Phoenix | Master #1726

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1726/display/redirect?page=changes>

Changes:

[jamestaylor] PHOENIX-4057 Do not issue index updates for out of order mutation

[jamestaylor] PHOENIX-4059 Index maintenance incorrect when indexed column updated

------------------------------------------
[...truncated 100.71 KB...]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.521 s - in org.apache.phoenix.end2end.CustomEntityDataIT
[INFO] Running org.apache.phoenix.end2end.FunkyNamesIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.441 s - in org.apache.phoenix.end2end.ExtendedQueryExecIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.867 s - in org.apache.phoenix.end2end.FunkyNamesIT
[INFO] Running org.apache.phoenix.end2end.ProductMetricsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.455 s - in org.apache.phoenix.end2end.DropSchemaIT
[INFO] Running org.apache.phoenix.end2end.QueryDatabaseMetaDataIT
[INFO] Running org.apache.phoenix.end2end.NativeHBaseTypesIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.807 s - in org.apache.phoenix.end2end.DistinctCountIT
[INFO] Running org.apache.phoenix.end2end.ReadIsolationLevelIT
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33 s - in org.apache.phoenix.end2end.DerivedTableIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.027 s - in org.apache.phoenix.end2end.ColumnProjectionOptimizationIT
[INFO] Running org.apache.phoenix.end2end.RowValueConstructorIT
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.186 s - in org.apache.phoenix.end2end.NativeHBaseTypesIT
[INFO] Running org.apache.phoenix.end2end.SequenceBulkAllocationIT
[INFO] Running org.apache.phoenix.end2end.SequenceIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.679 s - in org.apache.phoenix.end2end.ReadIsolationLevelIT
[INFO] Running org.apache.phoenix.end2end.ToNumberFunctionIT
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.483 s - in org.apache.phoenix.end2end.ToNumberFunctionIT
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.658 s - in org.apache.phoenix.end2end.ProductMetricsIT
[INFO] Running org.apache.phoenix.end2end.TopNIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.921 s - in org.apache.phoenix.end2end.TopNIT
[INFO] Running org.apache.phoenix.end2end.UpsertValuesIT
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.638 s - in org.apache.phoenix.end2end.SequenceIT
[INFO] Running org.apache.phoenix.end2end.TruncateFunctionIT
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.179 s - in org.apache.phoenix.end2end.SequenceBulkAllocationIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.048 s - in org.apache.phoenix.end2end.TruncateFunctionIT
[INFO] Running org.apache.phoenix.end2end.salted.SaltedTableIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.227 s - in org.apache.phoenix.end2end.salted.SaltedTableIT
[INFO] Running org.apache.phoenix.rpc.UpdateCacheWithScnIT
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 127.412 s - in org.apache.phoenix.end2end.ArrayIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.686 s - in org.apache.phoenix.rpc.UpdateCacheWithScnIT
[INFO] Running org.apache.phoenix.end2end.VariableLengthPKIT
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 148.968 s - in org.apache.phoenix.end2end.QueryDatabaseMetaDataIT
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 140.692 s - in org.apache.phoenix.end2end.RowValueConstructorIT
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.145 s - in org.apache.phoenix.end2end.VariableLengthPKIT
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 117.249 s - in org.apache.phoenix.end2end.UpsertValuesIT
[ERROR] Tests run: 22, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 447.049 s <<< FAILURE! - in org.apache.phoenix.end2end.CreateTableIT
[ERROR] org.apache.phoenix.end2end.CreateTableIT  Time elapsed: 348.814 s  <<< ERROR!
java.sql.SQLTimeoutException: Operation timed out.

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   CreateTableIT>BaseClientManagedTimeIT.doTeardown:77->BaseTest.dropNonSystemTables:467->BaseTest.disableAndDropNonSystemTables:1443->BaseTest.disableAndDropTable:1470 » SQLTimeout
[INFO] 
[ERROR] Tests run: 498, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (HBaseManagedTimeTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.393 s - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.ConcurrentMutationsIT
[INFO] Running org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Running org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.605 s - in org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.133 s - in org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Running org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.373 s - in org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Running org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.IndexExtendedIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.699 s - in org.apache.phoenix.end2end.ConcurrentMutationsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.767 s - in org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.043 s - in org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Running org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Running org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 93.258 s - in org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.321 s - in org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.17 s - in org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Running org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.601 s - in org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Running org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.426 s - in org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Running org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.StatsCollectorIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.271 s - in org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Running org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.928 s - in org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.972 s - in org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Running org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.491 s - in org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Running org.apache.phoenix.end2end.index.LocalIndexIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexFailureIT
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.617 s - in org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.197 s - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Running org.apache.phoenix.execute.PartialCommitIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.25 s - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.792 s - in org.apache.phoenix.execute.PartialCommitIT
[INFO] Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.959 s - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Running org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.96 s - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.611 s - in org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 301.716 s - in org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.501 s - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 325.528 s - in org.apache.phoenix.end2end.index.LocalIndexIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 432.434 s - in org.apache.phoenix.end2end.StatsCollectorIT
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 81.768 s - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 432.84 s - in org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 81.758 s - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[INFO] Running org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.573 s - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[INFO] Running org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Running org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.914 s - in org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.835 s - in org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.908 s - in org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.422 s - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 557.219 s - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
[INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 841.575 s - in org.apache.phoenix.end2end.IndexExtendedIT
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 629, Failures: 0, Errors: 0, Skipped: 56
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.597 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:37 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Kafka .................................... 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:37 h
[INFO] Finished at: 2017-08-03T00:24:12Z
[INFO] Final Memory: 60M/962M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException There was an error in the forked process
[ERROR] Test mechanism :: java.lang.Exception: Service failed while running
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:494)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple(ForkStarter.java:369)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:292)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:243)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1077)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:907)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:785)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.lang.reflect.Method.invoke(Method.java:606)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process
[ERROR] Test mechanism :: java.lang.Exception: Service failed while running
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:665)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:117)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:363)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:342)
[ERROR] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[ERROR] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[ERROR] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[ERROR] 	at java.lang.Thread.run(Thread.java:745)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/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
ERROR: Failed to archive {phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT-output.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.CoerceExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.CoerceExpressionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT-output.txt, phoenix-hive/target/dependency/xz-1.0.jar=phoenix-hive/target/dependency/xz-1.0.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicColumnIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicColumnIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LikeExpressionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LikeExpressionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSubstrFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSubstrFunctionIT-output.txt, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest-output.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheWithScnIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheWithScnIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.LogUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.LogUtilTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.SpoolingResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.SpoolingResultIteratorTest.txt, phoenix-hive/target/dependency/janino-2.7.6.jar=phoenix-hive/target/dependency/janino-2.7.6.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.RollbackIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.RollbackIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TransactionalViewIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TransactionalViewIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexReplicationIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexReplicationIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT.txt, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/31/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/31/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.txt, phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.SecureQueryServerIT.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.SecureQueryServerIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PhoenixRuntimeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PhoenixRuntimeIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestCoveredColumns.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestCoveredColumns.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ViewIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ViewIndexIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NamespaceSchemaMappingIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NamespaceSchemaMappingIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadOnlyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadOnlyIT.txt, phoenix-hive/target/dependency/jsp-2.1-6.1.14.jar=phoenix-hive/target/dependency/jsp-2.1-6.1.14.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.xml, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.CsvEventSerializerIT-output.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.CsvEventSerializerIT-output.txt, phoenix-hive/target/dependency/curator-framework-2.6.0.jar=phoenix-hive/target/dependency/curator-framework-2.6.0.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ParallelIteratorsSplitTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ParallelIteratorsSplitTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheIT-output.txt, phoenix-hive/target/dependency/hive-service-1.2.1.jar=phoenix-hive/target/dependency/hive-service-1.2.1.jar, phoenix-hive/target/dependency/twill-common-0.8.0.jar=phoenix-hive/target/dependency/twill-common-0.8.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PhoenixRuntimeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PhoenixRuntimeIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.SelectStatementRewriterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.SelectStatementRewriterTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.BinaryRowKeyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.BinaryRowKeyIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceBulkAllocationIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceBulkAllocationIT.txt, phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.AbstractPhoenixSparkIT.xml=phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.AbstractPhoenixSparkIT.xml, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT.txt, phoenix-hive/target/dependency/twill-discovery-api-0.8.0.jar=phoenix-hive/target/dependency/twill-discovery-api-0.8.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AbsFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AbsFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UserDefinedFunctionsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UserDefinedFunctionsIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ScanRangesIntersectTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ScanRangesIntersectTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixEncodeDecodeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixEncodeDecodeTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ExpFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ExpFunctionTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.ConcatResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.ConcatResultIteratorTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AutoPartitionViewsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AutoPartitionViewsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToCharFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToCharFunctionIT-output.txt, phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.udf.ReserveNSequenceTestIT-output.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.udf.ReserveNSequenceTestIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ContextClassloaderIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ContextClassloaderIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpSubstrFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpSubstrFunctionTest.xml, phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveMapReduceIT-output.txt=phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveMapReduceIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.NullValueTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.NullValueTest.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/56/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/56/hive-exec-1.2.1.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/34/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/34/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.CastParseNodeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.CastParseNodeTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingLocalIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingLocalIndexIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.MutableRollbackIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.MutableRollbackIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.cache.TenantCacheTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.cache.TenantCacheTest.xml, phoenix-hive/target/dependency/netty-3.6.2.Final.jar=phoenix-hive/target/dependency/netty-3.6.2.Final.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinLocalIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinLocalIndexIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/30/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/30/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.LimitCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.LimitCompilerTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.xml, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/18/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/18/hive-exec-1.2.1.jar, phoenix-pig/target/failsafe-reports/null-output.txt=phoenix-pig/target/failsafe-reports/null-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixContextExecutorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixContextExecutorTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeCoalesceTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeCoalesceTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ColumnExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ColumnExpressionTest.txt, phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest.xml=phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayConcatFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayConcatFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexBulkLoadToolIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexBulkLoadToolIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayAppendFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayAppendFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertBigValuesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertBigValuesIT.txt, phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.util.ColumnInfoToStringEncoderDecoderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.util.ColumnInfoToStringEncoderDecoderTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexReplicationIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexReplicationIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.index.automated.MRJobSubmitterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.index.automated.MRJobSubmitterTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropColumnIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropColumnIT-output.txt, phoenix-hive/target/dependency/json-20090211.jar=phoenix-hive/target/dependency/json-20090211.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.MetaDataUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.MetaDataUtilTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.xml, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.TestHBaseProps.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.TestHBaseProps.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithLimitIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithLimitIT-output.txt, phoenix-hive/target/dependency/tez-mapreduce-0.8.4.jar=phoenix-hive/target/dependency/tez-mapreduce-0.8.4.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CaseStatementIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CaseStatementIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexExtendedIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexExtendedIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.json.JsonUpsertExecutorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.json.JsonUpsertExecutorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FunkyNamesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FunkyNamesIT-output.txt, phoenix-hive/target/dependency/commons-io-2.4.jar=phoenix-hive/target/dependency/commons-io-2.4.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.MutationTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.MutationTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MultiCfQueryExecIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MultiCfQueryExecIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OrderByIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OrderByIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeySchemaTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeySchemaTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/35/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/35/hive-exec-1.2.1.jar, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.util.ResourceListTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.util.ResourceListTest.xml, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.txt, phoenix-hive/target/dependency/hamcrest-core-1.3.jar=phoenix-hive/target/dependency/hamcrest-core-1.3.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExecuteStatementsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExecuteStatementsIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToNumberFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToNumberFunctionIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayAppendFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayAppendFunctionTest.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/49/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/49/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.OrderedResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.OrderedResultIteratorTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingLocalIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingLocalIndexIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StatsCollectorIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StatsCollectorIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AggregateIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AggregateIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StoreNullsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StoreNullsIT.xml, phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.RegexEventSerializerIT.xml=phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.RegexEventSerializerIT.xml, bin/sandbox-log4j.properties=bin/sandbox-log4j.properties, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OutOfOrderMutationsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OutOfOrderMutationsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OnDuplicateKeyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OnDuplicateKeyIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SignFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SignFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PMetaDataImplTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PMetaDataImplTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ILikeExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ILikeExpressionTest.txt, bin/hadoop-metrics2-hbase.properties=bin/hadoop-metrics2-hbase.properties, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FlappingAlterTableIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FlappingAlterTableIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.ColumnInfoToStringEncoderDecoderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.ColumnInfoToStringEncoderDecoderTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PowerFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PowerFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.PartialCommitIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.PartialCommitIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertSelectAutoCommitIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertSelectAutoCommitIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanAfterManualSplitIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanAfterManualSplitIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RoundFloorCeilFuncIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RoundFloorCeilFuncIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayIT-output.txt, phoenix-hive/target/dependency/hive-serde-1.2.1.jar=phoenix-hive/target/dependency/hive-serde-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DecodeFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DecodeFunctionIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CreateSchemaIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CreateSchemaIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatementHintsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatementHintsIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MappingTableDataTypeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MappingTableDataTypeIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificViewIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificViewIndexIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.txt, phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.QueryServerBasicsIT-output.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.QueryServerBasicsIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FunkyNamesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FunkyNamesIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereOptimizerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereOptimizerTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.xml, phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MinMaxAggregateFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MinMaxAggregateFunctionIT.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.PherfTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.PherfTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.MutationStateTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.MutationStateTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateSchemaIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateSchemaIT-output.txt, phoenix-hive/target/dependency/hadoop-auth-2.7.1.jar=phoenix-hive/target/dependency/hadoop-auth-2.7.1.jar, phoenix-hive/target/dependency/geronimo-jta_1.1_spec-1.1.1.jar=phoenix-hive/target/dependency/geronimo-jta_1.1_spec-1.1.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexBulkLoadToolIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexBulkLoadToolIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PercentileIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PercentileIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.CsvUpsertExecutorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.CsvUpsertExecutorTest.xml, phoenix-hive/target/dependency/commons-dbcp-1.4.jar=phoenix-hive/target/dependency/commons-dbcp-1.4.jar, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/23/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/23/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnEncodedBytesPropIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnEncodedBytesPropIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NotQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NotQueryIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.LiteralResultIteratorPlanTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.LiteralResultIteratorPlanTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpperLowerFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpperLowerFunctionIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ParallelIteratorsSplitTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ParallelIteratorsSplitTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.BinaryRowKeyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.BinaryRowKeyIT-output.txt, phoenix-hive/target/dependency/apacheds-kerberos-codec-2.0.0-M15.jar=phoenix-hive/target/dependency/apacheds-kerberos-codec-2.0.0-M15.jar, phoenix-hive/target/dependency/disruptor-3.3.0.jar=phoenix-hive/target/dependency/disruptor-3.3.0.jar, phoenix-hive/target/dependency/hadoop-hdfs-2.7.1.jar=phoenix-hive/target/dependency/hadoop-hdfs-2.7.1.jar, phoenix-kafka/target/failsafe-reports/org.apache.phoenix.kafka.PhoenixConsumerIT.txt=phoenix-kafka/target/failsafe-reports/org.apache.phoenix.kafka.PhoenixConsumerIT.txt, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ResultTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ResultTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OrderByIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OrderByIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest.txt, phoenix-queryserver/target/failsafe-reports/null-output.txt=phoenix-queryserver/target/failsafe-reports/null-output.txt, phoenix-hive/target/dependency/commons-daemon-1.0.13.jar=phoenix-hive/target/dependency/commons-daemon-1.0.13.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TimezoneOffsetFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TimezoneOffsetFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT.txt, phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.DataIngestIT.xml=phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.DataIngestIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.StringToArrayConverterTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.StringToArrayConverterTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EvaluationOfORIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EvaluationOfORIT.txt, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.txt, phoenix-tracing-webapp/src/main/config/checkstyle/header.txt=phoenix-tracing-webapp/src/main/config/checkstyle/header.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InstrFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InstrFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayFillFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayFillFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsCollectorIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsCollectorIT-output.txt, phoenix-hive/target/dependency/ant-launcher-1.9.1.jar=phoenix-hive/target/dependency/ant-launcher-1.9.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SignFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SignFunctionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixPreparedStatementTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixPreparedStatementTest.txt, phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveMapReduceIT.txt=phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveMapReduceIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryExecWithoutSCNIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryExecWithoutSCNIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.LikeExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.LikeExpressionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest.txt, phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveTezIT-output.txt=phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveTezIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.SaltedIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.SaltedIndexIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ExpFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ExpFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadIsolationLevelIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadIsolationLevelIT.txt, phoenix-hive/target/dependency/guice-3.0.jar=phoenix-hive/target/dependency/guice-3.0.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestCoveredColumns.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestCoveredColumns.txt, phoenix-hive/target/dependency/jsr305-2.0.1.jar=phoenix-hive/target/dependency/jsr305-2.0.1.jar, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.DataIngestIT-output.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.DataIngestIT-output.txt, phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SecureQueryServerIT.xml=phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SecureQueryServerIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/11/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/11/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryCompilerTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NamespaceSchemaMappingIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NamespaceSchemaMappingIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.cache.JodaTimezoneCacheTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.cache.JodaTimezoneCacheTest.xml, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.PherfMainIT-output.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.PherfMainIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FunkyNamesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FunkyNamesIT.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/66/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/66/hadoop-common-2.7.1.jar, phoenix-hive/target/dependency/commons-el-1.0.jar=phoenix-hive/target/dependency/commons-el-1.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingAlterTableIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingAlterTableIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseScanIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseScanIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UseSchemaIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UseSchemaIT-output.txt, phoenix-hive/target/dependency/jaxb-impl-2.2.3-1.jar=phoenix-hive/target/dependency/jaxb-impl-2.2.3-1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ScannerLeaseRenewalTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ScannerLeaseRenewalTest.txt, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ColumnTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ColumnTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.DateUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.DateUtilTest.txt, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateTableIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateTableIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.OrderByTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.OrderByTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexMetadataIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexMetadataIT-output.txt, bin/psql.py=bin/psql.py, phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SerialIteratorsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SerialIteratorsIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithTableSampleIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithTableSampleIT.txt, phoenix-hive/target/dependency/xml-apis-1.3.04.jar=phoenix-hive/target/dependency/xml-apis-1.3.04.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArraysWithNullsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArraysWithNullsIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.QueryParserTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.QueryParserTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.ImmutableStorageSchemeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.ImmutableStorageSchemeTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MD5FunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MD5FunctionIT.txt, phoenix-hive/target/dependency/paranamer-2.3.jar=phoenix-hive/target/dependency/paranamer-2.3.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CastAndCoerceIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CastAndCoerceIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SignFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SignFunctionEnd2EndIT-output.txt, phoenix-hive/target/dependency/tez-runtime-library-0.8.4.jar=phoenix-hive/target/dependency/tez-runtime-library-0.8.4.jar, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.util.ResourceListTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.util.ResourceListTest.txt, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ResourceTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ResourceTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LastValueFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LastValueFunctionIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/41/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/41/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SkipScanQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SkipScanQueryIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ViewIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ViewIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TransactionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TransactionIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArithmeticQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArithmeticQueryIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.IndexUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.IndexUtilTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SerialIteratorsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SerialIteratorsIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SpillableGroupByIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SpillableGroupByIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.GroupByIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.GroupByIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IsNullIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IsNullIT.xml, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/37/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/37/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AggregateQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AggregateQueryIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LikeExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LikeExpressionTest.txt, phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.DropMetadataIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.DropMetadataIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.FlappingTransactionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.FlappingTransactionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryDatabaseMetaDataIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryDatabaseMetaDataIT.txt, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/32/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/32/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ScanQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ScanQueryIT.xml, phoenix-hive/target/dependency/commons-math-2.2.jar=phoenix-hive/target/dependency/commons-math-2.2.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificTablesDMLIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificTablesDMLIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpooledTmpFileDeleteIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpooledTmpFileDeleteIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TruncateFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TruncateFunctionIT.txt, phoenix-hive/target/dependency/commons-cli-1.2.jar=phoenix-hive/target/dependency/commons-cli-1.2.jar, phoenix-hive/target/dependency/hadoop-yarn-server-nodemanager-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-server-nodemanager-2.7.1.jar, phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseScanIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseScanIT.txt, phoenix-hive/target/dependency/commons-digester-1.8.jar=phoenix-hive/target/dependency/commons-digester-1.8.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.QueryUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.QueryUtilTest.txt, phoenix-hive/target/dependency/datanucleus-core-3.2.10.jar=phoenix-hive/target/dependency/datanucleus-core-3.2.10.jar, phoenix-queryserver-client/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-thin-client.jar=phoenix-queryserver-client/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-thin-client.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CreateTableCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CreateTableCompilerTest.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RuleGeneratorTest-output.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RuleGeneratorTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CursorWithRowValueConstructorIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CursorWithRowValueConstructorIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RowValueConstructorIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RowValueConstructorIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SignFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SignFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantIdTypeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantIdTypeIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDMLIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDMLIT-output.txt, phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.xml=phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValueFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValueFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RoundFloorCeilFuncIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RoundFloorCeilFuncIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryTimeoutIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryTimeoutIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AppendOnlySchemaIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AppendOnlySchemaIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.SpoolingResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.SpoolingResultIteratorTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ColumnEncodedBytesPropIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ColumnEncodedBytesPropIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/14/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/14/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableWithViewsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableWithViewsIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayPrependFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayPrependFunctionIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayPrependFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayPrependFunctionIT.xml, phoenix-hive/target/dependency/tez-runtime-internals-0.8.4.jar=phoenix-hive/target/dependency/tez-runtime-internals-0.8.4.jar, phoenix-hive/target/dependency/libfb303-0.9.2.jar=phoenix-hive/target/dependency/libfb303-0.9.2.jar, phoenix-hive/target/dependency/datanucleus-api-jdo-3.2.6.jar=phoenix-hive/target/dependency/datanucleus-api-jdo-3.2.6.jar, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/38/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/38/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NativeHBaseTypesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NativeHBaseTypesIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SortOrderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SortOrderTest.xml, phoenix-hive/target/dependency/jta-1.1.jar=phoenix-hive/target/dependency/jta-1.1.jar, phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-runnable.jar=phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-runnable.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT.xml, phoenix-hive/target/dependency/groovy-all-2.1.6.jar=phoenix-hive/target/dependency/groovy-all-2.1.6.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctPrefixFilterIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctPrefixFilterIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValuesFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValuesFunctionIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.SequenceUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.SequenceUtilTest.xml, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.JsonEventSerializerIT-output.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.JsonEventSerializerIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SaltedViewIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SaltedViewIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.LocalIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.LocalIndexIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.cache.JodaTimezoneCacheTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.cache.JodaTimezoneCacheTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SaltedViewIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SaltedViewIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpReplaceFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpReplaceFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectAutoCommitIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectAutoCommitIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixDriverTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixDriverTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryWithOffsetIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryWithOffsetIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixRuntimeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixRuntimeTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DecodeFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DecodeFunctionIT-output.txt, bin/pherf-standalone.py=bin/pherf-standalone.py, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AbsFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AbsFunctionEnd2EndIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ViewIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ViewIndexIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.OrderByTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.OrderByTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryMetaDataTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryMetaDataTest.xml, phoenix-hive/target/dependency/hbase-protocol-1.3.1.jar=phoenix-hive/target/dependency/hbase-protocol-1.3.1.jar, phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest.txt, phoenix-hive/target/dependency/hadoop-yarn-common-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSplitFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSplitFunctionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayFillFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayFillFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheWithScnIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheWithScnIT-output.txt, phoenix-hive/target/dependency/guava-13.0.1.jar=phoenix-hive/target/dependency/guava-13.0.1.jar, phoenix-hive/target/dependency/curator-recipes-2.7.1.jar=phoenix-hive/target/dependency/curator-recipes-2.7.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.LikeExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.LikeExpressionTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TopNIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TopNIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.ByteUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.ByteUtilTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EvaluationOfORIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EvaluationOfORIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryOptimizerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryOptimizerTest.xml, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest-output.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.xml, phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.EncodeFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.EncodeFunctionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpgradeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpgradeIT.xml, phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT-output.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctCountIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctCountIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpooledTmpFileDeleteIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpooledTmpFileDeleteIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.QueryPlanTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.QueryPlanTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexFailureIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexFailureIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValueFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValueFunctionIT-output.txt, phoenix-hive/target/dependency/tez-tests-0.8.4-tests.jar=phoenix-hive/target/dependency/tez-tests-0.8.4-tests.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PrefixByteEncoderDecoderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PrefixByteEncoderDecoderTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.TenantIdByteConversionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.TenantIdByteConversionTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.DistinctPrefixFilterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.DistinctPrefixFilterTest.xml, phoenix-hive/target/dependency/jettison-1.3.4.jar=phoenix-hive/target/dependency/jettison-1.3.4.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/22/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/22/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-hive/target/dependency/stax-api-1.0.1.jar=phoenix-hive/target/dependency/stax-api-1.0.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExpFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExpFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.ScannerLeaseRenewalIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.ScannerLeaseRenewalIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SaltedViewIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SaltedViewIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.xml, phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest.txt=phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.parse.QueryParserTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.parse.QueryParserTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.ColumnInfoTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.ColumnInfoTest.txt, phoenix-hive/target/dependency/async-http-client-1.8.16.jar=phoenix-hive/target/dependency/async-http-client-1.8.16.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.AggregateResultScannerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.AggregateResultScannerTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayConcatFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayConcatFunctionIT-output.txt, phoenix-hive/target/dependency/slf4j-api-1.6.4.jar=phoenix-hive/target/dependency/slf4j-api-1.6.4.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpgradeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpgradeIT-output.txt, phoenix-hive/target/dependency/metrics-core-2.2.0.jar=phoenix-hive/target/dependency/metrics-core-2.2.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConvertTimezoneFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConvertTimezoneFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.txt, phoenix-hive/target/dependency/jasper-runtime-5.5.23.jar=phoenix-hive/target/dependency/jasper-runtime-5.5.23.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.txt, phoenix-hive/target/dependency/hbase-annotations-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-annotations-1.3.1-tests.jar, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.xml, phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT-output.txt, phoenix-hive/target/dependency/hadoop-yarn-server-tests-2.7.1-tests.jar=phoenix-hive/target/dependency/hadoop-yarn-server-tests-2.7.1-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NotQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NotQueryIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.AsyncIndexDisabledIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.AsyncIndexDisabledIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ImmutableTablePropertiesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ImmutableTablePropertiesIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayToStringFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayToStringFunctionIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.txt, phoenix-hive/target/dependency/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar=phoenix-hive/target/dependency/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest-output.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ColumnTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ColumnTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpperLowerFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpperLowerFunctionIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.QualifierEncodingSchemeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.QualifierEncodingSchemeTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ScanQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ScanQueryIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanQueryIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryIT.txt, phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.JsonEventSerializerIT.xml=phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.JsonEventSerializerIT.xml, phoenix-hive/target/dependency/javax.inject-1.jar=phoenix-hive/target/dependency/javax.inject-1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertBigValuesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertBigValuesIT.xml, phoenix-hive/target/dependency/calcite-linq4j-1.2.0-incubating.jar=phoenix-hive/target/dependency/calcite-linq4j-1.2.0-incubating.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortOrderIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortOrderIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.SecureUserConnectionsTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.SecureUserConnectionsTest-output.txt, phoenix-hive/target/dependency/jersey-server-1.9.jar=phoenix-hive/target/dependency/jersey-server-1.9.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InListIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InListIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConnectionUtilIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConnectionUtilIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpSplitFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpSplitFunctionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDateArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDateArrayToStringTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ModulusExpressionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ModulusExpressionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDataTypeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDataTypeTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.DescVarLengthFastByteComparisonsTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.DescVarLengthFastByteComparisonsTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DateTimeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DateTimeIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NthValueFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NthValueFunctionIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.memory.MemoryManagerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.memory.MemoryManagerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValueFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValueFunctionIT.txt, phoenix-hive/target/dependency/aopalliance-1.0.jar=phoenix-hive/target/dependency/aopalliance-1.0.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.MergeSortResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.MergeSortResultIteratorTest.txt, phoenix-hive/target/dependency/jline-2.11.jar=phoenix-hive/target/dependency/jline-2.11.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.xml, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.RuleGeneratorTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.RuleGeneratorTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.AggregateResultScannerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.AggregateResultScannerTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayAppendFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayAppendFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AppendOnlySchemaIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AppendOnlySchemaIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.PhoenixStatsCacheRemovalListenerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.PhoenixStatsCacheRemovalListenerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ScanRangesTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ScanRangesTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.StringToArrayConverterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.StringToArrayConverterTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.MutationStateTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.MutationStateTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterIntersectTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterIntersectTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExecuteStatementsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExecuteStatementsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExpFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExpFunctionEnd2EndIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PrimitiveTypeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PrimitiveTypeIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectIT.txt, phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveTezIT.txt=phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveTezIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixClientRpcIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixClientRpcIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.BuiltinFunctionConstructorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.BuiltinFunctionConstructorTest.txt, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.CsvEventSerializerIT.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.CsvEventSerializerIT.txt, phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.UpdateCacheWithScnIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.UpdateCacheWithScnIT.xml, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/15/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/15/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.stats.StatisticsScannerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.stats.StatisticsScannerTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PointInTimeQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PointInTimeQueryIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MutableQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MutableQueryIT.txt, phoenix-hive/target/dependency/twill-core-0.8.0.jar=phoenix-hive/target/dependency/twill-core-0.8.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OrderByIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OrderByIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinLocalIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinLocalIndexIT.xml, phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar1.jar=phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixEncodeDecodeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixEncodeDecodeTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpgradeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpgradeIT.txt, phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeIntersectTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeIntersectTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.SecureUserConnectionsTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.SecureUserConnectionsTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReadIsolationLevelIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReadIsolationLevelIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.cache.TenantCacheTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.cache.TenantCacheTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArithmeticQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArithmeticQueryIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CursorWithRowValueConstructorIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CursorWithRowValueConstructorIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithTableSampleIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithTableSampleIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixDriverTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixDriverTest.txt, phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NthValueFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NthValueFunctionIT.txt, phoenix-hive/target/dependency/apacheds-i18n-2.0.0-M15.jar=phoenix-hive/target/dependency/apacheds-i18n-2.0.0-M15.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctPrefixFilterIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctPrefixFilterIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SortOrderExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SortOrderExpressionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableIT-output.txt, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.SchemaReaderIT-output.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.SchemaReaderIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSubstrFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSubstrFunctionIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.CorrelatePlanTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.CorrelatePlanTest.xml, phoenix-hive/target/dependency/jetty-6.1.26.jar=phoenix-hive/target/dependency/jetty-6.1.26.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CsvBulkLoadToolIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CsvBulkLoadToolIT-output.txt, phoenix-hive/target/dependency/leveldbjni-all-1.8.jar=phoenix-hive/target/dependency/leveldbjni-all-1.8.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/53/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/53/hadoop-common-2.7.1.jar, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest-output.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.FormatToBytesWritableMapperTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.FormatToBytesWritableMapperTest.txt, phoenix-hive/target/dependency/hive-exec-1.2.1.jar=phoenix-hive/target/dependency/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.ParameterizedTransactionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.ParameterizedTransactionIT.txt, phoenix-hive/target/dependency/servlet-api-2.5.jar=phoenix-hive/target/dependency/servlet-api-2.5.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ScanRangesTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ScanRangesTest.txt, phoenix-hive/target/dependency/asm-all-5.0.2.jar=phoenix-hive/target/dependency/asm-all-5.0.2.jar, phoenix-hive/target/dependency/jackson-mapper-asl-1.9.2.jar=phoenix-hive/target/dependency/jackson-mapper-asl-1.9.2.jar, phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-hive/target/dependency/hadoop-annotations-2.7.1.jar=phoenix-hive/target/dependency/hadoop-annotations-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TransactionalViewIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TransactionalViewIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.UnnestArrayPlanTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.UnnestArrayPlanTest.xml, phoenix-hive/target/dependency/hadoop-mapreduce-client-common-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-common-2.7.1.jar, phoenix-hive/target/dependency/jackson-xc-1.9.2.jar=phoenix-hive/target/dependency/jackson-xc-1.9.2.jar, phoenix-hive/target/dependency/opencsv-2.3.jar=phoenix-hive/target/dependency/opencsv-2.3.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeySchemaTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeySchemaTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixRuntimeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixRuntimeTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/64/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/64/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/cached_classpath.txt=phoenix-core/target/cached_classpath.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RowValueConstructorIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RowValueConstructorIT.xml, phoenix-hive/target/dependency/gson-2.2.4.jar=phoenix-hive/target/dependency/gson-2.2.4.jar, phoenix-hive/target/dependency/httpcore-4.0.1.jar=phoenix-hive/target/dependency/httpcore-4.0.1.jar, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/13/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/13/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.IndexUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.IndexUtilTest.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/47/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/47/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-hive/target/dependency/hbase-common-1.3.1.jar=phoenix-hive/target/dependency/hbase-common-1.3.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicUpsertIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicUpsertIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StoreNullsPropIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StoreNullsPropIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InstrFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InstrFunctionIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.GetSetByteBitFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.GetSetByteBitFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.LocalIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.LocalIndexIT-output.txt, phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestLocalTableState.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestLocalTableState.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FlappingLocalIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FlappingLocalIndexIT.xml, phoenix-hive/target/dependency/calcite-avatica-1.2.0-incubating.jar=phoenix-hive/target/dependency/calcite-avatica-1.2.0-incubating.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinMoreIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinMoreIT.txt, phoenix-hive/target/dependency/hadoop-mapreduce-client-app-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-app-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ScanRangesIntersectTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ScanRangesIntersectTest.txt, phoenix-hive/target/dependency/geronimo-annotation_1.0_spec-1.1.1.jar=phoenix-hive/target/dependency/geronimo-annotation_1.0_spec-1.1.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RoundFloorCeilExpressionsTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RoundFloorCeilExpressionsTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.stats.StatisticsScannerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.stats.StatisticsScannerTest-output.txt, phoenix-hive/target/dependency/commons-compress-1.4.1.jar=phoenix-hive/target/dependency/commons-compress-1.4.1.jar, phoenix-hive/target/dependency/jets3t-0.9.0.jar=phoenix-hive/target/dependency/jets3t-0.9.0.jar, phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-javadoc.jar=phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-javadoc.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultColumnValueIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultColumnValueIT.txt, phoenix-hive/target/dependency/hadoop-mapreduce-client-jobclient-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-jobclient-2.7.1.jar, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.RowCalculatorTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.RowCalculatorTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.TransactionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.TransactionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.FlappingTransactionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.FlappingTransactionIT.txt, phoenix-hive/target/dependency/hadoop-yarn-server-resourcemanager-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-server-resourcemanager-2.7.1.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/43/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/43/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeySchemaTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeySchemaTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodecTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodecTest.xml, phoenix-hive/target/dependency/hive-shims-common-1.2.1.jar=phoenix-hive/target/dependency/hive-shims-common-1.2.1.jar, phoenix-client/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-client.jar=phoenix-client/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-client.jar, phoenix-hive/target/dependency/velocity-1.5.jar=phoenix-hive/target/dependency/velocity-1.5.jar, phoenix-hive/target/dependency/commons-configuration-1.6.jar=phoenix-hive/target/dependency/commons-configuration-1.6.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CountDistinctCompressionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CountDistinctCompressionIT-output.txt, phoenix-hive/target/dependency/hbase-it-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-it-1.3.1-tests.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.DistinctPrefixFilterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.DistinctPrefixFilterTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/40/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/40/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CSVCommonsLoaderIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CSVCommonsLoaderIT.txt, phoenix-hive/target/dependency/hbase-common-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-common-1.3.1-tests.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.json.JsonUpsertExecutorTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.json.JsonUpsertExecutorTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/24/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/24/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryMoreIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryMoreIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.StringUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.StringUtilTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CreateTableCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CreateTableCompilerTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest.xml, phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.ScanUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.ScanUtilTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/31/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/31/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTableMetricsWriterIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTableMetricsWriterIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.StatementHintsCompilationTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.StatementHintsCompilationTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanBigFilterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanBigFilterTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsCollectorIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsCollectorIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildIT.xml, phoenix-pherf/target/failsafe-reports/failsafe-summary.xml=phoenix-pherf/target/failsafe-reports/failsafe-summary.xml, phoenix-hive/target/dependency/java-xmlbuilder-0.4.jar=phoenix-hive/target/dependency/java-xmlbuilder-0.4.jar, phoenix-hive/target/dependency/asm-3.1.jar=phoenix-hive/target/dependency/asm-3.1.jar, phoenix-hive/target/dependency/netty-all-4.0.23.Final.jar=phoenix-hive/target/dependency/netty-all-4.0.23.Final.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT.txt, phoenix-hive/target/dependency/guice-servlet-3.0.jar=phoenix-hive/target/dependency/guice-servlet-3.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValuesFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValuesFunctionIT.txt, phoenix-hive/target/dependency/hive-shims-scheduler-1.2.1.jar=phoenix-hive/target/dependency/hive-shims-scheduler-1.2.1.jar, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT-output.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.EncodedColumnQualifierCellsListTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.EncodedColumnQualifierCellsListTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RoundFloorCeilExpressionsTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RoundFloorCeilExpressionsTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.ReadOnlyPropertiesTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.ReadOnlyPropertiesTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicFamilyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicFamilyIT-output.txt, phoenix-hive/target/dependency/parquet-hadoop-bundle-1.6.0.jar=phoenix-hive/target/dependency/parquet-hadoop-bundle-1.6.0.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeUnionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeUnionTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.ReadOnlyPropertiesTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.ReadOnlyPropertiesTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/44/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/44/hive-exec-1.2.1.jar, phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.QueryServerBasicsIT.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.QueryServerBasicsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MapReduceIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MapReduceIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ColumnInfoTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ColumnInfoTest.xml, phoenix-hive/target/dependency/ant-1.9.1.jar=phoenix-hive/target/dependency/ant-1.9.1.jar, phoenix-hive/target/dependency/jetty-util-6.1.26.jar=phoenix-hive/target/dependency/jetty-util-6.1.26.jar, bin/sqlline-thin.py=bin/sqlline-thin.py, phoenix-kafka/target/failsafe-reports/org.apache.phoenix.kafka.PhoenixConsumerIT-output.txt=phoenix-kafka/target/failsafe-reports/org.apache.phoenix.kafka.PhoenixConsumerIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConcurrentMutationsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConcurrentMutationsIT.xml, phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest-output.txt=phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.stats.StatisticsScannerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.stats.StatisticsScannerTest.txt, phoenix-hive/target/dependency/hbase-shell-1.3.1.jar=phoenix-hive/target/dependency/hbase-shell-1.3.1.jar, phoenix-hive/target/dependency/api-util-1.0.0-M20.jar=phoenix-hive/target/dependency/api-util-1.0.0-M20.jar, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.PherfTest-output.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.PherfTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.trace.PhoenixTableMetricsWriterIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.trace.PhoenixTableMetricsWriterIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ColumnProjectionOptimizationIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ColumnProjectionOptimizationIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DecodeFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DecodeFunctionIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.GetSetByteBitFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.GetSetByteBitFunctionTest.txt, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReverseScanIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReverseScanIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ParallelIteratorsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ParallelIteratorsIT.txt, phoenix-kafka/target/failsafe-reports/null-output.txt=phoenix-kafka/target/failsafe-reports/null-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ByteUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ByteUtilTest.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/48/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/48/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CustomEntityDataIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CustomEntityDataIT-output.txt, phoenix-hive/target/dependency/hadoop-yarn-api-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-api-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DistinctPrefixFilterIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DistinctPrefixFilterIT.xml, phoenix-hive/target/dependency/hive-cli-1.2.1.jar=phoenix-hive/target/dependency/hive-cli-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.AbsFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.AbsFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CountDistinctCompressionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CountDistinctCompressionIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ConnectionlessTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ConnectionlessTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsPropIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsPropIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoCommitIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoCommitIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MD5FunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MD5FunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValuesFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValuesFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectAutoCommitIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectAutoCommitIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexExpressionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexExpressionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SortOrderExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SortOrderExpressionTest.xml, phoenix-hive/target/dependency/asm-tree-3.1.jar=phoenix-hive/target/dependency/asm-tree-3.1.jar, phoenix-hive/target/dependency/sqlline-1.2.0.jar=phoenix-hive/target/dependency/sqlline-1.2.0.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeCoalesceTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeCoalesceTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.EvaluationOfORIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.EvaluationOfORIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ContextClassloaderIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ContextClassloaderIT.xml, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/24/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/24/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertBigValuesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertBigValuesIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ConnectionQueryServicesImplTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ConnectionQueryServicesImplTest.xml, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/11/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/11/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.PhoenixQueryTimeoutIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.PhoenixQueryTimeoutIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterSessionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterSessionIT.xml, phoenix-hive/target/dependency/hadoop-common-2.7.1-tests.jar=phoenix-hive/target/dependency/hadoop-common-2.7.1-tests.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.InListIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.InListIT.xml, phoenix-hive/target/dependency/jsp-api-2.1-6.1.14.jar=phoenix-hive/target/dependency/jsp-api-2.1-6.1.14.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortMergeJoinMoreIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortMergeJoinMoreIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/28/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/28/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT.txt, phoenix-hive/target/dependency/tez-common-0.8.4.jar=phoenix-hive/target/dependency/tez-common-0.8.4.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RenewLeaseIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RenewLeaseIT.xml, phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StddevIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StddevIT.xml, phoenix-hive/target/dependency/derby-10.10.2.0.jar=phoenix-hive/target/dependency/derby-10.10.2.0.jar, phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.util.regex.PatternPerformanceTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.util.regex.PatternPerformanceTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DisableLocalIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DisableLocalIndexIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.Base62EncoderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.Base62EncoderTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest.txt, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.PherfTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.PherfTest.xml, phoenix-hive/target/dependency/jetty-all-7.6.0.v20120127.jar=phoenix-hive/target/dependency/jetty-all-7.6.0.v20120127.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithOffsetIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithOffsetIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.AbsFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.AbsFunctionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanBigFilterTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanBigFilterTest-output.txt, phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryServerBasicsIT.xml=phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryServerBasicsIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.index.IndexMaintainerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.index.IndexMaintainerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.QueryPlanTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.QueryPlanTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.JDBCUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.JDBCUtilTest.xml, phoenix-hive/target/dependency/htrace-core-3.1.0-incubating.jar=phoenix-hive/target/dependency/htrace-core-3.1.0-incubating.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CustomEntityDataIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CustomEntityDataIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.PhoenixServerRpcIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.PhoenixServerRpcIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinLocalIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinLocalIndexIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexIT-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/37/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/37/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PercentileIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PercentileIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExpFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExpFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PowerFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PowerFunctionEnd2EndIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.bulkload.TestTableRowkeyPair.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.bulkload.TestTableRowkeyPair.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/55/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/55/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.QualifierEncodingSchemeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.QualifierEncodingSchemeTest.xml, phoenix-hive/target/dependency/zookeeper-3.4.6.jar=phoenix-hive/target/dependency/zookeeper-3.4.6.jar, phoenix-hive/target/dependency/commons-collections4-4.1.jar=phoenix-hive/target/dependency/commons-collections4-4.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.KeyOnlyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.KeyOnlyIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UnionAllIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UnionAllIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.VariableLengthPKIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.VariableLengthPKIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MD5FunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MD5FunctionIT-output.txt, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/14/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/14/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CoalesceFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CoalesceFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NamespaceSchemaMappingIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NamespaceSchemaMappingIT-output.txt, phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CoalesceFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CoalesceFunctionIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/12/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/12/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SortOrderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SortOrderTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnProjectionOptimizationIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnProjectionOptimizationIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanBigFilterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanBigFilterTest.txt, phoenix-hive/target/dependency/commons-codec-1.7.jar=phoenix-hive/target/dependency/commons-codec-1.7.jar, phoenix-hive/target/dependency/libthrift-0.9.2.jar=phoenix-hive/target/dependency/libthrift-0.9.2.jar, phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpSplitFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpSplitFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropColumnIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropColumnIT.txt, phoenix-protocol/README.txt=phoenix-protocol/README.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.AggregateResultScannerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.AggregateResultScannerTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayConstructorExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayConstructorExpressionTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.PowerFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.PowerFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NativeHBaseTypesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NativeHBaseTypesIT-output.txt, phoenix-hive/target/dependency/tez-api-0.8.4.jar=phoenix-hive/target/dependency/tez-api-0.8.4.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/60/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/60/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.StringUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.StringUtilTest.txt, phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodecTest.txt=phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodecTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.MutableRollbackIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.MutableRollbackIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryWithTableSampleIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryWithTableSampleIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.PowerFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.PowerFunctionTest.txt, phoenix-hive/target/dependency/commons-beanutils-core-1.8.0.jar=phoenix-hive/target/dependency/commons-beanutils-core-1.8.0.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayPrependFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayPrependFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildIT.txt, phoenix-hive/target/dependency/hive-shims-0.23-1.2.1.jar=phoenix-hive/target/dependency/hive-shims-0.23-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PropertiesUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PropertiesUtilTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexExpressionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexExpressionIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.JDBCUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.JDBCUtilTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConcurrentMutationsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConcurrentMutationsIT.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/filecache/11/MRAppJar.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/filecache/11/MRAppJar.jar, phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseLoaderIT.xml=phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseLoaderIT.xml, phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PCharPadTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PCharPadTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PMetaDataImplTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PMetaDataImplTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryWithLimitIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryWithLimitIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.InstrFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.InstrFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnEncodedBytesPropIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnEncodedBytesPropIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ModulusExpressionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ModulusExpressionIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/20/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/20/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDataTypeForArraysTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDataTypeForArraysTest.txt, phoenix-hive/target/surefire-reports/org.apache.phoenix.hive.query.PhoenixQueryBuilderTest.txt=phoenix-hive/target/surefire-reports/org.apache.phoenix.hive.query.PhoenixQueryBuilderTest.txt, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/23/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/23/hive-exec-1.2.1.jar, phoenix-pherf/target/failsafe-reports/null-output.txt=phoenix-pherf/target/failsafe-reports/null-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.Base62EncoderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.Base62EncoderTest.txt, phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar4.jar=phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar4.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/51/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/51/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ParallelIteratorsSplitTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ParallelIteratorsSplitTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.TxWriteFailureIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.TxWriteFailureIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ILikeExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ILikeExpressionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayToStringFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayToStringFunctionTest.txt, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ViewIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ViewIndexIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestLocalTableState.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestLocalTableState.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnProjectionOptimizationIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnProjectionOptimizationIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MultiCfQueryExecIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MultiCfQueryExecIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SaltingUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SaltingUtilTest.xml, phoenix-flume/target/failsafe-reports/null-output.txt=phoenix-flume/target/failsafe-reports/null-output.txt, phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/10/hive-exec-1.2.1-2764920d33df644f65840a0e65da33410ffd195149817ff58853ea508015bb92.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/10/hive-exec-1.2.1-2764920d33df644f65840a0e65da33410ffd195149817ff58853ea508015bb92.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicFamilyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicFamilyIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.SequenceUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.SequenceUtilTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.CbrtFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.CbrtFunctionTest.xml, phoenix-hive/target/dependency/hadoop-mapreduce-client-core-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-core-2.7.1.jar, phoenix-hive/target/dependency/commons-math3-3.1.1.jar=phoenix-hive/target/dependency/commons-math3-3.1.1.jar, phoenix-hive/target/dependency/hbase-hadoop-compat-1.3.1.jar=phoenix-hive/target/dependency/hbase-hadoop-compat-1.3.1.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/filecache/10/hadoop-mapreduce-client-jobclient-2.7.1-tests.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/filecache/10/hadoop-mapreduce-client-jobclient-2.7.1-tests.jar, phoenix-hive/target/dependency/hbase-testing-util-1.3.1.jar=phoenix-hive/target/dependency/hbase-testing-util-1.3.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinMoreIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinMoreIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithOffsetIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithOffsetIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.trace.TraceSpanReceiverTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.trace.TraceSpanReceiverTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CreateTableIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CreateTableIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CaseStatementIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CaseStatementIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FirstValueFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FirstValueFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OnDuplicateKeyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OnDuplicateKeyIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT.xml, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT-output.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.DescVarLengthFastByteComparisonsTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.DescVarLengthFastByteComparisonsTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest.xml, phoenix-hive/target/dependency/hadoop-common-2.7.1.jar=phoenix-hive/target/dependency/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateSchemaIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateSchemaIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatementHintsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatementHintsIT-output.txt, phoenix-hive/target/dependency/commons-beanutils-1.7.0.jar=phoenix-hive/target/dependency/commons-beanutils-1.7.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EncodeFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EncodeFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexFailureIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexFailureIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.json.JsonUpsertExecutorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.json.JsonUpsertExecutorTest.xml, phoenix-hive/target/dependency/jsch-0.1.42.jar=phoenix-hive/target/dependency/jsch-0.1.42.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayFillFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayFillFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RowValueConstructorIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RowValueConstructorIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.CreateTableCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.CreateTableCompilerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.CbrtFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.CbrtFunctionTest.txt, phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/40/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/40/hadoop-common-2.7.1.jar, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.xml, phoenix-hive/target/dependency/hadoop-mapreduce-client-hs-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-hs-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterTableWithViewsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterTableWithViewsIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FirstValuesFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FirstValuesFunctionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CsvBulkLoadToolIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CsvBulkLoadToolIT.txt, phoenix-kafka/target/failsafe-reports/TEST-org.apache.phoenix.kafka.PhoenixConsumerIT.xml=phoenix-kafka/target/failsafe-reports/TEST-org.apache.phoenix.kafka.PhoenixConsumerIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterIntersectTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterIntersectTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.ConcatResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.ConcatResultIteratorTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.data.TestLocalTable.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.data.TestLocalTable.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.SaltedIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.SaltedIndexIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.MutationTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.MutationTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ColumnExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ColumnExpressionTest.xml, phoenix-hive/target/dependency/jackson-jaxrs-1.9.2.jar=phoenix-hive/target/dependency/jackson-jaxrs-1.9.2.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayPrependFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayPrependFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicUpsertIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicUpsertIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.BulkLoadToolTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.BulkLoadToolTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereCompilerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.parse.CastParseNodeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.parse.CastParseNodeTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DropSchemaIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DropSchemaIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT-output.txt, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/25/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/25/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ServerExceptionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ServerExceptionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.InstrFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.InstrFunctionIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest.xml, phoenix-hive/target/dependency/hbase-prefix-tree-1.3.1.jar=phoenix-hive/target/dependency/hbase-prefix-tree-1.3.1.jar, phoenix-hive/target/dependency/jersey-client-1.9.jar=phoenix-hive/target/dependency/jersey-client-1.9.jar, phoenix-hive/target/dependency/avro-1.7.4.jar=phoenix-hive/target/dependency/avro-1.7.4.jar, phoenix-hive/target/dependency/hbase-server-1.3.1.jar=phoenix-hive/target/dependency/hbase-server-1.3.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.txt, phoenix-hive/target/dependency/hadoop-yarn-server-web-proxy-2.6.0.jar=phoenix-hive/target/dependency/hadoop-yarn-server-web-proxy-2.6.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.monitoring.PhoenixMetricsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.monitoring.PhoenixMetricsIT-output.txt, phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar5.jar=phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar5.jar, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/30/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/30/hive-exec-1.2.1.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/16/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/16/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DateTimeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DateTimeIT-output.txt, phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-hive/target/dependency/hbase-client-1.3.1.jar=phoenix-hive/target/dependency/hbase-client-1.3.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.OctetLengthFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.OctetLengthFunctionTest.txt, phoenix-hive/target/dependency/hadoop-hdfs-2.7.1-tests.jar=phoenix-hive/target/dependency/hadoop-hdfs-2.7.1-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryIT.xml, phoenix-hive/target/dependency/antlr-runtime-3.5.2.jar=phoenix-hive/target/dependency/antlr-runtime-3.5.2.jar, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.TypeUtilTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.TypeUtilTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpperLowerFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpperLowerFunctionIT-output.txt, phoenix-hive/target/dependency/jaxb-api-2.2.2.jar=phoenix-hive/target/dependency/jaxb-api-2.2.2.jar, phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeUnionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeUnionTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SpooledTmpFileDeleteIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SpooledTmpFileDeleteIT.xml, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.TypeUtilTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.TypeUtilTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager-output.txt, phoenix-hive/target/dependency/httpclient-4.0.1.jar=phoenix-hive/target/dependency/httpclient-4.0.1.jar, bin/readme.txt=bin/readme.txt, phoenix-hive/target/dependency/tephra-hbase-compat-1.1-0.12.0-incubating.jar=phoenix-hive/target/dependency/tephra-hbase-compat-1.1-0.12.0-incubating.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ProductMetricsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ProductMetricsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MappingTableDataTypeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MappingTableDataTypeIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PVarcharArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PVarcharArrayToStringTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CountDistinctCompressionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CountDistinctCompressionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SkipScanAfterManualSplitIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SkipScanAfterManualSplitIT.xml, phoenix-hive/target/dependency/hbase-hadoop2-compat-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-hadoop2-compat-1.3.1-tests.jar, phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReverseFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReverseFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT.txt, phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/12/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/12/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryExecWithoutSCNIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryExecWithoutSCNIT.txt, phoenix-queryserver/target/failsafe-reports/failsafe-summary.xml=phoenix-queryserver/target/failsafe-reports/failsafe-summary.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PowerFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PowerFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpSplitFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpSplitFunctionIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.txt, bin/performance.py=bin/performance.py, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/33/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/33/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.xml, bin/pherf-cluster.py=bin/pherf-cluster.py, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StringToArrayFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StringToArrayFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.MutableRollbackIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.MutableRollbackIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.index.automated.MRJobSubmitterTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.index.automated.MRJobSubmitterTest-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/58/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/58/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexBulkLoadToolIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexBulkLoadToolIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UserDefinedFunctionsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UserDefinedFunctionsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadIsolationLevelIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadIsolationLevelIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.LogUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.LogUtilTest.txt, phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.DriverCohabitationTest.xml=phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.DriverCohabitationTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.trace.TraceSpanReceiverTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.trace.TraceSpanReceiverTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.OrderedResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.OrderedResultIteratorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceBulkAllocationIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceBulkAllocationIT-output.txt, phoenix-hive/target/dependency/datanucleus-rdbms-3.2.9.jar=phoenix-hive/target/dependency/datanucleus-rdbms-3.2.9.jar, phoenix-hive/target/dependency/jcip-annotations-1.0-1.jar=phoenix-hive/target/dependency/jcip-annotations-1.0-1.jar, phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/27/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/27/hive-exec-1.2.1.jar, phoenix-hive/target/dependency/slf4j-log4j12-1.7.5.jar=phoenix-hive/target/dependency/slf4j-log4j12-1.7.5.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultColumnValueIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultColumnValueIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.PartialCommitIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.PartialCommitIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicUpsertIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicUpsertIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDataTypeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDataTypeTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.QueryUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.QueryUtilTest.xml, phoenix-core/target/failsafe-reports/failsafe-summary.xml=phoenix-core/target/failsafe-reports/failsafe-summary.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MapReduceIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MapReduceIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.BuiltinFunctionConstructorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.BuiltinFunctionConstructorTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ContextClassloaderIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ContextClassloaderIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.SaltedIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.SaltedIndexIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RenewLeaseIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RenewLeaseIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT.xml, phoenix-hive/target/dependency/hive-shims-1.2.1.jar=phoenix-hive/target/dependency/hive-shims-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceIT-output.txt, phoenix-hive/target/dependency/findbugs-annotations-1.3.9-1.jar=phoenix-hive/target/dependency/findbugs-annotations-1.3.9-1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SequenceAllocationTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SequenceAllocationTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinMoreIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinMoreIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexExtendedIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexExtendedIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.BinaryRowKeyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.BinaryRowKeyIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateTableIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateTableIT.txt, phoenix-hive/target/failsafe-reports/null-output.txt=phoenix-hive/target/failsafe-reports/null-output.txt, bin/hbase-site.xml=bin/hbase-site.xml, phoenix-hive/target/dependency/jersey-core-1.9.jar=phoenix-hive/target/dependency/jersey-core-1.9.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToCharFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToCharFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexMetadataIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexMetadataIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortOrderIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortOrderIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.StringToArrayFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.StringToArrayFunctionTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/19/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/19/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestLocalTable.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestLocalTable.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTracingEndToEndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTracingEndToEndIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TruncateFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TruncateFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateQueryIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OutOfOrderMutationsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OutOfOrderMutationsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropMetadataIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropMetadataIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT.txt, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/35/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/35/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseStorerIT.xml=phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseStorerIT.xml, bin/sqlline.py=bin/sqlline.py, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ViewIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ViewIT.xml, phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest.txt=phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ScanQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ScanQueryIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT-output.txt, phoenix-hive/target/dependency/commons-httpclient-3.0.1.jar=phoenix-hive/target/dependency/commons-httpclient-3.0.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeIntersectTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeIntersectTest.txt, phoenix-hive/target/dependency/activation-1.1.jar=phoenix-hive/target/dependency/activation-1.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SqrtFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SqrtFunctionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.NullValueTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.NullValueTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UnionAllIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UnionAllIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest.txt, phoenix-hive/target/dependency/xmlenc-0.52.jar=phoenix-hive/target/dependency/xmlenc-0.52.jar, phoenix-kafka/target/failsafe-reports/failsafe-summary.xml=phoenix-kafka/target/failsafe-reports/failsafe-summary.xml, phoenix-hive/target/dependency/commons-compiler-2.7.6.jar=phoenix-hive/target/dependency/commons-compiler-2.7.6.jar, phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar2.jar=phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar2.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SchemaUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SchemaUtilTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NativeHBaseTypesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NativeHBaseTypesIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.OctetLengthFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.OctetLengthFunctionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.QueryPlanTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.QueryPlanTest.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResourceTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResourceTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT.xml, phoenix-hive/target/dependency/twill-discovery-core-0.8.0.jar=phoenix-hive/target/dependency/twill-discovery-core-0.8.0.jar, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RowCalculatorTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RowCalculatorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayFillFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayFillFunctionIT.txt, phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest.txt, phoenix-hive/target/dependency/jdo-api-3.0.1.jar=phoenix-hive/target/dependency/jdo-api-3.0.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ImmutableIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ImmutableIndexIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LikeExpressionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LikeExpressionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RTrimFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RTrimFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT-output.txt, src/main/config/checkstyle/header.txt=src/main/config/checkstyle/header.txt, phoenix-hive/target/dependency/servlet-api-2.5-6.1.14.jar=phoenix-hive/target/dependency/servlet-api-2.5-6.1.14.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT-output.txt, phoenix-hive/target/dependency/apache-log4j-extras-1.2.17.jar=phoenix-hive/target/dependency/apache-log4j-extras-1.2.17.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PCharPadTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PCharPadTest.txt, phoenix-hive/target/dependency/ivy-2.4.0.jar=phoenix-hive/target/dependency/ivy-2.4.0.jar, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/16/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/16/hadoop-common-2.7.1.jar, phoenix-hive/target/failsafe-reports/TEST-org.apache.phoenix.hive.HiveMapReduceIT.xml=phoenix-hive/target/failsafe-reports/TEST-org.apache.phoenix.hive.HiveMapReduceIT.xml, phoenix-core/target/failsafe-reports/null-output.txt=phoenix-core/target/failsafe-reports/null-output.txt, phoenix-hive/target/dependency/curator-client-2.7.1.jar=phoenix-hive/target/dependency/curator-client-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CSVCommonsLoaderIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CSVCommonsLoaderIT-output.txt, target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ViewIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ViewIT-output.txt, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ConfigurationParserTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ConfigurationParserTest.xml, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionlessTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionlessTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValueFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValueFunctionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.CursorParserTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.CursorParserTest.xml, phoenix-hive/target/dependency/twill-zookeeper-0.8.0.jar=phoenix-hive/target/dependency/twill-zookeeper-0.8.0.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CastAndCoerceIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CastAndCoerceIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConvertTimezoneFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConvertTimezoneFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpillableGroupByIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpillableGroupByIT.txt, phoenix-hive/target/dependency/eigenbase-properties-1.1.5.jar=phoenix-hive/target/dependency/eigenbase-properties-1.1.5.jar, phoenix-hive/target/hive/hive-localDir-nm-0_3/filecache/10/TezAppJar.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/filecache/10/TezAppJar.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpSubstrFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpSubstrFunctionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantIdTypeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantIdTypeIT.xml, phoenix-hive/target/dependency/mail-1.4.1.jar=phoenix-hive/target/dependency/mail-1.4.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValuesFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValuesFunctionIT-output.txt, bin/daemon.py=bin/daemon.py, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsIT.txt, phoenix-hive/target/dependency/metrics-core-3.1.0.jar=phoenix-hive/target/dependency/metrics-core-3.1.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheIT.txt, phoenix-pig/target/failsafe-reports/failsafe-summary.xml=phoenix-pig/target/failsafe-reports/failsafe-summary.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.OrderByTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.OrderByTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PointInTimeQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PointInTimeQueryIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryTimeoutIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryTimeoutIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.CoerceExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.CoerceExpressionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MinMaxAggregateFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MinMaxAggregateFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.FlappingTransactionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.FlappingTransactionIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UseSchemaIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UseSchemaIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixContextExecutorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixContextExecutorTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest.txt, phoenix-hive/target/dependency/hbase-hadoop2-compat-1.3.1.jar=phoenix-hive/target/dependency/hbase-hadoop2-compat-1.3.1.jar, phoenix-hive/target/dependency/hbase-hadoop-compat-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-hadoop-compat-1.3.1-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexExpressionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexExpressionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PrimitiveTypeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PrimitiveTypeIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.VariableLengthPKIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.VariableLengthPKIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.MutationTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.MutationTest.xml, phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.LiteralResultIteratorPlanTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.LiteralResultIteratorPlanTest.txt, phoenix-hive/target/surefire-reports/org.apache.phoenix.hive.query.PhoenixQueryBuilderTest-output.txt=phoenix-hive/target/surefire-reports/org.apache.phoenix.hive.query.PhoenixQueryBuilderTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.ParameterizedTransactionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.ParameterizedTransactionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixClientRpcIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixClientRpcIT-output.txt, bin/hadoop-metrics2-phoenix.properties=bin/hadoop-metrics2-phoenix.properties, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.PhoenixQueryTimeoutIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.PhoenixQueryTimeoutIT.xml, phoenix-hive/target/dependency/hadoop-minicluster-2.7.1.jar=phoenix-hive/target/dependency/hadoop-minicluster-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryDatabaseMetaDataIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryDatabaseMetaDataIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.LocalIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.LocalIndexIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DropSchemaIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DropSchemaIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SqrtFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SqrtFunctionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SaltingUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SaltingUtilTest.txt, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/19/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/19/hadoop-common-2.7.1.jar, phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.udf.ReserveNSequenceTestIT.xml=phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.udf.ReserveNSequenceTestIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryMoreIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryMoreIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.DeterminismTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.DeterminismTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LastValuesFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LastValuesFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MultiCfQueryExecIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MultiCfQueryExecIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.PhoenixStatsCacheRemovalListenerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.PhoenixStatsCacheRemovalListenerTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PrimitiveTypeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PrimitiveTypeIT.xml, phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar3.jar=phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar3.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RuleGeneratorTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RuleGeneratorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseFunctionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArithmeticOperationTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArithmeticOperationTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ScannerLeaseRenewalTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ScannerLeaseRenewalTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.AsyncIndexDisabledIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.AsyncIndexDisabledIT.txt, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT-output.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpillableGroupByIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpillableGroupByIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ScanUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ScanUtilTest.xml, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest-output.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexFailureIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexFailureIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkImportUtilTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkImportUtilTest-output.txt, phoenix-hive/target/dependency/hive-shims-0.20S-1.2.1.jar=phoenix-hive/target/dependency/hive-shims-0.20S-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TransactionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TransactionIT.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/45/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/45/hadoop-common-2.7.1.jar, phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.txt, phoenix-hive/target/dependency/jamon-runtime-2.4.1.jar=phoenix-hive/target/dependency/jamon-runtime-2.4.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionQueryServicesImplTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionQueryServicesImplTest.txt, phoenix-hive/target/dependency/tools.jar=phoenix-hive/target/dependency/tools.jar, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/34/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/34/hadoop-common-2.7.1.jar, phoenix-hive/target/dependency/asm-commons-3.1.jar=phoenix-hive/target/dependency/asm-commons-3.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixRuntimeTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixRuntimeTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.DeterminismTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.DeterminismTest.txt, phoenix-hive/target/dependency/commons-collections-3.2.2.jar=phoenix-hive/target/dependency/commons-collections-3.2.2.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.HBaseFactoryProviderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.HBaseFactoryProviderTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryExecWithoutSCNIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryExecWithoutSCNIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT.txt, phoenix-hive/target/dependency/tez-examples-0.8.4.jar=phoenix-hive/target/dependency/tez-examples-0.8.4.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayIT.xml, phoenix-hive/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.InstrFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.InstrFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ServerExceptionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ServerExceptionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexReplicationIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexReplicationIT-output.txt, phoenix-hive/target/dependency/snappy-0.3.jar=phoenix-hive/target/dependency/snappy-0.3.jar, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/21/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/21/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.TenantIdByteConversionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.TenantIdByteConversionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/32/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/32/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixEncodeDecodeTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixEncodeDecodeTest-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/15/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/15/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpReplaceFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpReplaceFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UserDefinedFunctionsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UserDefinedFunctionsIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.parse.BuiltInFunctionInfoTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.parse.BuiltInFunctionInfoTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DisableLocalIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DisableLocalIndexIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PropertiesUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PropertiesUtilTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EncodeFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EncodeFunctionIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.parse.CursorParserTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.parse.CursorParserTest.txt, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/28/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/28/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.RollbackIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.RollbackIT.xml, phoenix-hive/target/dependency/mockito-all-1.8.5.jar=phoenix-hive/target/dependency/mockito-all-1.8.5.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArraysWithNullsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArraysWithNullsIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ProductMetricsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ProductMetricsIT-output.txt, phoenix-flume/target/failsafe-reports/failsafe-summary.xml=phoenix-flume/target/failsafe-reports/failsafe-summary.xml, phoenix-hive/target/dependency/xercesImpl-2.9.1.jar=phoenix-hive/target/dependency/xercesImpl-2.9.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixDriverTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixDriverTest-output.txt, bin/phoenix_sandbox.py=bin/phoenix_sandbox.py, phoenix-hive/target/dependency/RoaringBitmap-0.4.9.jar=phoenix-hive/target/dependency/RoaringBitmap-0.4.9.jar, phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/29/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/29/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinIT.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/26/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/26/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.DriverCohabitationTest-output.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.DriverCohabitationTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT.txt, phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.CsvEventSerializerIT.xml=phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.CsvEventSerializerIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT-output.txt, bin/log4j.properties=bin/log4j.properties, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DerivedTableIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DerivedTableIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TransactionalViewIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TransactionalViewIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CsvBulkLoadToolIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CsvBulkLoadToolIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.ParameterizedTransactionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.ParameterizedTransactionIT-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/62/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/62/hadoop-common-2.7.1.jar, phoenix-hive/target/dependency/jasper-compiler-5.5.23.jar=phoenix-hive/target/dependency/jasper-compiler-5.5.23.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.AsyncIndexDisabledIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.AsyncIndexDisabledIT-output.txt, phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.PherfMainIT.xml=phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.PherfMainIT.xml, phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-hive/target/dependency/hadoop-yarn-server-common-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-server-common-2.7.1.jar, phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixPreparedStatementTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixPreparedStatementTest-output.txt, phoenix-hive/target/dependency/hbase-server-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-server-1.3.1-tests.jar, phoenix-hive/target/dependency/commons-lang-2.6.jar=phoenix-hive/target/dependency/commons-lang-2.6.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.memory.MemoryManagerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.memory.MemoryManagerTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayToStringFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayToStringFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SignFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SignFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UnionAllIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UnionAllIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConnectionUtilIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConnectionUtilIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ProductMetricsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ProductMetricsIT.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResultTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResultTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDMLIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDMLIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArithmeticOperationTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArithmeticOperationTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.ScannerLeaseRenewalIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.ScannerLeaseRenewalIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.metrics.MetricTypeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.metrics.MetricTypeTest.xml, phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.TestHBaseProps.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.TestHBaseProps.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayFillFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayFillFunctionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayAppendFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayAppendFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.PhoenixQueryTimeoutIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.PhoenixQueryTimeoutIT.txt, phoenix-hive/target/dependency/guice-assistedinject-3.0.jar=phoenix-hive/target/dependency/guice-assistedinject-3.0.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.LikeExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.LikeExpressionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CursorCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CursorCompilerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.txt, phoenix-hive/target/dependency/hbase-annotations-1.3.1.jar=phoenix-hive/target/dependency/hbase-annotations-1.3.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeMoreTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeMoreTest.txt, phoenix-hive/target/dependency/log4j-1.2.17.jar=phoenix-hive/target/dependency/log4j-1.2.17.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ViewCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ViewCompilerTest.xml, phoenix-hive/target/dependency/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-hive/target/dependency/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayConcatFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayConcatFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT-output.txt, phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConcurrentMutationsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConcurrentMutationsIT-output.txt, phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.SchemaReaderIT.xml=phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.SchemaReaderIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RTrimFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RTrimFunctionIT-output.txt, phoenix-hive/target/dependency/commons-pool-1.5.4.jar=phoenix-hive/target/dependency/commons-pool-1.5.4.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.MergeSortResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.MergeSortResultIteratorTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DefaultColumnValueIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DefaultColumnValueIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ScannerLeaseRenewalTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ScannerLeaseRenewalTest.xml, phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.PhoenixSparkIT.xml=phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.PhoenixSparkIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeyValueAccessorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeyValueAccessorTest.xml, phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.SecureQueryServerIT-output.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.SecureQueryServerIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.RollbackIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.RollbackIT-output.txt, phoenix-hive/target/dependency/geronimo-jaspic_1.0_spec-1.0.jar=phoenix-hive/target/dependency/geronimo-jaspic_1.0_spec-1.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithLimitIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithLimitIT.txt, phoenix-hive/target/dependency/stax-api-1.0-2.jar=phoenix-hive/target/dependency/stax-api-1.0-2.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpReplaceFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpReplaceFunctionTest.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/18/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/18/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CoalesceFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CoalesceFunctionIT.txt, phoenix-hive/target/dependency/hive-metastore-1.2.1.jar=phoenix-hive/target/dependency/hive-metastore-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortOrderIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortOrderIT.txt, phoenix-hive/target/dependency/oro-2.0.8.jar=phoenix-hive/target/dependency/oro-2.0.8.jar, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/36/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/36/hive-exec-1.2.1.jar, phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest.xml=phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.index.automated.MRJobSubmitterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.index.automated.MRJobSubmitterTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MutableQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MutableQueryIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RenewLeaseIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RenewLeaseIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDateArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDateArrayToStringTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToCharFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToCharFunctionIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.MutationStateTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.MutationStateTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortMergeJoinIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortMergeJoinIT.xml, phoenix-hive/target/dependency/jersey-guice-1.9.jar=phoenix-hive/target/dependency/jersey-guice-1.9.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableWithViewsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableWithViewsIT.txt, phoenix-hive/target/dependency/api-asn1-api-1.0.0-M20.jar=phoenix-hive/target/dependency/api-asn1-api-1.0.0-M20.jar, phoenix-hive/target/dependency/jpam-1.1.jar=phoenix-hive/target/dependency/jpam-1.1.jar, phoenix-core/target/failsafe-reports/org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DropSchemaIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DropSchemaIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.VariableLengthPKIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.VariableLengthPKIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DateTimeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DateTimeIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NthValueFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NthValueFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpReplaceFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpReplaceFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinMoreIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinMoreIT.txt, bin/end2endTest.py=bin/end2endTest.py, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexExtendedIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexExtendedIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.bulkload.TestTableRowkeyPair.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.bulkload.TestTableRowkeyPair.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CSVCommonsLoaderIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CSVCommonsLoaderIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.monitoring.PhoenixMetricsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.monitoring.PhoenixMetricsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TxCheckpointIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TxCheckpointIT-output.txt, build.txt=build.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.xml, phoenix-hive/target/dependency/joni-2.1.2.jar=phoenix-hive/target/dependency/joni-2.1.2.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest.txt, phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-minimal.jar=phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-minimal.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterTableIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterTableIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LikeExpressionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LikeExpressionIT.xml, phoenix-hive/target/dependency/zookeeper-3.4.6-tests.jar=phoenix-hive/target/dependency/zookeeper-3.4.6-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanQueryIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertSelectIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertSelectIT.xml, phoenix-hive/target/dependency/hadoop-shim-0.8.4.jar=phoenix-hive/target/dependency/hadoop-shim-0.8.4.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UseSchemaIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UseSchemaIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PhoenixRuntimeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PhoenixRuntimeIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExecuteStatementsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExecuteStatementsIT.txt, bin/traceserver.py=bin/traceserver.py, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.BulkLoadToolTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.BulkLoadToolTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.CorrelatePlanTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.CorrelatePlanTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest-output.txt, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/26/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/26/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeMoreTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeMoreTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest-output.txt, phoenix-hive/target/dependency/tephra-api-0.12.0-incubating.jar=phoenix-hive/target/dependency/tephra-api-0.12.0-incubating.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoPartitionViewsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoPartitionViewsIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.memory.MemoryManagerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.memory.MemoryManagerTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.PhoenixClientRpcIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.PhoenixClientRpcIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT-output.txt, phoenix-hive/target/dependency/commons-net-3.1.jar=phoenix-hive/target/dependency/commons-net-3.1.jar, phoenix-hive/target/dependency/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-hive/target/dependency/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-hive/target/failsafe-reports/TEST-org.apache.phoenix.hive.HiveTezIT.xml=phoenix-hive/target/failsafe-reports/TEST-org.apache.phoenix.hive.HiveTezIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DeleteIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DeleteIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OnDuplicateKeyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OnDuplicateKeyIT.xml, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResultTest-output.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResultTest-output.txt, phoenix-hive/target/dependency/jetty-sslengine-6.1.26.jar=phoenix-hive/target/dependency/jetty-sslengine-6.1.26.jar, phoenix-hive/target/dependency/fastutil-6.5.6.jar=phoenix-hive/target/dependency/fastutil-6.5.6.jar, phoenix-hive/target/dependency/commons-logging-1.2.jar=phoenix-hive/target/dependency/commons-logging-1.2.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MutableQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MutableQueryIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToDateFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToDateFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TruncateFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TruncateFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTracingEndToEndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTracingEndToEndIT-output.txt, phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.PhoenixSinkIT.xml=phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.PhoenixSinkIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropMetadataIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropMetadataIT.txt, phoenix-hive/target/dependency/jcodings-1.0.8.jar=phoenix-hive/target/dependency/jcodings-1.0.8.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT-output.txt, phoenix-spark/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-5a2acdfb-86f1-4e38-a0c2-81e8911d1130.xml=phoenix-spark/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-5a2acdfb-86f1-4e38-a0c2-81e8911d1130.xml, phoenix-hive/target/dependency/hbase-procedure-1.3.1.jar=phoenix-hive/target/dependency/hbase-procedure-1.3.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AppendOnlySchemaIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AppendOnlySchemaIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SerialIteratorsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SerialIteratorsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InListIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InListIT-output.txt, phoenix-hive/target/dependency/hadoop-mapreduce-client-shuffle-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-shuffle-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CaseStatementIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CaseStatementIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.UpdateCacheIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.UpdateCacheIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayPrependFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayPrependFunctionTest.txt, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/22/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/22/hadoop-common-2.7.1.jar, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanAfterManualSplitIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanAfterManualSplitIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.HavingCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.HavingCompilerTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.FormatToBytesWritableMapperTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.FormatToBytesWritableMapperTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeyValueAccessorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeyValueAccessorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoPartitionViewsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoPartitionViewsIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DeleteIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DeleteIT-output.txt, phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar6.jar=phoenix-core/target/test-data/06d4ba12-5268-45e9-ae9f-e2cb9959d834/hbase-local-dir/jars/myjar6.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayToStringFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayToStringFunctionIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SchemaUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SchemaUtilTest.xml, bin/queryserver.py=bin/queryserver.py, phoenix-core/target/archive-tmp/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-core/target/archive-tmp/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.monitoring.PhoenixMetricsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.monitoring.PhoenixMetricsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTableMetricsWriterIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTableMetricsWriterIT.txt, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.DataIngestIT.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.DataIngestIT.txt, phoenix-hive/target/dependency/joda-time-1.6.jar=phoenix-hive/target/dependency/joda-time-1.6.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ParallelIteratorsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ParallelIteratorsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoCommitIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoCommitIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.BuiltInFunctionInfoTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.BuiltInFunctionInfoTest.xml, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/17/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/17/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.StringToArrayFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.StringToArrayFunctionTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicFamilyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicFamilyIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateQueryIT.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/10/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/10/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.CursorCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.CursorCompilerTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OutOfOrderMutationsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OutOfOrderMutationsIT-output.txt, phoenix-spark/target/surefire-reports/TestSuite.txt=phoenix-spark/target/surefire-reports/TestSuite.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AutoCommitIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AutoCommitIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayToStringFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayToStringFunctionIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.ValueBitSetTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.ValueBitSetTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReadOnlyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReadOnlyIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CursorCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CursorCompilerTest-output.txt, bin/phoenix_utils.py=bin/phoenix_utils.py, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSplitFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSplitFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CursorWithRowValueConstructorIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CursorWithRowValueConstructorIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AbsFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AbsFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.trace.PhoenixTracingEndToEndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.trace.PhoenixTracingEndToEndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArithmeticQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArithmeticQueryIT-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/52/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/52/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ServerExceptionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ServerExceptionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexIT.xml, phoenix-hive/target/dependency/hadoop-client-2.7.1.jar=phoenix-hive/target/dependency/hadoop-client-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT.xml, phoenix-hive/target/surefire-reports/TEST-org.apache.phoenix.hive.query.PhoenixQueryBuilderTest.xml=phoenix-hive/target/surefire-reports/TEST-org.apache.phoenix.hive.query.PhoenixQueryBuilderTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.util.regex.PatternPerformanceTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.util.regex.PatternPerformanceTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest-output.txt, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.DriverCohabitationTest.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.DriverCohabitationTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SequenceBulkAllocationIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SequenceBulkAllocationIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.SaltedScanRangesTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.SaltedScanRangesTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.LiteralResultIteratorPlanTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.LiteralResultIteratorPlanTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionlessTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionlessTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinMoreIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinMoreIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ImmutableTablePropertiesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ImmutableTablePropertiesIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/61/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/61/hive-exec-1.2.1.jar, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ConfigurationParserTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ConfigurationParserTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDataTypeForArraysTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDataTypeForArraysTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MappingTableDataTypeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MappingTableDataTypeIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayAppendFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayAppendFunctionTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExtendedQueryExecIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExtendedQueryExecIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.execute.PartialCommitIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.execute.PartialCommitIT.xml, phoenix-hive/target/failsafe-reports/failsafe-summary.xml=phoenix-hive/target/failsafe-reports/failsafe-summary.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DisableLocalIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DisableLocalIndexIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/27/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/27/hive-exec-1.2.1.jar, phoenix-hive/target/dependency/hive-common-1.2.1.jar=phoenix-hive/target/dependency/hive-common-1.2.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.xml, phoenix-hive/target/dependency/twill-api-0.8.0.jar=phoenix-hive/target/dependency/twill-api-0.8.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantIdTypeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantIdTypeIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixServerRpcIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixServerRpcIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.NullValueTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.NullValueTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/65/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/65/hive-exec-1.2.1.jar, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.HBaseFactoryProviderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.HBaseFactoryProviderTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestIndexWriter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestIndexWriter.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.CorrelatePlanTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.CorrelatePlanTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.SecureUserConnectionsTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.SecureUserConnectionsTest.xml, phoenix-hive/target/dependency/hadoop-yarn-client-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-client-2.7.1.jar, phoenix-hive/target/dependency/protobuf-java-2.5.0.jar=phoenix-hive/target/dependency/protobuf-java-2.5.0.jar, phoenix-server/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-server.jar=phoenix-server/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-server.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RoundFloorCeilFuncIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RoundFloorCeilFuncIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterSessionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterSessionIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DeleteIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DeleteIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PVarcharArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PVarcharArrayToStringTest.txt, phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-minimal.jar=phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-minimal.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeyValueAccessorTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeyValueAccessorTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.ValueBitSetTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.ValueBitSetTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryMoreIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryMoreIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PointInTimeQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PointInTimeQueryIT-output.txt, phoenix-hive/target/dependency/tephra-core-0.12.0-incubating.jar=phoenix-hive/target/dependency/tephra-core-0.12.0-incubating.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.UnnestArrayPlanTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.UnnestArrayPlanTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToDateFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToDateFunctionIT.txt, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.udf.ReserveNSequenceTestIT.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.udf.ReserveNSequenceTestIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.StringToArrayConverterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.StringToArrayConverterTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadOnlyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadOnlyIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctCountIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctCountIT-output.txt, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.UnnestArrayPlanTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.UnnestArrayPlanTest-output.txt, phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ModulusExpressionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ModulusExpressionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ParallelIteratorsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ParallelIteratorsIT-output.txt, phoenix-hive/target/dependency/commons-csv-1.0.jar=phoenix-hive/target/dependency/commons-csv-1.0.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertValuesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertValuesIT.xml, phoenix-core/target/failsafe-reports/org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.txt=phoenix-core/target/failsafe-reports/org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.trace.TraceSpanReceiverTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.trace.TraceSpanReceiverTest-output.txt, phoenix-queryserver/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-queryserver.jar=phoenix-queryserver/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-queryserver.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArraysWithNullsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArraysWithNullsIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.TxCheckpointIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.TxCheckpointIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.metrics.MetricTypeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.metrics.MetricTypeTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MinMaxAggregateFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MinMaxAggregateFunctionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.DateUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.DateUtilTest.xml, phoenix-hive/target/dependency/junit-4.12.jar=phoenix-hive/target/dependency/junit-4.12.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConnectionUtilIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConnectionUtilIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryDatabaseMetaDataIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryDatabaseMetaDataIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexMetadataIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexMetadataIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringToArrayFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringToArrayFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterSessionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterSessionIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayConcatFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayConcatFunctionTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpReplaceFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpReplaceFunctionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.RoundRobinResultIteratorIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.RoundRobinResultIteratorIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.EncodedColumnQualifierCellsListTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.EncodedColumnQualifierCellsListTest.txt, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.JsonEventSerializerIT.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.JsonEventSerializerIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MapReduceIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MapReduceIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StringIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StringIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixPreparedStatementTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixPreparedStatementTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.ImmutableStorageSchemeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.ImmutableStorageSchemeTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringToArrayFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringToArrayFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryTimeoutIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryTimeoutIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PrefixByteEncoderDecoderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PrefixByteEncoderDecoderTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.DropColumnIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.DropColumnIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CastAndCoerceIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CastAndCoerceIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsPropIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsPropIT-output.txt, phoenix-hive/target/dependency/hive-ant-1.2.1.jar=phoenix-hive/target/dependency/hive-ant-1.2.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StatementHintsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StatementHintsIT.xml, phoenix-hive/target/dependency/ST4-4.0.4.jar=phoenix-hive/target/dependency/ST4-4.0.4.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NotQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NotQueryIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PercentileIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PercentileIT-output.txt, phoenix-hive/target/dependency/jackson-core-asl-1.9.2.jar=phoenix-hive/target/dependency/jackson-core-asl-1.9.2.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayConstructorExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayConstructorExpressionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpSubstrFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpSubstrFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixServerRpcIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixServerRpcIT.txt, phoenix-hive/target/dependency/jsp-api-2.1.jar=phoenix-hive/target/dependency/jsp-api-2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingAlterTableIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingAlterTableIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT-output.txt, phoenix-hive/target/dependency/bonecp-0.8.0.RELEASE.jar=phoenix-hive/target/dependency/bonecp-0.8.0.RELEASE.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RTrimFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RTrimFunctionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.ScannerLeaseRenewalIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.ScannerLeaseRenewalIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SequenceIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SequenceIT.xml, phoenix-hive/target/dependency/hadoop-mapreduce-client-jobclient-2.7.1-tests.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-jobclient-2.7.1-tests.jar, phoenix-hive/target/dependency/jersey-json-1.9.jar=phoenix-hive/target/dependency/jersey-json-1.9.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.MetaDataUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.MetaDataUtilTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.LnLogFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.LnLogFunctionTest.xml, phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DistinctCountIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DistinctCountIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LnLogFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LnLogFunctionTest.txt, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.SchemaReaderIT.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.SchemaReaderIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CustomEntityDataIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CustomEntityDataIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConvertTimezoneFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConvertTimezoneFunctionIT.xml, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/39/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/39/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.JoinQueryCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.JoinQueryCompilerTest.xml, phoenix-hive/target/dependency/tez-dag-0.8.4.jar=phoenix-hive/target/dependency/tez-dag-0.8.4.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.ReadOnlyPropertiesTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.ReadOnlyPropertiesTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorIT.txt, phoenix-pig/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-pig.jar=phoenix-pig/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-pig.jar, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.PherfMainIT.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.PherfMainIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SaltedScanRangesTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SaltedScanRangesTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SequenceAllocationTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SequenceAllocationTest.txt, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/20/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/20/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TxCheckpointIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TxCheckpointIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.xml, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ConfigurationParserTest-output.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ConfigurationParserTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.txt, phoenix-hive/target/dependency/calcite-core-1.2.0-incubating.jar=phoenix-hive/target/dependency/calcite-core-1.2.0-incubating.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateIT-output.txt, phoenix-hive/target/dependency/hadoop-yarn-server-applicationhistoryservice-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-server-applicationhistoryservice-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToDateFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToDateFunctionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ImmutableTablePropertiesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ImmutableTablePropertiesIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/39/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/39/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayConcatFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayConcatFunctionIT.xml, phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.PhoenixSparkITTenantSpecific.xml=phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.PhoenixSparkITTenantSpecific.xml} due to internal error; falling back to full archiving
java.lang.IllegalStateException: checksum mismatch after transfer (867143246 vs. 1019383374); /x1/jenkins/jenkins-home/jobs/Phoenix-master/builds/1726/archive/phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PercentileIT-output.txt may be corrupted
	at jsync.protocol.FileSequenceReader.read(FileSequenceReader.java:45)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:158)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:244)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:735)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:676)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:621)
	at hudson.model.Run.execute(Run.java:1760)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
[JIRA] Updating issue PHOENIX-4057
[JIRA] Updating issue PHOENIX-4059
Recording test results

Build failed in Jenkins: Phoenix | Master #1725

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1725/display/redirect?page=changes>

Changes:

[jamestaylor] PHOENIX-153 Implement TABLESAMPLE clause (Ethan Wang)

------------------------------------------
[...truncated 117.16 KB...]
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1673)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1749)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1705)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3190)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2976)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2918)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:823)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:785)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2239)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2339)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode2.quenda.co,34323,1501618845618, 
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:170)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:129)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:514)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1673)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1749)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1705)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3190)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2976)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2918)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:823)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:785)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2239)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2339)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode2.quenda.co,34323,1501618845618, 
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:260)
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$2400(AsyncProcess.java:240)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.getErrors(AsyncProcess.java:1733)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:912)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:926)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:166)
	... 5 more
: 1 time, servers with issues: qnode2.quenda.co,34399,1501618844595, 
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.updateTableAgain(MutableIndexFailureIT.java:468)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:258)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: 
Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException: Unable to update the following indexes: [T000019:A_FAIL_IDX],serverTimestamp=1501619198864,
	at org.apache.phoenix.util.ServerUtil.wrapInDoNotRetryIOException(ServerUtil.java:213)
	at org.apache.phoenix.index.PhoenixIndexFailurePolicy.handleFailure(PhoenixIndexFailurePolicy.java:148)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:155)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:139)
	at org.apache.phoenix.hbase.index.Indexer.doPostWithExceptions(Indexer.java:608)
	at org.apache.phoenix.hbase.index.Indexer.doPost(Indexer.java:556)
	at org.apache.phoenix.hbase.index.Indexer.postBatchMutateIndispensably(Indexer.java:540)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$37.call(RegionCoprocessorHost.java:1034)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1673)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1749)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1705)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.postBatchMutateIndispensably(RegionCoprocessorHost.java:1030)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3447)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2976)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2918)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:823)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:785)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2239)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2339)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
Caused by: org.apache.phoenix.hbase.index.exception.SingleIndexWriteFailureException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:514)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1673)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1749)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1705)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3190)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2976)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2918)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:823)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:785)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2239)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2339)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode2.quenda.co,34323,1501618845618, 
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:170)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:129)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:514)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1673)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1749)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1705)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3190)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2976)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2918)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:823)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:785)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2239)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2339)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode2.quenda.co,34323,1501618845618, 
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:260)
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$2400(AsyncProcess.java:240)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.getErrors(AsyncProcess.java:1733)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:912)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:926)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:166)
	... 5 more
: 1 time, servers with issues: qnode2.quenda.co,34399,1501618844595, 
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.updateTableAgain(MutableIndexFailureIT.java:468)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:258)

[ERROR] testIndexWriteFailure[MutableIndexFailureIT_transactional=false,localIndex=false,isNamespaceMapped=false,disableIndexOnWriteFailure=true,rebuildIndexOnWriteFailure=true,failRebuildTask=true,throwIndexWriteFailure=false](org.apache.phoenix.end2end.index.MutableIndexFailureIT)  Time elapsed: 16.821 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.waitForIndexRebuild(MutableIndexFailureIT.java:338)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:308)

[INFO] Running org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.647 s - in org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Running org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.461 s - in org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 83.713 s - in org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 163.641 s - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 847.253 s - in org.apache.phoenix.end2end.IndexExtendedIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   MutableIndexFailureIT.testIndexWriteFailure:308->waitForIndexRebuild:338
[ERROR]   MutableIndexFailureIT.testIndexWriteFailure:308->waitForIndexRebuild:338
[ERROR] Errors: 
[ERROR]   MutableIndexFailureIT.testIndexWriteFailure:258->updateTableAgain:468 » Commit
[INFO] 
[ERROR] Tests run: 629, Failures: 2, Errors: 1, Skipped: 50
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.903 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:34 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Kafka .................................... 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:34 h
[INFO] Finished at: 2017-08-01T20:31:55Z
[INFO] Final Memory: 60M/1135M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core> && /usr/local/asfpackages/java/jdk1.7.0_80/jre/bin/java -Xmx3000m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom '-Djava.library.path=${hadoop.library.path}:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib' -XX:NewRatio=4 -XX:SurvivorRatio=8 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:+UseCMSInitiatingOccupancyOnly -XX:+CMSClassUnloadingEnabled -XX:+CMSScavengeBeforeRemark -XX:CMSInitiatingOccupancyFraction=68 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/ -jar <https://builds.apache.org/job/Phoenix-master/1725/artifact/phoenix-core/target/surefire/surefirebooter8220668516855168549.jar> <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/surefire> 2017-08-01T18-59-46_893-jvmRun3 surefire2297624817183854358tmp surefire_131769893845641673670tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] Crashed tests:
[ERROR] org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:494)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple(ForkStarter.java:369)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:292)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:243)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1077)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:907)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:785)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.lang.reflect.Method.invoke(Method.java:606)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core> && /usr/local/asfpackages/java/jdk1.7.0_80/jre/bin/java -Xmx3000m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom '-Djava.library.path=${hadoop.library.path}:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib' -XX:NewRatio=4 -XX:SurvivorRatio=8 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:+UseCMSInitiatingOccupancyOnly -XX:+CMSClassUnloadingEnabled -XX:+CMSScavengeBeforeRemark -XX:CMSInitiatingOccupancyFraction=68 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/ -jar <https://builds.apache.org/job/Phoenix-master/1725/artifact/phoenix-core/target/surefire/surefirebooter8220668516855168549.jar> <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/surefire> 2017-08-01T18-59-46_893-jvmRun3 surefire2297624817183854358tmp surefire_131769893845641673670tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] Crashed tests:
[ERROR] org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:679)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:117)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:363)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:342)
[ERROR] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[ERROR] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[ERROR] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[ERROR] 	at java.lang.Thread.run(Thread.java:745)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[JIRA] Updating issue PHOENIX-153
Recording test results

Build failed in Jenkins: Phoenix | Master #1724

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1724/display/redirect?page=changes>

Changes:

[thomas] PHOENIX-4022 Add PhoenixMetricsLog interface that can be used to log

------------------------------------------
[...truncated 111.94 KB...]
[INFO] Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.649 s - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 480.142 s - in org.apache.phoenix.end2end.StatsCollectorIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 475.547 s - in org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[INFO] Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 123.596 s - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 128.666 s - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.706 s - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[INFO] Running org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Running org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.059 s - in org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Running org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.454 s - in org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 79.203 s - in org.apache.phoenix.monitoring.PhoenixMetricsIT
[ERROR] Tests run: 21, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 517.265 s <<< FAILURE! - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
[ERROR] testIndexWriteFailure[MutableIndexFailureIT_transactional=false,localIndex=false,isNamespaceMapped=false,disableIndexOnWriteFailure=true,rebuildIndexOnWriteFailure=true,failRebuildTask=false,throwIndexWriteFailure=null](org.apache.phoenix.end2end.index.MutableIndexFailureIT)  Time elapsed: 11.237 s  <<< ERROR!
org.apache.phoenix.execute.CommitException: 
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException: Unable to update the following indexes: [T000004.A_FAIL_IDX],serverTimestamp=1501535976565,
	at org.apache.phoenix.util.ServerUtil.wrapInDoNotRetryIOException(ServerUtil.java:213)
	at org.apache.phoenix.index.PhoenixIndexFailurePolicy.handleFailure(PhoenixIndexFailurePolicy.java:148)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:155)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:139)
	at org.apache.phoenix.hbase.index.Indexer.doPostWithExceptions(Indexer.java:608)
	at org.apache.phoenix.hbase.index.Indexer.doPost(Indexer.java:556)
	at org.apache.phoenix.hbase.index.Indexer.postBatchMutateIndispensably(Indexer.java:540)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$37.call(RegionCoprocessorHost.java:1034)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.postBatchMutateIndispensably(RegionCoprocessorHost.java:1030)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3475)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
Caused by: org.apache.phoenix.hbase.index.exception.SingleIndexWriteFailureException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:514)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3217)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode1.quenda.co,36939,1501535869425, 
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:170)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:129)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:514)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3217)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode1.quenda.co,36939,1501535869425, 
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:260)
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$2400(AsyncProcess.java:240)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.getErrors(AsyncProcess.java:1733)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:912)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:926)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:166)
	... 5 more
: 1 time, servers with issues: qnode1.quenda.co,46583,1501535870094, 
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.updateTableAgain(MutableIndexFailureIT.java:468)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:258)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: 
Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException: Unable to update the following indexes: [T000004.A_FAIL_IDX],serverTimestamp=1501535976565,
	at org.apache.phoenix.util.ServerUtil.wrapInDoNotRetryIOException(ServerUtil.java:213)
	at org.apache.phoenix.index.PhoenixIndexFailurePolicy.handleFailure(PhoenixIndexFailurePolicy.java:148)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:155)
	at org.apache.phoenix.hbase.index.write.IndexWriter.writeAndKillYourselfOnFailure(IndexWriter.java:139)
	at org.apache.phoenix.hbase.index.Indexer.doPostWithExceptions(Indexer.java:608)
	at org.apache.phoenix.hbase.index.Indexer.doPost(Indexer.java:556)
	at org.apache.phoenix.hbase.index.Indexer.postBatchMutateIndispensably(Indexer.java:540)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$37.call(RegionCoprocessorHost.java:1034)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.postBatchMutateIndispensably(RegionCoprocessorHost.java:1030)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3475)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
Caused by: org.apache.phoenix.hbase.index.exception.SingleIndexWriteFailureException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:514)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3217)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode1.quenda.co,36939,1501535869425, 
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:170)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:129)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: org.apache.hadoop.hbase.DoNotRetryIOException
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT$FailingRegionObserver.preBatchMutate(MutableIndexFailureIT.java:514)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:1007)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1674)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1750)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1706)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:1003)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3217)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:3004)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2946)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:843)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:805)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2299)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:34958)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2347)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
: 1 time, servers with issues: qnode1.quenda.co,36939,1501535869425, 
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:260)
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$2400(AsyncProcess.java:240)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.getErrors(AsyncProcess.java:1733)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:912)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:926)
	at org.apache.phoenix.hbase.index.write.ParallelWriterIndexCommitter$1.call(ParallelWriterIndexCommitter.java:166)
	... 5 more
: 1 time, servers with issues: qnode1.quenda.co,46583,1501535870094, 
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.updateTableAgain(MutableIndexFailureIT.java:468)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:258)

[ERROR] testIndexWriteFailure[MutableIndexFailureIT_transactional=false,localIndex=false,isNamespaceMapped=true,disableIndexOnWriteFailure=true,rebuildIndexOnWriteFailure=true,failRebuildTask=true,throwIndexWriteFailure=false](org.apache.phoenix.end2end.index.MutableIndexFailureIT)  Time elapsed: 26.525 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.waitForIndexRebuild(MutableIndexFailureIT.java:338)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:308)

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.624 s - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 858.455 s - in org.apache.phoenix.end2end.IndexExtendedIT
Build timed out (after 200 minutes). Marking the build as failed.
Build was aborted
Archiving artifacts
ERROR: Failed to archive artifacts: **/surefire-reports/*,**/failsafe-reports/*.xml,**/*.txt,**/*.jar,**/bin/*.py,**/bin/*.xml,**/bin/*.properties
hudson.remoting.ProxyException: java.lang.Throwable
	at hudson.remoting.FastPipedOutputStream.<init>(FastPipedOutputStream.java:49)
	at hudson.remoting.Pipe.readObject(Pipe.java:189)
	at sun.reflect.GeneratedMethodAccessor388.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1058)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2136)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2027)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1535)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2245)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2169)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2027)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1535)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2245)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2169)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2027)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1535)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:422)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:217)
	at hudson.remoting.UserRequest.perform(UserRequest.java:131)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
Caused: hudson.remoting.ProxyException: java.io.IOException: Reader side has already been abandoned
	at hudson.remoting.FastPipedOutputStream.sink(FastPipedOutputStream.java:81)
	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:151)
	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:138)
	at hudson.remoting.ProxyOutputStream$Chunk$1.run(ProxyOutputStream.java:255)
	at hudson.remoting.PipeWriter$1.run(PipeWriter.java:158)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: Pipe is already closed
	at hudson.remoting.PipeWindow.checkDeath(PipeWindow.java:108)
	at hudson.remoting.PipeWindow$Real.get(PipeWindow.java:203)
	at hudson.remoting.ProxyOutputStream.write(ProxyOutputStream.java:124)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)
	at java.util.zip.GZIPOutputStream.finish(GZIPOutputStream.java:168)
	at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:238)
	at jsync.protocol.BaseWriter.close(BaseWriter.java:14)
	at jsync.protocol.BlockIterableWriter.close(BlockIterableWriter.java:26)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:151)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:244)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:735)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:676)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:621)
	at hudson.model.Run.execute(Run.java:1760)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
[JIRA] Updating issue PHOENIX-4022
Recording test results

Build failed in Jenkins: Phoenix | Master #1723

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1723/display/redirect?page=changes>

Changes:

[jamestaylor] PHOENIX-4053 Lock row exclusively when necessary for mutable secondary

------------------------------------------
[...truncated 222.81 KB...]

[WARNING] Corrupted stdin stream in forked JVM 1. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun1.dumpstream>
[INFO] Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Running org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.027 s <<< FAILURE! - in org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[ERROR] org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT  Time elapsed: 0.008 s  <<< ERROR!
java.io.IOException: No such file or directory
	at org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT.doSetup(UpsertSelectOverlappingBatchesIT.java:61)

[WARNING] Corrupted stdin stream in forked JVM 4. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun4.dumpstream>
[INFO] Running org.apache.phoenix.execute.PartialCommitIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 s <<< FAILURE! - in org.apache.phoenix.execute.PartialCommitIT
[ERROR] org.apache.phoenix.execute.PartialCommitIT  Time elapsed: 0.011 s  <<< ERROR!
java.io.IOException: No such file or directory
	at org.apache.phoenix.execute.PartialCommitIT.doSetup(PartialCommitIT.java:104)

[WARNING] Corrupted stdin stream in forked JVM 2. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun2.dumpstream>
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.029 s <<< FAILURE! - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[ERROR] org.apache.phoenix.end2end.index.MutableIndexReplicationIT  Time elapsed: 0.012 s  <<< ERROR!
java.io.IOException: Unable to initialize WebAppContext
	at org.apache.phoenix.end2end.index.MutableIndexReplicationIT.setupConfigsAndStartCluster(MutableIndexReplicationIT.java:157)
	at org.apache.phoenix.end2end.index.MutableIndexReplicationIT.setUpBeforeClass(MutableIndexReplicationIT.java:108)
Caused by: java.io.FileNotFoundException: /tmp/Jetty_localhost_46453_hdfs____.pdgthi/webapp/webapps/hdfs/dfshealth.html (No such file or directory)
	at org.apache.phoenix.end2end.index.MutableIndexReplicationIT.setupConfigsAndStartCluster(MutableIndexReplicationIT.java:157)
	at org.apache.phoenix.end2end.index.MutableIndexReplicationIT.setUpBeforeClass(MutableIndexReplicationIT.java:108)

[WARNING] Corrupted stdin stream in forked JVM 4. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun4.dumpstream>
[WARNING] Corrupted stdin stream in forked JVM 2. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun2.dumpstream>
[INFO] Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 s <<< FAILURE! - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[ERROR] org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT  Time elapsed: 0.012 s  <<< ERROR!
java.io.IOException: No such file or directory
	at org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.doSetup(RoundRobinResultIteratorWithStatsIT.java:66)

[INFO] Running org.apache.phoenix.monitoring.PhoenixMetricsIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 s <<< FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
[ERROR] org.apache.phoenix.monitoring.PhoenixMetricsIT  Time elapsed: 0.012 s  <<< ERROR!
java.io.IOException: No such file or directory
	at org.apache.phoenix.monitoring.PhoenixMetricsIT.doSetup(PhoenixMetricsIT.java:96)

[WARNING] Corrupted stdin stream in forked JVM 5. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun5.dumpstream>
[WARNING] Corrupted stdin stream in forked JVM 2. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun2.dumpstream>
[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.625 s <<< FAILURE! - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[ERROR] testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT)  Time elapsed: 11.117 s  <<< ERROR!
java.io.IOException: Unable to initialize WebAppContext
	at org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(FailForUnsupportedHBaseVersionsIT.java:121)
Caused by: java.io.FileNotFoundException: /tmp/Jetty_localhost_46851_hdfs____.dfkc3o/webapp/webapps/hdfs/dfshealth.html (No such file or directory)
	at org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion(FailForUnsupportedHBaseVersionsIT.java:121)

[WARNING] Corrupted stdin stream in forked JVM 3. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun3.dumpstream>
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.027 s <<< FAILURE! - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[ERROR] org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT  Time elapsed: 0.026 s  <<< ERROR!
java.io.IOException: Unable to initialize WebAppContext
	at org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.setupCluster(EndtoEndIndexingWithCompressionIT.java:42)
Caused by: java.io.FileNotFoundException: /tmp/Jetty_localhost_37831_hdfs____1yxjw/webapp/webapps/hdfs/dfshealth.html (No such file or directory)
	at org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.setupCluster(EndtoEndIndexingWithCompressionIT.java:42)

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.021 s <<< FAILURE! - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[ERROR] org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT  Time elapsed: 0.019 s  <<< ERROR!
java.io.IOException: Unable to initialize WebAppContext
	at org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.setupCluster(EndToEndCoveredIndexingIT.java:131)
Caused by: java.io.FileNotFoundException: /tmp/Jetty_localhost_37151_hdfs____.bicu5p/webapp/webapps/hdfs/dfshealth.html (No such file or directory)
	at org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.setupCluster(EndToEndCoveredIndexingIT.java:131)

[INFO] Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 s <<< FAILURE! - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[ERROR] org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT  Time elapsed: 0.011 s  <<< ERROR!
java.io.IOException: Unable to initialize WebAppContext
	at org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.setupCluster(EndToEndCoveredColumnsIndexBuilderIT.java:107)
Caused by: java.io.FileNotFoundException: /tmp/Jetty_localhost_34175_hdfs____.1x4tjc/webapp/webapps/hdfs/dfshealth.html (No such file or directory)
	at org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.setupCluster(EndToEndCoveredColumnsIndexBuilderIT.java:107)

[WARNING] Corrupted stdin stream in forked JVM 8. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun8.dumpstream>
[WARNING] Corrupted stdin stream in forked JVM 7. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun7.dumpstream>
[WARNING] Corrupted stdin stream in forked JVM 6. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun6.dumpstream>
[WARNING] Corrupted stdin stream in forked JVM 5. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun5.dumpstream>
[INFO] Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.027 s <<< FAILURE! - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[ERROR] org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT  Time elapsed: 0.025 s  <<< ERROR!
java.io.IOException: Unable to initialize WebAppContext
	at org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.setupCluster(FailWithoutRetriesIT.java:84)
Caused by: java.io.FileNotFoundException: /tmp/Jetty_localhost_33895_hdfs____.5hnluq/webapp/webapps/hdfs/dfshealth.html (No such file or directory)
	at org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.setupCluster(FailWithoutRetriesIT.java:84)

[WARNING] Corrupted stdin stream in forked JVM 1. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun1.dumpstream>
[WARNING] Corrupted stdin stream in forked JVM 7. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun7.dumpstream>
[WARNING] Corrupted stdin stream in forked JVM 8. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun8.dumpstream>
[WARNING] Corrupted stdin stream in forked JVM 6. See the dump file <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports/2017-07-31T18-01-24_001-jvmRun6.dumpstream>
[INFO] Running org.apache.phoenix.rpc.PhoenixClientRpcIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 s <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixClientRpcIT
[ERROR] org.apache.phoenix.rpc.PhoenixClientRpcIT  Time elapsed: 0.003 s  <<< ERROR!
java.io.IOException: No such file or directory
	at org.apache.phoenix.rpc.PhoenixClientRpcIT.doSetup(PhoenixClientRpcIT.java:50)

[INFO] Running org.apache.phoenix.rpc.PhoenixServerRpcIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 s <<< FAILURE! - in org.apache.phoenix.rpc.PhoenixServerRpcIT
[ERROR] org.apache.phoenix.rpc.PhoenixServerRpcIT  Time elapsed: 0.011 s  <<< ERROR!
java.io.IOException: No such file or directory
	at org.apache.phoenix.rpc.PhoenixServerRpcIT.doSetup(PhoenixServerRpcIT.java:72)

[INFO] Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.012 s <<< FAILURE! - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[ERROR] org.apache.phoenix.iterate.ScannerLeaseRenewalIT  Time elapsed: 0.011 s  <<< ERROR!
java.io.IOException: Unable to initialize WebAppContext
	at org.apache.phoenix.iterate.ScannerLeaseRenewalIT.setUp(ScannerLeaseRenewalIT.java:70)
Caused by: java.io.FileNotFoundException: /tmp/Jetty_localhost_43539_hdfs____.l97tui/webapp/webapps/hdfs/dfshealth.html (No such file or directory)
	at org.apache.phoenix.iterate.ScannerLeaseRenewalIT.setUp(ScannerLeaseRenewalIT.java:70)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   WALReplayWithIndexWritesAndCompressedWALIT.setUp:101->setupCluster:112->startCluster:139 » IO
[ERROR]   ConcurrentMutationsIT.doSetup:368->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   ConnectionUtilIT.setUp:50 » IO Unable to initialize WebAppContext
[ERROR]   ContextClassloaderIT.setUpBeforeClass:61 » IO Unable to initialize WebAppConte...
[ERROR]   CountDistinctCompressionIT.doSetup:48->BaseTest.setUpTestDriver:497->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   CsvBulkLoadToolIT.doSetup:53->BaseTest.setUpTestDriver:497->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   FlappingLocalIndexIT>BaseLocalIndexIT.doSetup:62->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   IndexExtendedIT.doSetup:106->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   IndexToolForPartialBuildIT.doSetup:99->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   IndexToolForPartialBuildWithNamespaceEnabledIT.doSetup:52->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   QueryTimeoutIT.doSetup:68->BaseTest.setUpTestDriver:497->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   QueryWithLimitIT.doSetup:65->BaseTest.setUpTestDriver:497->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   RebuildIndexConnectionPropsIT.doSetup:64 » IO Unable to initialize WebAppConte...
[ERROR]   RegexBulkLoadToolIT.doSetup:52->BaseTest.setUpTestDriver:497->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   RenewLeaseIT.doSetup:58->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   SpillableGroupByIT.doSetup:80->BaseTest.setUpTestDriver:497->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   StatsCollectorIT.doSetup:140->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   SysTableNamespaceMappedStatsCollectorIT.doSetup:45->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   UpdateCacheAcrossDifferentClientsIT.doSetup:45->BaseTest.setUpTestDriver:497->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   UserDefinedFunctionsIT.doSetup:251 » IO Unable to initialize WebAppContext
[ERROR]   ImmutableIndexIT.doSetup:106->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   LocalIndexIT>BaseLocalIndexIT.doSetup:62->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   MutableIndexFailureIT.doSetup:141->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   MutableIndexReplicationIT.setUpBeforeClass:108->setupConfigsAndStartCluster:157 » IO
[ERROR]   TxWriteFailureIT.doSetup:87->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   PartialCommitIT.doSetup:104->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   UpsertSelectOverlappingBatchesIT.doSetup:61->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   FailForUnsupportedHBaseVersionsIT.testDoesNotStartRegionServerForUnsupportedCompressionAndVersion:121 » IO
[ERROR]   EndToEndCoveredColumnsIndexBuilderIT.setupCluster:107 » IO Unable to initializ...
[ERROR]   EndToEndCoveredIndexingIT.setupCluster:131 » IO Unable to initialize WebAppCon...
[ERROR]   EndtoEndIndexingWithCompressionIT.setupCluster:42 » IO Unable to initialize We...
[ERROR]   FailWithoutRetriesIT.setupCluster:84 » IO Unable to initialize WebAppContext
[ERROR]   RoundRobinResultIteratorWithStatsIT.doSetup:66->BaseTest.setUpTestDriver:497->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   ScannerLeaseRenewalIT.setUp:70 » IO Unable to initialize WebAppContext
[ERROR]   PhoenixMetricsIT.doSetup:96->BaseTest.setUpTestDriver:497->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   PhoenixClientRpcIT.doSetup:50->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[ERROR]   PhoenixServerRpcIT.doSetup:72->BaseTest.setUpTestDriver:501->BaseTest.setTxnConfigs:415 » IO
[INFO] 
[ERROR] Tests run: 38, Failures: 0, Errors: 37, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.337 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:21 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Kafka .................................... 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:21 h
[INFO] Finished at: 2017-07-31T19:20:36Z
[INFO] Final Memory: 62M/2731M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException Java heap space
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:494)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple(ForkStarter.java:369)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:292)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:243)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1077)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:907)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:785)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.lang.reflect.Method.invoke(Method.java:606)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] Caused by: java.lang.OutOfMemoryError: Java heap space
[ERROR] 	at java.util.Arrays.copyOf(Arrays.java:2367)
[ERROR] 	at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130)
[ERROR] 	at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114)
[ERROR] 	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:415)
[ERROR] 	at java.lang.StringBuilder.append(StringBuilder.java:132)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.output.MultipleFailureException.getLocalizedMessage(MultipleFailureException.java:52)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$CloseableCloser.run(ForkStarter.java:200)
[ERROR] 	at org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.CommandLineUtils$1.call(CommandLineUtils.java:282)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:626)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:117)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:363)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:342)
[ERROR] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[ERROR] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[ERROR] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[ERROR] 	at java.lang.Thread.run(Thread.java:745)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed -993674739 B of artifacts by 160.4% relative to #1700
[JIRA] Updating issue PHOENIX-4053
Recording test results

Build failed in Jenkins: Phoenix | Master #1722

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1722/display/redirect?page=changes>

Changes:

[elserj] PHOENIX-4004 Remove unnecessary allocations in server-side mutable

[apurtell] Amend PHOENIX-4039 Increase default number of RPC retries for our index

[apurtell] PHOENIX-3997 UngroupedAggregateRegionObserver.commitBatchWithHTable()

[ssa] PHOENIX-3960 PhoenixStorageHandler for Hive doesn't work from Spark jobs

------------------------------------------
[...truncated 102.03 KB...]
[INFO] Running org.apache.phoenix.end2end.NativeHBaseTypesIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.976 s - in org.apache.phoenix.end2end.DistinctCountIT
[INFO] Running org.apache.phoenix.end2end.ReadIsolationLevelIT
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.498 s - in org.apache.phoenix.end2end.NativeHBaseTypesIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.036 s - in org.apache.phoenix.end2end.ColumnProjectionOptimizationIT
[INFO] Running org.apache.phoenix.end2end.RowValueConstructorIT
[INFO] Running org.apache.phoenix.end2end.SequenceBulkAllocationIT
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.073 s - in org.apache.phoenix.end2end.DerivedTableIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.057 s - in org.apache.phoenix.end2end.ReadIsolationLevelIT
[INFO] Running org.apache.phoenix.end2end.SequenceIT
[INFO] Running org.apache.phoenix.end2end.ToNumberFunctionIT
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.493 s - in org.apache.phoenix.end2end.ToNumberFunctionIT
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.121 s - in org.apache.phoenix.end2end.ProductMetricsIT
[INFO] Running org.apache.phoenix.end2end.TopNIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.063 s - in org.apache.phoenix.end2end.TopNIT
[INFO] Running org.apache.phoenix.end2end.UpsertValuesIT
[INFO] Running org.apache.phoenix.end2end.TruncateFunctionIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.201 s - in org.apache.phoenix.end2end.TruncateFunctionIT
[INFO] Running org.apache.phoenix.end2end.VariableLengthPKIT
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.576 s - in org.apache.phoenix.end2end.SequenceIT
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.448 s - in org.apache.phoenix.end2end.SequenceBulkAllocationIT
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 122.828 s - in org.apache.phoenix.end2end.ArrayIT
[INFO] Running org.apache.phoenix.end2end.salted.SaltedTableIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.046 s - in org.apache.phoenix.end2end.salted.SaltedTableIT
[INFO] Running org.apache.phoenix.rpc.UpdateCacheWithScnIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.918 s - in org.apache.phoenix.rpc.UpdateCacheWithScnIT
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.579 s - in org.apache.phoenix.end2end.VariableLengthPKIT
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 148.838 s - in org.apache.phoenix.end2end.QueryDatabaseMetaDataIT
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 139.879 s - in org.apache.phoenix.end2end.RowValueConstructorIT
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 207.594 s - in org.apache.phoenix.end2end.CreateTableIT
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 118.916 s - in org.apache.phoenix.end2end.UpsertValuesIT
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 497, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (HBaseManagedTimeTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.884 s - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Running org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.944 s - in org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.868 s - in org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Running org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.928 s - in org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Running org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.IndexExtendedIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.217 s - in org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Running org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.518 s - in org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Running org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Running org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.806 s - in org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.177 s - in org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Running org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 101.695 s - in org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.308 s - in org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.531 s - in org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Running org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Running org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.StatsCollectorIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.512 s - in org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Running org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.438 s - in org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.632 s - in org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.594 s - in org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT
[INFO] Running org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Running org.apache.phoenix.end2end.index.LocalIndexIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexFailureIT
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.501 s - in org.apache.phoenix.end2end.UserDefinedFunctionsIT
[INFO] Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.144 s - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
[INFO] Running org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Running org.apache.phoenix.execute.PartialCommitIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.496 s - in org.apache.phoenix.end2end.index.txn.TxWriteFailureIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.83 s - in org.apache.phoenix.execute.PartialCommitIT
[INFO] Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.814 s - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
[INFO] Running org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.927 s - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.722 s - in org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 301.745 s - in org.apache.phoenix.end2end.index.ImmutableIndexIT
[INFO] Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.52 s - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 317.032 s - in org.apache.phoenix.end2end.index.LocalIndexIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 420.683 s - in org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
[WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 430.36 s - in org.apache.phoenix.end2end.StatsCollectorIT
[INFO] Running org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[INFO] Running org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 121.022 s - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
[INFO] Running org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.863 s - in org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 120.972 s - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
[INFO] Running org.apache.phoenix.rpc.PhoenixClientRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.646 s - in org.apache.phoenix.rpc.PhoenixClientRpcIT
[ERROR] Tests run: 21, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 426.128 s <<< FAILURE! - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
[ERROR] testIndexWriteFailure[MutableIndexFailureIT_transactional=false,localIndex=false,isNamespaceMapped=false,disableIndexOnWriteFailure=true,rebuildIndexOnWriteFailure=true,failRebuildTask=true,throwIndexWriteFailure=null](org.apache.phoenix.end2end.index.MutableIndexFailureIT)  Time elapsed: 15.742 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.waitForIndexRebuild(MutableIndexFailureIT.java:338)
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:308)

[ERROR] testIndexWriteFailure[MutableIndexFailureIT_transactional=false,localIndex=false,isNamespaceMapped=true,disableIndexOnWriteFailure=true,rebuildIndexOnWriteFailure=true,failRebuildTask=true,throwIndexWriteFailure=null](org.apache.phoenix.end2end.index.MutableIndexFailureIT)  Time elapsed: 12.544 s  <<< FAILURE!
org.junit.ComparisonFailure: expected:<x[2]> but was:<x[]>
	at org.apache.phoenix.end2end.index.MutableIndexFailureIT.testIndexWriteFailure(MutableIndexFailureIT.java:268)

[INFO] Running org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.55 s - in org.apache.phoenix.rpc.PhoenixServerRpcIT
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 77.812 s - in org.apache.phoenix.monitoring.PhoenixMetricsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 161.354 s - in org.apache.phoenix.iterate.ScannerLeaseRenewalIT
[INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 832.101 s - in org.apache.phoenix.end2end.IndexExtendedIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   MutableIndexFailureIT.testIndexWriteFailure:308->waitForIndexRebuild:338
[ERROR]   MutableIndexFailureIT.testIndexWriteFailure:268 expected:<x[2]> but was:<x[]>
[INFO] 
[ERROR] Tests run: 624, Failures: 2, Errors: 0, Skipped: 48
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  4.467 s]
[INFO] Phoenix Core ....................................... FAILURE [  01:37 h]
[INFO] Phoenix - Flume .................................... SKIPPED
[INFO] Phoenix - Kafka .................................... 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:37 h
[INFO] Finished at: 2017-07-26T05:15:59Z
[INFO] Final Memory: 59M/1217M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException There was an error in the forked process
[ERROR] Test mechanism :: java.lang.Exception: Service failed while running
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:494)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple(ForkStarter.java:369)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:292)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:243)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1077)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:907)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:785)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.lang.reflect.Method.invoke(Method.java:606)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process
[ERROR] Test mechanism :: java.lang.Exception: Service failed while running
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:665)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:117)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:363)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:342)
[ERROR] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[ERROR] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[ERROR] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[ERROR] 	at java.lang.Thread.run(Thread.java:745)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
ERROR: Failed to archive {phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT-output.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.CoerceExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.CoerceExpressionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT-output.txt, phoenix-hive/target/dependency/xz-1.0.jar=phoenix-hive/target/dependency/xz-1.0.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicColumnIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicColumnIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LikeExpressionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LikeExpressionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSubstrFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSubstrFunctionIT-output.txt, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest-output.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheWithScnIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheWithScnIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.LogUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.LogUtilTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.SpoolingResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.SpoolingResultIteratorTest.txt, phoenix-hive/target/dependency/janino-2.7.6.jar=phoenix-hive/target/dependency/janino-2.7.6.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.RollbackIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.RollbackIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TransactionalViewIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TransactionalViewIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexReplicationIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexReplicationIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT.txt, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/31/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/31/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.txt, phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.SecureQueryServerIT.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.SecureQueryServerIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PhoenixRuntimeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PhoenixRuntimeIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestCoveredColumns.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestCoveredColumns.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ViewIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ViewIndexIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NamespaceSchemaMappingIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NamespaceSchemaMappingIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadOnlyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadOnlyIT.txt, phoenix-hive/target/dependency/jsp-2.1-6.1.14.jar=phoenix-hive/target/dependency/jsp-2.1-6.1.14.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.xml, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.CsvEventSerializerIT-output.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.CsvEventSerializerIT-output.txt, phoenix-hive/target/dependency/curator-framework-2.6.0.jar=phoenix-hive/target/dependency/curator-framework-2.6.0.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ParallelIteratorsSplitTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ParallelIteratorsSplitTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheIT-output.txt, phoenix-hive/target/dependency/hive-service-1.2.1.jar=phoenix-hive/target/dependency/hive-service-1.2.1.jar, phoenix-hive/target/dependency/twill-common-0.8.0.jar=phoenix-hive/target/dependency/twill-common-0.8.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PhoenixRuntimeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PhoenixRuntimeIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.SelectStatementRewriterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.SelectStatementRewriterTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.BinaryRowKeyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.BinaryRowKeyIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceBulkAllocationIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceBulkAllocationIT.txt, phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.AbstractPhoenixSparkIT.xml=phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.AbstractPhoenixSparkIT.xml, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT.txt, phoenix-hive/target/dependency/twill-discovery-api-0.8.0.jar=phoenix-hive/target/dependency/twill-discovery-api-0.8.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AbsFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AbsFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UserDefinedFunctionsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UserDefinedFunctionsIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ScanRangesIntersectTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ScanRangesIntersectTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixEncodeDecodeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixEncodeDecodeTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ExpFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ExpFunctionTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.ConcatResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.ConcatResultIteratorTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AutoPartitionViewsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AutoPartitionViewsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToCharFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToCharFunctionIT-output.txt, phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.udf.ReserveNSequenceTestIT-output.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.udf.ReserveNSequenceTestIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ContextClassloaderIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ContextClassloaderIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpSubstrFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpSubstrFunctionTest.xml, phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveMapReduceIT-output.txt=phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveMapReduceIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.NullValueTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.NullValueTest.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/56/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/56/hive-exec-1.2.1.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/34/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/34/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.CastParseNodeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.CastParseNodeTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingLocalIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingLocalIndexIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.MutableRollbackIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.MutableRollbackIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.cache.TenantCacheTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.cache.TenantCacheTest.xml, phoenix-hive/target/dependency/netty-3.6.2.Final.jar=phoenix-hive/target/dependency/netty-3.6.2.Final.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinLocalIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinLocalIndexIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder-output.txt, phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar2.jar=phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar2.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/30/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/30/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.LimitCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.LimitCompilerTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.xml, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/18/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/18/hive-exec-1.2.1.jar, phoenix-pig/target/failsafe-reports/null-output.txt=phoenix-pig/target/failsafe-reports/null-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixContextExecutorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixContextExecutorTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeCoalesceTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeCoalesceTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ColumnExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ColumnExpressionTest.txt, phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest.xml=phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayConcatFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayConcatFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexBulkLoadToolIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexBulkLoadToolIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayAppendFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayAppendFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertBigValuesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertBigValuesIT.txt, phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.util.ColumnInfoToStringEncoderDecoderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.util.ColumnInfoToStringEncoderDecoderTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexReplicationIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexReplicationIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.index.automated.MRJobSubmitterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.index.automated.MRJobSubmitterTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropColumnIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropColumnIT-output.txt, phoenix-hive/target/dependency/json-20090211.jar=phoenix-hive/target/dependency/json-20090211.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.MetaDataUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.MetaDataUtilTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.xml, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.TestHBaseProps.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.TestHBaseProps.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithLimitIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithLimitIT-output.txt, phoenix-hive/target/dependency/tez-mapreduce-0.8.4.jar=phoenix-hive/target/dependency/tez-mapreduce-0.8.4.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CaseStatementIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CaseStatementIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexExtendedIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexExtendedIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.json.JsonUpsertExecutorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.json.JsonUpsertExecutorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FunkyNamesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FunkyNamesIT-output.txt, phoenix-hive/target/dependency/commons-io-2.4.jar=phoenix-hive/target/dependency/commons-io-2.4.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.MutationTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.MutationTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MultiCfQueryExecIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MultiCfQueryExecIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OrderByIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OrderByIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeySchemaTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeySchemaTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/35/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/35/hive-exec-1.2.1.jar, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.util.ResourceListTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.util.ResourceListTest.xml, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.txt, phoenix-hive/target/dependency/hamcrest-core-1.3.jar=phoenix-hive/target/dependency/hamcrest-core-1.3.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExecuteStatementsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExecuteStatementsIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToNumberFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToNumberFunctionIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayAppendFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayAppendFunctionTest.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/49/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/49/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.OrderedResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.OrderedResultIteratorTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingLocalIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingLocalIndexIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StatsCollectorIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StatsCollectorIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AggregateIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AggregateIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StoreNullsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StoreNullsIT.xml, phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.RegexEventSerializerIT.xml=phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.RegexEventSerializerIT.xml, bin/sandbox-log4j.properties=bin/sandbox-log4j.properties, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OnDuplicateKeyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OnDuplicateKeyIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SignFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SignFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PMetaDataImplTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PMetaDataImplTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ILikeExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ILikeExpressionTest.txt, bin/hadoop-metrics2-hbase.properties=bin/hadoop-metrics2-hbase.properties, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FlappingAlterTableIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FlappingAlterTableIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.ColumnInfoToStringEncoderDecoderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.ColumnInfoToStringEncoderDecoderTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PowerFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PowerFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.PartialCommitIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.PartialCommitIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertSelectAutoCommitIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertSelectAutoCommitIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanAfterManualSplitIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanAfterManualSplitIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RoundFloorCeilFuncIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RoundFloorCeilFuncIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayIT-output.txt, phoenix-hive/target/dependency/hive-serde-1.2.1.jar=phoenix-hive/target/dependency/hive-serde-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DecodeFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DecodeFunctionIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CreateSchemaIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CreateSchemaIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatementHintsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatementHintsIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MappingTableDataTypeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MappingTableDataTypeIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificViewIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificViewIndexIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.txt, phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.QueryServerBasicsIT-output.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.QueryServerBasicsIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FunkyNamesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FunkyNamesIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereOptimizerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereOptimizerTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.xml, phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MinMaxAggregateFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MinMaxAggregateFunctionIT.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.PherfTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.PherfTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.xml, phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar1.jar=phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.MutationStateTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.MutationStateTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateSchemaIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateSchemaIT-output.txt, phoenix-hive/target/dependency/hadoop-auth-2.7.1.jar=phoenix-hive/target/dependency/hadoop-auth-2.7.1.jar, phoenix-hive/target/dependency/geronimo-jta_1.1_spec-1.1.1.jar=phoenix-hive/target/dependency/geronimo-jta_1.1_spec-1.1.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexBulkLoadToolIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexBulkLoadToolIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PercentileIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PercentileIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.CsvUpsertExecutorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.CsvUpsertExecutorTest.xml, phoenix-hive/target/dependency/commons-dbcp-1.4.jar=phoenix-hive/target/dependency/commons-dbcp-1.4.jar, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/23/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/23/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnEncodedBytesPropIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnEncodedBytesPropIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NotQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NotQueryIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.LiteralResultIteratorPlanTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.LiteralResultIteratorPlanTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpperLowerFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpperLowerFunctionIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ParallelIteratorsSplitTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ParallelIteratorsSplitTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.BinaryRowKeyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.BinaryRowKeyIT-output.txt, phoenix-hive/target/dependency/apacheds-kerberos-codec-2.0.0-M15.jar=phoenix-hive/target/dependency/apacheds-kerberos-codec-2.0.0-M15.jar, phoenix-hive/target/dependency/disruptor-3.3.0.jar=phoenix-hive/target/dependency/disruptor-3.3.0.jar, phoenix-hive/target/dependency/hadoop-hdfs-2.7.1.jar=phoenix-hive/target/dependency/hadoop-hdfs-2.7.1.jar, phoenix-kafka/target/failsafe-reports/org.apache.phoenix.kafka.PhoenixConsumerIT.txt=phoenix-kafka/target/failsafe-reports/org.apache.phoenix.kafka.PhoenixConsumerIT.txt, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ResultTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ResultTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OrderByIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OrderByIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest.txt, phoenix-queryserver/target/failsafe-reports/null-output.txt=phoenix-queryserver/target/failsafe-reports/null-output.txt, phoenix-hive/target/dependency/commons-daemon-1.0.13.jar=phoenix-hive/target/dependency/commons-daemon-1.0.13.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TimezoneOffsetFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TimezoneOffsetFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT.txt, phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.DataIngestIT.xml=phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.DataIngestIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.StringToArrayConverterTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.StringToArrayConverterTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EvaluationOfORIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EvaluationOfORIT.txt, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.txt, phoenix-tracing-webapp/src/main/config/checkstyle/header.txt=phoenix-tracing-webapp/src/main/config/checkstyle/header.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT-output.txt, phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar4.jar=phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar4.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InstrFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InstrFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayFillFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayFillFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsCollectorIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsCollectorIT-output.txt, phoenix-hive/target/dependency/ant-launcher-1.9.1.jar=phoenix-hive/target/dependency/ant-launcher-1.9.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SignFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SignFunctionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixPreparedStatementTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixPreparedStatementTest.txt, phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveMapReduceIT.txt=phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveMapReduceIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryExecWithoutSCNIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryExecWithoutSCNIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.LikeExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.LikeExpressionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest.txt, phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveTezIT-output.txt=phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveTezIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.SaltedIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.SaltedIndexIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ExpFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ExpFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadIsolationLevelIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadIsolationLevelIT.txt, phoenix-hive/target/dependency/guice-3.0.jar=phoenix-hive/target/dependency/guice-3.0.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestCoveredColumns.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestCoveredColumns.txt, phoenix-hive/target/dependency/jsr305-2.0.1.jar=phoenix-hive/target/dependency/jsr305-2.0.1.jar, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.DataIngestIT-output.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.DataIngestIT-output.txt, phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SecureQueryServerIT.xml=phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SecureQueryServerIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/11/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/11/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryCompilerTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NamespaceSchemaMappingIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NamespaceSchemaMappingIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.cache.JodaTimezoneCacheTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.cache.JodaTimezoneCacheTest.xml, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.PherfMainIT-output.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.PherfMainIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FunkyNamesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FunkyNamesIT.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/66/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/66/hadoop-common-2.7.1.jar, phoenix-hive/target/dependency/commons-el-1.0.jar=phoenix-hive/target/dependency/commons-el-1.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingAlterTableIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingAlterTableIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseScanIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseScanIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UseSchemaIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UseSchemaIT-output.txt, phoenix-hive/target/dependency/jaxb-impl-2.2.3-1.jar=phoenix-hive/target/dependency/jaxb-impl-2.2.3-1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ScannerLeaseRenewalTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ScannerLeaseRenewalTest.txt, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ColumnTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ColumnTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.DateUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.DateUtilTest.txt, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateTableIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateTableIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.OrderByTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.OrderByTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexMetadataIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexMetadataIT-output.txt, bin/psql.py=bin/psql.py, phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SerialIteratorsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SerialIteratorsIT-output.txt, phoenix-hive/target/dependency/xml-apis-1.3.04.jar=phoenix-hive/target/dependency/xml-apis-1.3.04.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArraysWithNullsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArraysWithNullsIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.QueryParserTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.QueryParserTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.ImmutableStorageSchemeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.ImmutableStorageSchemeTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MD5FunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MD5FunctionIT.txt, phoenix-hive/target/dependency/paranamer-2.3.jar=phoenix-hive/target/dependency/paranamer-2.3.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CastAndCoerceIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CastAndCoerceIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SignFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SignFunctionEnd2EndIT-output.txt, phoenix-hive/target/dependency/tez-runtime-library-0.8.4.jar=phoenix-hive/target/dependency/tez-runtime-library-0.8.4.jar, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.util.ResourceListTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.util.ResourceListTest.txt, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ResourceTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ResourceTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LastValueFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LastValueFunctionIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/41/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/41/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SkipScanQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SkipScanQueryIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ViewIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ViewIT.txt, phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar3.jar=phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar3.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TransactionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TransactionIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArithmeticQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArithmeticQueryIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.IndexUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.IndexUtilTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SerialIteratorsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SerialIteratorsIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SpillableGroupByIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SpillableGroupByIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.GroupByIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.GroupByIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IsNullIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IsNullIT.xml, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/37/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/37/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AggregateQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AggregateQueryIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LikeExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LikeExpressionTest.txt, phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.DropMetadataIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.DropMetadataIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.FlappingTransactionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.FlappingTransactionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryDatabaseMetaDataIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryDatabaseMetaDataIT.txt, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/32/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/32/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ScanQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ScanQueryIT.xml, phoenix-hive/target/dependency/commons-math-2.2.jar=phoenix-hive/target/dependency/commons-math-2.2.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificTablesDMLIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificTablesDMLIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpooledTmpFileDeleteIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpooledTmpFileDeleteIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TruncateFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TruncateFunctionIT.txt, phoenix-hive/target/dependency/commons-cli-1.2.jar=phoenix-hive/target/dependency/commons-cli-1.2.jar, phoenix-hive/target/dependency/hadoop-yarn-server-nodemanager-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-server-nodemanager-2.7.1.jar, phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseScanIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseScanIT.txt, phoenix-hive/target/dependency/commons-digester-1.8.jar=phoenix-hive/target/dependency/commons-digester-1.8.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.QueryUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.QueryUtilTest.txt, phoenix-hive/target/dependency/datanucleus-core-3.2.10.jar=phoenix-hive/target/dependency/datanucleus-core-3.2.10.jar, phoenix-queryserver-client/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-thin-client.jar=phoenix-queryserver-client/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-thin-client.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CreateTableCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CreateTableCompilerTest.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RuleGeneratorTest-output.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RuleGeneratorTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CursorWithRowValueConstructorIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CursorWithRowValueConstructorIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RowValueConstructorIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RowValueConstructorIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SignFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SignFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantIdTypeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantIdTypeIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDMLIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDMLIT-output.txt, phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.xml=phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValueFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValueFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RoundFloorCeilFuncIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RoundFloorCeilFuncIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryTimeoutIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryTimeoutIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AppendOnlySchemaIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AppendOnlySchemaIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.SpoolingResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.SpoolingResultIteratorTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ColumnEncodedBytesPropIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ColumnEncodedBytesPropIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/14/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/14/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableWithViewsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableWithViewsIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayPrependFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayPrependFunctionIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayPrependFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayPrependFunctionIT.xml, phoenix-hive/target/dependency/tez-runtime-internals-0.8.4.jar=phoenix-hive/target/dependency/tez-runtime-internals-0.8.4.jar, phoenix-hive/target/dependency/libfb303-0.9.2.jar=phoenix-hive/target/dependency/libfb303-0.9.2.jar, phoenix-hive/target/dependency/datanucleus-api-jdo-3.2.6.jar=phoenix-hive/target/dependency/datanucleus-api-jdo-3.2.6.jar, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/38/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/38/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NativeHBaseTypesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NativeHBaseTypesIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SortOrderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SortOrderTest.xml, phoenix-hive/target/dependency/jta-1.1.jar=phoenix-hive/target/dependency/jta-1.1.jar, phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-runnable.jar=phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-runnable.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT.xml, phoenix-hive/target/dependency/groovy-all-2.1.6.jar=phoenix-hive/target/dependency/groovy-all-2.1.6.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctPrefixFilterIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctPrefixFilterIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValuesFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValuesFunctionIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.SequenceUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.SequenceUtilTest.xml, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.JsonEventSerializerIT-output.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.JsonEventSerializerIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SaltedViewIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SaltedViewIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.LocalIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.LocalIndexIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.cache.JodaTimezoneCacheTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.cache.JodaTimezoneCacheTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SaltedViewIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SaltedViewIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpReplaceFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpReplaceFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectAutoCommitIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectAutoCommitIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixDriverTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixDriverTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryWithOffsetIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryWithOffsetIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixRuntimeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixRuntimeTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DecodeFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DecodeFunctionIT-output.txt, bin/pherf-standalone.py=bin/pherf-standalone.py, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AbsFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AbsFunctionEnd2EndIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ViewIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ViewIndexIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.OrderByTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.OrderByTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryMetaDataTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryMetaDataTest.xml, phoenix-hive/target/dependency/hbase-protocol-1.3.1.jar=phoenix-hive/target/dependency/hbase-protocol-1.3.1.jar, phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest.txt, phoenix-hive/target/dependency/hadoop-yarn-common-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSplitFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSplitFunctionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayFillFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayFillFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheWithScnIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheWithScnIT-output.txt, phoenix-hive/target/dependency/guava-13.0.1.jar=phoenix-hive/target/dependency/guava-13.0.1.jar, phoenix-hive/target/dependency/curator-recipes-2.7.1.jar=phoenix-hive/target/dependency/curator-recipes-2.7.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.LikeExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.LikeExpressionTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TopNIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TopNIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.ByteUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.ByteUtilTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EvaluationOfORIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EvaluationOfORIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryOptimizerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryOptimizerTest.xml, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest-output.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT.xml, phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.EncodeFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.EncodeFunctionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpgradeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpgradeIT.xml, phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT-output.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctCountIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctCountIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpooledTmpFileDeleteIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpooledTmpFileDeleteIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.QueryPlanTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.QueryPlanTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexFailureIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexFailureIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValueFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValueFunctionIT-output.txt, phoenix-hive/target/dependency/tez-tests-0.8.4-tests.jar=phoenix-hive/target/dependency/tez-tests-0.8.4-tests.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PrefixByteEncoderDecoderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PrefixByteEncoderDecoderTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.TenantIdByteConversionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.TenantIdByteConversionTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.DistinctPrefixFilterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.DistinctPrefixFilterTest.xml, phoenix-hive/target/dependency/jettison-1.3.4.jar=phoenix-hive/target/dependency/jettison-1.3.4.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/22/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/22/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-hive/target/dependency/stax-api-1.0.1.jar=phoenix-hive/target/dependency/stax-api-1.0.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExpFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExpFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.ScannerLeaseRenewalIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.ScannerLeaseRenewalIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SaltedViewIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SaltedViewIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.xml, phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest.txt=phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.parse.QueryParserTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.parse.QueryParserTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.ColumnInfoTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.ColumnInfoTest.txt, phoenix-hive/target/dependency/async-http-client-1.8.16.jar=phoenix-hive/target/dependency/async-http-client-1.8.16.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.AggregateResultScannerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.AggregateResultScannerTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayConcatFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayConcatFunctionIT-output.txt, phoenix-hive/target/dependency/slf4j-api-1.6.4.jar=phoenix-hive/target/dependency/slf4j-api-1.6.4.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpgradeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpgradeIT-output.txt, phoenix-hive/target/dependency/metrics-core-2.2.0.jar=phoenix-hive/target/dependency/metrics-core-2.2.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConvertTimezoneFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConvertTimezoneFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.txt, phoenix-hive/target/dependency/jasper-runtime-5.5.23.jar=phoenix-hive/target/dependency/jasper-runtime-5.5.23.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.txt, phoenix-hive/target/dependency/hbase-annotations-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-annotations-1.3.1-tests.jar, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.xml, phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT-output.txt, phoenix-hive/target/dependency/hadoop-yarn-server-tests-2.7.1-tests.jar=phoenix-hive/target/dependency/hadoop-yarn-server-tests-2.7.1-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NotQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NotQueryIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.AsyncIndexDisabledIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.AsyncIndexDisabledIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ImmutableTablePropertiesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ImmutableTablePropertiesIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayToStringFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayToStringFunctionIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.txt, phoenix-hive/target/dependency/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar=phoenix-hive/target/dependency/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest-output.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ColumnTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ColumnTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpperLowerFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpperLowerFunctionIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.QualifierEncodingSchemeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.QualifierEncodingSchemeTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ScanQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ScanQueryIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanQueryIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryIT.txt, phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.JsonEventSerializerIT.xml=phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.JsonEventSerializerIT.xml, phoenix-hive/target/dependency/javax.inject-1.jar=phoenix-hive/target/dependency/javax.inject-1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertBigValuesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertBigValuesIT.xml, phoenix-hive/target/dependency/calcite-linq4j-1.2.0-incubating.jar=phoenix-hive/target/dependency/calcite-linq4j-1.2.0-incubating.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortOrderIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortOrderIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.SecureUserConnectionsTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.SecureUserConnectionsTest-output.txt, phoenix-hive/target/dependency/jersey-server-1.9.jar=phoenix-hive/target/dependency/jersey-server-1.9.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InListIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InListIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConnectionUtilIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConnectionUtilIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpSplitFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpSplitFunctionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDateArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDateArrayToStringTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ModulusExpressionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ModulusExpressionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDataTypeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDataTypeTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.DescVarLengthFastByteComparisonsTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.DescVarLengthFastByteComparisonsTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DateTimeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DateTimeIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NthValueFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NthValueFunctionIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.memory.MemoryManagerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.memory.MemoryManagerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValueFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValueFunctionIT.txt, phoenix-hive/target/dependency/aopalliance-1.0.jar=phoenix-hive/target/dependency/aopalliance-1.0.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.MergeSortResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.MergeSortResultIteratorTest.txt, phoenix-hive/target/dependency/jline-2.11.jar=phoenix-hive/target/dependency/jline-2.11.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.xml, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.RuleGeneratorTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.RuleGeneratorTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.AggregateResultScannerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.AggregateResultScannerTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayAppendFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayAppendFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AppendOnlySchemaIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AppendOnlySchemaIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.PhoenixStatsCacheRemovalListenerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.PhoenixStatsCacheRemovalListenerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ScanRangesTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ScanRangesTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.StringToArrayConverterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.StringToArrayConverterTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.MutationStateTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.MutationStateTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterIntersectTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterIntersectTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExecuteStatementsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExecuteStatementsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExpFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExpFunctionEnd2EndIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PrimitiveTypeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PrimitiveTypeIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectIT.txt, phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveTezIT.txt=phoenix-hive/target/failsafe-reports/org.apache.phoenix.hive.HiveTezIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixClientRpcIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixClientRpcIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.BuiltinFunctionConstructorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.BuiltinFunctionConstructorTest.txt, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.CsvEventSerializerIT.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.CsvEventSerializerIT.txt, phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.UpdateCacheWithScnIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.UpdateCacheWithScnIT.xml, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/15/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/15/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.stats.StatisticsScannerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.stats.StatisticsScannerTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PointInTimeQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PointInTimeQueryIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MutableQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MutableQueryIT.txt, phoenix-hive/target/dependency/twill-core-0.8.0.jar=phoenix-hive/target/dependency/twill-core-0.8.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OrderByIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OrderByIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinLocalIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinLocalIndexIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixEncodeDecodeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixEncodeDecodeTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpgradeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpgradeIT.txt, phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeIntersectTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeIntersectTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.SecureUserConnectionsTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.SecureUserConnectionsTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReadIsolationLevelIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReadIsolationLevelIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.cache.TenantCacheTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.cache.TenantCacheTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArithmeticQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArithmeticQueryIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CursorWithRowValueConstructorIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CursorWithRowValueConstructorIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixDriverTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixDriverTest.txt, phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NthValueFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NthValueFunctionIT.txt, phoenix-hive/target/dependency/apacheds-i18n-2.0.0-M15.jar=phoenix-hive/target/dependency/apacheds-i18n-2.0.0-M15.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctPrefixFilterIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctPrefixFilterIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SortOrderExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SortOrderExpressionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableIT-output.txt, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.SchemaReaderIT-output.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.SchemaReaderIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSubstrFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSubstrFunctionIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.CorrelatePlanTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.CorrelatePlanTest.xml, phoenix-hive/target/dependency/jetty-6.1.26.jar=phoenix-hive/target/dependency/jetty-6.1.26.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CsvBulkLoadToolIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CsvBulkLoadToolIT-output.txt, phoenix-hive/target/dependency/leveldbjni-all-1.8.jar=phoenix-hive/target/dependency/leveldbjni-all-1.8.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/53/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/53/hadoop-common-2.7.1.jar, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest-output.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.FormatToBytesWritableMapperTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.FormatToBytesWritableMapperTest.txt, phoenix-hive/target/dependency/hive-exec-1.2.1.jar=phoenix-hive/target/dependency/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.ParameterizedTransactionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.ParameterizedTransactionIT.txt, phoenix-hive/target/dependency/servlet-api-2.5.jar=phoenix-hive/target/dependency/servlet-api-2.5.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ScanRangesTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ScanRangesTest.txt, phoenix-hive/target/dependency/asm-all-5.0.2.jar=phoenix-hive/target/dependency/asm-all-5.0.2.jar, phoenix-hive/target/dependency/jackson-mapper-asl-1.9.2.jar=phoenix-hive/target/dependency/jackson-mapper-asl-1.9.2.jar, phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-hive/target/dependency/hadoop-annotations-2.7.1.jar=phoenix-hive/target/dependency/hadoop-annotations-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TransactionalViewIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TransactionalViewIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.UnnestArrayPlanTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.UnnestArrayPlanTest.xml, phoenix-hive/target/dependency/hadoop-mapreduce-client-common-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-common-2.7.1.jar, phoenix-hive/target/dependency/jackson-xc-1.9.2.jar=phoenix-hive/target/dependency/jackson-xc-1.9.2.jar, phoenix-hive/target/dependency/opencsv-2.3.jar=phoenix-hive/target/dependency/opencsv-2.3.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeySchemaTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeySchemaTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixRuntimeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixRuntimeTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/64/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/64/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/cached_classpath.txt=phoenix-core/target/cached_classpath.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RowValueConstructorIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RowValueConstructorIT.xml, phoenix-hive/target/dependency/gson-2.2.4.jar=phoenix-hive/target/dependency/gson-2.2.4.jar, phoenix-hive/target/dependency/httpcore-4.0.1.jar=phoenix-hive/target/dependency/httpcore-4.0.1.jar, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/13/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/13/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.IndexUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.IndexUtilTest.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/47/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/47/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-hive/target/dependency/hbase-common-1.3.1.jar=phoenix-hive/target/dependency/hbase-common-1.3.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicUpsertIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicUpsertIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StoreNullsPropIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StoreNullsPropIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InstrFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InstrFunctionIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.GetSetByteBitFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.GetSetByteBitFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.LocalIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.LocalIndexIT-output.txt, phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-hive/target/phoenix-hive-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestLocalTableState.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestLocalTableState.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FlappingLocalIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FlappingLocalIndexIT.xml, phoenix-hive/target/dependency/calcite-avatica-1.2.0-incubating.jar=phoenix-hive/target/dependency/calcite-avatica-1.2.0-incubating.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinMoreIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinMoreIT.txt, phoenix-hive/target/dependency/hadoop-mapreduce-client-app-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-app-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ScanRangesIntersectTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ScanRangesIntersectTest.txt, phoenix-hive/target/dependency/geronimo-annotation_1.0_spec-1.1.1.jar=phoenix-hive/target/dependency/geronimo-annotation_1.0_spec-1.1.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RoundFloorCeilExpressionsTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RoundFloorCeilExpressionsTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.stats.StatisticsScannerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.stats.StatisticsScannerTest-output.txt, phoenix-hive/target/dependency/commons-compress-1.4.1.jar=phoenix-hive/target/dependency/commons-compress-1.4.1.jar, phoenix-hive/target/dependency/jets3t-0.9.0.jar=phoenix-hive/target/dependency/jets3t-0.9.0.jar, phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-javadoc.jar=phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-javadoc.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultColumnValueIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultColumnValueIT.txt, phoenix-hive/target/dependency/hadoop-mapreduce-client-jobclient-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-jobclient-2.7.1.jar, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.RowCalculatorTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.RowCalculatorTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.TransactionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.TransactionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.FlappingTransactionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.FlappingTransactionIT.txt, phoenix-hive/target/dependency/hadoop-yarn-server-resourcemanager-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-server-resourcemanager-2.7.1.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/43/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/43/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeySchemaTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeySchemaTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodecTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodecTest.xml, phoenix-hive/target/dependency/hive-shims-common-1.2.1.jar=phoenix-hive/target/dependency/hive-shims-common-1.2.1.jar, phoenix-client/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-client.jar=phoenix-client/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-client.jar, phoenix-hive/target/dependency/velocity-1.5.jar=phoenix-hive/target/dependency/velocity-1.5.jar, phoenix-hive/target/dependency/commons-configuration-1.6.jar=phoenix-hive/target/dependency/commons-configuration-1.6.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CountDistinctCompressionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CountDistinctCompressionIT-output.txt, phoenix-hive/target/dependency/hbase-it-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-it-1.3.1-tests.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.DistinctPrefixFilterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.DistinctPrefixFilterTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/40/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/40/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CSVCommonsLoaderIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CSVCommonsLoaderIT.txt, phoenix-hive/target/dependency/hbase-common-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-common-1.3.1-tests.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.json.JsonUpsertExecutorTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.json.JsonUpsertExecutorTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/24/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/24/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryMoreIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryMoreIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.StringUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.StringUtilTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CreateTableCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CreateTableCompilerTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest.xml, phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.ScanUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.ScanUtilTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/31/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/31/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTableMetricsWriterIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTableMetricsWriterIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.StatementHintsCompilationTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.StatementHintsCompilationTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanBigFilterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanBigFilterTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsCollectorIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsCollectorIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildIT.xml, phoenix-pherf/target/failsafe-reports/failsafe-summary.xml=phoenix-pherf/target/failsafe-reports/failsafe-summary.xml, phoenix-hive/target/dependency/java-xmlbuilder-0.4.jar=phoenix-hive/target/dependency/java-xmlbuilder-0.4.jar, phoenix-hive/target/dependency/asm-3.1.jar=phoenix-hive/target/dependency/asm-3.1.jar, phoenix-hive/target/dependency/netty-all-4.0.23.Final.jar=phoenix-hive/target/dependency/netty-all-4.0.23.Final.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT.txt, phoenix-hive/target/dependency/guice-servlet-3.0.jar=phoenix-hive/target/dependency/guice-servlet-3.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValuesFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValuesFunctionIT.txt, phoenix-hive/target/dependency/hive-shims-scheduler-1.2.1.jar=phoenix-hive/target/dependency/hive-shims-scheduler-1.2.1.jar, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT-output.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.EncodedColumnQualifierCellsListTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.EncodedColumnQualifierCellsListTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RoundFloorCeilExpressionsTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RoundFloorCeilExpressionsTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.ReadOnlyPropertiesTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.ReadOnlyPropertiesTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicFamilyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicFamilyIT-output.txt, phoenix-hive/target/dependency/parquet-hadoop-bundle-1.6.0.jar=phoenix-hive/target/dependency/parquet-hadoop-bundle-1.6.0.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeUnionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeUnionTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.ReadOnlyPropertiesTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.ReadOnlyPropertiesTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/44/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/44/hive-exec-1.2.1.jar, phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.QueryServerBasicsIT.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.QueryServerBasicsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MapReduceIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MapReduceIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ColumnInfoTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ColumnInfoTest.xml, phoenix-hive/target/dependency/ant-1.9.1.jar=phoenix-hive/target/dependency/ant-1.9.1.jar, phoenix-hive/target/dependency/jetty-util-6.1.26.jar=phoenix-hive/target/dependency/jetty-util-6.1.26.jar, bin/sqlline-thin.py=bin/sqlline-thin.py, phoenix-kafka/target/failsafe-reports/org.apache.phoenix.kafka.PhoenixConsumerIT-output.txt=phoenix-kafka/target/failsafe-reports/org.apache.phoenix.kafka.PhoenixConsumerIT-output.txt, phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest-output.txt=phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.stats.StatisticsScannerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.stats.StatisticsScannerTest.txt, phoenix-hive/target/dependency/hbase-shell-1.3.1.jar=phoenix-hive/target/dependency/hbase-shell-1.3.1.jar, phoenix-hive/target/dependency/api-util-1.0.0-M20.jar=phoenix-hive/target/dependency/api-util-1.0.0-M20.jar, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.PherfTest-output.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.PherfTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.trace.PhoenixTableMetricsWriterIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.trace.PhoenixTableMetricsWriterIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ColumnProjectionOptimizationIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ColumnProjectionOptimizationIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DecodeFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DecodeFunctionIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.GetSetByteBitFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.GetSetByteBitFunctionTest.txt, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReverseScanIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReverseScanIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ParallelIteratorsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ParallelIteratorsIT.txt, phoenix-kafka/target/failsafe-reports/null-output.txt=phoenix-kafka/target/failsafe-reports/null-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ByteUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ByteUtilTest.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/48/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/48/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CustomEntityDataIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CustomEntityDataIT-output.txt, phoenix-hive/target/dependency/hadoop-yarn-api-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-api-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DistinctPrefixFilterIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DistinctPrefixFilterIT.xml, phoenix-hive/target/dependency/hive-cli-1.2.1.jar=phoenix-hive/target/dependency/hive-cli-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.AbsFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.AbsFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CountDistinctCompressionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CountDistinctCompressionIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ConnectionlessTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ConnectionlessTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsPropIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsPropIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoCommitIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoCommitIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MD5FunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MD5FunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValuesFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LastValuesFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectAutoCommitIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertSelectAutoCommitIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexExpressionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexExpressionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SortOrderExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SortOrderExpressionTest.xml, phoenix-hive/target/dependency/asm-tree-3.1.jar=phoenix-hive/target/dependency/asm-tree-3.1.jar, phoenix-hive/target/dependency/sqlline-1.2.0.jar=phoenix-hive/target/dependency/sqlline-1.2.0.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeCoalesceTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeCoalesceTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.EvaluationOfORIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.EvaluationOfORIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ContextClassloaderIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ContextClassloaderIT.xml, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/24/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/24/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertBigValuesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertBigValuesIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ConnectionQueryServicesImplTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ConnectionQueryServicesImplTest.xml, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/11/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/11/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.PhoenixQueryTimeoutIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.PhoenixQueryTimeoutIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterSessionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterSessionIT.xml, phoenix-hive/target/dependency/hadoop-common-2.7.1-tests.jar=phoenix-hive/target/dependency/hadoop-common-2.7.1-tests.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.InListIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.InListIT.xml, phoenix-hive/target/dependency/jsp-api-2.1-6.1.14.jar=phoenix-hive/target/dependency/jsp-api-2.1-6.1.14.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortMergeJoinMoreIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortMergeJoinMoreIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/28/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/28/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT.txt, phoenix-hive/target/dependency/tez-common-0.8.4.jar=phoenix-hive/target/dependency/tez-common-0.8.4.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RenewLeaseIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RenewLeaseIT.xml, phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-pig/target/phoenix-pig-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StddevIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StddevIT.xml, phoenix-hive/target/dependency/derby-10.10.2.0.jar=phoenix-hive/target/dependency/derby-10.10.2.0.jar, phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-queryserver-client/target/phoenix-queryserver-client-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.util.regex.PatternPerformanceTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.util.regex.PatternPerformanceTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DisableLocalIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DisableLocalIndexIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.Base62EncoderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.Base62EncoderTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest.txt, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.PherfTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.PherfTest.xml, phoenix-hive/target/dependency/jetty-all-7.6.0.v20120127.jar=phoenix-hive/target/dependency/jetty-all-7.6.0.v20120127.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithOffsetIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithOffsetIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.AbsFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.AbsFunctionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanBigFilterTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanBigFilterTest-output.txt, phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryServerBasicsIT.xml=phoenix-queryserver/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryServerBasicsIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.index.IndexMaintainerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.index.IndexMaintainerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.QueryPlanTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.QueryPlanTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.JDBCUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.JDBCUtilTest.xml, phoenix-hive/target/dependency/htrace-core-3.1.0-incubating.jar=phoenix-hive/target/dependency/htrace-core-3.1.0-incubating.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CustomEntityDataIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CustomEntityDataIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.PhoenixServerRpcIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.PhoenixServerRpcIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinLocalIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinLocalIndexIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexIT-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/37/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/37/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PercentileIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PercentileIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExpFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExpFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PowerFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PowerFunctionEnd2EndIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.bulkload.TestTableRowkeyPair.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.bulkload.TestTableRowkeyPair.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/55/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/55/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.QualifierEncodingSchemeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.QualifierEncodingSchemeTest.xml, phoenix-hive/target/dependency/zookeeper-3.4.6.jar=phoenix-hive/target/dependency/zookeeper-3.4.6.jar, phoenix-hive/target/dependency/commons-collections4-4.1.jar=phoenix-hive/target/dependency/commons-collections4-4.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.KeyOnlyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.KeyOnlyIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UnionAllIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UnionAllIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.VariableLengthPKIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.VariableLengthPKIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MD5FunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MD5FunctionIT-output.txt, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/14/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/14/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CoalesceFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CoalesceFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NamespaceSchemaMappingIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NamespaceSchemaMappingIT-output.txt, phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CoalesceFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CoalesceFunctionIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/12/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/12/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SortOrderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SortOrderTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnProjectionOptimizationIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnProjectionOptimizationIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanBigFilterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanBigFilterTest.txt, phoenix-hive/target/dependency/commons-codec-1.7.jar=phoenix-hive/target/dependency/commons-codec-1.7.jar, phoenix-hive/target/dependency/libthrift-0.9.2.jar=phoenix-hive/target/dependency/libthrift-0.9.2.jar, phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpSplitFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpSplitFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropColumnIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropColumnIT.txt, phoenix-protocol/README.txt=phoenix-protocol/README.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.AggregateResultScannerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.AggregateResultScannerTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayConstructorExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayConstructorExpressionTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.PowerFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.PowerFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NativeHBaseTypesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NativeHBaseTypesIT-output.txt, phoenix-hive/target/dependency/tez-api-0.8.4.jar=phoenix-hive/target/dependency/tez-api-0.8.4.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/60/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/60/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.StringUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.StringUtilTest.txt, phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodecTest.txt=phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodecTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.MutableRollbackIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.MutableRollbackIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.PowerFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.PowerFunctionTest.txt, phoenix-hive/target/dependency/commons-beanutils-core-1.8.0.jar=phoenix-hive/target/dependency/commons-beanutils-core-1.8.0.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayPrependFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayPrependFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildIT.txt, phoenix-hive/target/dependency/hive-shims-0.23-1.2.1.jar=phoenix-hive/target/dependency/hive-shims-0.23-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PropertiesUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PropertiesUtilTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexExpressionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexExpressionIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.JDBCUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.JDBCUtilTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/filecache/11/MRAppJar.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/filecache/11/MRAppJar.jar, phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseLoaderIT.xml=phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseLoaderIT.xml, phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PCharPadTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PCharPadTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PMetaDataImplTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PMetaDataImplTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryWithLimitIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryWithLimitIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.InstrFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.InstrFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnEncodedBytesPropIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnEncodedBytesPropIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ModulusExpressionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ModulusExpressionIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/20/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/20/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDataTypeForArraysTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDataTypeForArraysTest.txt, phoenix-hive/target/surefire-reports/org.apache.phoenix.hive.query.PhoenixQueryBuilderTest.txt=phoenix-hive/target/surefire-reports/org.apache.phoenix.hive.query.PhoenixQueryBuilderTest.txt, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/23/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/23/hive-exec-1.2.1.jar, phoenix-pherf/target/failsafe-reports/null-output.txt=phoenix-pherf/target/failsafe-reports/null-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.Base62EncoderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.Base62EncoderTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/51/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/51/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ParallelIteratorsSplitTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ParallelIteratorsSplitTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.TxWriteFailureIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.TxWriteFailureIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ILikeExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ILikeExpressionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayToStringFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayToStringFunctionTest.txt, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ViewIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ViewIndexIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestLocalTableState.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestLocalTableState.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnProjectionOptimizationIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ColumnProjectionOptimizationIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MultiCfQueryExecIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MultiCfQueryExecIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SaltingUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SaltingUtilTest.xml, phoenix-flume/target/failsafe-reports/null-output.txt=phoenix-flume/target/failsafe-reports/null-output.txt, phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/10/hive-exec-1.2.1-2764920d33df644f65840a0e65da33410ffd195149817ff58853ea508015bb92.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/10/hive-exec-1.2.1-2764920d33df644f65840a0e65da33410ffd195149817ff58853ea508015bb92.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicFamilyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicFamilyIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.SequenceUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.SequenceUtilTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.CbrtFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.CbrtFunctionTest.xml, phoenix-hive/target/dependency/hadoop-mapreduce-client-core-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-core-2.7.1.jar, phoenix-hive/target/dependency/commons-math3-3.1.1.jar=phoenix-hive/target/dependency/commons-math3-3.1.1.jar, phoenix-hive/target/dependency/hbase-hadoop-compat-1.3.1.jar=phoenix-hive/target/dependency/hbase-hadoop-compat-1.3.1.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/filecache/10/hadoop-mapreduce-client-jobclient-2.7.1-tests.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/filecache/10/hadoop-mapreduce-client-jobclient-2.7.1-tests.jar, phoenix-hive/target/dependency/hbase-testing-util-1.3.1.jar=phoenix-hive/target/dependency/hbase-testing-util-1.3.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinMoreIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinMoreIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithOffsetIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithOffsetIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.trace.TraceSpanReceiverTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.trace.TraceSpanReceiverTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CreateTableIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CreateTableIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CaseStatementIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CaseStatementIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FirstValueFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FirstValueFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OnDuplicateKeyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OnDuplicateKeyIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT.xml, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT-output.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.DescVarLengthFastByteComparisonsTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.DescVarLengthFastByteComparisonsTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixResultSetMetadataTest.xml, phoenix-hive/target/dependency/hadoop-common-2.7.1.jar=phoenix-hive/target/dependency/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateSchemaIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateSchemaIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatementHintsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatementHintsIT-output.txt, phoenix-hive/target/dependency/commons-beanutils-1.7.0.jar=phoenix-hive/target/dependency/commons-beanutils-1.7.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EncodeFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EncodeFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexFailureIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexFailureIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.json.JsonUpsertExecutorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.json.JsonUpsertExecutorTest.xml, phoenix-hive/target/dependency/jsch-0.1.42.jar=phoenix-hive/target/dependency/jsch-0.1.42.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayFillFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayFillFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RowValueConstructorIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RowValueConstructorIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.CreateTableCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.CreateTableCompilerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.CbrtFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.CbrtFunctionTest.txt, phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/40/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/40/hadoop-common-2.7.1.jar, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.xml, phoenix-hive/target/dependency/hadoop-mapreduce-client-hs-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-hs-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterTableWithViewsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterTableWithViewsIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FirstValuesFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.FirstValuesFunctionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CsvBulkLoadToolIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CsvBulkLoadToolIT.txt, phoenix-kafka/target/failsafe-reports/TEST-org.apache.phoenix.kafka.PhoenixConsumerIT.xml=phoenix-kafka/target/failsafe-reports/TEST-org.apache.phoenix.kafka.PhoenixConsumerIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterIntersectTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterIntersectTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.ConcatResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.ConcatResultIteratorTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.data.TestLocalTable.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.data.TestLocalTable.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.SaltedIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.SaltedIndexIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.MutationTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.MutationTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ColumnExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ColumnExpressionTest.xml, phoenix-hive/target/dependency/jackson-jaxrs-1.9.2.jar=phoenix-hive/target/dependency/jackson-jaxrs-1.9.2.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayPrependFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayPrependFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicUpsertIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicUpsertIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.BulkLoadToolTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.BulkLoadToolTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereCompilerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.parse.CastParseNodeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.parse.CastParseNodeTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DropSchemaIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DropSchemaIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT-output.txt, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/25/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/25/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ServerExceptionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ServerExceptionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.InstrFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.InstrFunctionIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest.xml, phoenix-hive/target/dependency/hbase-prefix-tree-1.3.1.jar=phoenix-hive/target/dependency/hbase-prefix-tree-1.3.1.jar, phoenix-hive/target/dependency/jersey-client-1.9.jar=phoenix-hive/target/dependency/jersey-client-1.9.jar, phoenix-hive/target/dependency/avro-1.7.4.jar=phoenix-hive/target/dependency/avro-1.7.4.jar, phoenix-hive/target/dependency/hbase-server-1.3.1.jar=phoenix-hive/target/dependency/hbase-server-1.3.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.txt, phoenix-hive/target/dependency/hadoop-yarn-server-web-proxy-2.6.0.jar=phoenix-hive/target/dependency/hadoop-yarn-server-web-proxy-2.6.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.monitoring.PhoenixMetricsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.monitoring.PhoenixMetricsIT-output.txt, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/30/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/30/hive-exec-1.2.1.jar, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/16/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/16/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DateTimeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DateTimeIT-output.txt, phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-hive/target/dependency/hbase-client-1.3.1.jar=phoenix-hive/target/dependency/hbase-client-1.3.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.OctetLengthFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.OctetLengthFunctionTest.txt, phoenix-hive/target/dependency/hadoop-hdfs-2.7.1-tests.jar=phoenix-hive/target/dependency/hadoop-hdfs-2.7.1-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryIT.xml, phoenix-hive/target/dependency/antlr-runtime-3.5.2.jar=phoenix-hive/target/dependency/antlr-runtime-3.5.2.jar, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.TypeUtilTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.TypeUtilTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpperLowerFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpperLowerFunctionIT-output.txt, phoenix-hive/target/dependency/jaxb-api-2.2.2.jar=phoenix-hive/target/dependency/jaxb-api-2.2.2.jar, phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeUnionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeUnionTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SpooledTmpFileDeleteIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SpooledTmpFileDeleteIT.xml, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.TypeUtilTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.TypeUtilTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager-output.txt, phoenix-hive/target/dependency/httpclient-4.0.1.jar=phoenix-hive/target/dependency/httpclient-4.0.1.jar, bin/readme.txt=bin/readme.txt, phoenix-hive/target/dependency/tephra-hbase-compat-1.1-0.12.0-incubating.jar=phoenix-hive/target/dependency/tephra-hbase-compat-1.1-0.12.0-incubating.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ProductMetricsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ProductMetricsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MappingTableDataTypeIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MappingTableDataTypeIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PVarcharArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PVarcharArrayToStringTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CountDistinctCompressionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CountDistinctCompressionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SkipScanAfterManualSplitIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SkipScanAfterManualSplitIT.xml, phoenix-hive/target/dependency/hbase-hadoop2-compat-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-hadoop2-compat-1.3.1-tests.jar, phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReverseFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReverseFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT.txt, phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/12/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/12/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryExecWithoutSCNIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryExecWithoutSCNIT.txt, phoenix-queryserver/target/failsafe-reports/failsafe-summary.xml=phoenix-queryserver/target/failsafe-reports/failsafe-summary.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PowerFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PowerFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpSplitFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpSplitFunctionIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.txt, bin/performance.py=bin/performance.py, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/33/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/33/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.xml, bin/pherf-cluster.py=bin/pherf-cluster.py, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StringToArrayFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StringToArrayFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.MutableRollbackIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.MutableRollbackIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.index.automated.MRJobSubmitterTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.index.automated.MRJobSubmitterTest-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/58/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/58/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexBulkLoadToolIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexBulkLoadToolIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UserDefinedFunctionsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UserDefinedFunctionsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadIsolationLevelIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadIsolationLevelIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.LogUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.LogUtilTest.txt, phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.DriverCohabitationTest.xml=phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.DriverCohabitationTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.trace.TraceSpanReceiverTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.trace.TraceSpanReceiverTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.OrderedResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.OrderedResultIteratorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceBulkAllocationIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceBulkAllocationIT-output.txt, phoenix-hive/target/dependency/datanucleus-rdbms-3.2.9.jar=phoenix-hive/target/dependency/datanucleus-rdbms-3.2.9.jar, phoenix-hive/target/dependency/jcip-annotations-1.0-1.jar=phoenix-hive/target/dependency/jcip-annotations-1.0-1.jar, phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/27/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/27/hive-exec-1.2.1.jar, phoenix-hive/target/dependency/slf4j-log4j12-1.7.5.jar=phoenix-hive/target/dependency/slf4j-log4j12-1.7.5.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultColumnValueIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultColumnValueIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.PartialCommitIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.PartialCommitIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionQueryServicesImplTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionQueryServicesImplTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicUpsertIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicUpsertIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDataTypeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PDataTypeTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.QueryUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.QueryUtilTest.xml, phoenix-core/target/failsafe-reports/failsafe-summary.xml=phoenix-core/target/failsafe-reports/failsafe-summary.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MapReduceIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MapReduceIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.BuiltinFunctionConstructorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.BuiltinFunctionConstructorTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ContextClassloaderIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ContextClassloaderIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.SaltedIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.SaltedIndexIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RenewLeaseIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RenewLeaseIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT.xml, phoenix-hive/target/dependency/hive-shims-1.2.1.jar=phoenix-hive/target/dependency/hive-shims-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceIT-output.txt, phoenix-hive/target/dependency/findbugs-annotations-1.3.9-1.jar=phoenix-hive/target/dependency/findbugs-annotations-1.3.9-1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SequenceAllocationTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SequenceAllocationTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinMoreIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinMoreIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexExtendedIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexExtendedIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.BinaryRowKeyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.BinaryRowKeyIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateTableIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CreateTableIT.txt, phoenix-hive/target/failsafe-reports/null-output.txt=phoenix-hive/target/failsafe-reports/null-output.txt, bin/hbase-site.xml=bin/hbase-site.xml, phoenix-hive/target/dependency/jersey-core-1.9.jar=phoenix-hive/target/dependency/jersey-core-1.9.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToCharFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToCharFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexMetadataIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexMetadataIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortOrderIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortOrderIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.StringToArrayFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.StringToArrayFunctionTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/19/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/19/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestLocalTable.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestLocalTable.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTracingEndToEndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTracingEndToEndIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TruncateFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TruncateFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateQueryIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropMetadataIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropMetadataIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT.txt, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/35/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/35/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseStorerIT.xml=phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseStorerIT.xml, bin/sqlline.py=bin/sqlline.py, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ViewIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ViewIT.xml, phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest.txt=phoenix-core/target/surefire-reports/org.apache.hadoop.hbase.ipc.PhoenixIndexRpcSchedulerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ScanQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ScanQueryIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.execute.UpsertSelectOverlappingBatchesIT-output.txt, phoenix-hive/target/dependency/commons-httpclient-3.0.1.jar=phoenix-hive/target/dependency/commons-httpclient-3.0.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeIntersectTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeIntersectTest.txt, phoenix-hive/target/dependency/activation-1.1.jar=phoenix-hive/target/dependency/activation-1.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SqrtFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SqrtFunctionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.NullValueTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.NullValueTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UnionAllIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UnionAllIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest.txt, phoenix-hive/target/dependency/xmlenc-0.52.jar=phoenix-hive/target/dependency/xmlenc-0.52.jar, phoenix-kafka/target/failsafe-reports/failsafe-summary.xml=phoenix-kafka/target/failsafe-reports/failsafe-summary.xml, phoenix-hive/target/dependency/commons-compiler-2.7.6.jar=phoenix-hive/target/dependency/commons-compiler-2.7.6.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SchemaUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SchemaUtilTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NativeHBaseTypesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NativeHBaseTypesIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.OctetLengthFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.OctetLengthFunctionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.QueryPlanTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.QueryPlanTest.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResourceTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResourceTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpdateCacheAcrossDifferentClientsIT.xml, phoenix-hive/target/dependency/twill-discovery-core-0.8.0.jar=phoenix-hive/target/dependency/twill-discovery-core-0.8.0.jar, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RowCalculatorTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RowCalculatorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayFillFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayFillFunctionIT.txt, phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.salted.SaltedTableIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest.txt, phoenix-hive/target/dependency/jdo-api-3.0.1.jar=phoenix-hive/target/dependency/jdo-api-3.0.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ImmutableIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ImmutableIndexIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LikeExpressionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.LikeExpressionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RTrimFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RTrimFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT-output.txt, src/main/config/checkstyle/header.txt=src/main/config/checkstyle/header.txt, phoenix-hive/target/dependency/servlet-api-2.5-6.1.14.jar=phoenix-hive/target/dependency/servlet-api-2.5-6.1.14.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT-output.txt, phoenix-hive/target/dependency/apache-log4j-extras-1.2.17.jar=phoenix-hive/target/dependency/apache-log4j-extras-1.2.17.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PCharPadTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PCharPadTest.txt, phoenix-hive/target/dependency/ivy-2.4.0.jar=phoenix-hive/target/dependency/ivy-2.4.0.jar, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/16/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/16/hadoop-common-2.7.1.jar, phoenix-hive/target/failsafe-reports/TEST-org.apache.phoenix.hive.HiveMapReduceIT.xml=phoenix-hive/target/failsafe-reports/TEST-org.apache.phoenix.hive.HiveMapReduceIT.xml, phoenix-core/target/failsafe-reports/null-output.txt=phoenix-core/target/failsafe-reports/null-output.txt, phoenix-hive/target/dependency/curator-client-2.7.1.jar=phoenix-hive/target/dependency/curator-client-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CSVCommonsLoaderIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CSVCommonsLoaderIT-output.txt, target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ViewIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ViewIT-output.txt, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ConfigurationParserTest.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.ConfigurationParserTest.xml, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionlessTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionlessTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValueFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValueFunctionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.CursorParserTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.CursorParserTest.xml, phoenix-hive/target/dependency/twill-zookeeper-0.8.0.jar=phoenix-hive/target/dependency/twill-zookeeper-0.8.0.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CastAndCoerceIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CastAndCoerceIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConvertTimezoneFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConvertTimezoneFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpillableGroupByIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpillableGroupByIT.txt, phoenix-hive/target/dependency/eigenbase-properties-1.1.5.jar=phoenix-hive/target/dependency/eigenbase-properties-1.1.5.jar, phoenix-hive/target/hive/hive-localDir-nm-0_3/filecache/10/TezAppJar.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/filecache/10/TezAppJar.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpSubstrFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpSubstrFunctionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantIdTypeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantIdTypeIT.xml, phoenix-hive/target/dependency/mail-1.4.1.jar=phoenix-hive/target/dependency/mail-1.4.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValuesFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FirstValuesFunctionIT-output.txt, bin/daemon.py=bin/daemon.py, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsIT.txt, phoenix-hive/target/dependency/metrics-core-3.1.0.jar=phoenix-hive/target/dependency/metrics-core-3.1.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.UpdateCacheIT.txt, phoenix-pig/target/failsafe-reports/failsafe-summary.xml=phoenix-pig/target/failsafe-reports/failsafe-summary.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.OrderByTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.OrderByTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PointInTimeQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PointInTimeQueryIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryTimeoutIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryTimeoutIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.CoerceExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.CoerceExpressionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MinMaxAggregateFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MinMaxAggregateFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.FlappingTransactionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.FlappingTransactionIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UseSchemaIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UseSchemaIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixContextExecutorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixContextExecutorTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest.txt, phoenix-hive/target/dependency/hbase-hadoop2-compat-1.3.1.jar=phoenix-hive/target/dependency/hbase-hadoop2-compat-1.3.1.jar, phoenix-hive/target/dependency/hbase-hadoop-compat-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-hadoop-compat-1.3.1-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexExpressionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexExpressionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PrimitiveTypeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PrimitiveTypeIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.VariableLengthPKIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.VariableLengthPKIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.MutationTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.MutationTest.xml, phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.LiteralResultIteratorPlanTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.LiteralResultIteratorPlanTest.txt, phoenix-hive/target/surefire-reports/org.apache.phoenix.hive.query.PhoenixQueryBuilderTest-output.txt=phoenix-hive/target/surefire-reports/org.apache.phoenix.hive.query.PhoenixQueryBuilderTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.ParameterizedTransactionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.ParameterizedTransactionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixClientRpcIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixClientRpcIT-output.txt, bin/hadoop-metrics2-phoenix.properties=bin/hadoop-metrics2-phoenix.properties, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.PhoenixQueryTimeoutIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.PhoenixQueryTimeoutIT.xml, phoenix-hive/target/dependency/hadoop-minicluster-2.7.1.jar=phoenix-hive/target/dependency/hadoop-minicluster-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryDatabaseMetaDataIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryDatabaseMetaDataIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.LocalIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.LocalIndexIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DropSchemaIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DropSchemaIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SqrtFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SqrtFunctionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SaltingUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SaltingUtilTest.txt, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/19/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/19/hadoop-common-2.7.1.jar, phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.udf.ReserveNSequenceTestIT.xml=phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.udf.ReserveNSequenceTestIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryMoreIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryMoreIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.DeterminismTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.DeterminismTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LastValuesFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LastValuesFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MultiCfQueryExecIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MultiCfQueryExecIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.PhoenixStatsCacheRemovalListenerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.PhoenixStatsCacheRemovalListenerTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PrimitiveTypeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PrimitiveTypeIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RuleGeneratorTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.RuleGeneratorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReverseFunctionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArithmeticOperationTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArithmeticOperationTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ScannerLeaseRenewalTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ScannerLeaseRenewalTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.AsyncIndexDisabledIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.AsyncIndexDisabledIT.txt, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT-output.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpillableGroupByIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SpillableGroupByIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ScanUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ScanUtilTest.xml, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest-output.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexFailureIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexFailureIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkImportUtilTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkImportUtilTest-output.txt, phoenix-hive/target/dependency/hive-shims-0.20S-1.2.1.jar=phoenix-hive/target/dependency/hive-shims-0.20S-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TransactionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TransactionIT.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/45/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_0/usercache/jenkins/filecache/45/hadoop-common-2.7.1.jar, phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.txt, phoenix-hive/target/dependency/jamon-runtime-2.4.1.jar=phoenix-hive/target/dependency/jamon-runtime-2.4.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionQueryServicesImplTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionQueryServicesImplTest.txt, phoenix-hive/target/dependency/tools.jar=phoenix-hive/target/dependency/tools.jar, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/34/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/34/hadoop-common-2.7.1.jar, phoenix-hive/target/dependency/asm-commons-3.1.jar=phoenix-hive/target/dependency/asm-commons-3.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixRuntimeTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixRuntimeTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.DeterminismTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.DeterminismTest.txt, phoenix-hive/target/dependency/commons-collections-3.2.2.jar=phoenix-hive/target/dependency/commons-collections-3.2.2.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.HBaseFactoryProviderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.HBaseFactoryProviderTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryExecWithoutSCNIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryExecWithoutSCNIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT.txt, phoenix-hive/target/dependency/tez-examples-0.8.4.jar=phoenix-hive/target/dependency/tez-examples-0.8.4.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayIT.xml, phoenix-hive/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.InstrFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.InstrFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ServerExceptionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ServerExceptionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexReplicationIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.MutableIndexReplicationIT-output.txt, phoenix-hive/target/dependency/snappy-0.3.jar=phoenix-hive/target/dependency/snappy-0.3.jar, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/21/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/21/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.TenantIdByteConversionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.TenantIdByteConversionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/32/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/32/hadoop-common-2.7.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixEncodeDecodeTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixEncodeDecodeTest-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/15/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/15/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpReplaceFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpReplaceFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UserDefinedFunctionsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UserDefinedFunctionsIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.parse.BuiltInFunctionInfoTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.parse.BuiltInFunctionInfoTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DisableLocalIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DisableLocalIndexIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PropertiesUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PropertiesUtilTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EncodeFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.EncodeFunctionIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.parse.CursorParserTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.parse.CursorParserTest.txt, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/28/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/28/hadoop-common-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.RollbackIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.RollbackIT.xml, phoenix-hive/target/dependency/mockito-all-1.8.5.jar=phoenix-hive/target/dependency/mockito-all-1.8.5.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArraysWithNullsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArraysWithNullsIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ProductMetricsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ProductMetricsIT-output.txt, phoenix-flume/target/failsafe-reports/failsafe-summary.xml=phoenix-flume/target/failsafe-reports/failsafe-summary.xml, phoenix-hive/target/dependency/xercesImpl-2.9.1.jar=phoenix-hive/target/dependency/xercesImpl-2.9.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixDriverTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixDriverTest-output.txt, bin/phoenix_sandbox.py=bin/phoenix_sandbox.py, phoenix-hive/target/dependency/RoaringBitmap-0.4.9.jar=phoenix-hive/target/dependency/RoaringBitmap-0.4.9.jar, phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/29/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_3/usercache/jenkins/filecache/29/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SqrtFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinIT.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/26/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/26/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.DriverCohabitationTest-output.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.DriverCohabitationTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT.txt, phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.CsvEventSerializerIT.xml=phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.CsvEventSerializerIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT-output.txt, bin/log4j.properties=bin/log4j.properties, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DerivedTableIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DerivedTableIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TransactionalViewIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TransactionalViewIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CsvBulkLoadToolIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CsvBulkLoadToolIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.ParameterizedTransactionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.ParameterizedTransactionIT-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/62/hadoop-common-2.7.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/62/hadoop-common-2.7.1.jar, phoenix-hive/target/dependency/jasper-compiler-5.5.23.jar=phoenix-hive/target/dependency/jasper-compiler-5.5.23.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.AsyncIndexDisabledIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.AsyncIndexDisabledIT-output.txt, phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.PherfMainIT.xml=phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.PherfMainIT.xml, phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-flume/target/phoenix-flume-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-hive/target/dependency/hadoop-yarn-server-common-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-server-common-2.7.1.jar, phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-sources.jar=phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT-sources.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixPreparedStatementTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixPreparedStatementTest-output.txt, phoenix-hive/target/dependency/hbase-server-1.3.1-tests.jar=phoenix-hive/target/dependency/hbase-server-1.3.1-tests.jar, phoenix-hive/target/dependency/commons-lang-2.6.jar=phoenix-hive/target/dependency/commons-lang-2.6.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.memory.MemoryManagerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.memory.MemoryManagerTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayToStringFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayToStringFunctionTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SignFunctionEnd2EndIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SignFunctionEnd2EndIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UnionAllIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UnionAllIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConnectionUtilIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ConnectionUtilIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ProductMetricsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ProductMetricsIT.txt, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResultTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResultTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDMLIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDMLIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArithmeticOperationTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArithmeticOperationTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.ScannerLeaseRenewalIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.ScannerLeaseRenewalIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.metrics.MetricTypeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.metrics.MetricTypeTest.xml, phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-queryserver/target/phoenix-queryserver-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.TestHBaseProps.xml=phoenix-pherf/target/surefire-reports/TEST-org.apache.phoenix.pherf.TestHBaseProps.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayFillFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayFillFunctionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayAppendFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayAppendFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringIT.txt, phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar6.jar=phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar6.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.PhoenixQueryTimeoutIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.PhoenixQueryTimeoutIT.txt, phoenix-hive/target/dependency/guice-assistedinject-3.0.jar=phoenix-hive/target/dependency/guice-assistedinject-3.0.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.LikeExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.LikeExpressionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.IndexIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CursorCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CursorCompilerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT.txt, phoenix-hive/target/dependency/hbase-annotations-1.3.1.jar=phoenix-hive/target/dependency/hbase-annotations-1.3.1.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeMoreTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.KeyRangeMoreTest.txt, phoenix-hive/target/dependency/log4j-1.2.17.jar=phoenix-hive/target/dependency/log4j-1.2.17.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ViewCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ViewCompilerTest.xml, phoenix-hive/target/dependency/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-hive/target/dependency/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayConcatFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayConcatFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT-output.txt, phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.txt, phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.SchemaReaderIT.xml=phoenix-pherf/target/failsafe-reports/TEST-org.apache.phoenix.pherf.SchemaReaderIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RTrimFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RTrimFunctionIT-output.txt, phoenix-hive/target/dependency/commons-pool-1.5.4.jar=phoenix-hive/target/dependency/commons-pool-1.5.4.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.MergeSortResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.MergeSortResultIteratorTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DefaultColumnValueIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DefaultColumnValueIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.hadoop.hbase.regionserver.PhoenixRpcSchedulerFactoryTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ScannerLeaseRenewalTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ScannerLeaseRenewalTest.xml, phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.PhoenixSparkIT.xml=phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.PhoenixSparkIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeyValueAccessorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeyValueAccessorTest.xml, phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.SecureQueryServerIT-output.txt=phoenix-queryserver/target/failsafe-reports/org.apache.phoenix.end2end.SecureQueryServerIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.RollbackIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.txn.RollbackIT-output.txt, phoenix-hive/target/dependency/geronimo-jaspic_1.0_spec-1.0.jar=phoenix-hive/target/dependency/geronimo-jaspic_1.0_spec-1.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithLimitIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryWithLimitIT.txt, phoenix-hive/target/dependency/stax-api-1.0-2.jar=phoenix-hive/target/dependency/stax-api-1.0-2.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpReplaceFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.RegexpReplaceFunctionTest.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/18/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/18/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CoalesceFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CoalesceFunctionIT.txt, phoenix-hive/target/dependency/hive-metastore-1.2.1.jar=phoenix-hive/target/dependency/hive-metastore-1.2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortOrderIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortOrderIT.txt, phoenix-hive/target/dependency/oro-2.0.8.jar=phoenix-hive/target/dependency/oro-2.0.8.jar, phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/36/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_1/usercache/jenkins/filecache/36/hive-exec-1.2.1.jar, phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest.xml=phoenix-queryserver/target/surefire-reports/TEST-org.apache.phoenix.queryserver.server.PhoenixRemoteUserExtractorTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.index.automated.MRJobSubmitterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.index.automated.MRJobSubmitterTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MutableQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MutableQueryIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RenewLeaseIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RenewLeaseIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDateArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDateArrayToStringTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToCharFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToCharFunctionIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.MutationStateTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.MutationStateTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortMergeJoinIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SortMergeJoinIT.xml, phoenix-hive/target/dependency/jersey-guice-1.9.jar=phoenix-hive/target/dependency/jersey-guice-1.9.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableWithViewsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableWithViewsIT.txt, phoenix-hive/target/dependency/api-asn1-api-1.0.0-M20.jar=phoenix-hive/target/dependency/api-asn1-api-1.0.0-M20.jar, phoenix-hive/target/dependency/jpam-1.1.jar=phoenix-hive/target/dependency/jpam-1.1.jar, phoenix-core/target/failsafe-reports/org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DropSchemaIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DropSchemaIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.VariableLengthPKIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.VariableLengthPKIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DateTimeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DateTimeIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NthValueFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NthValueFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpReplaceFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpReplaceFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinMoreIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SortMergeJoinMoreIT.txt, bin/end2endTest.py=bin/end2endTest.py, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexExtendedIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexExtendedIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.bulkload.TestTableRowkeyPair.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.bulkload.TestTableRowkeyPair.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CSVCommonsLoaderIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CSVCommonsLoaderIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.monitoring.PhoenixMetricsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.monitoring.PhoenixMetricsIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TxCheckpointIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TxCheckpointIT-output.txt, build.txt=build.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.xml, phoenix-hive/target/dependency/joni-2.1.2.jar=phoenix-hive/target/dependency/joni-2.1.2.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest.txt, phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-minimal.jar=phoenix-pherf/target/phoenix-pherf-4.12.0-HBase-1.3-SNAPSHOT-minimal.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterTableIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterTableIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LikeExpressionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.LikeExpressionIT.xml, phoenix-hive/target/dependency/zookeeper-3.4.6-tests.jar=phoenix-hive/target/dependency/zookeeper-3.4.6-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanQueryIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertSelectIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertSelectIT.xml, phoenix-hive/target/dependency/hadoop-shim-0.8.4.jar=phoenix-hive/target/dependency/hadoop-shim-0.8.4.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UseSchemaIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UseSchemaIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PhoenixRuntimeIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PhoenixRuntimeIT.xml, phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar5.jar=phoenix-core/target/test-data/b179105d-3c72-4d16-90de-98ea6d96eedb/hbase-local-dir/jars/myjar5.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExecuteStatementsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExecuteStatementsIT.txt, bin/traceserver.py=bin/traceserver.py, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.BulkLoadToolTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.BulkLoadToolTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.CorrelatePlanTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.CorrelatePlanTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.HashJoinIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest-output.txt, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/26/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/26/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeMoreTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.KeyRangeMoreTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest-output.txt, phoenix-hive/target/dependency/tephra-api-0.12.0-incubating.jar=phoenix-hive/target/dependency/tephra-api-0.12.0-incubating.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoPartitionViewsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoPartitionViewsIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.memory.MemoryManagerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.memory.MemoryManagerTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.PhoenixClientRpcIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.PhoenixClientRpcIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT-output.txt, phoenix-hive/target/dependency/commons-net-3.1.jar=phoenix-hive/target/dependency/commons-net-3.1.jar, phoenix-hive/target/dependency/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-tests.jar=phoenix-hive/target/dependency/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-tests.jar, phoenix-hive/target/failsafe-reports/TEST-org.apache.phoenix.hive.HiveTezIT.xml=phoenix-hive/target/failsafe-reports/TEST-org.apache.phoenix.hive.HiveTezIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DeleteIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DeleteIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OnDuplicateKeyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OnDuplicateKeyIT.xml, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResultTest-output.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ResultTest-output.txt, phoenix-hive/target/dependency/jetty-sslengine-6.1.26.jar=phoenix-hive/target/dependency/jetty-sslengine-6.1.26.jar, phoenix-hive/target/dependency/fastutil-6.5.6.jar=phoenix-hive/target/dependency/fastutil-6.5.6.jar, phoenix-hive/target/dependency/commons-logging-1.2.jar=phoenix-hive/target/dependency/commons-logging-1.2.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MutableQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.MutableQueryIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToDateFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToDateFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TruncateFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TruncateFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTracingEndToEndIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTracingEndToEndIT-output.txt, phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.PhoenixSinkIT.xml=phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.PhoenixSinkIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropMetadataIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.DropMetadataIT.txt, phoenix-hive/target/dependency/jcodings-1.0.8.jar=phoenix-hive/target/dependency/jcodings-1.0.8.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT-output.txt, phoenix-spark/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-5a2acdfb-86f1-4e38-a0c2-81e8911d1130.xml=phoenix-spark/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-5a2acdfb-86f1-4e38-a0c2-81e8911d1130.xml, phoenix-hive/target/dependency/hbase-procedure-1.3.1.jar=phoenix-hive/target/dependency/hbase-procedure-1.3.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AppendOnlySchemaIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AppendOnlySchemaIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SerialIteratorsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SerialIteratorsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InListIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.InListIT-output.txt, phoenix-hive/target/dependency/hadoop-mapreduce-client-shuffle-2.7.1.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-shuffle-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CaseStatementIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CaseStatementIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.UpdateCacheIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.UpdateCacheIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayPrependFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayPrependFunctionTest.txt, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/22/hadoop-common-2.7.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/22/hadoop-common-2.7.1.jar, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanAfterManualSplitIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipScanAfterManualSplitIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.HavingCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.HavingCompilerTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.FormatToBytesWritableMapperTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.FormatToBytesWritableMapperTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeyValueAccessorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeyValueAccessorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoPartitionViewsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoPartitionViewsIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DeleteIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DeleteIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayToStringFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayToStringFunctionIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SchemaUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SchemaUtilTest.xml, bin/queryserver.py=bin/queryserver.py, phoenix-core/target/archive-tmp/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-core/target/archive-tmp/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.monitoring.PhoenixMetricsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.monitoring.PhoenixMetricsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTableMetricsWriterIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.trace.PhoenixTableMetricsWriterIT.txt, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.DataIngestIT.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.DataIngestIT.txt, phoenix-hive/target/dependency/joda-time-1.6.jar=phoenix-hive/target/dependency/joda-time-1.6.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ParallelIteratorsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ParallelIteratorsIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoCommitIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AutoCommitIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.BuiltInFunctionInfoTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.BuiltInFunctionInfoTest.xml, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/17/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/17/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.StringToArrayFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.StringToArrayFunctionTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicFamilyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicFamilyIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateQueryIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateQueryIT.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/10/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/10/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.CursorCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.CursorCompilerTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT.txt, phoenix-spark/target/surefire-reports/TestSuite.txt=phoenix-spark/target/surefire-reports/TestSuite.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AutoCommitIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AutoCommitIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayToStringFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayToStringFunctionIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.ValueBitSetTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.ValueBitSetTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReadOnlyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ReadOnlyIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CursorCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.CursorCompilerTest-output.txt, bin/phoenix_utils.py=bin/phoenix_utils.py, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSplitFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.RegexpSplitFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CursorWithRowValueConstructorIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CursorWithRowValueConstructorIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.ImmutableIndexIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AbsFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AbsFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.trace.PhoenixTracingEndToEndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.trace.PhoenixTracingEndToEndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArithmeticQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArithmeticQueryIT-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/52/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/52/hive-exec-1.2.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ServerExceptionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ServerExceptionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexIT.xml, phoenix-hive/target/dependency/hadoop-client-2.7.1.jar=phoenix-hive/target/dependency/hadoop-client-2.7.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT.xml, phoenix-hive/target/surefire-reports/TEST-org.apache.phoenix.hive.query.PhoenixQueryBuilderTest.xml=phoenix-hive/target/surefire-reports/TEST-org.apache.phoenix.hive.query.PhoenixQueryBuilderTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.util.regex.PatternPerformanceTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.util.regex.PatternPerformanceTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestNonTxIndexBuilder.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest-output.txt, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.DriverCohabitationTest.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.DriverCohabitationTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SequenceBulkAllocationIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SequenceBulkAllocationIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.SaltedScanRangesTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.SaltedScanRangesTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.LiteralResultIteratorPlanTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.execute.LiteralResultIteratorPlanTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionlessTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionlessTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinMoreIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.HashJoinMoreIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ImmutableTablePropertiesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ImmutableTablePropertiesIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/61/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/61/hive-exec-1.2.1.jar, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ConfigurationParserTest.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ConfigurationParserTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDataTypeForArraysTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PDataTypeForArraysTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MappingTableDataTypeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MappingTableDataTypeIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtilTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayAppendFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayAppendFunctionTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExtendedQueryExecIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExtendedQueryExecIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.execute.PartialCommitIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.execute.PartialCommitIT.xml, phoenix-hive/target/failsafe-reports/failsafe-summary.xml=phoenix-hive/target/failsafe-reports/failsafe-summary.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DisableLocalIndexIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DisableLocalIndexIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest-output.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/27/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_3/usercache/jenkins/filecache/27/hive-exec-1.2.1.jar, phoenix-hive/target/dependency/hive-common-1.2.1.jar=phoenix-hive/target/dependency/hive-common-1.2.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.xml, phoenix-hive/target/dependency/twill-api-0.8.0.jar=phoenix-hive/target/dependency/twill-api-0.8.0.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantIdTypeIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantIdTypeIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OctetLengthFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixServerRpcIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixServerRpcIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.NullValueTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.NullValueTest.txt, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/65/hive-exec-1.2.1.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_1/usercache/jenkins/filecache/65/hive-exec-1.2.1.jar, phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest.txt=phoenix-queryserver/target/surefire-reports/org.apache.phoenix.queryserver.server.PhoenixDoAsCallbackTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.query.HBaseFactoryProviderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.HBaseFactoryProviderTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestIndexWriter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestIndexWriter.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.CorrelatePlanTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.CorrelatePlanTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.SecureUserConnectionsTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.SecureUserConnectionsTest.xml, phoenix-hive/target/dependency/hadoop-yarn-client-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-client-2.7.1.jar, phoenix-hive/target/dependency/protobuf-java-2.5.0.jar=phoenix-hive/target/dependency/protobuf-java-2.5.0.jar, phoenix-server/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-server.jar=phoenix-server/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-server.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RoundFloorCeilFuncIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RoundFloorCeilFuncIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterSessionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterSessionIT-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DeleteIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DeleteIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PVarcharArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PVarcharArrayToStringTest.txt, phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-minimal.jar=phoenix-kafka/target/phoenix-kafka-4.12.0-HBase-1.3-SNAPSHOT-minimal.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeyValueAccessorTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeyValueAccessorTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.ValueBitSetTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.ValueBitSetTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryMoreIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryMoreIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PointInTimeQueryIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PointInTimeQueryIT-output.txt, phoenix-hive/target/dependency/tephra-core-0.12.0-incubating.jar=phoenix-hive/target/dependency/tephra-core-0.12.0-incubating.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.UnnestArrayPlanTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.UnnestArrayPlanTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToDateFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToDateFunctionIT.txt, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.udf.ReserveNSequenceTestIT.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.udf.ReserveNSequenceTestIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.StringToArrayConverterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.StringToArrayConverterTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadOnlyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ReadOnlyIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctCountIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DistinctCountIT-output.txt, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.execute.UnnestArrayPlanTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.execute.UnnestArrayPlanTest-output.txt, phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-tracing-webapp/target/phoenix-tracing-webapp-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ModulusExpressionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ModulusExpressionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ParallelIteratorsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ParallelIteratorsIT-output.txt, phoenix-hive/target/dependency/commons-csv-1.0.jar=phoenix-hive/target/dependency/commons-csv-1.0.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertValuesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertValuesIT.xml, phoenix-core/target/failsafe-reports/org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.txt=phoenix-core/target/failsafe-reports/org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.txt, phoenix-queryserver/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-queryserver.jar=phoenix-queryserver/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-queryserver.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArraysWithNullsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArraysWithNullsIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.TxCheckpointIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.TxCheckpointIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterTableIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.metrics.MetricTypeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.metrics.MetricTypeTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MinMaxAggregateFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MinMaxAggregateFunctionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.DateUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.DateUtilTest.xml, phoenix-hive/target/dependency/junit-4.12.jar=phoenix-hive/target/dependency/junit-4.12.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConnectionUtilIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConnectionUtilIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryDatabaseMetaDataIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryDatabaseMetaDataIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexMetadataIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.IndexMetadataIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringToArrayFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringToArrayFunctionIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterSessionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AlterSessionIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayConcatFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ArrayConcatFunctionTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpReplaceFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RegexpReplaceFunctionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.RoundRobinResultIteratorIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.RoundRobinResultIteratorIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.EncodedColumnQualifierCellsListTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.EncodedColumnQualifierCellsListTest.txt, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.JsonEventSerializerIT.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.JsonEventSerializerIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MapReduceIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.MapReduceIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StringIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StringIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixPreparedStatementTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixPreparedStatementTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.ImmutableStorageSchemeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.ImmutableStorageSchemeTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringToArrayFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StringToArrayFunctionIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryTimeoutIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryTimeoutIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PrefixByteEncoderDecoderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PrefixByteEncoderDecoderTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.index.GlobalIndexOptimizationIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.DropColumnIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.DropColumnIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CastAndCoerceIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CastAndCoerceIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsPropIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StoreNullsPropIT-output.txt, phoenix-hive/target/dependency/hive-ant-1.2.1.jar=phoenix-hive/target/dependency/hive-ant-1.2.1.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StatementHintsIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StatementHintsIT.xml, phoenix-hive/target/dependency/ST4-4.0.4.jar=phoenix-hive/target/dependency/ST4-4.0.4.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NotQueryIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NotQueryIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PercentileIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.PercentileIT-output.txt, phoenix-hive/target/dependency/jackson-core-asl-1.9.2.jar=phoenix-hive/target/dependency/jackson-core-asl-1.9.2.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayConstructorExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ArrayConstructorExpressionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpSubstrFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.RegexpSubstrFunctionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixServerRpcIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.rpc.PhoenixServerRpcIT.txt, phoenix-hive/target/dependency/jsp-api-2.1.jar=phoenix-hive/target/dependency/jsp-api-2.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingAlterTableIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.FlappingAlterTableIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT-output.txt, phoenix-hive/target/dependency/bonecp-0.8.0.RELEASE.jar=phoenix-hive/target/dependency/bonecp-0.8.0.RELEASE.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RTrimFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.RTrimFunctionIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.ScannerLeaseRenewalIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.ScannerLeaseRenewalIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SequenceIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SequenceIT.xml, phoenix-hive/target/dependency/hadoop-mapreduce-client-jobclient-2.7.1-tests.jar=phoenix-hive/target/dependency/hadoop-mapreduce-client-jobclient-2.7.1-tests.jar, phoenix-hive/target/dependency/jersey-json-1.9.jar=phoenix-hive/target/dependency/jersey-json-1.9.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.util.MetaDataUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.MetaDataUtilTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IndexToolForPartialBuildIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.LnLogFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.LnLogFunctionTest.xml, phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT.jar=phoenix-spark/target/phoenix-spark-4.12.0-HBase-1.3-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ChildViewsUseParentViewIndexIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DistinctCountIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DistinctCountIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LnLogFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LnLogFunctionTest.txt, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.SchemaReaderIT.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.SchemaReaderIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CustomEntityDataIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CustomEntityDataIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConvertTimezoneFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConvertTimezoneFunctionIT.xml, phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/39/hive-exec-1.2.1.jar=phoenix-hive/target/hive/hive-localDir-nm-0_2/usercache/jenkins/filecache/39/hive-exec-1.2.1.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.JoinQueryCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.JoinQueryCompilerTest.xml, phoenix-hive/target/dependency/tez-dag-0.8.4.jar=phoenix-hive/target/dependency/tez-dag-0.8.4.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.RowKeyOrderedAggregateResultIteratorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ArrayIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.ReadOnlyPropertiesTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.ReadOnlyPropertiesTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.iterate.RoundRobinResultIteratorIT.txt, phoenix-pig/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-pig.jar=phoenix-pig/target/phoenix-4.12.0-HBase-1.3-SNAPSHOT-pig.jar, phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.PherfMainIT.txt=phoenix-pherf/target/failsafe-reports/org.apache.phoenix.pherf.PherfMainIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SaltedScanRangesTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SaltedScanRangesTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SequenceAllocationTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SequenceAllocationTest.txt, phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/20/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/hive/hive-localDir-nm-0_0/usercache/jenkins/filecache/20/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TxCheckpointIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.tx.TxCheckpointIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.xml, phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ConfigurationParserTest-output.txt=phoenix-pherf/target/surefire-reports/org.apache.phoenix.pherf.ConfigurationParserTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.txt, phoenix-hive/target/dependency/calcite-core-1.2.0-incubating.jar=phoenix-hive/target/dependency/calcite-core-1.2.0-incubating.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.AggregateIT-output.txt, phoenix-hive/target/dependency/hadoop-yarn-server-applicationhistoryservice-2.7.1.jar=phoenix-hive/target/dependency/hadoop-yarn-server-applicationhistoryservice-2.7.1.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToDateFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToDateFunctionIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ImmutableTablePropertiesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ImmutableTablePropertiesIT.xml, phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/39/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar=phoenix-hive/target/MiniMRCluster_653730110/MiniMRCluster_653730110-localDir-nm-0_2/usercache/jenkins/filecache/39/phoenix-4.12.0-HBase-1.3-SNAPSHOT-hive.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayConcatFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ArrayConcatFunctionIT.xml, phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.PhoenixSparkITTenantSpecific.xml=phoenix-spark/target/surefire-reports/TEST-org.apache.phoenix.spark.PhoenixSparkITTenantSpecific.xml} due to internal error; falling back to full archiving
java.lang.IllegalStateException: checksum mismatch after transfer (1841669880 vs. 765830859); /x1/jenkins/jenkins-home/jobs/Phoenix-master/builds/1722/archive/phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.NotQueryIT-output.txt may be corrupted
	at jsync.protocol.FileSequenceReader.read(FileSequenceReader.java:45)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:158)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:244)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:735)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:676)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:621)
	at hudson.model.Run.execute(Run.java:1760)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
[JIRA] Updating issue PHOENIX-4004
[JIRA] Updating issue PHOENIX-4039
[JIRA] Updating issue PHOENIX-3997
[JIRA] Updating issue PHOENIX-3960
Recording test results

Build failed in Jenkins: Phoenix | Master #1721

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1721/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1720

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1720/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1719

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1719/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1718

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1718/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1717

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1717/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1716

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1716/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1715

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1715/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1714

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1714/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1713

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1713/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1712

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1712/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1711

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1711/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1710

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1710/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1709

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1709/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1708

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1708/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1707

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1707/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1706

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1706/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1705

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1705/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1704

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1704/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1703

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1703/display/redirect>

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra13 (cassandra ubuntu) in workspace <https://builds.apache.org/job/Phoenix-master/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git init <https://builds.apache.org/job/Phoenix-master/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy142.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:812)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1079)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1110)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': Could not resolve host: git-wip-us.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1903)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1622)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:348)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to cassandra13(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor864.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy104.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: Phoenix | Master #1702

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master/1702/display/redirect?page=changes>

Changes:

[apurtell] Amend PHOENIX-4039 Increase default number of RPC retries for our index

[apurtell] PHOENIX-3997 UngroupedAggregateRegionObserver.commitBatchWithHTable()

------------------------------------------
[...truncated 58.52 KB...]
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.163 s - in org.apache.phoenix.expression.ArrayAppendFunctionTest
[INFO] Running org.apache.phoenix.expression.RegexpSubstrFunctionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.753 s - in org.apache.phoenix.expression.NullValueTest
[INFO] Running org.apache.phoenix.expression.OctetLengthFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.apache.phoenix.expression.OctetLengthFunctionTest
[INFO] Running org.apache.phoenix.expression.CoerceExpressionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.phoenix.expression.CoerceExpressionTest
[INFO] Running org.apache.phoenix.expression.SortOrderExpressionTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.apache.phoenix.expression.SortOrderExpressionTest
[INFO] Running org.apache.phoenix.expression.ArrayConstructorExpressionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.phoenix.expression.ArrayConstructorExpressionTest
[INFO] Running org.apache.phoenix.expression.PowerFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.apache.phoenix.expression.PowerFunctionTest
[INFO] Running org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest
[INFO] Running org.apache.phoenix.expression.function.BuiltinFunctionConstructorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 s - in org.apache.phoenix.expression.RegexpSubstrFunctionTest
[INFO] Running org.apache.phoenix.expression.function.InstrFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.apache.phoenix.expression.function.InstrFunctionTest
[INFO] Running org.apache.phoenix.expression.ArrayFillFunctionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.apache.phoenix.expression.function.BuiltinFunctionConstructorTest
[INFO] Running org.apache.phoenix.expression.RegexpReplaceFunctionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.41 s - in org.apache.phoenix.expression.GetSetByteBitFunctionTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.apache.phoenix.expression.ArrayFillFunctionTest
[INFO] Running org.apache.phoenix.expression.CbrtFunctionTest
[INFO] Running org.apache.phoenix.expression.SqrtFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.apache.phoenix.expression.RegexpReplaceFunctionTest
[INFO] Running org.apache.phoenix.expression.LnLogFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.apache.phoenix.expression.SqrtFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.apache.phoenix.expression.CbrtFunctionTest
[INFO] Running org.apache.phoenix.expression.ColumnExpressionTest
[INFO] Running org.apache.phoenix.expression.AbsFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.apache.phoenix.expression.ColumnExpressionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.apache.phoenix.expression.AbsFunctionTest
[INFO] Running org.apache.phoenix.query.ConnectionQueryServicesImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.apache.phoenix.expression.LnLogFunctionTest
[INFO] Running org.apache.phoenix.expression.StringToArrayFunctionTest
[INFO] Running org.apache.phoenix.query.OrderByTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.apache.phoenix.expression.StringToArrayFunctionTest
[INFO] Running org.apache.phoenix.query.ConnectionlessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s - in org.apache.phoenix.query.ConnectionQueryServicesImplTest
[INFO] Running org.apache.phoenix.query.KeyRangeIntersectTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.apache.phoenix.query.KeyRangeIntersectTest
[INFO] Running org.apache.phoenix.query.KeyRangeUnionTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.apache.phoenix.query.KeyRangeUnionTest
[INFO] Running org.apache.phoenix.query.HBaseFactoryProviderTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211 s - in org.apache.phoenix.expression.RoundFloorCeilExpressionsTest
[INFO] Running org.apache.phoenix.query.ScannerLeaseRenewalTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.apache.phoenix.query.HBaseFactoryProviderTest
[INFO] Running org.apache.phoenix.query.EncodedColumnQualifierCellsListTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.apache.phoenix.query.EncodedColumnQualifierCellsListTest
[INFO] Running org.apache.phoenix.query.KeyRangeMoreTest
[INFO] Tests run: 157, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.403 s - in org.apache.phoenix.compile.QueryCompilerTest
[INFO] Running org.apache.phoenix.query.ParallelIteratorsSplitTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.507 s - in org.apache.phoenix.index.IndexMaintainerTest
[INFO] Running org.apache.phoenix.query.QueryPlanTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.814 s - in org.apache.phoenix.query.OrderByTest
[INFO] Running org.apache.phoenix.query.PhoenixStatsCacheRemovalListenerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.phoenix.query.PhoenixStatsCacheRemovalListenerTest
[INFO] Running org.apache.phoenix.query.KeyRangeCoalesceTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.apache.phoenix.query.KeyRangeCoalesceTest
[INFO] Running org.apache.phoenix.metrics.MetricTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.phoenix.metrics.MetricTypeTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.242 s - in org.apache.phoenix.expression.ArrayConcatFunctionTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.404 s - in org.apache.phoenix.query.ParallelIteratorsSplitTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.896 s - in org.apache.phoenix.query.ConnectionlessTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.108 s - in org.apache.phoenix.query.QueryPlanTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.647 s - in org.apache.phoenix.query.KeyRangeMoreTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.463 s - in org.apache.phoenix.query.ScannerLeaseRenewalTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.985 s - in org.apache.phoenix.jdbc.SecureUserConnectionsTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 1527, Failures: 0, Errors: 0, Skipped: 6
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ phoenix-core ---
[INFO] Building jar: <https://builds.apache.org/job/Phoenix-master/1702/artifact/phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix-core ---
[INFO] Building jar: <https://builds.apache.org/job/Phoenix-master/1702/artifact/phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ phoenix-core ---
[INFO] Building jar: <https://builds.apache.org/job/Phoenix-master/1702/artifact/phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ phoenix-core ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.5.2:single (core) @ phoenix-core ---
[INFO] Reading assembly descriptor: src/build/phoenix-core.xml
[WARNING] Artifact: org.apache.phoenix:phoenix-core:jar:4.12.0-HBase-1.3-SNAPSHOT references the same file as the assembly destination file. Moving it to a temporary location for inclusion.
[INFO] Building jar: <https://builds.apache.org/job/Phoenix-master/1702/artifact/phoenix-core/target/phoenix-core-4.12.0-HBase-1.3-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (ParallelStatsEnabledTest) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.phoenix.end2end.ParallelIteratorsIT
[INFO] Running org.apache.phoenix.end2end.MultiCfQueryExecIT
[INFO] Running org.apache.phoenix.end2end.KeyOnlyIT
[INFO] Running org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT
[INFO] Running org.apache.phoenix.end2end.SaltedViewIT
[INFO] Running org.apache.phoenix.end2end.TenantSpecificTablesDDLIT
[INFO] Running org.apache.phoenix.end2end.TenantSpecificTablesDMLIT
[INFO] Running org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.912 s - in org.apache.phoenix.end2end.ExplainPlanWithStatsEnabledIT
[INFO] Running org.apache.phoenix.end2end.TransactionalViewIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.68 s - in org.apache.phoenix.end2end.KeyOnlyIT
[INFO] Running org.apache.phoenix.end2end.ViewIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.707 s - in org.apache.phoenix.end2end.TransactionalViewIT
[INFO] Running org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.521 s - in org.apache.phoenix.end2end.ParallelIteratorsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.435 s - in org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.105 s - in org.apache.phoenix.coprocessor.StatisticsCollectionRunTrackerIT
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.626 s - in org.apache.phoenix.end2end.MultiCfQueryExecIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.643 s - in org.apache.phoenix.end2end.SaltedViewIT
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 114.074 s - in org.apache.phoenix.end2end.TenantSpecificTablesDMLIT
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 121.527 s - in org.apache.phoenix.end2end.TenantSpecificTablesDDLIT
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 228.459 s - in org.apache.phoenix.end2end.ViewIT
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 122, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (ParallelStatsDisabledTest) @ phoenix-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.phoenix.end2end.AlterTableWithViewsIT
[INFO] Running org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT
[INFO] Running org.apache.phoenix.end2end.AlterSessionIT
[INFO] Running org.apache.phoenix.end2end.AlterTableIT
[INFO] Running org.apache.phoenix.end2end.AppendOnlySchemaIT
[INFO] Running org.apache.phoenix.end2end.AbsFunctionEnd2EndIT
[INFO] Running org.apache.phoenix.end2end.AggregateQueryIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.251 s - in org.apache.phoenix.end2end.AbsFunctionEnd2EndIT
[INFO] Running org.apache.phoenix.end2end.ArithmeticQueryIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.029 s - in org.apache.phoenix.end2end.AlterSessionIT
[INFO] Running org.apache.phoenix.end2end.ArrayAppendFunctionIT
[INFO] Running org.apache.phoenix.end2end.AggregateIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.264 s - in org.apache.phoenix.end2end.AppendOnlySchemaIT
[INFO] Running org.apache.phoenix.end2end.ArrayConcatFunctionIT
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.225 s - in org.apache.phoenix.end2end.ArithmeticQueryIT
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.305 s - in org.apache.phoenix.end2end.AggregateIT
[INFO] Running org.apache.phoenix.end2end.ArrayPrependFunctionIT
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 79.748 s - in org.apache.phoenix.end2end.ArrayAppendFunctionIT
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 99.708 s - in org.apache.phoenix.end2end.AlterMultiTenantTableWithViewsIT
[INFO] Running org.apache.phoenix.end2end.ArraysWithNullsIT
[INFO] Running org.apache.phoenix.end2end.ArrayFillFunctionIT
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.581 s - in org.apache.phoenix.end2end.ArrayConcatFunctionIT
[INFO] Running org.apache.phoenix.end2end.ArrayToStringFunctionIT
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.287 s - in org.apache.phoenix.end2end.ArraysWithNullsIT
[INFO] Running org.apache.phoenix.end2end.AutoCommitIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.451 s - in org.apache.phoenix.end2end.AutoCommitIT
[INFO] Running org.apache.phoenix.end2end.BinaryRowKeyIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.081 s - in org.apache.phoenix.end2end.BinaryRowKeyIT
[INFO] Running org.apache.phoenix.end2end.CSVCommonsLoaderIT
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.376 s - in org.apache.phoenix.end2end.ArrayPrependFunctionIT
[INFO] Running org.apache.phoenix.end2end.AutoPartitionViewsIT
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.296 s - in org.apache.phoenix.end2end.ArrayFillFunctionIT
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.704 s - in org.apache.phoenix.end2end.CSVCommonsLoaderIT
[INFO] Running org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.744 s - in org.apache.phoenix.end2end.CbrtFunctionEnd2EndIT
[INFO] Running org.apache.phoenix.end2end.CaseStatementIT
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.147 s - in org.apache.phoenix.end2end.ArrayToStringFunctionIT
[INFO] Running org.apache.phoenix.end2end.CastAndCoerceIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.067 s - in org.apache.phoenix.end2end.AutoPartitionViewsIT
[INFO] Running org.apache.phoenix.end2end.ColumnEncodedBytesPropIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.22 s - in org.apache.phoenix.end2end.ColumnEncodedBytesPropIT
[INFO] Running org.apache.phoenix.end2end.ConvertTimezoneFunctionIT
[INFO] Running org.apache.phoenix.end2end.ClientTimeArithmeticQueryIT
[INFO] Running org.apache.phoenix.end2end.CoalesceFunctionIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.319 s - in org.apache.phoenix.end2end.ConvertTimezoneFunctionIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.439 s - in org.apache.phoenix.end2end.CoalesceFunctionIT
[INFO] Running org.apache.phoenix.end2end.DateTimeIT
[INFO] Running org.apache.phoenix.end2end.CursorWithRowValueConstructorIT
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 283.305 s - in org.apache.phoenix.end2end.AggregateQueryIT
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.577 s - in org.apache.phoenix.end2end.CursorWithRowValueConstructorIT
[INFO] Running org.apache.phoenix.end2end.DecodeFunctionIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.774 s - in org.apache.phoenix.end2end.DecodeFunctionIT
[INFO] Running org.apache.phoenix.end2end.DefaultColumnValueIT
[INFO] Running org.apache.phoenix.end2end.DeleteIT
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.012 s - in org.apache.phoenix.end2end.DefaultColumnValueIT
[INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.601 s - in org.apache.phoenix.end2end.DateTimeIT
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 434.661 s - in org.apache.phoenix.end2end.AlterTableWithViewsIT
[INFO] Running org.apache.phoenix.end2end.DisableLocalIndexIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.819 s - in org.apache.phoenix.end2end.DisableLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.DynamicFamilyIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.663 s - in org.apache.phoenix.end2end.DynamicFamilyIT
[INFO] Running org.apache.phoenix.end2end.DynamicUpsertIT
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.866 s - in org.apache.phoenix.end2end.DeleteIT
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.225 s - in org.apache.phoenix.end2end.DynamicUpsertIT
[INFO] Running org.apache.phoenix.end2end.EncodeFunctionIT
[INFO] Running org.apache.phoenix.end2end.DistinctPrefixFilterIT
[INFO] Running org.apache.phoenix.end2end.DynamicColumnIT
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.098 s - in org.apache.phoenix.end2end.EncodeFunctionIT
[INFO] Running org.apache.phoenix.end2end.ExecuteStatementsIT
[INFO] Running org.apache.phoenix.end2end.EvaluationOfORIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.621 s - in org.apache.phoenix.end2end.ExecuteStatementsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.435 s - in org.apache.phoenix.end2end.EvaluationOfORIT
[INFO] Running org.apache.phoenix.end2end.ExpFunctionEnd2EndIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.285 s - in org.apache.phoenix.end2end.ExpFunctionEnd2EndIT
[INFO] Running org.apache.phoenix.end2end.FirstValueFunctionIT
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.274 s - in org.apache.phoenix.end2end.FirstValueFunctionIT
[INFO] Running org.apache.phoenix.end2end.FirstValuesFunctionIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.445 s - in org.apache.phoenix.end2end.DynamicColumnIT
[INFO] Running org.apache.phoenix.end2end.FlappingAlterTableIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.308 s - in org.apache.phoenix.end2end.FirstValuesFunctionIT
[INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 313.267 s - in org.apache.phoenix.end2end.CastAndCoerceIT
[INFO] Running org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.433 s - in org.apache.phoenix.end2end.GetSetByteBitFunctionEnd2EndIT
[INFO] Running org.apache.phoenix.end2end.GroupByIT
[INFO] Running org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.apache.phoenix.end2end.ExplainPlanWithStatsDisabledIT
[INFO] Running org.apache.phoenix.end2end.HashJoinIT
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 342.207 s - in org.apache.phoenix.end2end.CaseStatementIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.467 s - in org.apache.phoenix.end2end.FlappingAlterTableIT
[INFO] Running org.apache.phoenix.end2end.HashJoinMoreIT
[INFO] Running org.apache.phoenix.end2end.HashJoinLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.ImmutableTablePropertiesIT
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 116.208 s - in org.apache.phoenix.end2end.DistinctPrefixFilterIT
[INFO] Running org.apache.phoenix.end2end.InListIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.444 s - in org.apache.phoenix.end2end.HashJoinLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.InstrFunctionIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.475 s - in org.apache.phoenix.end2end.HashJoinMoreIT
[INFO] Running org.apache.phoenix.end2end.IsNullIT
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.753 s - in org.apache.phoenix.end2end.ImmutableTablePropertiesIT
[INFO] Running org.apache.phoenix.end2end.LastValueFunctionIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.928 s - in org.apache.phoenix.end2end.IsNullIT
[INFO] Running org.apache.phoenix.end2end.LastValuesFunctionIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.578 s - in org.apache.phoenix.end2end.InstrFunctionIT
[INFO] Running org.apache.phoenix.end2end.LikeExpressionIT
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.403 s - in org.apache.phoenix.end2end.LastValueFunctionIT
[INFO] Running org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.896 s - in org.apache.phoenix.end2end.LnLogFunctionEnd2EndIT
[INFO] Running org.apache.phoenix.end2end.MD5FunctionIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.62 s - in org.apache.phoenix.end2end.LikeExpressionIT
[INFO] Running org.apache.phoenix.end2end.MapReduceIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.837 s - in org.apache.phoenix.end2end.MD5FunctionIT
[INFO] Running org.apache.phoenix.end2end.MappingTableDataTypeIT
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.807 s - in org.apache.phoenix.end2end.LastValuesFunctionIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.052 s - in org.apache.phoenix.end2end.MappingTableDataTypeIT
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[JIRA] Updating issue PHOENIX-4039
[JIRA] Updating issue PHOENIX-3997
Recording test results