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 2015/04/15 20:55:58 UTC

Build failed in Jenkins: Phoenix | Master #681

See <https://builds.apache.org/job/Phoenix-master/681/changes>

Changes:

[twdsilva] PHOENIX-1814 Exponential notation parsing and tests

------------------------------------------
[...truncated 1362 lines...]
	at org.apache.phoenix.execute.MutationState.commit(MutationState.java:422)
	at org.apache.phoenix.jdbc.PhoenixConnection$3.call(PhoenixConnection.java:439)
	at org.apache.phoenix.jdbc.PhoenixConnection$3.call(PhoenixConnection.java:436)
	at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53)
	at org.apache.phoenix.jdbc.PhoenixConnection.commit(PhoenixConnection.java:436)
	at org.apache.phoenix.end2end.index.IndexExpressionIT.helpTestCaseSensitiveFunctionIndex(IndexExpressionIT.java:1321)
	at org.apache.phoenix.end2end.index.IndexExpressionIT.testImmutableLocalCaseSensitiveFunctionIndex(IndexExpressionIT.java:1282)

testImmutableCaseSensitiveFunctionIndex(org.apache.phoenix.end2end.index.IndexExpressionIT)  Time elapsed: 0.941 sec  <<< ERROR!
org.apache.phoenix.execute.CommitException: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 2 actions: org.apache.phoenix.hbase.index.builder.IndexBuildingFailureException: Failed to build index for unexpected reason!
	at org.apache.phoenix.hbase.index.util.IndexManagementUtil.rethrowIndexingException(IndexManagementUtil.java:180)
	at org.apache.phoenix.hbase.index.Indexer.preBatchMutate(Indexer.java:206)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$35.call(RegionCoprocessorHost.java:989)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost$RegionOperation.call(RegionCoprocessorHost.java:1671)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1746)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.execOperation(RegionCoprocessorHost.java:1703)
	at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.preBatchMutate(RegionCoprocessorHost.java:985)
	at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:2697)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2478)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2432)
	at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2436)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:641)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:605)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:1822)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:31313)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2031)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:107)
	at org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:130)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:107)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.NullPointerException
	at org.apache.phoenix.expression.util.regex.JavaPattern.substr(JavaPattern.java:83)
	at org.apache.phoenix.expression.function.RegexpSubstrFunction.evaluate(RegexpSubstrFunction.java:118)
	at org.apache.phoenix.index.IndexMaintainer.buildRowKey(IndexMaintainer.java:453)
	at org.apache.phoenix.index.IndexMaintainer.buildDeleteMutation(IndexMaintainer.java:842)
	at org.apache.phoenix.index.PhoenixIndexCodec.getIndexUpdates(PhoenixIndexCodec.java:173)
	at org.apache.phoenix.index.PhoenixIndexCodec.getIndexDeletes(PhoenixIndexCodec.java:119)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.addDeleteUpdatesToMap(CoveredColumnsIndexBuilder.java:403)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.addCleanupForCurrentBatch(CoveredColumnsIndexBuilder.java:287)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.addMutationsForBatch(CoveredColumnsIndexBuilder.java:239)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.batchMutationAndAddUpdates(CoveredColumnsIndexBuilder.java:136)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.getIndexUpdate(CoveredColumnsIndexBuilder.java:99)
	at org.apache.phoenix.hbase.index.builder.IndexBuildManager$1.call(IndexBuildManager.java:133)
	at org.apache.phoenix.hbase.index.builder.IndexBuildManager$1.call(IndexBuildManager.java:129)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
: 2 times, 
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:227)
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$1700(AsyncProcess.java:207)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.getErrors(AsyncProcess.java:1563)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:928)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:942)
	at org.apache.phoenix.execute.MutationState.commit(MutationState.java:422)
	at org.apache.phoenix.jdbc.PhoenixConnection$3.call(PhoenixConnection.java:439)
	at org.apache.phoenix.jdbc.PhoenixConnection$3.call(PhoenixConnection.java:436)
	at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53)
	at org.apache.phoenix.jdbc.PhoenixConnection.commit(PhoenixConnection.java:436)
	at org.apache.phoenix.end2end.index.IndexExpressionIT.helpTestCaseSensitiveFunctionIndex(IndexExpressionIT.java:1321)
	at org.apache.phoenix.end2end.index.IndexExpressionIT.testImmutableCaseSensitiveFunctionIndex(IndexExpressionIT.java:1277)

Running org.apache.phoenix.end2end.ConvertTimezoneFunctionIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.379 sec - in org.apache.phoenix.end2end.ModulusExpressionIT
Running org.apache.phoenix.end2end.InListIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.154 sec - in org.apache.phoenix.end2end.MappingTableDataTypeIT
Running org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.657 sec - in org.apache.phoenix.end2end.ConvertTimezoneFunctionIT
Running org.apache.phoenix.end2end.SubqueryIT
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 173.823 sec - in org.apache.phoenix.end2end.HashJoinIT
Running org.apache.phoenix.end2end.ArithmeticQueryIT
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.86 sec - in org.apache.phoenix.end2end.ArithmeticQueryIT
Running org.apache.phoenix.end2end.StoreNullsIT
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.4 sec - in org.apache.phoenix.end2end.InListIT
Running org.apache.phoenix.end2end.AutoCommitIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.542 sec - in org.apache.phoenix.end2end.AutoCommitIT
Running org.apache.phoenix.end2end.ReverseScanIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.215 sec - in org.apache.phoenix.end2end.StoreNullsIT
Running org.apache.phoenix.end2end.StddevIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.332 sec - in org.apache.phoenix.end2end.ReverseScanIT
Running org.apache.phoenix.end2end.ExecuteStatementsIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.977 sec - in org.apache.phoenix.end2end.StddevIT
Running org.apache.phoenix.end2end.MD5FunctionIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.534 sec - in org.apache.phoenix.end2end.MD5FunctionIT
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 83.47 sec - in org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT
Running org.apache.phoenix.end2end.SpooledSortMergeJoinIT
Running org.apache.phoenix.end2end.NthValueFunctionIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.367 sec - in org.apache.phoenix.end2end.ExecuteStatementsIT
Running org.apache.phoenix.end2end.HashJoinLocalIndexIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.746 sec - in org.apache.phoenix.end2end.NthValueFunctionIT
Running org.apache.phoenix.end2end.InstrFunctionIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.011 sec - in org.apache.phoenix.end2end.InstrFunctionIT
Running org.apache.phoenix.end2end.PhoenixMetricsIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.493 sec - in org.apache.phoenix.end2end.HashJoinLocalIndexIT
Running org.apache.phoenix.end2end.SkipScanAfterManualSplitIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.868 sec - in org.apache.phoenix.end2end.PhoenixMetricsIT
Running org.apache.phoenix.end2end.QueryMoreIT
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 117.647 sec - in org.apache.phoenix.end2end.SubqueryIT
Running org.apache.phoenix.end2end.MinMaxAggregateFunctionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.498 sec - in org.apache.phoenix.end2end.MinMaxAggregateFunctionIT
Running org.apache.phoenix.end2end.PhoenixRuntimeIT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.936 sec - in org.apache.phoenix.end2end.QueryMoreIT
Running org.apache.phoenix.end2end.DateTimeIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.15 sec - in org.apache.phoenix.end2end.SkipScanAfterManualSplitIT
Running org.apache.phoenix.trace.PhoenixTracingEndToEndIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.419 sec - in org.apache.phoenix.end2end.PhoenixRuntimeIT
Running org.apache.phoenix.trace.PhoenixTableMetricsWriterIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.698 sec - in org.apache.phoenix.trace.PhoenixTableMetricsWriterIT
Running org.apache.phoenix.trace.PhoenixTraceReaderIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 sec - in org.apache.phoenix.trace.PhoenixTraceReaderIT
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.06 sec - in org.apache.phoenix.end2end.DateTimeIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 88.78 sec - in org.apache.phoenix.trace.PhoenixTracingEndToEndIT
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 221.965 sec - in org.apache.phoenix.end2end.SpooledSortMergeJoinIT
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 379.05 sec - in org.apache.phoenix.end2end.SortMergeJoinIT

Results :


Tests in error: 
  IndexExpressionIT.testImmutableCaseSensitiveFunctionIndex:1277->helpTestCaseSensitiveFunctionIndex:1321 ? Commit
  IndexExpressionIT.testImmutableLocalCaseSensitiveFunctionIndex:1282->helpTestCaseSensitiveFunctionIndex:1321 ? Commit


Tests run: 908, Failures: 0, Errors: 2, Skipped: 0

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndUncompressedWALInHBase_094_9_IT
Running org.apache.phoenix.end2end.TenantSpecificTablesDDLIT
Running org.apache.phoenix.end2end.CountDistinctCompressionIT
Running org.apache.phoenix.end2end.ContextClassloaderIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.22 sec - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.236 sec - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndUncompressedWALInHBase_094_9_IT
Running org.apache.phoenix.end2end.index.MutableIndexFailureIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.927 sec - in org.apache.phoenix.end2end.ContextClassloaderIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.684 sec - in org.apache.phoenix.end2end.CountDistinctCompressionIT
Running org.apache.phoenix.end2end.index.DropIndexDuringUpsertIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.apache.phoenix.end2end.index.DropIndexDuringUpsertIT
Running org.apache.phoenix.end2end.AlterTableIT
Running org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT
Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.903 sec - in org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.35 sec - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
Running org.apache.phoenix.end2end.TenantSpecificTablesDMLIT
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.269 sec - in org.apache.phoenix.end2end.TenantSpecificTablesDDLIT
Running org.apache.phoenix.end2end.StatsCollectorIT
Running org.apache.phoenix.end2end.SaltedViewIT
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.743 sec - in org.apache.phoenix.end2end.TenantSpecificTablesDMLIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.466 sec - in org.apache.phoenix.end2end.SaltedViewIT
Running org.apache.phoenix.end2end.ParallelIteratorsIT
Running org.apache.phoenix.end2end.KeyOnlyIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.039 sec - in org.apache.phoenix.end2end.StatsCollectorIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.336 sec - in org.apache.phoenix.end2end.KeyOnlyIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.316 sec - in org.apache.phoenix.end2end.ParallelIteratorsIT
Running org.apache.phoenix.end2end.QueryWithLimitIT
Running org.apache.phoenix.end2end.StatsCollectorWithSplitsAndMultiCFIT
Running org.apache.phoenix.end2end.MultiCfQueryExecIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.858 sec - in org.apache.phoenix.end2end.QueryWithLimitIT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.589 sec - in org.apache.phoenix.end2end.MultiCfQueryExecIT
Running org.apache.phoenix.end2end.ViewIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 170.757 sec - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.085 sec - in org.apache.phoenix.end2end.StatsCollectorWithSplitsAndMultiCFIT
Running org.apache.phoenix.end2end.QueryTimeoutIT
Running org.apache.phoenix.end2end.UnionAllIT
Running org.apache.phoenix.end2end.SpillableGroupByIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.422 sec - in org.apache.phoenix.end2end.SpillableGroupByIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.575 sec - in org.apache.phoenix.end2end.QueryTimeoutIT
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.868 sec - in org.apache.phoenix.end2end.ViewIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.039 sec - in org.apache.phoenix.end2end.UnionAllIT
Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Running org.apache.phoenix.mapreduce.IndexToolIT
Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.492 sec - in org.apache.phoenix.rpc.PhoenixClientRpcIT
Running org.apache.phoenix.hbase.index.balancer.IndexLoadBalancerIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.665 sec - in org.apache.phoenix.rpc.PhoenixServerRpcIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.064 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.mapreduce.CsvBulkLoadToolIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.104 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 317.933 sec - in org.apache.phoenix.end2end.AlterTableIT
Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.306 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.328 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 145.802 sec - in org.apache.phoenix.hbase.index.balancer.IndexLoadBalancerIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.792 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 224.647 sec - in org.apache.phoenix.mapreduce.IndexToolIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 250.608 sec - in org.apache.phoenix.mapreduce.CsvBulkLoadToolIT

Results :




Tests run: 198, Failures: 0, Errors: 0, Skipped: 1

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (ClientManagedTimeTests) @ phoenix-core ---
[INFO] Failsafe report directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-core/target/failsafe-reports
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix .................................... SUCCESS [3.708s]
[INFO] Phoenix Core ...................................... FAILURE [29:33.604s]
[INFO] Phoenix - Flume ................................... SKIPPED
[INFO] Phoenix - Pig ..................................... SKIPPED
[INFO] Phoenix Assembly .................................. SKIPPED
[INFO] Phoenix - Pherf ................................... SKIPPED
[INFO] Phoenix - Spark ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29:37.976s
[INFO] Finished at: Wed Apr 15 18:52:51 UTC 2015
[INFO] Final Memory: 53M/784M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18:verify (ClientManagedTimeTests) on project phoenix-core: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-core/target/failsafe-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Sending artifact delta relative to Phoenix | Master #676
Archived 969 artifacts
Archive block size is 32768
Received 10004 blocks and 616743690 bytes
Compression is 34.7%
Took 3 min 3 sec
Updating PHOENIX-1814
Recording test results

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

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


Build failed in Jenkins: Phoenix | Master #686

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

Changes:

[ndimiduk] PHOENIX-971 Query server

------------------------------------------
[...truncated 2055 lines...]
34/103 KB   47/103 KB   106/409 KB   31/342 KB   
34/103 KB   51/103 KB   106/409 KB   31/342 KB   
34/103 KB   55/103 KB   106/409 KB   31/342 KB   
34/103 KB   58/103 KB   106/409 KB   31/342 KB   
34/103 KB   58/103 KB   106/409 KB   34/342 KB   
34/103 KB   58/103 KB   106/409 KB   38/342 KB   
34/103 KB   58/103 KB   106/409 KB   42/342 KB   
34/103 KB   58/103 KB   106/409 KB   46/342 KB   
34/103 KB   58/103 KB   106/409 KB   50/342 KB   
34/103 KB   58/103 KB   106/409 KB   52/342 KB   
38/103 KB   58/103 KB   106/409 KB   52/342 KB   
42/103 KB   58/103 KB   106/409 KB   52/342 KB   
46/103 KB   58/103 KB   106/409 KB   52/342 KB   
50/103 KB   58/103 KB   106/409 KB   52/342 KB   
54/103 KB   58/103 KB   106/409 KB   52/342 KB   
58/103 KB   58/103 KB   106/409 KB   52/342 KB   
61/103 KB   58/103 KB   106/409 KB   52/342 KB   
61/103 KB   58/103 KB   110/409 KB   52/342 KB   
61/103 KB   58/103 KB   114/409 KB   52/342 KB   
61/103 KB   58/103 KB   118/409 KB   52/342 KB   
61/103 KB   58/103 KB   122/409 KB   52/342 KB   
61/103 KB   58/103 KB   126/409 KB   52/342 KB   
61/103 KB   58/103 KB   130/409 KB   52/342 KB   
61/103 KB   58/103 KB   134/409 KB   52/342 KB   
61/103 KB   58/103 KB   138/409 KB   52/342 KB   
61/103 KB   58/103 KB   142/409 KB   52/342 KB   
61/103 KB   58/103 KB   146/409 KB   52/342 KB   
61/103 KB   58/103 KB   150/409 KB   52/342 KB   
61/103 KB   62/103 KB   150/409 KB   52/342 KB   
61/103 KB   65/103 KB   150/409 KB   52/342 KB   
61/103 KB   69/103 KB   150/409 KB   52/342 KB   
61/103 KB   73/103 KB   150/409 KB   52/342 KB   
61/103 KB   73/103 KB   150/409 KB   55/342 KB   
61/103 KB   77/103 KB   150/409 KB   55/342 KB   
61/103 KB   77/103 KB   150/409 KB   58/342 KB   
61/103 KB   81/103 KB   150/409 KB   58/342 KB   
61/103 KB   81/103 KB   150/409 KB   62/342 KB   
61/103 KB   85/103 KB   150/409 KB   62/342 KB   
61/103 KB   85/103 KB   150/409 KB   66/342 KB   
61/103 KB   89/103 KB   150/409 KB   66/342 KB   
61/103 KB   89/103 KB   150/409 KB   70/342 KB   
61/103 KB   91/103 KB   150/409 KB   70/342 KB   
61/103 KB   91/103 KB   150/409 KB   74/342 KB   
61/103 KB   91/103 KB   150/409 KB   78/342 KB   
61/103 KB   91/103 KB   150/409 KB   79/342 KB   
65/103 KB   91/103 KB   150/409 KB   79/342 KB   
69/103 KB   91/103 KB   150/409 KB   79/342 KB   
73/103 KB   91/103 KB   150/409 KB   79/342 KB   
77/103 KB   91/103 KB   150/409 KB   79/342 KB   
81/103 KB   91/103 KB   150/409 KB   79/342 KB   
85/103 KB   91/103 KB   150/409 KB   79/342 KB   
89/103 KB   91/103 KB   150/409 KB   79/342 KB   
93/103 KB   91/103 KB   150/409 KB   79/342 KB   
93/103 KB   91/103 KB   150/409 KB   79/342 KB   
93/103 KB   91/103 KB   154/409 KB   79/342 KB   
93/103 KB   91/103 KB   157/409 KB   79/342 KB   
93/103 KB   91/103 KB   161/409 KB   79/342 KB   
93/103 KB   91/103 KB   165/409 KB   79/342 KB   
93/103 KB   91/103 KB   169/409 KB   79/342 KB   
93/103 KB   91/103 KB   173/409 KB   79/342 KB   
93/103 KB   91/103 KB   177/409 KB   79/342 KB   
93/103 KB   91/103 KB   181/409 KB   79/342 KB   
93/103 KB   91/103 KB   185/409 KB   79/342 KB   
93/103 KB   91/103 KB   189/409 KB   79/342 KB   
93/103 KB   91/103 KB   193/409 KB   79/342 KB   
93/103 KB   91/103 KB   197/409 KB   79/342 KB   
93/103 KB   91/103 KB   201/409 KB   79/342 KB   
93/103 KB   93/103 KB   201/409 KB   79/342 KB   
93/103 KB   97/103 KB   201/409 KB   79/342 KB   
93/103 KB   101/103 KB   201/409 KB   82/342 KB   
93/103 KB   101/103 KB   201/409 KB   82/342 KB   
93/103 KB   102/103 KB   201/409 KB   82/342 KB   
93/103 KB   102/103 KB   201/409 KB   86/342 KB   
93/103 KB   103/103 KB   201/409 KB   86/342 KB   
93/103 KB   103/103 KB   201/409 KB   90/342 KB   
93/103 KB   103/103 KB   201/409 KB   94/342 KB   
93/103 KB   103/103 KB   201/409 KB   98/342 KB   
93/103 KB   103/103 KB   201/409 KB   102/342 KB   
93/103 KB   103/103 KB   201/409 KB   106/342 KB   
93/103 KB   103/103 KB   201/409 KB   110/342 KB   
93/103 KB   103/103 KB   201/409 KB   114/342 KB   
93/103 KB   103/103 KB   201/409 KB   115/342 KB   
97/103 KB   103/103 KB   201/409 KB   115/342 KB   
101/103 KB   103/103 KB   201/409 KB   115/342 KB   
103/103 KB   103/103 KB   201/409 KB   115/342 KB   
103/103 KB   103/103 KB   205/409 KB   115/342 KB   
103/103 KB   103/103 KB   208/409 KB   115/342 KB   
103/103 KB   103/103 KB   209/409 KB   115/342 KB   
103/103 KB   103/103 KB   213/409 KB   115/342 KB   
103/103 KB   103/103 KB   215/409 KB   115/342 KB   
103/103 KB   103/103 KB   219/409 KB   115/342 KB   
103/103 KB   103/103 KB   223/409 KB   115/342 KB   
103/103 KB   103/103 KB   227/409 KB   115/342 KB   
103/103 KB   103/103 KB   231/409 KB   115/342 KB   
103/103 KB   103/103 KB   235/409 KB   115/342 KB   
103/103 KB   103/103 KB   239/409 KB   115/342 KB   
103/103 KB   103/103 KB   243/409 KB   115/342 KB   
103/103 KB   103/103 KB   247/409 KB   115/342 KB   
103/103 KB   103/103 KB   251/409 KB   115/342 KB   
103/103 KB   103/103 KB   255/409 KB   115/342 KB   
103/103 KB   103/103 KB   259/409 KB   115/342 KB   
103/103 KB   103/103 KB   259/409 KB   116/342 KB   
103/103 KB   103/103 KB   259/409 KB   120/342 KB   
103/103 KB   103/103 KB   259/409 KB   124/342 KB   
103/103 KB   103/103 KB   259/409 KB   128/342 KB   
103/103 KB   103/103 KB   259/409 KB   132/342 KB   
103/103 KB   103/103 KB   259/409 KB   136/342 KB   
103/103 KB   103/103 KB   259/409 KB   140/342 KB   
103/103 KB   103/103 KB   259/409 KB   144/342 KB   
103/103 KB   103/103 KB   259/409 KB   148/342 KB   
103/103 KB   103/103 KB   259/409 KB   152/342 KB   
103/103 KB   103/103 KB   259/409 KB   156/342 KB   
103/103 KB   103/103 KB   259/409 KB   157/342 KB   
                                                    
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.2.7.v20150116/jetty-http-9.2.7.v20150116.jar (103 KB at 594.5 KB/sec)
                                                    
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.2.7.v20150116/jetty-io-9.2.7.v20150116.jar (103 KB at 587.2 KB/sec)
263/409 KB   157/342 KB                             
267/409 KB   157/342 KB   
267/409 KB   157/342 KB   
271/409 KB   157/342 KB   
275/409 KB   157/342 KB   
279/409 KB   157/342 KB   
283/409 KB   157/342 KB   
287/409 KB   157/342 KB   
291/409 KB   157/342 KB   
295/409 KB   157/342 KB   
299/409 KB   157/342 KB   
303/409 KB   157/342 KB   
307/409 KB   157/342 KB   
311/409 KB   157/342 KB   
315/409 KB   157/342 KB   
319/409 KB   157/342 KB   
323/409 KB   157/342 KB   
324/409 KB   157/342 KB   
324/409 KB   160/342 KB   
324/409 KB   164/342 KB   
324/409 KB   166/342 KB   
324/409 KB   170/342 KB   
324/409 KB   174/342 KB   
324/409 KB   178/342 KB   
324/409 KB   182/342 KB   
324/409 KB   186/342 KB   
324/409 KB   190/342 KB   
324/409 KB   194/342 KB   
324/409 KB   198/342 KB   
324/409 KB   202/342 KB   
324/409 KB   206/342 KB   
324/409 KB   208/342 KB   
328/409 KB   208/342 KB   
332/409 KB   208/342 KB   
334/409 KB   208/342 KB   
337/409 KB   208/342 KB   
339/409 KB   208/342 KB   
343/409 KB   208/342 KB   
347/409 KB   208/342 KB   
351/409 KB   208/342 KB   
355/409 KB   208/342 KB   
359/409 KB   208/342 KB   
363/409 KB   208/342 KB   
367/409 KB   208/342 KB   
371/409 KB   208/342 KB   
375/409 KB   208/342 KB   
379/409 KB   208/342 KB   
383/409 KB   208/342 KB   
387/409 KB   208/342 KB   
391/409 KB   208/342 KB   
395/409 KB   208/342 KB   
397/409 KB   208/342 KB   
397/409 KB   212/342 KB   
397/409 KB   216/342 KB   
397/409 KB   219/342 KB   
397/409 KB   222/342 KB   
397/409 KB   226/342 KB   
397/409 KB   230/342 KB   
397/409 KB   234/342 KB   
397/409 KB   238/342 KB   
397/409 KB   242/342 KB   
397/409 KB   246/342 KB   
397/409 KB   250/342 KB   
397/409 KB   254/342 KB   
397/409 KB   258/342 KB   
397/409 KB   262/342 KB   
397/409 KB   266/342 KB   
397/409 KB   267/342 KB   
399/409 KB   267/342 KB   
403/409 KB   267/342 KB   
407/409 KB   267/342 KB   
409/409 KB   267/342 KB   
409/409 KB   271/342 KB   
409/409 KB   273/342 KB   
409/409 KB   277/342 KB   
409/409 KB   281/342 KB   
409/409 KB   285/342 KB   
409/409 KB   289/342 KB   
409/409 KB   293/342 KB   
409/409 KB   297/342 KB   
409/409 KB   301/342 KB   
409/409 KB   305/342 KB   
409/409 KB   309/342 KB   
409/409 KB   313/342 KB   
409/409 KB   317/342 KB   
409/409 KB   321/342 KB   
409/409 KB   325/342 KB   
409/409 KB   329/342 KB   
409/409 KB   333/342 KB   
409/409 KB   335/342 KB   
                          
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.2.7.v20150116/jetty-server-9.2.7.v20150116.jar (409 KB at 1559.1 KB/sec)
339/342 KB                
341/342 KB   
342/342 KB   
             
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.2.7.v20150116/jetty-util-9.2.7.v20150116.jar (342 KB at 1191.2 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Phoenix Core ...................................... SUCCESS [26:29.769s]
[INFO] Phoenix - Flume ................................... SUCCESS [1:02.821s]
[INFO] Phoenix - Pig ..................................... SUCCESS [2:20.342s]
[INFO] Phoenix Assembly .................................. FAILURE [12.678s]
[INFO] Phoenix - Pherf ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30:06.159s
[INFO] Finished at: Fri Apr 17 00:33:36 UTC 2015
[INFO] Final Memory: 69M/1123M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project phoenix-assembly: Could not resolve dependencies for project org.apache.phoenix:phoenix-assembly:pom:4.4.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.phoenix:phoenix-server:jar:4.4.0-SNAPSHOT, org.apache.phoenix:phoenix-server-client:jar:4.4.0-SNAPSHOT: Could not find artifact org.apache.phoenix:phoenix-server:jar:4.4.0-SNAPSHOT in apache release (https://repository.apache.org/content/repositories/releases/) -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-assembly
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Sending artifact delta relative to Phoenix | Master #676
Archived 1040 artifacts
Archive block size is 32768
Received 8513 blocks and 741749081 bytes
Compression is 27.3%
Took 5 min 27 sec
Updating PHOENIX-971
Recording test results

Build failed in Jenkins: Phoenix | Master #685

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

------------------------------------------
[...truncated 1509 lines...]

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

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:integration-test (HBaseManagedTimeTests) @ phoenix-flume ---
[INFO] Failsafe report directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-flume/target/failsafe-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.flume.PhoenixSinkIT
Running org.apache.phoenix.flume.RegexEventSerializerIT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.294 sec - in org.apache.phoenix.flume.PhoenixSinkIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.329 sec - in org.apache.phoenix.flume.RegexEventSerializerIT

Results :




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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :




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

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (ClientManagedTimeTests) @ phoenix-flume ---
[INFO] Failsafe report directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-flume/target/failsafe-reports
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (HBaseManagedTimeTests) @ phoenix-flume ---
[INFO] Failsafe report directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-flume/target/failsafe-reports
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (NeedTheirOwnClusterTests) @ phoenix-flume ---
[INFO] Failsafe report directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-flume/target/failsafe-reports
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ phoenix-flume ---
[INFO] Installing /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-flume/target/phoenix-flume-4.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-flume/4.4.0-SNAPSHOT/phoenix-flume-4.4.0-SNAPSHOT.jar
[INFO] Installing /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-flume/pom.xml to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-flume/4.4.0-SNAPSHOT/phoenix-flume-4.4.0-SNAPSHOT.pom
[INFO] Installing /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-flume/target/phoenix-flume-4.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-flume/4.4.0-SNAPSHOT/phoenix-flume-4.4.0-SNAPSHOT-sources.jar
[INFO] Installing /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-flume/target/phoenix-flume-4.4.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-flume/4.4.0-SNAPSHOT/phoenix-flume-4.4.0-SNAPSHOT-tests.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Phoenix - Pig 4.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ phoenix-pig ---
[INFO] Deleting /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-source (add-test-source) @ phoenix-pig ---
[INFO] Test Source directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/src/it/java added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource (add-test-resource) @ phoenix-pig ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ phoenix-pig ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ phoenix-pig ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ phoenix-pig ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:build-classpath (create-mrapp-generated-classpath) @ phoenix-pig ---
[INFO] Wrote classpath file '/x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/classes/mrapp-generated-classpath'.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ phoenix-pig ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/src/test/resources
[INFO] skip non existing resourceDirectory /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/src/it/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ phoenix-pig ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ phoenix-pig ---
[INFO] Surefire report directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest
Running org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 sec - in org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest
Running org.apache.phoenix.pig.util.TableSchemaParserFunctionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.phoenix.pig.util.TableSchemaParserFunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.496 sec - in org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest
Running org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec - in org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest

Results :




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

[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ phoenix-pig ---
[INFO] Building jar: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/phoenix-pig-4.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix-pig ---
[INFO] Building jar: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/phoenix-pig-4.4.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ phoenix-pig ---
[INFO] Building jar: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/phoenix-pig-4.4.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ phoenix-pig ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:integration-test (ClientManagedTimeTests) @ phoenix-pig ---
[INFO] Failsafe report directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/failsafe-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :




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

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:integration-test (HBaseManagedTimeTests) @ phoenix-pig ---
[INFO] Failsafe report directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/failsafe-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.pig.PhoenixHBaseStorerIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.9 sec - in org.apache.phoenix.pig.PhoenixHBaseStorerIT

Results :




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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.pig.PhoenixHBaseLoaderIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.043 sec - in org.apache.phoenix.pig.PhoenixHBaseLoaderIT

Results :




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

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (ClientManagedTimeTests) @ phoenix-pig ---
[INFO] Failsafe report directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/failsafe-reports
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (HBaseManagedTimeTests) @ phoenix-pig ---
[INFO] Failsafe report directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/failsafe-reports
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (NeedTheirOwnClusterTests) @ phoenix-pig ---
[INFO] Failsafe report directory: /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/failsafe-reports
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ phoenix-pig ---
[INFO] Installing /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/phoenix-pig-4.4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-pig/4.4.0-SNAPSHOT/phoenix-pig-4.4.0-SNAPSHOT.jar
[INFO] Installing /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/pom.xml to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-pig/4.4.0-SNAPSHOT/phoenix-pig-4.4.0-SNAPSHOT.pom
[INFO] Installing /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/phoenix-pig-4.4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-pig/4.4.0-SNAPSHOT/phoenix-pig-4.4.0-SNAPSHOT-sources.jar
[INFO] Installing /x1/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-pig/target/phoenix-pig-4.4.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-pig/4.4.0-SNAPSHOT/phoenix-pig-4.4.0-SNAPSHOT-tests.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Phoenix Assembly 4.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/phoenix/phoenix-spark/4.4.0-SNAPSHOT/maven-metadata.xml
Downloading: http://conjars.org/repo/org/apache/phoenix/phoenix-spark/4.4.0-SNAPSHOT/maven-metadata.xml
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/phoenix/phoenix-spark/4.4.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/apache/phoenix/phoenix-spark/4.4.0-SNAPSHOT/maven-metadata.xml
               
               
Downloading: http://repository.apache.org/snapshots/org/apache/phoenix/phoenix-spark/4.4.0-SNAPSHOT/maven-metadata.xml
               
               
               
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/phoenix/phoenix-spark/4.4.0-SNAPSHOT/phoenix-spark-4.4.0-SNAPSHOT.jar
               
Downloading: http://conjars.org/repo/org/apache/phoenix/phoenix-spark/4.4.0-SNAPSHOT/phoenix-spark-4.4.0-SNAPSHOT.jar
               
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/phoenix/phoenix-spark/4.4.0-SNAPSHOT/phoenix-spark-4.4.0-SNAPSHOT.jar
               
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/apache/phoenix/phoenix-spark/4.4.0-SNAPSHOT/phoenix-spark-4.4.0-SNAPSHOT.jar
               
Downloading: http://repository.apache.org/snapshots/org/apache/phoenix/phoenix-spark/4.4.0-SNAPSHOT/phoenix-spark-4.4.0-SNAPSHOT.jar
               
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Phoenix Core ...................................... SUCCESS [36:27.689s]
[INFO] Phoenix - Flume ................................... SUCCESS [1:03.758s]
[INFO] Phoenix - Pig ..................................... SUCCESS [2:34.665s]
[INFO] Phoenix Assembly .................................. FAILURE [1.241s]
[INFO] Phoenix - Pherf ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40:07.866s
[INFO] Finished at: Thu Apr 16 23:58:35 UTC 2015
[INFO] Final Memory: 64M/286M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project phoenix-assembly: Could not resolve dependencies for project org.apache.phoenix:phoenix-assembly:pom:4.4.0-SNAPSHOT: Could not find artifact org.apache.phoenix:phoenix-spark:jar:4.4.0-SNAPSHOT in apache release (https://repository.apache.org/content/repositories/releases/) -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-assembly
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Sending artifact delta relative to Phoenix | Master #676
Archived 1016 artifacts
Archive block size is 32768
Received 11405 blocks and 643459898 bytes
Compression is 36.7%
Took 4 min 30 sec
Recording test results

Build failed in Jenkins: Phoenix | Master #684

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

Changes:

[jtaylor] PHOENIX-1876 Check for null function arguments before evaluating when constant

[jtaylor] PHOENIX-1870 Fix NPE occurring during regex processing when joni library not used

------------------------------------------
[...truncated 1480 lines...]
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:integration-test (ClientManagedTimeTests) @ phoenix-pig ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/failsafe-reports>
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :




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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.pig.PhoenixHBaseStorerIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.491 sec - in org.apache.phoenix.pig.PhoenixHBaseStorerIT

Results :




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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.pig.PhoenixHBaseLoaderIT
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.239 sec - in org.apache.phoenix.pig.PhoenixHBaseLoaderIT

Results :




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

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (ClientManagedTimeTests) @ phoenix-pig ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/failsafe-reports>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (HBaseManagedTimeTests) @ phoenix-pig ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/failsafe-reports>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (NeedTheirOwnClusterTests) @ phoenix-pig ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/failsafe-reports>
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ phoenix-pig ---
[INFO] Installing <https://builds.apache.org/job/Phoenix-master/684/artifact/phoenix-pig/target/phoenix-pig-4.4.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-pig/4.4.0-SNAPSHOT/phoenix-pig-4.4.0-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/pom.xml> to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-pig/4.4.0-SNAPSHOT/phoenix-pig-4.4.0-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Phoenix-master/684/artifact/phoenix-pig/target/phoenix-pig-4.4.0-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-pig/4.4.0-SNAPSHOT/phoenix-pig-4.4.0-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/Phoenix-master/684/artifact/phoenix-pig/target/phoenix-pig-4.4.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix-pig/4.4.0-SNAPSHOT/phoenix-pig-4.4.0-SNAPSHOT-tests.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Phoenix - Spark 4.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ phoenix-spark ---
[INFO] Deleting <https://builds.apache.org/job/Phoenix-master/ws/phoenix-spark/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ phoenix-spark ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ phoenix-spark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Phoenix-master/ws/phoenix-spark/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- scala-maven-plugin:3.2.0:add-source (scala-compile-first) @ phoenix-spark ---
[INFO] Add Source directory: <https://builds.apache.org/job/Phoenix-master/ws/phoenix-spark/src/main/scala>
[INFO] 
[INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @ phoenix-spark ---
[WARNING]  Expected all dependencies to require Scala version: 2.10.4
[WARNING]  org.apache.phoenix:phoenix-spark:4.4.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scalatest:scalatest_2.10:2.2.4 requires scala version: 2.10.4
[WARNING]  org.scalamock:scalamock-scalatest-support_2.10:3.1.4 requires scala version: 2.10.4
[WARNING]  org.scalamock:scalamock-core_2.10:3.1.4 requires scala version: 2.10.4
[WARNING]  com.twitter:chill_2.10:0.5.0 requires scala version: 2.10.4
[WARNING]  org.spark-project.akka:akka-remote_2.10:2.3.4-spark requires scala version: 2.10.4
[WARNING]  org.spark-project.akka:akka-actor_2.10:2.3.4-spark requires scala version: 2.10.4
[WARNING]  org.spark-project.akka:akka-slf4j_2.10:2.3.4-spark requires scala version: 2.10.4
[WARNING]  org.apache.spark:spark-core_2.10:1.3.0 requires scala version: 2.10.4
[WARNING]  org.json4s:json4s-jackson_2.10:3.2.10 requires scala version: 2.10.0
[WARNING] Multiple versions of scala libraries detected!
[INFO] <https://builds.apache.org/job/Phoenix-master/ws/phoenix-spark/src/main/scala>:-1: info: compiling
[INFO] Compiling 10 source files to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-spark/target/classes> at 1429206878965
[WARNING] warning: Class org.joda.convert.FromString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.ToString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.ToString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.FromString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.ToString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.FromString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.FromString not found - continuing with a stub.
[WARNING] warning: there were 4 feature warning(s); re-run with -feature for details
[WARNING] 8 warnings found
[INFO] prepare-compile in 0 s
[INFO] compile in 9 s
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ phoenix-spark ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ phoenix-spark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- scala-maven-plugin:3.2.0:testCompile (scala-test-compile) @ phoenix-spark ---
[WARNING]  Expected all dependencies to require Scala version: 2.10.4
[WARNING]  org.apache.phoenix:phoenix-spark:4.4.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scalatest:scalatest_2.10:2.2.4 requires scala version: 2.10.4
[WARNING]  org.scalamock:scalamock-scalatest-support_2.10:3.1.4 requires scala version: 2.10.4
[WARNING]  org.scalamock:scalamock-core_2.10:3.1.4 requires scala version: 2.10.4
[WARNING]  com.twitter:chill_2.10:0.5.0 requires scala version: 2.10.4
[WARNING]  org.spark-project.akka:akka-remote_2.10:2.3.4-spark requires scala version: 2.10.4
[WARNING]  org.spark-project.akka:akka-actor_2.10:2.3.4-spark requires scala version: 2.10.4
[WARNING]  org.spark-project.akka:akka-slf4j_2.10:2.3.4-spark requires scala version: 2.10.4
[WARNING]  org.apache.spark:spark-core_2.10:1.3.0 requires scala version: 2.10.4
[WARNING]  org.json4s:json4s-jackson_2.10:3.2.10 requires scala version: 2.10.0
[WARNING] Multiple versions of scala libraries detected!
[INFO] <https://builds.apache.org/job/Phoenix-master/ws/phoenix-spark/src/it/scala>:-1: info: compiling
[INFO] Compiling 1 source files to <https://builds.apache.org/job/Phoenix-master/ws/phoenix-spark/target/test-classes> at 1429206889134
[WARNING] warning: Class org.joda.convert.FromString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.ToString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.ToString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.FromString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.ToString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.FromString not found - continuing with a stub.
[WARNING] warning: Class org.joda.convert.FromString not found - continuing with a stub.
[WARNING] warning: Class org.apache.hadoop.mapred.MiniMRCluster not found - continuing with a stub.
[WARNING] 8 warnings found
[INFO] prepare-compile in 0 s
[INFO] compile in 10 s
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ phoenix-spark ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ phoenix-spark ---
[INFO] 
[INFO] --- scalatest-maven-plugin:1.0:test (test) @ phoenix-spark ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ phoenix-spark ---
[INFO] Building jar: <https://builds.apache.org/job/Phoenix-master/684/artifact/phoenix-spark/target/phoenix-spark-4.4.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix-spark ---
[INFO] Building jar: <https://builds.apache.org/job/Phoenix-master/684/artifact/phoenix-spark/target/phoenix-spark-4.4.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ phoenix-spark ---
[INFO] Building jar: <https://builds.apache.org/job/Phoenix-master/684/artifact/phoenix-spark/target/phoenix-spark-4.4.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ phoenix-spark ---
[INFO] 
[INFO] --- scalatest-maven-plugin:1.0:test (integration-test) @ phoenix-spark ---
WARNING: -c has been deprecated and will be reused for a different (but still very cool) purpose in ScalaTest 2.0. Please change all uses of -c to -P.
Discovery starting.
Discovery completed in 316 milliseconds.
Run starting. Expected test count is: 17
PhoenixSparkIT:
Formatting using clusterid: testClusterID
line 1:61 mismatched character '<EOF>' expecting set null
*** RUN ABORTED ***
  java.util.concurrent.ExecutionException: org.apache.phoenix.exception.PhoenixParserException: ERROR 601 (42P00): Syntax error. Encountered "<EOF>" at line 1, column 62.
  at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
  at java.util.concurrent.FutureTask.get(FutureTask.java:111)
  at org.scalatest.tools.ConcurrentDistributor.waitUntilDone(ConcurrentDistributor.scala:52)
  at org.scalatest.tools.Runner$.doRunRunRunDaDoRunRun(Runner.scala:2549)
  at org.scalatest.tools.Runner$$anonfun$runOptionallyWithPassFailReporter$2.apply(Runner.scala:1044)
  at org.scalatest.tools.Runner$$anonfun$runOptionallyWithPassFailReporter$2.apply(Runner.scala:1043)
  at org.scalatest.tools.Runner$.withClassLoaderAndDispatchReporter(Runner.scala:2722)
  at org.scalatest.tools.Runner$.runOptionallyWithPassFailReporter(Runner.scala:1043)
  at org.scalatest.tools.Runner$.main(Runner.scala:860)
  at org.scalatest.tools.Runner.main(Runner.scala)
  ...
  Cause: org.apache.phoenix.exception.PhoenixParserException: ERROR 601 (42P00): Syntax error. Encountered "<EOF>" at line 1, column 62.
  at org.apache.phoenix.exception.PhoenixParserException.newException(PhoenixParserException.java:33)
  at org.apache.phoenix.parse.SQLParser.parseStatement(SQLParser.java:111)
  at org.apache.phoenix.jdbc.PhoenixStatement$PhoenixStatementParser.parseStatement(PhoenixStatement.java:1005)
  at org.apache.phoenix.jdbc.PhoenixStatement.parseStatement(PhoenixStatement.java:1086)
  at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:1149)
  at org.apache.phoenix.spark.PhoenixSparkIT$$anonfun$beforeAll$1.apply(PhoenixSparkIT.scala:80)
  at org.apache.phoenix.spark.PhoenixSparkIT$$anonfun$beforeAll$1.apply(PhoenixSparkIT.scala:78)
  at scala.collection.Iterator$class.foreach(Iterator.scala:727)
  at scala.collection.AbstractIterator.foreach(Iterator.scala:1157)
  at org.apache.phoenix.spark.PhoenixSparkIT.beforeAll(PhoenixSparkIT.scala:78)
  ...
  Cause: org.antlr.runtime.NoViableAltException:
  at org.apache.phoenix.parse.PhoenixSQLParser.oneStatement(PhoenixSQLParser.java:683)
  at org.apache.phoenix.parse.PhoenixSQLParser.statement(PhoenixSQLParser.java:474)
  at org.apache.phoenix.parse.SQLParser.parseStatement(SQLParser.java:108)
  at org.apache.phoenix.jdbc.PhoenixStatement$PhoenixStatementParser.parseStatement(PhoenixStatement.java:1005)
  at org.apache.phoenix.jdbc.PhoenixStatement.parseStatement(PhoenixStatement.java:1086)
  at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:1149)
  at org.apache.phoenix.spark.PhoenixSparkIT$$anonfun$beforeAll$1.apply(PhoenixSparkIT.scala:80)
  at org.apache.phoenix.spark.PhoenixSparkIT$$anonfun$beforeAll$1.apply(PhoenixSparkIT.scala:78)
  at scala.collection.Iterator$class.foreach(Iterator.scala:727)
  at scala.collection.AbstractIterator.foreach(Iterator.scala:1157)
  ...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix .................................... SUCCESS [1.866s]
[INFO] Phoenix Core ...................................... SUCCESS [27:50.394s]
[INFO] Phoenix - Flume ................................... SUCCESS [1:02.045s]
[INFO] Phoenix - Pig ..................................... SUCCESS [2:23.059s]
[INFO] Phoenix - Spark ................................... FAILURE [54.688s]
[INFO] Phoenix Assembly .................................. SKIPPED
[INFO] Phoenix - Pherf ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32:12.511s
[INFO] Finished at: Thu Apr 16 17:55:30 UTC 2015
[INFO] Final Memory: 78M/1023M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.scalatest:scalatest-maven-plugin:1.0:test (integration-test) on project phoenix-spark: There are test failures -> [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-spark
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Sending artifact delta relative to Phoenix | Master #676
Archived 1044 artifacts
Archive block size is 32768
Received 11830 blocks and 640550360 bytes
Compression is 37.7%
Took 4 min 58 sec
Updating PHOENIX-1876
Updating PHOENIX-1870
Recording test results

Build failed in Jenkins: Phoenix | Master #683

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

Changes:

[ravimagham] PHOENIX-1815 - Spark Datasource api

------------------------------------------
[...truncated 1198 lines...]
	at org.apache.phoenix.index.IndexMaintainer.buildDeleteMutation(IndexMaintainer.java:842)
	at org.apache.phoenix.index.PhoenixIndexCodec.getIndexUpdates(PhoenixIndexCodec.java:173)
	at org.apache.phoenix.index.PhoenixIndexCodec.getIndexDeletes(PhoenixIndexCodec.java:119)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.addDeleteUpdatesToMap(CoveredColumnsIndexBuilder.java:403)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.addCleanupForCurrentBatch(CoveredColumnsIndexBuilder.java:287)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.addMutationsForBatch(CoveredColumnsIndexBuilder.java:239)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.batchMutationAndAddUpdates(CoveredColumnsIndexBuilder.java:136)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.getIndexUpdate(CoveredColumnsIndexBuilder.java:99)
	at org.apache.phoenix.hbase.index.builder.IndexBuildManager$1.call(IndexBuildManager.java:133)
	at org.apache.phoenix.hbase.index.builder.IndexBuildManager$1.call(IndexBuildManager.java:129)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
: 2 times, 
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:227)
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$1700(AsyncProcess.java:207)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.getErrors(AsyncProcess.java:1563)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:928)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:942)
	at org.apache.phoenix.execute.MutationState.commit(MutationState.java:422)
	at org.apache.phoenix.jdbc.PhoenixConnection$3.call(PhoenixConnection.java:439)
	at org.apache.phoenix.jdbc.PhoenixConnection$3.call(PhoenixConnection.java:436)
	at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53)
	at org.apache.phoenix.jdbc.PhoenixConnection.commit(PhoenixConnection.java:436)
	at org.apache.phoenix.end2end.index.IndexExpressionIT.helpTestCaseSensitiveFunctionIndex(IndexExpressionIT.java:1321)
	at org.apache.phoenix.end2end.index.IndexExpressionIT.testImmutableCaseSensitiveFunctionIndex(IndexExpressionIT.java:1277)

Running org.apache.phoenix.end2end.ArithmeticQueryIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.066 sec - in org.apache.phoenix.end2end.HashJoinLocalIndexIT
Running org.apache.phoenix.end2end.LikeExpressionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.221 sec - in org.apache.phoenix.end2end.LikeExpressionIT
Running org.apache.phoenix.end2end.DecodeFunctionIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.39 sec - in org.apache.phoenix.end2end.DecodeFunctionIT
Running org.apache.phoenix.end2end.ExecuteStatementsIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.502 sec - in org.apache.phoenix.end2end.StoreNullsIT
Running org.apache.phoenix.end2end.SpooledTmpFileDeleteIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.032 sec - in org.apache.phoenix.end2end.SpooledTmpFileDeleteIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.624 sec - in org.apache.phoenix.end2end.ExecuteStatementsIT
Running org.apache.phoenix.end2end.ToDateFunctionIT
Running org.apache.phoenix.end2end.ServerExceptionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.448 sec - in org.apache.phoenix.end2end.ServerExceptionIT
Running org.apache.phoenix.end2end.CSVCommonsLoaderIT
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.16 sec - in org.apache.phoenix.end2end.ToDateFunctionIT
Running org.apache.phoenix.end2end.AlterSessionIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.198 sec - in org.apache.phoenix.end2end.AlterSessionIT
Running org.apache.phoenix.end2end.MappingTableDataTypeIT
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.601 sec - in org.apache.phoenix.end2end.ArithmeticQueryIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.007 sec - in org.apache.phoenix.end2end.MappingTableDataTypeIT
Running org.apache.phoenix.end2end.TenantSpecificViewIndexIT
Running org.apache.phoenix.end2end.InListIT
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.651 sec - in org.apache.phoenix.end2end.CSVCommonsLoaderIT
Running org.apache.phoenix.end2end.StatementHintsIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.065 sec - in org.apache.phoenix.end2end.StatementHintsIT
Running org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.467 sec - in org.apache.phoenix.end2end.TenantSpecificViewIndexIT
Running org.apache.phoenix.end2end.TimezoneOffsetFunctionIT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.106 sec - in org.apache.phoenix.end2end.TimezoneOffsetFunctionIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.436 sec - in org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT
Running org.apache.phoenix.end2end.QueryExecWithoutSCNIT
Running org.apache.phoenix.end2end.LpadFunctionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.54 sec - in org.apache.phoenix.end2end.QueryExecWithoutSCNIT
Running org.apache.phoenix.end2end.PhoenixMetricsIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.582 sec - in org.apache.phoenix.end2end.PhoenixMetricsIT
Running org.apache.phoenix.end2end.CoalesceFunctionIT
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.149 sec - in org.apache.phoenix.end2end.LpadFunctionIT
Running org.apache.phoenix.end2end.RegexpReplaceFunctionIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.734 sec - in org.apache.phoenix.end2end.RegexpReplaceFunctionIT
Running org.apache.phoenix.end2end.EvaluationOfORIT
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.683 sec - in org.apache.phoenix.end2end.CoalesceFunctionIT
Running org.apache.phoenix.end2end.LastValueFunctionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.429 sec - in org.apache.phoenix.end2end.EvaluationOfORIT
Running org.apache.phoenix.end2end.SkipScanAfterManualSplitIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.407 sec - in org.apache.phoenix.end2end.LastValueFunctionIT
Running org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.365 sec - in org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT
Running org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.854 sec - in org.apache.phoenix.end2end.InListIT
Running org.apache.phoenix.end2end.DynamicFamilyIT
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.059 sec - in org.apache.phoenix.end2end.HashJoinIT
Running org.apache.phoenix.end2end.MinMaxAggregateFunctionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.443 sec - in org.apache.phoenix.end2end.MinMaxAggregateFunctionIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.783 sec - in org.apache.phoenix.end2end.DynamicFamilyIT
Running org.apache.phoenix.end2end.SubqueryIT
Running org.apache.phoenix.end2end.ArrayAppendFunctionIT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.734 sec - in org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT
Running org.apache.phoenix.end2end.ReverseScanIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.633 sec - in org.apache.phoenix.end2end.ReverseScanIT
Running org.apache.phoenix.end2end.SortMergeJoinIT
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.098 sec - in org.apache.phoenix.end2end.ArrayAppendFunctionIT
Running org.apache.phoenix.end2end.SignFunctionEnd2EndIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.187 sec - in org.apache.phoenix.end2end.SkipScanAfterManualSplitIT
Running org.apache.phoenix.end2end.QueryMoreIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.073 sec - in org.apache.phoenix.end2end.SignFunctionEnd2EndIT
Running org.apache.phoenix.end2end.ConvertTimezoneFunctionIT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.607 sec - in org.apache.phoenix.end2end.ConvertTimezoneFunctionIT
Running org.apache.phoenix.trace.PhoenixTraceReaderIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.249 sec - in org.apache.phoenix.trace.PhoenixTraceReaderIT
Running org.apache.phoenix.trace.PhoenixTracingEndToEndIT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.883 sec - in org.apache.phoenix.end2end.QueryMoreIT
Running org.apache.phoenix.trace.PhoenixTableMetricsWriterIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.707 sec - in org.apache.phoenix.trace.PhoenixTableMetricsWriterIT
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.7 sec - in org.apache.phoenix.end2end.SubqueryIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.92 sec - in org.apache.phoenix.trace.PhoenixTracingEndToEndIT
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 448.15 sec - in org.apache.phoenix.end2end.SpooledSortMergeJoinIT
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 340.711 sec - in org.apache.phoenix.end2end.SortMergeJoinIT

Results :


Tests in error: 
  IndexExpressionIT.testImmutableCaseSensitiveFunctionIndex:1277->helpTestCaseSensitiveFunctionIndex:1321 » Commit
  IndexExpressionIT.testImmutableLocalCaseSensitiveFunctionIndex:1282->helpTestCaseSensitiveFunctionIndex:1321 » Commit


Tests run: 908, Failures: 0, Errors: 2, Skipped: 0

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.end2end.index.MutableIndexFailureIT
Running org.apache.phoenix.end2end.ViewIT
Running org.apache.phoenix.end2end.TenantSpecificTablesDMLIT
Running org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT
Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.676 sec - in org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT
Running org.apache.phoenix.end2end.index.DropIndexDuringUpsertIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.apache.phoenix.end2end.index.DropIndexDuringUpsertIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.747 sec - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
Running org.apache.phoenix.end2end.QueryTimeoutIT
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.685 sec - in org.apache.phoenix.end2end.ViewIT
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.629 sec - in org.apache.phoenix.end2end.TenantSpecificTablesDMLIT
Running org.apache.phoenix.end2end.QueryWithLimitIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.9 sec - in org.apache.phoenix.end2end.QueryTimeoutIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.617 sec - in org.apache.phoenix.end2end.QueryWithLimitIT
Running org.apache.phoenix.end2end.StatsCollectorIT
Running org.apache.phoenix.end2end.KeyOnlyIT
Running org.apache.phoenix.end2end.ContextClassloaderIT
Running org.apache.phoenix.end2end.UnionAllIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.032 sec - in org.apache.phoenix.end2end.ContextClassloaderIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.553 sec - in org.apache.phoenix.end2end.KeyOnlyIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.248 sec - in org.apache.phoenix.end2end.UnionAllIT
Running org.apache.phoenix.end2end.MultiCfQueryExecIT
Running org.apache.phoenix.end2end.SaltedViewIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.883 sec - in org.apache.phoenix.end2end.SaltedViewIT
Running org.apache.phoenix.end2end.AlterTableIT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.216 sec - in org.apache.phoenix.end2end.MultiCfQueryExecIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.413 sec - in org.apache.phoenix.end2end.StatsCollectorIT
Running org.apache.phoenix.end2end.TenantSpecificTablesDDLIT
Running org.apache.phoenix.end2end.CountDistinctCompressionIT
Running org.apache.phoenix.end2end.SpillableGroupByIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.453 sec - in org.apache.phoenix.end2end.CountDistinctCompressionIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.682 sec - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.504 sec - in org.apache.phoenix.end2end.SpillableGroupByIT
Running org.apache.phoenix.end2end.StatsCollectorWithSplitsAndMultiCFIT
Running org.apache.phoenix.end2end.ParallelIteratorsIT
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.47 sec - in org.apache.phoenix.end2end.TenantSpecificTablesDDLIT
Running org.apache.phoenix.mapreduce.IndexToolIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.933 sec - in org.apache.phoenix.end2end.ParallelIteratorsIT
Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.053 sec - in org.apache.phoenix.end2end.StatsCollectorWithSplitsAndMultiCFIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.718 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Running org.apache.phoenix.mapreduce.CsvBulkLoadToolIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.948 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.848 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.293 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.hbase.index.balancer.IndexLoadBalancerIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.442 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.182 sec - in org.apache.phoenix.rpc.PhoenixClientRpcIT
Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.914 sec - in org.apache.phoenix.rpc.PhoenixServerRpcIT
Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.37 sec - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndUncompressedWALInHBase_094_9_IT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.108 sec - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndUncompressedWALInHBase_094_9_IT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 225.114 sec - in org.apache.phoenix.mapreduce.IndexToolIT
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 122.849 sec <<< FAILURE! - in org.apache.phoenix.hbase.index.balancer.IndexLoadBalancerIT
testBalanceCluster(org.apache.phoenix.hbase.index.balancer.IndexLoadBalancerIT)  Time elapsed: 7.552 sec  <<< FAILURE!
java.lang.AssertionError: User regions and index regions should colocate.
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.phoenix.hbase.index.balancer.IndexLoadBalancerIT.testBalanceCluster(IndexLoadBalancerIT.java:306)

Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 299.128 sec - in org.apache.phoenix.end2end.AlterTableIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 265.335 sec - in org.apache.phoenix.mapreduce.CsvBulkLoadToolIT

Results :

Failed tests: 
  IndexLoadBalancerIT.testBalanceCluster:306 User regions and index regions should colocate.



Tests run: 198, Failures: 1, Errors: 0, Skipped: 1

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (ClientManagedTimeTests) @ phoenix-core ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix .................................... SUCCESS [1.725s]
[INFO] Phoenix Core ...................................... FAILURE [28:57.576s]
[INFO] Phoenix - Flume ................................... SKIPPED
[INFO] Phoenix - Pig ..................................... SKIPPED
[INFO] Phoenix - Spark ................................... SKIPPED
[INFO] Phoenix Assembly .................................. SKIPPED
[INFO] Phoenix - Pherf ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28:59.762s
[INFO] Finished at: Thu Apr 16 02:52:11 UTC 2015
[INFO] Final Memory: 56M/990M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18:verify (ClientManagedTimeTests) 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] -> [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
Sending artifact delta relative to Phoenix | Master #676
Archived 998 artifacts
Archive block size is 32768
Received 10436 blocks and 626465527 bytes
Compression is 35.3%
Took 3 min 38 sec
Updating PHOENIX-1815
Recording test results

Build failed in Jenkins: Phoenix | Master #682

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

Changes:

[ndimiduk] PHOENIX-1865 Fix missing ASL headers

------------------------------------------
[...truncated 1186 lines...]
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:31313)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2031)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:107)
	at org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:130)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:107)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.NullPointerException
	at org.apache.phoenix.expression.util.regex.JavaPattern.substr(JavaPattern.java:83)
	at org.apache.phoenix.expression.function.RegexpSubstrFunction.evaluate(RegexpSubstrFunction.java:118)
	at org.apache.phoenix.index.IndexMaintainer.buildRowKey(IndexMaintainer.java:453)
	at org.apache.phoenix.index.IndexMaintainer.buildDeleteMutation(IndexMaintainer.java:842)
	at org.apache.phoenix.index.PhoenixIndexCodec.getIndexUpdates(PhoenixIndexCodec.java:173)
	at org.apache.phoenix.index.PhoenixIndexCodec.getIndexDeletes(PhoenixIndexCodec.java:119)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.addDeleteUpdatesToMap(CoveredColumnsIndexBuilder.java:403)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.addCleanupForCurrentBatch(CoveredColumnsIndexBuilder.java:287)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.addMutationsForBatch(CoveredColumnsIndexBuilder.java:239)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.batchMutationAndAddUpdates(CoveredColumnsIndexBuilder.java:136)
	at org.apache.phoenix.hbase.index.covered.CoveredColumnsIndexBuilder.getIndexUpdate(CoveredColumnsIndexBuilder.java:99)
	at org.apache.phoenix.hbase.index.builder.IndexBuildManager$1.call(IndexBuildManager.java:133)
	at org.apache.phoenix.hbase.index.builder.IndexBuildManager$1.call(IndexBuildManager.java:129)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
: 2 times, 
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:227)
	at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$1700(AsyncProcess.java:207)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.getErrors(AsyncProcess.java:1563)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:928)
	at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:942)
	at org.apache.phoenix.execute.MutationState.commit(MutationState.java:422)
	at org.apache.phoenix.jdbc.PhoenixConnection$3.call(PhoenixConnection.java:439)
	at org.apache.phoenix.jdbc.PhoenixConnection$3.call(PhoenixConnection.java:436)
	at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53)
	at org.apache.phoenix.jdbc.PhoenixConnection.commit(PhoenixConnection.java:436)
	at org.apache.phoenix.end2end.index.IndexExpressionIT.helpTestCaseSensitiveFunctionIndex(IndexExpressionIT.java:1321)
	at org.apache.phoenix.end2end.index.IndexExpressionIT.testImmutableCaseSensitiveFunctionIndex(IndexExpressionIT.java:1277)

Running org.apache.phoenix.end2end.LikeExpressionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.441 sec - in org.apache.phoenix.end2end.LikeExpressionIT
Running org.apache.phoenix.end2end.DecodeFunctionIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.501 sec - in org.apache.phoenix.end2end.StoreNullsIT
Running org.apache.phoenix.end2end.ExecuteStatementsIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.346 sec - in org.apache.phoenix.end2end.DecodeFunctionIT
Running org.apache.phoenix.end2end.SpooledTmpFileDeleteIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.74 sec - in org.apache.phoenix.end2end.SpooledTmpFileDeleteIT
Running org.apache.phoenix.end2end.ServerExceptionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.783 sec - in org.apache.phoenix.end2end.ServerExceptionIT
Running org.apache.phoenix.end2end.ToDateFunctionIT
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.162 sec - in org.apache.phoenix.end2end.ToDateFunctionIT
Running org.apache.phoenix.end2end.CSVCommonsLoaderIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.19 sec - in org.apache.phoenix.end2end.ExecuteStatementsIT
Running org.apache.phoenix.end2end.AlterSessionIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.041 sec - in org.apache.phoenix.end2end.AlterSessionIT
Running org.apache.phoenix.end2end.MappingTableDataTypeIT
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.482 sec - in org.apache.phoenix.end2end.ArithmeticQueryIT
Running org.apache.phoenix.end2end.TenantSpecificViewIndexIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.28 sec - in org.apache.phoenix.end2end.MappingTableDataTypeIT
Running org.apache.phoenix.end2end.InListIT
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.348 sec - in org.apache.phoenix.end2end.CSVCommonsLoaderIT
Running org.apache.phoenix.end2end.StatementHintsIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.142 sec - in org.apache.phoenix.end2end.StatementHintsIT
Running org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.45 sec - in org.apache.phoenix.end2end.TenantSpecificViewIndexIT
Running org.apache.phoenix.end2end.TimezoneOffsetFunctionIT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.482 sec - in org.apache.phoenix.end2end.TimezoneOffsetFunctionIT
Running org.apache.phoenix.end2end.QueryExecWithoutSCNIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.285 sec - in org.apache.phoenix.end2end.TenantSpecificViewIndexSaltedIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.318 sec - in org.apache.phoenix.end2end.QueryExecWithoutSCNIT
Running org.apache.phoenix.end2end.LpadFunctionIT
Running org.apache.phoenix.end2end.PhoenixMetricsIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.847 sec - in org.apache.phoenix.end2end.PhoenixMetricsIT
Running org.apache.phoenix.end2end.CoalesceFunctionIT
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.448 sec - in org.apache.phoenix.end2end.LpadFunctionIT
Running org.apache.phoenix.end2end.RegexpReplaceFunctionIT
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.87 sec - in org.apache.phoenix.end2end.CoalesceFunctionIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.931 sec - in org.apache.phoenix.end2end.RegexpReplaceFunctionIT
Running org.apache.phoenix.end2end.EvaluationOfORIT
Running org.apache.phoenix.end2end.LastValueFunctionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.44 sec - in org.apache.phoenix.end2end.EvaluationOfORIT
Running org.apache.phoenix.end2end.SkipScanAfterManualSplitIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.632 sec - in org.apache.phoenix.end2end.LastValueFunctionIT
Running org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.182 sec - in org.apache.phoenix.end2end.salted.SaltedTableVarLengthRowKeyIT
Running org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 93.633 sec - in org.apache.phoenix.end2end.InListIT
Running org.apache.phoenix.end2end.DynamicFamilyIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.351 sec - in org.apache.phoenix.end2end.DynamicFamilyIT
Running org.apache.phoenix.end2end.MinMaxAggregateFunctionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.193 sec - in org.apache.phoenix.end2end.MinMaxAggregateFunctionIT
Running org.apache.phoenix.end2end.SubqueryIT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.564 sec - in org.apache.phoenix.end2end.salted.SaltedTableUpsertSelectIT
Running org.apache.phoenix.end2end.ArrayAppendFunctionIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.265 sec - in org.apache.phoenix.end2end.SkipScanAfterManualSplitIT
Running org.apache.phoenix.end2end.ReverseScanIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.151 sec - in org.apache.phoenix.end2end.ReverseScanIT
Running org.apache.phoenix.end2end.SortMergeJoinIT
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.465 sec - in org.apache.phoenix.end2end.ArrayAppendFunctionIT
Running org.apache.phoenix.end2end.SignFunctionEnd2EndIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.835 sec - in org.apache.phoenix.end2end.SignFunctionEnd2EndIT
Running org.apache.phoenix.end2end.QueryMoreIT
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.912 sec - in org.apache.phoenix.end2end.SubqueryIT
Running org.apache.phoenix.end2end.ConvertTimezoneFunctionIT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.308 sec - in org.apache.phoenix.end2end.ConvertTimezoneFunctionIT
Running org.apache.phoenix.trace.PhoenixTraceReaderIT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.916 sec - in org.apache.phoenix.end2end.QueryMoreIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.488 sec - in org.apache.phoenix.trace.PhoenixTraceReaderIT
Running org.apache.phoenix.trace.PhoenixTracingEndToEndIT
Running org.apache.phoenix.trace.PhoenixTableMetricsWriterIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 sec - in org.apache.phoenix.trace.PhoenixTableMetricsWriterIT
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 381.536 sec - in org.apache.phoenix.end2end.SpooledSortMergeJoinIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 90.1 sec - in org.apache.phoenix.trace.PhoenixTracingEndToEndIT
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 430.301 sec - in org.apache.phoenix.end2end.HashJoinIT
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 388.678 sec - in org.apache.phoenix.end2end.SortMergeJoinIT

Results :


Tests in error: 
  IndexExpressionIT.testImmutableCaseSensitiveFunctionIndex:1277->helpTestCaseSensitiveFunctionIndex:1321 » Commit
  IndexExpressionIT.testImmutableLocalCaseSensitiveFunctionIndex:1282->helpTestCaseSensitiveFunctionIndex:1321 » Commit


Tests run: 908, Failures: 0, Errors: 2, Skipped: 0

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.end2end.index.MutableIndexFailureIT
Running org.apache.phoenix.end2end.ViewIT
Running org.apache.phoenix.end2end.TenantSpecificTablesDMLIT
Running org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT
Running org.apache.phoenix.end2end.index.MutableIndexReplicationIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.29 sec - in org.apache.phoenix.end2end.index.ImmutableIndexWithStatsIT
Running org.apache.phoenix.end2end.index.DropIndexDuringUpsertIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.apache.phoenix.end2end.index.DropIndexDuringUpsertIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.257 sec - in org.apache.phoenix.end2end.index.MutableIndexReplicationIT
Running org.apache.phoenix.end2end.QueryTimeoutIT
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.721 sec - in org.apache.phoenix.end2end.TenantSpecificTablesDMLIT
Running org.apache.phoenix.end2end.QueryWithLimitIT
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.433 sec - in org.apache.phoenix.end2end.ViewIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.245 sec - in org.apache.phoenix.end2end.QueryTimeoutIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.921 sec - in org.apache.phoenix.end2end.QueryWithLimitIT
Running org.apache.phoenix.end2end.KeyOnlyIT
Running org.apache.phoenix.end2end.StatsCollectorIT
Running org.apache.phoenix.end2end.ContextClassloaderIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.738 sec - in org.apache.phoenix.end2end.KeyOnlyIT
Running org.apache.phoenix.end2end.UnionAllIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.769 sec - in org.apache.phoenix.end2end.ContextClassloaderIT
Running org.apache.phoenix.end2end.MultiCfQueryExecIT
Running org.apache.phoenix.end2end.SaltedViewIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.608 sec - in org.apache.phoenix.end2end.UnionAllIT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.767 sec - in org.apache.phoenix.end2end.MultiCfQueryExecIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.128 sec - in org.apache.phoenix.end2end.SaltedViewIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.117 sec - in org.apache.phoenix.end2end.StatsCollectorIT
Running org.apache.phoenix.end2end.AlterTableIT
Running org.apache.phoenix.end2end.TenantSpecificTablesDDLIT
Running org.apache.phoenix.end2end.CountDistinctCompressionIT
Running org.apache.phoenix.end2end.SpillableGroupByIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 178.984 sec - in org.apache.phoenix.end2end.index.MutableIndexFailureIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.296 sec - in org.apache.phoenix.end2end.CountDistinctCompressionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.619 sec - in org.apache.phoenix.end2end.SpillableGroupByIT
Running org.apache.phoenix.end2end.StatsCollectorWithSplitsAndMultiCFIT
Running org.apache.phoenix.end2end.ParallelIteratorsIT
Running org.apache.phoenix.mapreduce.IndexToolIT
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.534 sec - in org.apache.phoenix.end2end.TenantSpecificTablesDDLIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.251 sec - in org.apache.phoenix.end2end.ParallelIteratorsIT
Running org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.94 sec - in org.apache.phoenix.end2end.StatsCollectorWithSplitsAndMultiCFIT
Running org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.718 sec - in org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
Running org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Running org.apache.phoenix.mapreduce.CsvBulkLoadToolIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.399 sec - in org.apache.phoenix.hbase.index.covered.example.EndToEndCoveredIndexingIT
Running org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.477 sec - in org.apache.phoenix.hbase.index.covered.example.EndtoEndIndexingWithCompressionIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.107 sec - in org.apache.phoenix.hbase.index.covered.example.FailWithoutRetriesIT
Running org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.hbase.index.balancer.IndexLoadBalancerIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.346 sec - in org.apache.phoenix.hbase.index.covered.EndToEndCoveredColumnsIndexBuilderIT
Running org.apache.phoenix.rpc.PhoenixClientRpcIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.965 sec - in org.apache.phoenix.rpc.PhoenixClientRpcIT
Running org.apache.phoenix.rpc.PhoenixServerRpcIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.434 sec - in org.apache.phoenix.rpc.PhoenixServerRpcIT
Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.721 sec - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
Running org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndUncompressedWALInHBase_094_9_IT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.621 sec - in org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndUncompressedWALInHBase_094_9_IT
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 115.885 sec - in org.apache.phoenix.hbase.index.balancer.IndexLoadBalancerIT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 233.012 sec - in org.apache.phoenix.mapreduce.IndexToolIT
Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 297.353 sec - in org.apache.phoenix.end2end.AlterTableIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 266.331 sec - in org.apache.phoenix.mapreduce.CsvBulkLoadToolIT

Results :




Tests run: 198, Failures: 0, Errors: 0, Skipped: 1

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (ClientManagedTimeTests) @ phoenix-core ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Phoenix-master/ws/phoenix-core/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix .................................... SUCCESS [2.924s]
[INFO] Phoenix Core ...................................... FAILURE [33:30.140s]
[INFO] Phoenix - Flume ................................... SKIPPED
[INFO] Phoenix - Pig ..................................... SKIPPED
[INFO] Phoenix Assembly .................................. SKIPPED
[INFO] Phoenix - Pherf ................................... SKIPPED
[INFO] Phoenix - Spark ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33:33.664s
[INFO] Finished at: Thu Apr 16 00:26:56 UTC 2015
[INFO] Final Memory: 54M/1142M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18:verify (ClientManagedTimeTests) 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] -> [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
Sending artifact delta relative to Phoenix | Master #676
Archived 1017 artifacts
Archive block size is 32768
Received 11131 blocks and 630651542 bytes
Compression is 36.6%
Took 4 min 39 sec
Updating PHOENIX-1865
Recording test results