Jira: https://issues.apache.org/jira/browse/TEZ-3817
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/2748/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 336.22 KB...]
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12917623/TEZ-3817.003.patch
against master revision 55a6b9d.
{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.runtime.library.common.shuffle.orderedgrouped.TestFetcher
org.apache.tez.http.TestHttpConnection
org.apache.tez.test.TestSecureShuffle
org.apache.tez.test.TestRecovery
Test results:
https://builds.apache.org/job/PreCommit-TEZ-Build/2748//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2748//console
This message is automatically generated.
======================================================================
======================================================================
Adding comment to Jira.
======================================================================
======================================================================
Unable to log in to server:
https://issues.apache.org/jira/rpc/soap/jirasoapservice-v2 with user: tezqa.
Cause: (404)404
Unable to log in to server:
https://issues.apache.org/jira/rpc/soap/jirasoapservice-v2 with user: tezqa.
Cause: (404)404
======================================================================
======================================================================
Finished build.
======================================================================
======================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 3.53 MB of artifacts by 31.9% relative to #2747
[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)
##############################
7 tests failed.
FAILED: org.apache.tez.http.TestHttpConnection.testAsyncHttpConnectionInterrupt
Error Message:
java.lang.AssertionError
Stack Trace:
java.util.concurrent.ExecutionException: java.lang.AssertionError
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.http.TestHttpConnection$Worker.call(TestHttpConnection.java:203)
at
org.apache.tez.http.TestHttpConnection$Worker.call(TestHttpConnection.java:177)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testAsyncWithException
Error Message:
org.jboss.netty.handler.codec.http.HttpRequest.setHeader(Ljava/lang/String;Ljava/lang/Object;)V
Stack Trace:
java.lang.NoSuchMethodError:
org.jboss.netty.handler.codec.http.HttpRequest.setHeader(Ljava/lang/String;Ljava/lang/Object;)V
at
com.ning.http.client.providers.netty.NettyAsyncHttpProvider.construct(NettyAsyncHttpProvider.java:706)
at
com.ning.http.client.providers.netty.NettyAsyncHttpProvider.buildRequest(NettyAsyncHttpProvider.java:657)
at
com.ning.http.client.providers.netty.NettyConnectListener$Builder.build(NettyConnectListener.java:145)
at
com.ning.http.client.providers.netty.NettyAsyncHttpProvider.doConnect(NettyAsyncHttpProvider.java:1071)
at
com.ning.http.client.providers.netty.NettyAsyncHttpProvider.execute(NettyAsyncHttpProvider.java:940)
at
com.ning.http.client.AsyncHttpClient.executeRequest(AsyncHttpClient.java:499)
at
org.apache.tez.http.async.netty.AsyncHttpConnection.connect(AsyncHttpConnection.java:155)
at
org.apache.tez.runtime.library.common.shuffle.orderedgrouped.FetcherOrderedGrouped.setupConnection(FetcherOrderedGrouped.java:343)
at
org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testAsyncWithException(TestFetcher.java:696)
FAILED: org.apache.tez.test.TestRecovery.testRecovery_HashJoin
Error Message:
port out of range:-1
Stack Trace:
java.lang.IllegalArgumentException: port out of range:-1
at java.net.InetSocketAddress.checkPort(InetSocketAddress.java:143)
at
java.net.InetSocketAddress.createUnresolved(InetSocketAddress.java:254)
at
org.apache.hadoop.net.NetUtils.createSocketAddrForHost(NetUtils.java:245)
at
org.apache.tez.client.TezClientUtils.getAMProxy(TezClientUtils.java:927)
at
org.apache.tez.client.TezClientUtils.getAMProxy(TezClientUtils.java:919)
at org.apache.tez.client.TezClient.getAMProxy(TezClient.java:1024)
at
org.apache.tez.client.TezClient.getAppMasterStatus(TezClient.java:834)
at
org.apache.tez.client.TezClient.waitNonSessionTillReady(TezClient.java:1000)
at
org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:1102)
at
org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:1058)
at org.apache.tez.client.TezClient.submitDAG(TezClient.java:590)
at
org.apache.tez.examples.TezExampleBase.runDag(TezExampleBase.java:193)
at
org.apache.tez.examples.HashJoinExample.runJob(HashJoinExample.java:130)
at
org.apache.tez.examples.TezExampleBase._execute(TezExampleBase.java:245)
at org.apache.tez.examples.TezExampleBase.run(TezExampleBase.java:126)
at
org.apache.tez.test.TestRecovery.testHashJoinExample(TestRecovery.java:527)
at
org.apache.tez.test.TestRecovery.testRecovery_HashJoin(TestRecovery.java:456)
FAILED:
org.apache.tez.test.TestSecureShuffle.testSecureShuffle[test[sslInCluster:true,
resultWithTezSSL:0, resultWithoutTezSSL:1, asyncHttp:false]]
Error Message:
expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
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.test.TestSecureShuffle.baseTest(TestSecureShuffle.java:158)
at
org.apache.tez.test.TestSecureShuffle.testSecureShuffle(TestSecureShuffle.java:171)
FAILED:
org.apache.tez.test.TestSecureShuffle.testSecureShuffle[test[sslInCluster:true,
resultWithTezSSL:0, resultWithoutTezSSL:1, asyncHttp:true]]
Error Message:
expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
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.test.TestSecureShuffle.baseTest(TestSecureShuffle.java:158)
at
org.apache.tez.test.TestSecureShuffle.testSecureShuffle(TestSecureShuffle.java:171)
FAILED:
org.apache.tez.test.TestSecureShuffle.testSecureShuffle[test[sslInCluster:false,
resultWithTezSSL:1, resultWithoutTezSSL:0, asyncHttp:true]]
Error Message:
expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
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.test.TestSecureShuffle.baseTest(TestSecureShuffle.java:158)
at
org.apache.tez.test.TestSecureShuffle.testSecureShuffle(TestSecureShuffle.java:176)
FAILED:
org.apache.tez.test.TestSecureShuffle.testSecureShuffle[test[sslInCluster:false,
resultWithTezSSL:1, resultWithoutTezSSL:0, asyncHttp:false]]
Error Message:
expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
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.test.TestSecureShuffle.baseTest(TestSecureShuffle.java:158)
at
org.apache.tez.test.TestSecureShuffle.testSecureShuffle(TestSecureShuffle.java:176)