You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/08/18 12:25:55 UTC

Build failed in Jenkins: Tajo-master-build #340

See <https://builds.apache.org/job/Tajo-master-build/340/changes>

Changes:

[hyunsik] TAJO-984: Improve the default data type handling in RowStoreUtil. (jihoon via hyunsik)

------------------------------------------
[...truncated 277598 lines...]
2014-08-18 10:25:36,631 ERROR: org.apache.tajo.client.TajoClient (close(141)) - java.io.IOException: Connect error to localhost/127.0.0.1:14715 cause java.util.concurrent.RejectedExecutionException: Worker has already been shutdown
2014-08-18 10:25:36,629 INFO: org.apache.tajo.master.session.SessionManager (removeSession(80)) - Session 4265fb05-1ccd-4a2f-800c-50d8fc69f058 is removed.
2014-08-18 10:25:36,654 ERROR: org.apache.tajo.client.TajoClient (close(141)) - java.io.IOException: Connect error to localhost/127.0.0.1:14715 cause java.util.concurrent.RejectedExecutionException: Worker has already been shutdown
2014-08-18 10:25:36,629 ERROR: org.apache.tajo.client.TajoClient (close(141)) - java.io.IOException: Connect error to localhost/127.0.0.1:14715 cause java.util.concurrent.RejectedExecutionException: Worker has already been shutdown
2014-08-18 10:25:36,629 ERROR: org.apache.tajo.rpc.RpcProtos (exceptionCaught(225)) - RPC Exception:Worker has already been shutdown
2014-08-18 10:25:36,655 ERROR: org.apache.tajo.client.TajoClient (close(141)) - java.io.IOException: Connect error to localhost/127.0.0.1:14715 cause java.util.concurrent.RejectedExecutionException: Worker has already been shutdown
2014-08-18 10:25:36,663 INFO: org.apache.tajo.worker.WorkerHeartbeatService (run(260)) - Worker Resource Heartbeat Thread stopped.
2014-08-18 10:25:36,714 INFO: org.apache.tajo.rpc.NettyServerBase (shutdown(128)) - Rpc (TajoWorkerProtocol) listened on 0:0:0:0:0:0:0:0:14719) shutdown
2014-08-18 10:25:36,716 INFO: org.apache.tajo.worker.TajoWorkerManagerService (stop(96)) - TajoWorkerManagerService stopped
2014-08-18 10:25:36,721 INFO: org.apache.tajo.rpc.NettyServerBase (shutdown(128)) - Rpc (QueryMasterProtocol) listened on 0:0:0:0:0:0:0:0:14718) shutdown
2014-08-18 10:25:36,721 INFO: org.apache.tajo.master.querymaster.QueryMasterManagerService (stop(111)) - QueryMasterManagerService stopped
2014-08-18 10:25:36,722 INFO: org.apache.tajo.master.querymaster.QueryMaster (run(478)) - QueryMaster heartbeat thread stopped
2014-08-18 10:25:36,722 INFO: org.apache.tajo.master.TajoAsyncDispatcher (stop(122)) - AsyncDispatcher stopped:querymaster_1408356908593
2014-08-18 10:25:36,723 INFO: org.apache.tajo.master.querymaster.QueryMaster (stop(175)) - QueryMaster stop
2014-08-18 10:25:36,723 INFO: org.apache.tajo.worker.TajoWorkerClientService (stop(110)) - TajoWorkerClientService stopping
2014-08-18 10:25:36,727 INFO: org.apache.tajo.rpc.NettyServerBase (shutdown(128)) - Rpc (QueryMasterClientProtocol) listened on 0:0:0:0:0:0:0:0:14717) shutdown
2014-08-18 10:25:36,727 INFO: org.apache.tajo.worker.TajoWorkerClientService (stop(114)) - TajoWorkerClientService stopped
2014-08-18 10:25:36,728 INFO: org.apache.tajo.worker.TajoWorker (stop(334)) - TajoWorker main thread exiting

Results :

Failed tests:   testRightOuterJoinPredicationCaseByCase3[0](org.apache.tajo.engine.query.TestJoinQuery): expected:<[id,name,id,id(..)
  testLeftOuterJoinPredicationCaseByCase3[0](org.apache.tajo.engine.query.TestJoinQuery): expected:<[id,name,id,id(..)
  testComplexJoinCondition4[0](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...-------(..)
  testComplexJoinCondition5[0](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...-------(..)
  testComplexJoinCondition6[0](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...0,ALGE,ALGE(..)
  testRightOuterJoinPredicationCaseByCase3[1](org.apache.tajo.engine.query.TestJoinQuery): expected:<[id,name,id,id(..)
  testLeftOuterJoinPredicationCaseByCase3[1](org.apache.tajo.engine.query.TestJoinQuery): expected:<[id,name,id,id(..)
  testComplexJoinCondition4[1](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...-------(..)
  testComplexJoinCondition5[1](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...-------(..)
  testComplexJoinCondition6[1](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...0,ALGE,ALGE(..)
  testComplexJoinCondition4[2](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...-------(..)
  testComplexJoinCondition5[2](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...-------(..)
  testComplexJoinCondition6[2](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...0,ALGE,ALGE(..)
  testComplexJoinCondition4[3](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...-------(..)
  testComplexJoinCondition5[3](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...-------(..)
  testComplexJoinCondition6[3](org.apache.tajo.engine.query.TestJoinQuery): Result Verification expected:<...0,ALGE,ALGE(..)
  testPartitionMultiplePartitionFilter(org.apache.tajo.engine.query.TestJoinOnPartitionedTables): Table [customer_parts] creation is failed.
  testFilterPushDownPartitionColumnCaseWhen(org.apache.tajo.engine.query.TestJoinOnPartitionedTables): Table [customer_parts] creation is failed.
  testBroadcastPartitionTable(org.apache.tajo.engine.query.TestJoinBroadcast): Table [customer_broad_parts] creation is failed.

Tests in error: 
  testWindowWithOrderBy5(org.apache.tajo.engine.query.TestWindowQuery): java.util.NoSuchElementException(..)
  testWindowWithSubQuery5(org.apache.tajo.engine.query.TestWindowQuery): java.util.NoSuchElementException(..)
  testWindowWithSubQuery6(org.apache.tajo.engine.query.TestWindowQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithEmptySubquery1[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithEmptySubquery2[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithConstantExpr4[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithConstantExpr5[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testRightOuterJoinPredicationCaseByCase2[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual2[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual3[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual4[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase4[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase5[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase6[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithNull2[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithNull3[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testFullOuterJoinWithEmptyIntermediateData[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithJson2[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithDifferentShuffleKey[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinFilterOfRowPreservedTable1[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinCoReferredEvalsWithSameExprs1[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinCoReferredEvalsWithSameExprs2[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase2_1[0](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithEmptySubquery1[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithEmptySubquery2[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithConstantExpr4[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithConstantExpr5[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testRightOuterJoinPredicationCaseByCase2[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual2[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual3[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual4[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase4[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase5[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase6[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithNull2[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithNull3[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testFullOuterJoinWithEmptyIntermediateData[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithJson2[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithDifferentShuffleKey[1](org.apache.tajo.engine.query.TestJoinQuery): java.sql.SQLException: relation "default.large_table" exists table
  testJoinFilterOfRowPreservedTable1[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinCoReferredEvalsWithSameExprs1[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinCoReferredEvalsWithSameExprs2[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase2_1[1](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithEmptySubquery1[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithEmptySubquery2[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithConstantExpr4[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithConstantExpr5[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testRightOuterJoinPredicationCaseByCase2[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual2[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual3[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual4[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase4[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase5[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase6[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithNull2[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithNull3[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testFullOuterJoinWithEmptyIntermediateData[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithJson2[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithDifferentShuffleKey[2](org.apache.tajo.engine.query.TestJoinQuery): java.sql.SQLException: relation "default.large_table" exists table
  testJoinFilterOfRowPreservedTable1[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinCoReferredEvalsWithSameExprs1[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinCoReferredEvalsWithSameExprs2[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase2_1[2](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithEmptySubquery1[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithEmptySubquery2[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithConstantExpr4[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithConstantExpr5[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testRightOuterJoinPredicationCaseByCase2[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual2[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual3[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithMultipleJoinQual4[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase4[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase5[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase6[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithNull2[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinWithNull3[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testFullOuterJoinWithEmptyIntermediateData[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithJson2[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinWithDifferentShuffleKey[3](org.apache.tajo.engine.query.TestJoinQuery): java.sql.SQLException: relation "default.large_table" exists table
  testJoinFilterOfRowPreservedTable1[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinCoReferredEvalsWithSameExprs1[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testJoinCoReferredEvalsWithSameExprs2[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testLeftOuterJoinPredicationCaseByCase2_1[3](org.apache.tajo.engine.query.TestJoinQuery): java.util.NoSuchElementException(..)
  testPartitionTableJoinSmallTable(org.apache.tajo.engine.query.TestJoinOnPartitionedTables): java.util.NoSuchElementException(..)
  testUnion10(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testUnion11(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testUnion12(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testUnion13(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testUnion15(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testUnion16(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testUnionCaseOfFirstEmptyAndJoin(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testUnionWithDifferentAliasAndFunction(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testUnionWithDifferentAlias(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testUnion5(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testUnion8(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testUnion9(org.apache.tajo.engine.query.TestUnionQuery): java.util.NoSuchElementException(..)
  testNotEqual(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testSelectSameExprsWithDifferentAliases(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testWhereCondWithAlias1(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testWhereCondWithAlias2(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testStringCompare(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testSelectWithJson(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testNotInClause(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testSelectColumnAliasExistingInRelation1(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testWhereCond1(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testSelectSameConstantsWithDifferentAliases2(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testSelectSameConstantsWithDifferentAliases3(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testInClause(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testInStrClause(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testCaseWhenRound(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testSelectSameConstantsWithDifferentAliases(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testSumIntOverflow(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testSumFloatOverflow(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testNotInStrClause(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testRealValueCompare(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testSelectAsterisk2(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testSelectAsterisk3(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testSelectAsterisk5(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testLikeClause(org.apache.tajo.engine.query.TestSelectQuery): java.util.NoSuchElementException(..)
  testInsertOverwriteWithCompression(org.apache.tajo.engine.query.TestInsertQuery): java.util.NoSuchElementException(..)
  testInsertOverwriteLocation(org.apache.tajo.engine.query.TestInsertQuery): java.util.NoSuchElementException(..)
  testInsertOverwriteWithAsteriskUsingParquet(org.apache.tajo.engine.query.TestInsertQuery): java.util.NoSuchElementException(..)
  testInsertOverwriteLocationWithCompression(org.apache.tajo.engine.query.TestInsertQuery): java.util.NoSuchElementException(..)
  testInsertOverwriteIntoSelect(org.apache.tajo.engine.query.TestInsertQuery): java.util.NoSuchElementException(..)
  testInsertOverwriteCapitalTableName(org.apache.tajo.engine.query.TestInsertQuery): java.util.NoSuchElementException(..)
  testInsertOverwriteWithAsterisk(org.apache.tajo.engine.query.TestInsertQuery): java.util.NoSuchElementException(..)
  testIsNotNull2(org.apache.tajo.engine.query.TestNullValues): java.util.NoSuchElementException(..)
  testIsNotNull3(org.apache.tajo.engine.query.TestNullValues): java.util.NoSuchElementException(..)
  testTAJO418Case(org.apache.tajo.engine.query.TestCaseByCases): java.util.NoSuchElementException(..)
  testJoinSubqueryWithJson(org.apache.tajo.engine.query.TestTableSubQuery): java.util.NoSuchElementException(..)
  testJoinSubQuery2(org.apache.tajo.engine.query.TestTableSubQuery): java.util.NoSuchElementException(..)
  testJoinSubQuery(org.apache.tajo.engine.query.TestTableSubQuery): java.util.NoSuchElementException(..)
  testCasebyCase1(org.apache.tajo.engine.query.TestJoinBroadcast): java.util.NoSuchElementException(..)
  testInnerAndOuterWithEmpty(org.apache.tajo.engine.query.TestJoinBroadcast): java.util.NoSuchElementException(..)
  testBroadcastSubquery2(org.apache.tajo.engine.query.TestJoinBroadcast): java.util.NoSuchElementException(..)
  testJoinCoReferredEvalsWithSameExprs1(org.apache.tajo.engine.query.TestJoinBroadcast): java.util.NoSuchElementException(..)
  testJoinCoReferredEvalsWithSameExprs2(org.apache.tajo.engine.query.TestJoinBroadcast): java.util.NoSuchElementException(..)
  testSelfJoin(org.apache.tajo.engine.query.TestJoinBroadcast): java.util.NoSuchElementException(..)
  testGroupByWithNullData10(org.apache.tajo.engine.query.TestGroupByQuery): java.util.NoSuchElementException(..)
  testGroupByWithNullData11(org.apache.tajo.engine.query.TestGroupByQuery): java.util.NoSuchElementException(..)
  testGroupByWithNullData12(org.apache.tajo.engine.query.TestGroupByQuery): java.util.NoSuchElementException(..)
  testGroupByWithNullData1(org.apache.tajo.engine.query.TestGroupByQuery): java.util.NoSuchElementException(..)
  testGroupByWithNullData2(org.apache.tajo.engine.query.TestGroupByQuery): java.util.NoSuchElementException(..)
  testGroupByWithNullData3(org.apache.tajo.engine.query.TestGroupByQuery): java.util.NoSuchElementException(..)
  testGroupByWithNullData4(org.apache.tajo.engine.query.TestGroupByQuery): java.util.NoSuchElementException(..)
  testGroupByWithNullData7(org.apache.tajo.engine.query.TestGroupByQuery): java.util.NoSuchElementException(..)
  testGroupByWithNullData8(org.apache.tajo.engine.query.TestGroupByQuery): org.apache.tajo.engine.exception.VerifyException: relation "default.table1" already exists(..)
  testGroupByWithNullData9(org.apache.tajo.engine.query.TestGroupByQuery): org.apache.tajo.engine.exception.VerifyException: relation "default.table1" already exists(..)
  testCastFromTable(org.apache.tajo.engine.eval.TestSQLExpression)
  testEqual(org.apache.tajo.engine.planner.physical.TestBSTIndexExec)
  testCreateScanWithFilterPlan(org.apache.tajo.engine.planner.physical.TestPhysicalPlanner)
  testJoinWithMultipleJoinQual2(org.apache.tajo.engine.planner.TestLogicalPlanner)
  testJoinWithMultipleJoinQual3(org.apache.tajo.engine.planner.TestLogicalPlanner)
  testJoinWithMultipleJoinQual4(org.apache.tajo.engine.planner.TestLogicalPlanner)
  testProjectionPush(org.apache.tajo.engine.planner.TestLogicalOptimizer)
  testOptimizeWithGroupBy(org.apache.tajo.engine.planner.TestLogicalOptimizer)
  testIsJoinQual(org.apache.tajo.engine.planner.TestPlannerUtil)
  testNextBlock(org.apache.tajo.master.TestExecutionBlockCursor)
  testComplexUnion1(org.apache.tajo.master.TestGlobalPlanner)
  testTPCH_Q5(org.apache.tajo.master.TestGlobalPlanner)
  testQ2FourJoins(org.apache.tajo.benchmark.TestTPCH): java.util.NoSuchElementException(..)
  testPreparedStatement(org.apache.tajo.jdbc.TestTajoJdbc): java.util.NoSuchElementException(..)

Tests run: 1116, Failures: 19, Errors: 162, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... SUCCESS [  6.352 s]
[INFO] Tajo Project POM .................................. SUCCESS [  0.998 s]
[INFO] Tajo Maven Plugins ................................ SUCCESS [  3.406 s]
[INFO] Tajo Common ....................................... SUCCESS [ 46.027 s]
[INFO] Tajo Algebra ...................................... SUCCESS [  1.751 s]
[INFO] Tajo Catalog Common ............................... SUCCESS [  6.914 s]
[INFO] Tajo Rpc .......................................... SUCCESS [ 21.887 s]
[INFO] Tajo Catalog Client ............................... SUCCESS [  1.153 s]
[INFO] Tajo Catalog Server ............................... SUCCESS [  6.674 s]
[INFO] Tajo Storage ...................................... SUCCESS [ 53.932 s]
[INFO] Tajo Core PullServer .............................. SUCCESS [  1.121 s]
[INFO] Tajo Client ....................................... SUCCESS [  3.454 s]
[INFO] Tajo JDBC Driver .................................. SUCCESS [  0.602 s]
[INFO] Tajo Core ......................................... FAILURE [10:53 min]
[INFO] Tajo Catalog Drivers .............................. SKIPPED
[INFO] Tajo Catalog ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:29 min
[INFO] Finished at: 2014-08-18T10:25:37+00:00
[INFO] Final Memory: 111M/2928M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project tajo-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Tajo-master-build/ws/tajo-core/target/surefire-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 :tajo-core
Build step 'Execute shell' marked build as failure
Updating TAJO-984

Jenkins build is back to normal : Tajo-master-build #341

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