You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/08/26 20:24:06 UTC

Failed: TEZ-3404 PreCommit Build #1934

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 4632 lines...]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tez-yarn-timeline-history-with-acls
[INFO] Build failures were ignored.




{color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12825689/TEZ-3404-WIP-04.patch
  against master revision a9eb937.

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 9 new or modified test files.

    {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.dag.history.ats.acls.TestATSHistoryWithACLs
                  org.apache.tez.history.TestHistoryParser
                  org.apache.tez.analyzer.TestAnalyzer

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

This message is automatically generated.


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


Comment added.
119dbcab468ee9a00377c643988d2f6b50a27739 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Compressed 3.33 MB of artifacts by 29.1% relative to #1933
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
5 tests failed.
FAILED:  org.apache.tez.history.TestHistoryParser.testParserWithFailedJob

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

Stack Trace:
org.apache.tez.dag.api.TezException: org.codehaus.jettison.json.JSONException: JSONObject["config"] not found.
	at org.codehaus.jettison.json.JSONObject.get(JSONObject.java:387)
	at org.codehaus.jettison.json.JSONObject.getJSONObject(JSONObject.java:481)
	at org.apache.tez.history.parser.ATSFileParser.processApplication(ATSFileParser.java:165)
	at org.apache.tez.history.parser.ATSFileParser.parseATSZipFile(ATSFileParser.java:230)
	at org.apache.tez.history.parser.ATSFileParser.getDAGData(ATSFileParser.java:72)
	at org.apache.tez.history.TestHistoryParser.getDagInfo(TestHistoryParser.java:607)
	at org.apache.tez.history.TestHistoryParser.testParserWithFailedJob(TestHistoryParser.java:386)


FAILED:  org.apache.tez.history.TestHistoryParser.testParserWithSuccessfulJob

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

Stack Trace:
org.apache.tez.dag.api.TezException: org.codehaus.jettison.json.JSONException: JSONObject["config"] not found.
	at org.codehaus.jettison.json.JSONObject.get(JSONObject.java:387)
	at org.codehaus.jettison.json.JSONObject.getJSONObject(JSONObject.java:481)
	at org.apache.tez.history.parser.ATSFileParser.processApplication(ATSFileParser.java:165)
	at org.apache.tez.history.parser.ATSFileParser.parseATSZipFile(ATSFileParser.java:230)
	at org.apache.tez.history.parser.ATSFileParser.getDAGData(ATSFileParser.java:72)
	at org.apache.tez.history.TestHistoryParser.getDagInfo(TestHistoryParser.java:607)
	at org.apache.tez.history.TestHistoryParser.testParserWithSuccessfulJob(TestHistoryParser.java:210)


FAILED:  org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.testSimpleAMACls

Error Message:
expected:<...n_1472242753619_0002[]> but was:<...n_1472242753619_0002[_1]>

Stack Trace:
org.junit.ComparisonFailure: expected:<...n_1472242753619_0002[]> but was:<...n_1472242753619_0002[_1]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.verifyEntityDomains(TestATSHistoryWithACLs.java:496)
	at org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.testSimpleAMACls(TestATSHistoryWithACLs.java:243)


FAILED:  org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.testDAGACls

Error Message:
expected:<...n_1472242753619_0003[]> but was:<...n_1472242753619_0003[_1]>

Stack Trace:
org.junit.ComparisonFailure: expected:<...n_1472242753619_0003[]> but was:<...n_1472242753619_0003[_1]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.verifyEntityDomains(TestATSHistoryWithACLs.java:496)
	at org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.testDAGACls(TestATSHistoryWithACLs.java:305)


FAILED:  org.apache.tez.analyzer.TestAnalyzer.testWithATS

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

Stack Trace:
org.apache.tez.dag.api.TezException: org.codehaus.jettison.json.JSONException: JSONObject["config"] not found.
	at org.codehaus.jettison.json.JSONObject.get(JSONObject.java:387)
	at org.codehaus.jettison.json.JSONObject.getJSONObject(JSONObject.java:481)
	at org.apache.tez.history.parser.ATSFileParser.processApplication(ATSFileParser.java:165)
	at org.apache.tez.history.parser.ATSFileParser.parseATSZipFile(ATSFileParser.java:230)
	at org.apache.tez.history.parser.ATSFileParser.getDAGData(ATSFileParser.java:72)
	at org.apache.tez.analyzer.TestAnalyzer.getDagInfo(TestAnalyzer.java:271)
	at org.apache.tez.analyzer.TestAnalyzer.verify(TestAnalyzer.java:251)
	at org.apache.tez.analyzer.TestAnalyzer.runTests(TestAnalyzer.java:390)
	at org.apache.tez.analyzer.TestAnalyzer.testWithATS(TestAnalyzer.java:354)



Failed: TEZ-2618 PreCommit Build #1935

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Jira: https://issues.apache.org/jira/browse/TEZ-2618
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/1935/

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

======================================================================
======================================================================
    Testing patch for TEZ-2618.
======================================================================
======================================================================


HEAD is now at a9eb937 TEZ-2852. TestVertexImpl fails due to race in AsyncDispatcher. (Zhiyuan Yang via hitesh)
Previous HEAD position was a9eb937... TEZ-2852. TestVertexImpl fails due to race in AsyncDispatcher. (Zhiyuan Yang via hitesh)
Switched to branch 'master'
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)
First, rewinding head to replay your work on top of it...
Fast-forwarded master to a9eb9370108f1b764c27aebba853c5a5940ce938.
TEZ-2618 patch is being downloaded at Fri Aug 26 22:18:26 UTC 2016 from
http://issues.apache.org/jira/secure/attachment/12749643/TEZ-2618.1.patch
The patch does not appear to apply with p0 to p2
PATCH APPLICATION FAILED




{color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12749643/TEZ-2618.1.patch
  against master revision a9eb937.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1935//console

This message is automatically generated.


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


Comment added.
6504568d693b78f1efca151d2eab5aca9d473029 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
[description-setter] Could not determine description.
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.