Jira: https://issues.apache.org/jira/browse/TEZ-3834
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/2637/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 332.37 KB...]
[ERROR] mvn <goals> -rf :tez-dag
[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/12887771/TEZ-3834.002.patch
against master revision 7236d15.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 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.history.TestHistoryParser
org.apache.tez.dag.app.TestSpeculation
org.apache.tez.dag.app.dag.impl.TestVertexImpl
org.apache.tez.dag.app.dag.impl.TestCommit
Test results:
https://builds.apache.org/job/PreCommit-TEZ-Build/2637//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2637//console
This message is automatically generated.
======================================================================
======================================================================
Adding comment to Jira.
======================================================================
======================================================================
Comment added.
5104b1ee4dd393f57cd253348abf13a851ae8e3f logged out
======================================================================
======================================================================
Finished build.
======================================================================
======================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 3.51 MB of artifacts by 11.6% relative to #2636
[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.dag.app.TestSpeculation.testBasicSpeculationNotUseful
Error Message:
expected:<2> but was:<3>
Stack Trace:
java.lang.AssertionError: expected:<2> but was:<3>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at
org.apache.tez.dag.app.TestSpeculation.testBasicSpeculationNotUseful(TestSpeculation.java:270)
FAILED:
org.apache.tez.dag.app.dag.impl.TestCommit.testDAGCommitVertexRerunWhileCommitting_OnDAGSuccess
Error Message:
test timed out after 5000 milliseconds
Stack Trace:
java.lang.Exception: test timed out after 5000 milliseconds
at java.lang.Thread.sleep(Native Method)
at
org.apache.tez.dag.app.dag.impl.TestCommit.waitUntil(TestCommit.java:370)
at
org.apache.tez.dag.app.dag.impl.TestCommit.testDAGCommitVertexRerunWhileCommitting_OnDAGSuccess(TestCommit.java:1745)
FAILED:
org.apache.tez.dag.app.dag.impl.TestVertexImpl.testTerminatingVertexForVComplete
Error Message:
Unexpected Invalid event transition!
Stack Trace:
java.lang.AssertionError: Unexpected Invalid event transition!
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.tez.dag.app.dag.impl.TestVertexImpl.testTerminatingVertexForVComplete(TestVertexImpl.java:4010)
FAILED: org.apache.tez.history.TestHistoryParser.testParserWithFailedJob
Error Message:
null
Stack Trace:
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.tez.history.TestHistoryParser.testParserWithFailedJob(TestHistoryParser.java:383)
FAILED: org.apache.tez.history.TestHistoryParser.testParserWithSuccessfulJob
Error Message:
null
Stack Trace:
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.tez.history.TestHistoryParser.testParserWithSuccessfulJob(TestHistoryParser.java:207)