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 2015/09/22 07:21:06 UTC

Build failed in Jenkins: Tajo-0.11.0-build #63

See <https://builds.apache.org/job/Tajo-0.11.0-build/63/changes>

Changes:

[jihoonson] TAJO-1861: TSQL should change line after printout error message during connecting other database.

------------------------------------------
[...truncated 4463 lines...]


2015-09-22 05:21:20,820 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(284)) - =============================================
2015-09-22 05:21:20,821 INFO: org.apache.tajo.master.QueryInProgress (stopProgress(118)) - =========================================================
2015-09-22 05:21:20,821 INFO: org.apache.tajo.master.QueryInProgress (stopProgress(119)) - Stop query:q_1442899273524_0006
2015-09-22 05:21:20,823 INFO: org.apache.tajo.session.SessionManager (removeSession(86)) - Session 03bc19a1-8bda-456b-a933-545d0e70d52a is removed.
2015-09-22 05:21:20,826 INFO: org.apache.tajo.master.GlobalEngine (updateQuery(239)) - SQL: CREATE DATABASE IF NOT EXISTS "TestTajoJdbcNegative"
2015-09-22 05:21:20,826 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(280)) - Non Optimized Query: 

-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------

CREATE_DATABASE(0) IF NOT EXISTS TestTajoJdbcNegative

2015-09-22 05:21:20,827 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(282)) - =============================================
2015-09-22 05:21:20,827 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(283)) - Optimized Query: 

-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------

CREATE_DATABASE(0) IF NOT EXISTS TestTajoJdbcNegative

2015-09-22 05:21:20,827 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(284)) - =============================================
2015-09-22 05:21:20,828 INFO: org.apache.tajo.master.exec.DDLExecutor (createDatabase(238)) - database "TestTajoJdbcNegative" is already exists.
Run: testSyntaxErrorOnExecuteQuery Used memory: 168 MBytes, Active Threads:135
2015-09-22 05:21:20,834 INFO: org.apache.tajo.session.SessionManager (createSession(80)) - Session fde80b9b-62c1-410c-bcdf-a395fee8634e is created.
2015-09-22 05:21:20,836 INFO: org.apache.tajo.master.GlobalEngine (executeQuery(176)) - Query: SELECT 1;
2015-09-22 05:21:20,839 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(280)) - Non Optimized Query: 

-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------


2015-09-22 05:21:20,840 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(282)) - =============================================
2015-09-22 05:21:20,840 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(283)) - Optimized Query: 

-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------


2015-09-22 05:21:20,840 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(284)) - =============================================
2015-09-22 05:21:20,841 INFO: org.apache.tajo.master.QueryInProgress (stopProgress(118)) - =========================================================
2015-09-22 05:21:20,841 INFO: org.apache.tajo.master.QueryInProgress (stopProgress(119)) - Stop query:q_1442899273524_0007
2015-09-22 05:21:20,843 INFO: org.apache.tajo.master.GlobalEngine (executeQuery(176)) - Query: SELECT
*
FROM_ LINEITEM
2015-09-22 05:21:20,848 INFO: org.apache.tajo.master.GlobalEngine (updateQuery(239)) - SQL: CREATE DATABASE IF NOT EXISTS "TestTajoJdbcNegative"
2015-09-22 05:21:20,849 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(280)) - Non Optimized Query: 

-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------

CREATE_DATABASE(0) IF NOT EXISTS TestTajoJdbcNegative

2015-09-22 05:21:20,849 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(282)) - =============================================
2015-09-22 05:21:20,849 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(283)) - Optimized Query: 

-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------

CREATE_DATABASE(0) IF NOT EXISTS TestTajoJdbcNegative

2015-09-22 05:21:20,850 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(284)) - =============================================
2015-09-22 05:21:20,850 INFO: org.apache.tajo.master.exec.DDLExecutor (createDatabase(238)) - database "TestTajoJdbcNegative" is already exists.
Run: testUnresolvedError Used memory: 170 MBytes, Active Threads:136
2015-09-22 05:21:21,036 WARN: org.apache.tajo.rpc.NettyClientBase (doReconnect(209)) - Exception [org.apache.tajo.ipc.TajoMasterClientProtocol(tajo-unknown-asdnkl213.asd:2002)]: UnresolvedAddressException: 
Try to reconnect : tajo-unknown-asdnkl213.asd:2002
2015-09-22 05:21:21,125 INFO: org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit (logAuditMessage(8264)) - allowed=true	ugi=jenkins (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/tmp/tajo-jenkins/staging/history/20150922/query-detail/q_1442899273524_0004	dst=null	perm=null	proto=rpc
2015-09-22 05:21:21,128 INFO: org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit (logAuditMessage(8264)) - allowed=true	ugi=jenkins (auth:SIMPLE)	ip=/127.0.0.1	cmd=mkdirs	src=/tmp/tajo-jenkins/staging/history/20150922/query-detail/q_1442899273524_0004	dst=null	perm=jenkins:supergroup:rwxr-xr-x	proto=rpc
2015-09-22 05:21:21,129 INFO: org.apache.tajo.util.history.HistoryWriter (writeQueryHistory(365)) - Saving query summary: hdfs://localhost:40043/tmp/tajo-jenkins/staging/history/20150922/query-detail/q_1442899273524_0004/query.hist
2015-09-22 05:21:21,131 INFO: org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit (logAuditMessage(8264)) - allowed=true	ugi=jenkins (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/tmp/tajo-jenkins/staging/history/20150922/query-detail/q_1442899273524_0004/query.hist	dst=null	perm=jenkins:supergroup:rw-r--r--	proto=rpc
2015-09-22 05:21:21,137 INFO: org.apache.hadoop.hdfs.StateChange (saveAllocatedBlock(3575)) - BLOCK* allocate blk_1073741838_1014{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-58c3468c-125e-41cf-8b82-115a2c407f08:NORMAL:127.0.0.1:42057|RBW]]} for /tmp/tajo-jenkins/staging/history/20150922/query-detail/q_1442899273524_0004/query.hist
2015-09-22 05:21:21,139 INFO: org.apache.hadoop.hdfs.server.datanode.DataNode (writeBlock(655)) - Receiving BP-1027605578-67.195.81.149-1442899268493:blk_1073741838_1014 src: /127.0.0.1:39242 dest: /127.0.0.1:42057
2015-09-22 05:21:21,145 INFO: org.apache.hadoop.hdfs.server.datanode.DataNode.clienttrace (finalizeBlock(1375)) - src: /127.0.0.1:39242, dest: /127.0.0.1:42057, bytes: 5270, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_533064776_1, offset: 0, srvID: 806693b2-0fca-4325-8be2-1cfd1e9216ed, blockid: BP-1027605578-67.195.81.149-1442899268493:blk_1073741838_1014, duration: 3882048
2015-09-22 05:21:21,145 INFO: org.apache.hadoop.hdfs.server.datanode.DataNode (run(1348)) - PacketResponder: BP-1027605578-67.195.81.149-1442899268493:blk_1073741838_1014, type=LAST_IN_PIPELINE, downstreams=0:[] terminating
2015-09-22 05:21:21,147 INFO: BlockStateChange (logAddStoredBlock(2624)) - BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42057 is added to blk_1073741838_1014{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-d7bbfd11-a256-4292-a130-c96625e1d8be:NORMAL:127.0.0.1:42057|FINALIZED]]} size 0
2015-09-22 05:21:21,148 INFO: org.apache.hadoop.hdfs.StateChange (completeFile(3495)) - DIR* completeFile: /tmp/tajo-jenkins/staging/history/20150922/query-detail/q_1442899273524_0004/query.hist is closed by DFSClient_NONMAPREDUCE_533064776_1
2015-09-22 05:21:21,151 INFO: org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit (logAuditMessage(8264)) - allowed=true	ugi=jenkins (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/tmp/tajo-jenkins/staging/history/20150922/query-detail/q_1442899273524_0004/eb_1442899273524_0004_000001.hist	dst=null	perm=jenkins:supergroup:rw-r--r--	proto=rpc
2015-09-22 05:21:21,155 INFO: org.apache.tajo.util.history.HistoryWriter (writeQueryHistory(379)) - Saving query unit: hdfs://localhost:40043/tmp/tajo-jenkins/staging/history/20150922/query-detail/q_1442899273524_0004/eb_1442899273524_0004_000001.hist
2015-09-22 05:21:21,156 INFO: org.apache.hadoop.hdfs.StateChange (saveAllocatedBlock(3575)) - BLOCK* allocate blk_1073741839_1015{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-58c3468c-125e-41cf-8b82-115a2c407f08:NORMAL:127.0.0.1:42057|RBW]]} for /tmp/tajo-jenkins/staging/history/20150922/query-detail/q_1442899273524_0004/eb_1442899273524_0004_000001.hist
2015-09-22 05:21:21,159 INFO: org.apache.hadoop.hdfs.server.datanode.DataNode (writeBlock(655)) - Receiving BP-1027605578-67.195.81.149-1442899268493:blk_1073741839_1015 src: /127.0.0.1:39243 dest: /127.0.0.1:42057
2015-09-22 05:21:21,163 INFO: org.apache.hadoop.hdfs.server.datanode.DataNode.clienttrace (finalizeBlock(1375)) - src: /127.0.0.1:39243, dest: /127.0.0.1:42057, bytes: 430, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_533064776_1, offset: 0, srvID: 806693b2-0fca-4325-8be2-1cfd1e9216ed, blockid: BP-1027605578-67.195.81.149-1442899268493:blk_1073741839_1015, duration: 2450578
2015-09-22 05:21:21,163 INFO: org.apache.hadoop.hdfs.server.datanode.DataNode (run(1348)) - PacketResponder: BP-1027605578-67.195.81.149-1442899268493:blk_1073741839_1015, type=LAST_IN_PIPELINE, downstreams=0:[] terminating
2015-09-22 05:21:21,164 INFO: BlockStateChange (logAddStoredBlock(2624)) - BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42057 is added to blk_1073741839_1015{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-58c3468c-125e-41cf-8b82-115a2c407f08:NORMAL:127.0.0.1:42057|RBW]]} size 0
2015-09-22 05:21:21,166 INFO: org.apache.hadoop.hdfs.StateChange (completeFile(3495)) - DIR* completeFile: /tmp/tajo-jenkins/staging/history/20150922/query-detail/q_1442899273524_0004/eb_1442899273524_0004_000001.hist is closed by DFSClient_NONMAPREDUCE_533064776_1
2015-09-22 05:21:21,719 WARN: org.apache.hadoop.hdfs.server.datanode.DataNode (flushOrSync(391)) - Slow flushOrSync took 751ms (threshold=300ms), isSync:true, flushTotalNanos=9376ns
2015-09-22 05:21:22,038 WARN: org.apache.tajo.rpc.NettyClientBase (doReconnect(209)) - Exception [org.apache.tajo.ipc.TajoMasterClientProtocol(tajo-unknown-asdnkl213.asd:2002)]: UnresolvedAddressException: 
Try to reconnect : tajo-unknown-asdnkl213.asd:2002
2015-09-22 05:21:22,068 INFO: BlockStateChange (invalidateWorkForOneNode(3488)) - BLOCK* BlockManager: ask 127.0.0.1:42057 to delete [blk_1073741835_1011, blk_1073741836_1012]
2015-09-22 05:21:22,659 INFO: org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetAsyncDiskService (deleteAsync(217)) - Scheduling blk_1073741835_1011 file <https://builds.apache.org/job/Tajo-0.11.0-build/ws/tajo-jdbc/target/test-data/4048bdc5-76ce-4c85-b4d2-9fe2c830ec82/data/data1/current/BP-1027605578-67.195.81.149-1442899268493/current/finalized/subdir0/subdir0/blk_1073741835> for deletion
2015-09-22 05:21:22,660 INFO: org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetAsyncDiskService (deleteAsync(217)) - Scheduling blk_1073741836_1012 file <https://builds.apache.org/job/Tajo-0.11.0-build/ws/tajo-jdbc/target/test-data/4048bdc5-76ce-4c85-b4d2-9fe2c830ec82/data/data2/current/BP-1027605578-67.195.81.149-1442899268493/current/finalized/subdir0/subdir0/blk_1073741836> for deletion
2015-09-22 05:21:22,661 INFO: org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetAsyncDiskService (run(295)) - Deleted BP-1027605578-67.195.81.149-1442899268493 blk_1073741835_1011 file <https://builds.apache.org/job/Tajo-0.11.0-build/ws/tajo-jdbc/target/test-data/4048bdc5-76ce-4c85-b4d2-9fe2c830ec82/data/data1/current/BP-1027605578-67.195.81.149-1442899268493/current/finalized/subdir0/subdir0/blk_1073741835>
2015-09-22 05:21:22,661 INFO: org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetAsyncDiskService (run(295)) - Deleted BP-1027605578-67.195.81.149-1442899268493 blk_1073741836_1012 file <https://builds.apache.org/job/Tajo-0.11.0-build/ws/tajo-jdbc/target/test-data/4048bdc5-76ce-4c85-b4d2-9fe2c830ec82/data/data2/current/BP-1027605578-67.195.81.149-1442899268493/current/finalized/subdir0/subdir0/blk_1073741836>
2015-09-22 05:21:23,040 ERROR: org.apache.tajo.rpc.NettyClientBase (doReconnect(220)) - Max retry count has been exceeded. attempts=3 caused by: java.nio.channels.UnresolvedAddressException
2015-09-22 05:21:23,046 INFO: org.apache.tajo.master.GlobalEngine (updateQuery(239)) - SQL: CREATE DATABASE IF NOT EXISTS "TestTajoJdbcNegative"
2015-09-22 05:21:23,047 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(280)) - Non Optimized Query: 

-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------

CREATE_DATABASE(0) IF NOT EXISTS TestTajoJdbcNegative

2015-09-22 05:21:23,047 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(282)) - =============================================
2015-09-22 05:21:23,048 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(283)) - Optimized Query: 

-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------

CREATE_DATABASE(0) IF NOT EXISTS TestTajoJdbcNegative

2015-09-22 05:21:23,048 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(284)) - =============================================
2015-09-22 05:21:23,049 INFO: org.apache.tajo.master.exec.DDLExecutor (createDatabase(238)) - database "TestTajoJdbcNegative" is already exists.
Run: testGetConnection Used memory: 184 MBytes, Active Threads:135
2015-09-22 05:21:23,053 INFO: org.apache.tajo.master.GlobalEngine (updateQuery(239)) - SQL: CREATE DATABASE IF NOT EXISTS "TestTajoJdbcNegative"
2015-09-22 05:21:23,054 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(280)) - Non Optimized Query: 

-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------

CREATE_DATABASE(0) IF NOT EXISTS TestTajoJdbcNegative

2015-09-22 05:21:23,054 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(282)) - =============================================
2015-09-22 05:21:23,055 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(283)) - Optimized Query: 

-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------

CREATE_DATABASE(0) IF NOT EXISTS TestTajoJdbcNegative

2015-09-22 05:21:23,055 INFO: org.apache.tajo.master.GlobalEngine (createLogicalPlan(284)) - =============================================
2015-09-22 05:21:23,055 INFO: org.apache.tajo.master.exec.DDLExecutor (createDatabase(238)) - database "TestTajoJdbcNegative" is already exists.
Run: testConnectionRefused Used memory: 184 MBytes, Active Threads:135
2015-09-22 05:21:23,060 WARN: org.apache.tajo.rpc.NettyClientBase (doReconnect(209)) - Exception [org.apache.tajo.ipc.TajoMasterClientProtocol(localhost/127.0.0.1:39886)]: ConnectException: Connection refused: localhost/127.0.0.1:39886
Try to reconnect : localhost/127.0.0.1:39886
Killed

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... SUCCESS [  1.817 s]
[INFO] Tajo Project POM .................................. SUCCESS [  1.210 s]
[INFO] Tajo Maven Plugins ................................ SUCCESS [  2.686 s]
[INFO] Tajo Common ....................................... SUCCESS [ 38.399 s]
[INFO] Tajo Algebra ...................................... SUCCESS [  2.634 s]
[INFO] Tajo Catalog Common ............................... SUCCESS [  5.289 s]
[INFO] Tajo Plan ......................................... SUCCESS [  6.833 s]
[INFO] Tajo Rpc Common ................................... SUCCESS [  1.345 s]
[INFO] Tajo Protocol Buffer Rpc .......................... SUCCESS [ 52.801 s]
[INFO] Tajo Catalog Client ............................... SUCCESS [  1.439 s]
[INFO] Tajo Catalog Server ............................... SUCCESS [01:01 min]
[INFO] Tajo Storage Common ............................... SUCCESS [  3.020 s]
[INFO] Tajo HDFS Storage ................................. SUCCESS [ 58.261 s]
[INFO] Tajo PullServer ................................... SUCCESS [  1.135 s]
[INFO] Tajo Client ....................................... SUCCESS [  2.481 s]
[INFO] Tajo CLI tools .................................... SUCCESS [  1.906 s]
[INFO] Tajo SQL Parser ................................... SUCCESS [  5.138 s]
[INFO] ASM (thirdparty) .................................. SUCCESS [  1.937 s]
[INFO] Tajo RESTful Container ............................ SUCCESS [  4.136 s]
[INFO] Tajo Metrics ...................................... SUCCESS [  1.368 s]
[INFO] Tajo Core ......................................... SUCCESS [  6.956 s]
[INFO] Tajo RPC .......................................... SUCCESS [  0.932 s]
[INFO] Tajo Catalog Drivers Hive ......................... SUCCESS [ 29.667 s]
[INFO] Tajo Catalog Drivers .............................. SUCCESS [  0.103 s]
[INFO] Tajo Catalog ...................................... SUCCESS [  1.178 s]
[INFO] Tajo Client Example ............................... SUCCESS [  1.072 s]
[INFO] Tajo HBase Storage ................................ SUCCESS [  3.994 s]
[INFO] Tajo Cluster Tests ................................ SUCCESS [  2.557 s]
[INFO] Tajo JDBC Driver .................................. FAILURE [ 19.869 s]
[INFO] Tajo JDBC storage common .......................... SKIPPED
[INFO] Tajo PostgreSQL JDBC storage ...................... SKIPPED
[INFO] Tajo Storage ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] Tajo Core Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:23 min
[INFO] Finished at: 2015-09-22T05:21:23+00:00
[INFO] Final Memory: 117M/501M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project tajo-jdbc: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <https://builds.apache.org/job/Tajo-0.11.0-build/ws/tajo-jdbc> && /home/jenkins/tools/java/jdk1.7.0_25-32/jre/bin/java -Xms512m -Xmx1024m -XX:MaxPermSize=152m -Dfile.encoding=UTF-8 -Dderby.storage.pageSize=1024 -Dderby.stream.error.file=/dev/null -jar <https://builds.apache.org/job/Tajo-0.11.0-build/ws/tajo-jdbc/target/surefire/surefirebooter4855478534418701483.jar> <https://builds.apache.org/job/Tajo-0.11.0-build/ws/tajo-jdbc/target/surefire/surefire6626987662783975066tmp> <https://builds.apache.org/job/Tajo-0.11.0-build/ws/tajo-jdbc/target/surefire/surefire_133306576417021008343tmp>
[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/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tajo-jdbc
Build step 'Execute shell' marked build as failure
Archiving artifacts
Updating TAJO-1861

Jenkins build is back to normal : Tajo-0.11.0-build #64

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