Jira: https://issues.apache.org/jira/browse/TEZ-2581
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/985/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 2799 lines...]
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12750262/TEZ-2581-WIP-3.patch
against master revision b8e8bcb.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 18 new
or modified test files.
{color:red}-1 javac{color}. The applied patch generated 160 javac
compiler warnings (more than the master's current 158 warnings).
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:red}-1 findbugs{color}. The patch appears to introduce 8 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.app.dag.impl.TestVertexImpl
org.apache.tez.dag.history.events.TestHistoryEventsProtoConversion
Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/985//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TEZ-Build/985//artifact/patchprocess/newPatchFindbugsWarningstez-dag.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TEZ-Build/985//artifact/patchprocess/newPatchFindbugsWarningstez-examples.html
Javac warnings:
https://builds.apache.org/job/PreCommit-TEZ-Build/985//artifact/patchprocess/diffJavacWarnings.txt
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/985//console
This message is automatically generated.
======================================================================
======================================================================
Adding comment to Jira.
======================================================================
======================================================================
Comment added.
0a27e5112aa269879510f248b4c284bcc6869aeb logged out
======================================================================
======================================================================
Finished build.
======================================================================
======================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-TEZ-Build #982
Archived 51 artifacts
Archive block size is 32768
Received 4 blocks and 2944351 bytes
Compression is 4.3%
Took 0.85 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.
FAILED:
org.apache.tez.dag.app.dag.impl.TestVertexImpl.testBasicVertexCompletion
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.dag.app.dag.impl.TestVertexImpl.testBasicVertexCompletion(TestVertexImpl.java:3013)
FAILED:
org.apache.tez.dag.app.dag.impl.TestVertexImpl.testVertexInitWithCustomVertexManager
Error Message:
expected:<1439470977140> but was:<1439470977142>
Stack Trace:
java.lang.AssertionError: expected:<1439470977140> but was:<1439470977142>
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.dag.impl.TestVertexImpl.testVertexInitWithCustomVertexManager(TestVertexImpl.java:3727)
FAILED:
org.apache.tez.dag.history.events.TestHistoryEventsProtoConversion.testDefaultProtoConversion
Error Message:
expected:<1439470942121> but was:<1439470942146>
Stack Trace:
java.lang.AssertionError: expected:<1439470942121> but was:<1439470942146>
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.history.events.TestHistoryEventsProtoConversion.testVertexInitGeneratedEvent(TestHistoryEventsProtoConversion.java:622)
at
org.apache.tez.dag.history.events.TestHistoryEventsProtoConversion.testDefaultProtoConversion(TestHistoryEventsProtoConversion.java:730)