Jira: https://issues.apache.org/jira/browse/TEZ-2549
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/810/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 2917 lines...]


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment
  
http://issues.apache.org/jira/secure/attachment/12738898/ats-omit-dup-display-names-and-zero-counters_v2.patch
  against master revision 994c749.

    {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 3.0.1) 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.history.TestATSFileParser

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/810//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/810//console

This message is automatically generated.


======================================================================
======================================================================
    Adding comment to Jira.
======================================================================
======================================================================


Comment added.
3a3c29ca885a2c9cd1fdc0ccaa5c6a48d3d08203 logged out


======================================================================
======================================================================
    Finished build.
======================================================================
======================================================================


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-TEZ-Build #805
Archived 47 artifacts
Archive block size is 32768
Received 4 blocks and 2787772 bytes
Compression is 4.5%
Took 0.68 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) 
##############################
2 tests failed.
REGRESSION:  org.apache.tez.history.TestATSFileParser.testParserWithFailedJob

Error Message:
org.codehaus.jettison.json.JSONException: JSONObject["counterDisplayName"] not 
found.

Stack Trace:
org.apache.tez.dag.api.TezException: org.codehaus.jettison.json.JSONException: 
JSONObject["counterDisplayName"] not found.
        at org.codehaus.jettison.json.JSONObject.get(JSONObject.java:387)
        at org.codehaus.jettison.json.JSONObject.getString(JSONObject.java:514)
        at 
org.apache.tez.history.parser.utils.Utils.parseTezCountersFromJSON(Utils.java:74)
        at 
org.apache.tez.history.parser.datamodel.BaseInfo.<init>(BaseInfo.java:47)
        at 
org.apache.tez.history.parser.datamodel.DagInfo.<init>(DagInfo.java:83)
        at 
org.apache.tez.history.parser.datamodel.DagInfo.create(DagInfo.java:132)
        at 
org.apache.tez.history.parser.ATSFileParser.parseATSZipFile(ATSFileParser.java:196)
        at 
org.apache.tez.history.parser.ATSFileParser.getDAGData(ATSFileParser.java:70)
        at 
org.apache.tez.history.TestATSFileParser.getDagInfo(TestATSFileParser.java:361)
        at 
org.apache.tez.history.TestATSFileParser.testParserWithFailedJob(TestATSFileParser.java:298)


REGRESSION:  
org.apache.tez.history.TestATSFileParser.testParserWithSuccessfulJob

Error Message:
org.codehaus.jettison.json.JSONException: JSONObject["counterDisplayName"] not 
found.

Stack Trace:
org.apache.tez.dag.api.TezException: org.codehaus.jettison.json.JSONException: 
JSONObject["counterDisplayName"] not found.
        at org.codehaus.jettison.json.JSONObject.get(JSONObject.java:387)
        at org.codehaus.jettison.json.JSONObject.getString(JSONObject.java:514)
        at 
org.apache.tez.history.parser.utils.Utils.parseTezCountersFromJSON(Utils.java:74)
        at 
org.apache.tez.history.parser.datamodel.BaseInfo.<init>(BaseInfo.java:47)
        at 
org.apache.tez.history.parser.datamodel.DagInfo.<init>(DagInfo.java:83)
        at 
org.apache.tez.history.parser.datamodel.DagInfo.create(DagInfo.java:132)
        at 
org.apache.tez.history.parser.ATSFileParser.parseATSZipFile(ATSFileParser.java:196)
        at 
org.apache.tez.history.parser.ATSFileParser.getDAGData(ATSFileParser.java:70)
        at 
org.apache.tez.history.TestATSFileParser.getDagInfo(TestATSFileParser.java:361)
        at 
org.apache.tez.history.TestATSFileParser.testParserWithSuccessfulJob(TestATSFileParser.java:208)


Reply via email to