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/12/24 10:15:06 UTC

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

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

Changes:

[hyunsik] TAJO-1268: tajo-client module should not use UserGroupInformation.

------------------------------------------
[...truncated 338527 lines...]
2014-12-24 09:15:02,578 INFO: org.apache.tajo.worker.TajoWorkerClientService (stop(113)) - TajoWorkerClientService stopping
2014-12-24 09:15:02,578 INFO: org.apache.tajo.rpc.NettyServerBase (shutdown(128)) - Rpc (QueryMasterClientProtocol) listened on 0:0:0:0:0:0:0:0:41931) shutdown
2014-12-24 09:15:02,578 INFO: org.apache.tajo.worker.TajoWorkerClientService (stop(117)) - TajoWorkerClientService stopped
2014-12-24 09:15:02,579 INFO: org.apache.tajo.rpc.NettyServerBase (shutdown(128)) - Rpc (TajoWorkerProtocol) listened on 0:0:0:0:0:0:0:0:41930) shutdown
2014-12-24 09:15:02,579 INFO: org.apache.tajo.worker.TajoWorkerManagerService (stop(97)) - TajoWorkerManagerService stopped
2014-12-24 09:15:02,579 INFO: org.apache.tajo.worker.TajoWorker (serviceStop(404)) - TajoWorker main thread exiting

Results :

Failed tests: 
  TestTajoClient.testCreateAndDropTableByExecuteQuery:325 null
  TestTajoClient.testCreateAndPurgeTableByExecuteQuery:346 null
  TestTajoClient.testGetTableList:380 null
  TestTajoClient.testCreateAndDropTablePartitionedColumnByExecuteQuery:575 null
  TestTajoClient.testGetFinishedQueryList:615 null
  TestJoinBroadcast.testInnerAndOuterWithEmpty:509->QueryTestCaseBase.executeDDL:525->QueryTestCaseBase.executeDDL:586 Table [customer_broad_parts] creation is failed.
  TestJoinBroadcast.testBroadcastPartitionTable:408->QueryTestCaseBase.executeDDL:525->QueryTestCaseBase.executeDDL:586 Table [customer_broad_parts] creation is failed.
  TestJoinBroadcast.testMultipleBroadcastDataFileWithZeroLength2:743->createMultiFile:540->QueryTestCaseBase.executeDDL:525->QueryTestCaseBase.executeDDL:586 Table [nation_multifile] creation is failed.
  TestJoinBroadcast.testMultipleBroadcastDataFileWithZeroLength:719->createMultiFile:540->QueryTestCaseBase.executeDDL:525->QueryTestCaseBase.executeDDL:586 Table [nation_multifile] creation is failed.
  TestHBaseTable.testInsertIntoLocation:1394 expected:<2> but was:<1>
  TestJoinOnPartitionedTables.testPartitionTableJoinSmallTable:37->QueryTestCaseBase.executeDDL:525->QueryTestCaseBase.executeDDL:586 Table [customer_parts] creation is failed.
  TestJoinOnPartitionedTables.testPartitionMultiplePartitionFilter:70->QueryTestCaseBase.executeDDL:525->QueryTestCaseBase.executeDDL:586 Table [customer_parts] creation is failed.
  TestJoinOnPartitionedTables.testFilterPushDownPartitionColumnCaseWhen:96->QueryTestCaseBase.executeDDL:525->QueryTestCaseBase.executeDDL:586 Table [customer_parts] creation is failed.
  TestDropTable.testDropManagedTable:33->QueryTestCaseBase.executeDDL:558->QueryTestCaseBase.executeDDL:586 Table [abc] creation is failed.
  TestCreateTable.testVariousTypes:47->QueryTestCaseBase.executeDDL:525->QueryTestCaseBase.executeDDL:586 Table [various_types] creation is failed.
  TestInsertQuery.testInsertIntoLocation:119->assertTestInsertIntoLocation:151 null
  TestInsertQuery.testInsertOverwriteLocationWithCompression:511 null
  TestSelectQuery.testSimpleQueryWithLimitPartitionedTable:87->QueryTestCaseBase.executeDDL:525->QueryTestCaseBase.executeDDL:586 Table [customer_parts] creation is failed.
  TestTajoCli.testDescTable:229->assertOutputResult:117 expected:<[OK

table name: default.TEST_DESC_TABLE
table path: hdfs://localhost:58964/tajo/warehouse/default/TEST_DESC_TABLE
store type: CSV
number of rows: 0
volume: 0 B
Options: 
	'text.delimiter'='|'

schema: 
col1	INT4
col2	INT4



table name: default.TEST_DESC_TABLE
table path: hdfs://localhost:58964/tajo/warehouse/default/TEST_DESC_TABLE
store type: CSV
number of rows: 0
volume: 0 B
Options: 
	'text.delimiter'='|'

schema: 
col1	INT4
col2	INT4]> but was:<[ERROR: Call From asf904.gq1.ygridcore.net/67.195.81.148 to localhost:43271 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
ERROR: no such a table: TEST_DESC_TABLE
com.google.protobuf.ServiceException: java.sql.SQLException: ERROR: no such a table: TEST_DESC_TABLE
	at org.apache.tajo.rpc.ServerCallable.withRetries(ServerCallable.java:105)
	at org.apache.tajo.client.CatalogAdminClientImpl.getTableDesc(CatalogAdminClientImpl.java:217)
	at org.apache.tajo.client.TajoClientImpl.getTableDesc(TajoClientImpl.java:234)
	at org.apache.tajo.cli.tsql.commands.DescTableCommand.invoke(DescTableCommand.java:49)
	at org.apache.tajo.cli.tsql.TajoCli.executeMetaCommand(TajoCli.java:472)
	at org.apache.tajo.cli.tsql.TestTajoCli.testDescTable(TestTajoCli.java:222)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.sql.SQLException: ERROR: no such a table: TEST_DESC_TABLE
	at org.apache.tajo.client.CatalogAdminClientImpl$9.call(CatalogAdminClientImpl.java:232)
	at org.apache.tajo.client.CatalogAdminClientImpl$9.call(CatalogAdminClientImpl.java:218)
	at org.apache.tajo.rpc.ServerCallable.withRetries(ServerCallable.java:95)
	... 32 more

ERROR: no such a table: TEST_DESC_TABLE
com.google.protobuf.ServiceException: java.sql.SQLException: ERROR: no such a table: TEST_DESC_TABLE
	at org.apache.tajo.rpc.ServerCallable.withRetries(ServerCallable.java:105)
	at org.apache.tajo.client.CatalogAdminClientImpl.getTableDesc(CatalogAdminClientImpl.java:217)
	at org.apache.tajo.client.TajoClientImpl.getTableDesc(TajoClientImpl.java:234)
	at org.apache.tajo.cli.tsql.commands.DescTableCommand.invoke(DescTableCommand.java:49)
	at org.apache.tajo.cli.tsql.TajoCli.executeMetaCommand(TajoCli.java:472)
	at org.apache.tajo.cli.tsql.TestTajoCli.testDescTable(TestTajoCli.java:223)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.sql.SQLException: ERROR: no such a table: TEST_DESC_TABLE
	at org.apache.tajo.client.CatalogAdminClientImpl$9.call(CatalogAdminClientImpl.java:232)
	at org.apache.tajo.client.CatalogAdminClientImpl$9.call(CatalogAdminClientImpl.java:218)
	at org.apache.tajo.rpc.ServerCallable.withRetries(ServerCallable.java:95)
	... 32 more]>

Tests in error: 
  TestQueryProgress.testQueryProgress:61 » Service java.lang.NullPointerExceptio...
  TestTaskStatusUpdate.case3:92->createColumnPartitionedTable:119->QueryTestCaseBase.executeString:293 » Service
  TestTajoDatabaseMetaData.testGetTablesWithPattern:212->QueryTestCaseBase.executeString:293 » Service
  TestTajoDatabaseMetaData.testGetColumnsWithPattern:296->QueryTestCaseBase.executeString:293 » Service
  TestTajoDatabaseMetaData.testGetCatalogsAndTables:123 » SQL Call From asf904.g...
  TestTajoJdbc.testCreateTableWithDateAndTimestamp:509 » SQLFeatureNotSupported ...
  TestJoinBroadcast.testBroadcastMultiColumnPartitionTable:445 » Service Call Fr...
  TestJoinBroadcast.testCasebyCase1:470 » Service Call From asf904.gq1.ygridcore...
  TestJoinBroadcast.testSelfJoin2:678->QueryTestCaseBase.executeString:293 » Service
  TestJoinBroadcast.testMultiplePartitionedBroadcastDataFileWithZeroLength2:790 » Service
  TestJoinBroadcast.testMultiplePartitionedBroadcastDataFileWithZeroLength:766 » Service
  TestJoinBroadcast.testSelfJoin:624->QueryTestCaseBase.executeString:293 » Service
  TestCaseByCases.testTAJO914Case3:153->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testColumnPartitionedTableByThreeColumns:299 » Service Cal...
  TestTablePartitions.testColumnPartitionedTableByTwoColumnsWithCompression:577->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testQueryCasesOnColumnPartitionedTable:219->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testColumnPartitionedTableByOneColumn:174->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testScatteredHashShuffle:938->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testInsertIntoColumnPartitionedTableByThreeColumns:363 » Service
  TestTablePartitions.testCreateColumnPartitionedTableWithSelectedColumns:158->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testCreateColumnPartitionedTable:70->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testColumnPartitionedTableNoMatchedPartition:704->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testCreateColumnPartitionedTableWithJoin:113->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testColumnPartitionedTableByThreeColumnsWithCompression:621->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testColumnPartitionedTableByOneColumnsWithCompression:541->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testColumnPartitionedTableWithSmallerExpressions1:760->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testColumnPartitionedTableWithSmallerExpressions2:780->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testColumnPartitionedTableWithSmallerExpressions3:805->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testColumnPartitionedTableWithSmallerExpressions5:839->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.testColumnPartitionedTableWithSmallerExpressions6:855->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.TestSpecialCharPartitionKeys1:949->QueryTestCaseBase.executeString:293 » Service
  TestTablePartitions.TestSpecialCharPartitionKeys2:972->QueryTestCaseBase.executeString:293 » Service
  TestCreateTable.testCreateTable2:64->QueryTestCaseBase.executeString:293 » Service
  TestCreateTable.testCreatedTableWithQuotedIdentifierAndVerifyPath:139->assertPathOfCreatedTable:101->QueryTestCaseBase.executeString:293 » Service
  TestCreateTable.testCreatedTableJustCreatedAndVerifyPath:133->assertPathOfCreatedTable:101->QueryTestCaseBase.executeString:293 » Service
  TestCreateTable.testCreateTableLike1:514->QueryTestCaseBase.executeString:293 » Service
  TestCreateTable.testDropTableIfExists:162->QueryTestCaseBase.executeString:293 » Service
  TestCreateTable.testCreateTableIfNotExists:148->QueryTestCaseBase.executeString:293 » Service
  TestInsertQuery.testInsertOverwriteWithTargetColumns:324->QueryTestCaseBase.executeFile:339 » Service
  TestInsertQuery.testInsertOverwriteWithCompression:474->QueryTestCaseBase.executeFile:339 » Service
  TestInsertQuery.testInsertOverwriteWithUnion:728->QueryTestCaseBase.executeFile:339 » Service
  TestInsertQuery.testInsertOverwriteWithUnionDifferentAlias:756->QueryTestCaseBase.executeFile:339 » Service
  TestInsertQuery.testInsertOverwriteTableWithNonFromQuery2:664->QueryTestCaseBase.executeString:293 » Service
  TestInsertQuery.testInsertOverwriteWithDatabase:615->QueryTestCaseBase.executeFile:339 » Service
  TestInsertQuery.testInsertOverwriteTableWithNonFromQuery:634->QueryTestCaseBase.executeString:293 » Service
  TestInsertQuery.testInsertInto:69->QueryTestCaseBase.executeFile:339 » Service
  TestInsertQuery.testInsertOverwriteSmallerColumns:304->QueryTestCaseBase.executeFile:339 » Service
  TestInsertQuery.testInsertIntoPartitionedTable:182->QueryTestCaseBase.executeString:293 » Service
  TestInsertQuery.testInsertOverwriteWithAsteriskAndMore:396->QueryTestCaseBase.executeFile:339 » Service
  TestInsertQuery.testInsertOverwrite:49->QueryTestCaseBase.executeFile:339 » Service
  TestGroupByQuery.testGroupByWithNullData5:586->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData6:598->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData7:610->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData8:622->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData9:634->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData5:586->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData6:598->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData7:610->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData8:622->QueryTestCaseBase.executeString:293 » Service
  TestGroupByQuery.testGroupByWithNullData9:634->QueryTestCaseBase.executeString:293 » Service
  TestTajoDump.testDump1:33->QueryTestCaseBase.executeString:293 » Service Call ...

Tests run: 1292, Failures: 19, Errors: 61, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... SUCCESS [  1.600 s]
[INFO] Tajo Project POM .................................. SUCCESS [  1.132 s]
[INFO] Tajo Maven Plugins ................................ SUCCESS [  2.975 s]
[INFO] Tajo Common ....................................... SUCCESS [ 23.838 s]
[INFO] Tajo Algebra ...................................... SUCCESS [  1.353 s]
[INFO] Tajo Catalog Common ............................... SUCCESS [  5.543 s]
[INFO] Tajo Plan ......................................... SUCCESS [  3.522 s]
[INFO] Tajo Rpc .......................................... SUCCESS [ 25.282 s]
[INFO] Tajo Catalog Client ............................... SUCCESS [  1.023 s]
[INFO] Tajo Catalog Server ............................... SUCCESS [  9.804 s]
[INFO] Tajo Storage Common ............................... SUCCESS [ 10.512 s]
[INFO] Tajo HDFS Storage ................................. SUCCESS [ 40.502 s]
[INFO] Tajo HBase Storage ................................ SUCCESS [  2.659 s]
[INFO] Tajo PullServer ................................... SUCCESS [  0.874 s]
[INFO] Tajo Client ....................................... SUCCESS [  3.513 s]
[INFO] Tajo JDBC Driver .................................. SUCCESS [  0.558 s]
[INFO] ASM (thirdparty) .................................. SUCCESS [  0.686 s]
[INFO] Tajo Core ......................................... FAILURE [12:33 min]
[INFO] Tajo Catalog Drivers .............................. SKIPPED
[INFO] Tajo Catalog ...................................... SKIPPED
[INFO] Tajo Storage ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:49 min
[INFO] Finished at: 2014-12-24T09:15:02+00:00
[INFO] Final Memory: 92M/1148M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17: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-1268

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

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