Jira: https://issues.apache.org/jira/browse/TEZ-2303
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/525/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 2396 lines...]
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12727781/TEZ-2303-2.patch
against master revision ec7b481.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in :
org.apache.tez.dag.app.TestMockDAGAppMaster
org.apache.tez.dag.app.TestPreemption
Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/525//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/525//console
This message is automatically generated.
======================================================================
======================================================================
Adding comment to Jira.
======================================================================
======================================================================
Comment added.
b3857be36892730fb9b68e4506f6d8ddc527e474 logged out
======================================================================
======================================================================
Finished build.
======================================================================
======================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-TEZ-Build #524
Archived 44 artifacts
Archive block size is 32768
Received 6 blocks and 2525075 bytes
Compression is 7.2%
Took 0.98 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
###################################################################################
############################## FAILED TESTS (if any)
##############################
3 tests failed.
REGRESSION: org.apache.tez.dag.app.TestMockDAGAppMaster.testBasicEvents
Error Message:
null
Stack Trace:
java.lang.NullPointerException: null
at
org.apache.tez.dag.app.DAGAppMaster.getRpcPort(DAGAppMaster.java:1076)
at
org.apache.tez.client.LocalClient.getApplicationReport(LocalClient.java:158)
at org.apache.tez.client.TezClient.start(TezClient.java:357)
at
org.apache.tez.dag.app.TestMockDAGAppMaster.testBasicEvents(TestMockDAGAppMaster.java:193)
REGRESSION: org.apache.tez.dag.app.TestPreemption.testPreemptionWithSession
Error Message:
null
Stack Trace:
java.lang.NullPointerException: null
at
org.apache.tez.dag.app.DAGAppMaster.getRpcPort(DAGAppMaster.java:1076)
at
org.apache.tez.client.LocalClient.getApplicationReport(LocalClient.java:158)
at org.apache.tez.client.TezClient.start(TezClient.java:357)
at
org.apache.tez.dag.app.TestPreemption.createTezSession(TestPreemption.java:151)
at
org.apache.tez.dag.app.TestPreemption.testPreemptionWithSession(TestPreemption.java:129)
REGRESSION: org.apache.tez.dag.app.TestPreemption.testPreemptionWithoutSession
Error Message:
null
Stack Trace:
java.lang.NullPointerException: null
at
org.apache.tez.dag.app.DAGAppMaster.getRpcPort(DAGAppMaster.java:1076)
at
org.apache.tez.client.LocalClient.getApplicationReport(LocalClient.java:158)
at
org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:740)
at
org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:708)
at org.apache.tez.client.TezClient.submitDAG(TezClient.java:384)
at
org.apache.tez.dag.app.TestPreemption.testPreemptionWithoutSession(TestPreemption.java:97)