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 2015/04/30 05:02:53 UTC

Failed: TEZ-776 PreCommit Build #585

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 2470 lines...]
{color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12729376/TEZ-776.7.patch
  against master revision 5f63de8.

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

    {color:green}+1 tests included{color}.  The patch appears to include 8 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:red}-1 findbugs{color}.  The patch appears to introduce 3 new Findbugs (version 2.0.3) 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.TestMockDAGAppMaster
                  org.apache.tez.dag.app.TestMemoryWithEvents

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/585//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-TEZ-Build/585//artifact/patchprocess/newPatchFindbugsWarningstez-dag.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-TEZ-Build/585//artifact/patchprocess/newPatchFindbugsWarningstez-api.html
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/585//console

This message is automatically generated.


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


Comment added.
9f9f9909b7d33e9aa1ae54872e70821a5a79b326 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-TEZ-Build #583
Archived 44 artifacts
Archive block size is 32768
Received 6 blocks and 2545629 bytes
Compression is 7.2%
Took 1.8 sec
[description-setter] Could not determine description.
Recording test results
Publish JUnit test result report is waiting for a checkpoint on PreCommit-TEZ-Build #584
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
2 tests failed.
FAILED:  org.apache.tez.dag.app.TestMemoryWithEvents.testMemoryScatterGather

Error Message:
test timed out after 600000 milliseconds

Stack Trace:
java.lang.Exception: test timed out after 600000 milliseconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at org.apache.hadoop.ipc.Client.call(Client.java:1454)
	at org.apache.hadoop.ipc.Client.call(Client.java:1399)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
	at com.sun.proxy.$Proxy14.getDAGStatus(Unknown Source)
	at org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl.getDAGStatusViaAM(DAGClientRPCImpl.java:175)
	at org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl.getDAGStatus(DAGClientRPCImpl.java:94)
	at org.apache.tez.dag.api.client.DAGClientImpl.getDAGStatusViaAM(DAGClientImpl.java:350)
	at org.apache.tez.dag.api.client.DAGClientImpl.getDAGStatusInternal(DAGClientImpl.java:217)
	at org.apache.tez.dag.api.client.DAGClientImpl.getDAGStatus(DAGClientImpl.java:204)
	at org.apache.tez.dag.api.client.DAGClientImpl._waitForCompletionWithStatusUpdates(DAGClientImpl.java:488)
	at org.apache.tez.dag.api.client.DAGClientImpl.waitForCompletion(DAGClientImpl.java:321)
	at org.apache.tez.dag.app.TestMemoryWithEvents.testMemory(TestMemoryWithEvents.java:131)
	at org.apache.tez.dag.app.TestMemoryWithEvents.testMemoryScatterGather(TestMemoryWithEvents.java:213)


FAILED:  org.apache.tez.dag.app.TestMockDAGAppMaster.testMixedEdgeRouting

Error Message:
com.google.protobuf.ServiceException: org.apache.hadoop.ipc.RemoteException(org.apache.tez.dag.api.TezUncheckedException): Unable to instantiate class with 1 arguments: org.apache.tez.dag.app.TestMockDAGAppMaster$LegacyEdgeTestEdgeManager
 at org.apache.tez.common.ReflectionUtils.getNewInstance(ReflectionUtils.java:74)
 at org.apache.tez.common.ReflectionUtils.createClazzInstance(ReflectionUtils.java:98)
 at org.apache.tez.dag.app.dag.impl.Edge.createEdgeManager(Edge.java:145)
 at org.apache.tez.dag.app.dag.impl.Edge.<init>(Edge.java:120)
 at org.apache.tez.dag.app.dag.impl.DAGImpl.createDAGEdges(DAGImpl.java:1451)
 at org.apache.tez.dag.app.dag.impl.DAGImpl.initializeDAG(DAGImpl.java:1403)
 at org.apache.tez.dag.app.dag.impl.DAGImpl.initializeDAG(DAGImpl.java:1355)
 at org.apache.tez.dag.app.dag.impl.DAGImpl$InitTransition.transition(DAGImpl.java:1665)
 at org.apache.tez.dag.app.dag.impl.DAGImpl$InitTransition.transition(DAGImpl.java:1647)
 at org.apache.hadoop.yarn.state.StateMachineFactory$MultipleInternalArc.doTransition(StateMachineFactory.java:385)
 at org.apache.hadoop.yarn.state.StateMachineFactory.doTransition(StateMachineFactory.java:302)
 at org.apache.hadoop.yarn.state.StateMachineFactory.access$300(StateMachineFactory.java:46)
 at org.apache.hadoop.yarn.state.StateMachineFactory$InternalStateMachine.doTransition(StateMachineFactory.java:448)
 at org.apache.tez.state.StateMachineTez.doTransition(StateMachineTez.java:57)
 at org.apache.tez.dag.app.dag.impl.DAGImpl.handle(DAGImpl.java:1079)
 at org.apache.tez.dag.app.dag.impl.DAGImpl.handle(DAGImpl.java:143)
 at org.apache.tez.dag.app.DAGAppMaster$DagEventDispatcher.handle(DAGAppMaster.java:1860)
 at org.apache.tez.dag.app.DAGAppMaster.startDAGExecution(DAGAppMaster.java:2173)
 at org.apache.tez.dag.app.DAGAppMaster.startDAG(DAGAppMaster.java:2140)
 at org.apache.tez.dag.app.DAGAppMaster.submitDAGToAppMaster(DAGAppMaster.java:1203)
 at org.apache.tez.dag.api.client.DAGClientHandler.submitDAG(DAGClientHandler.java:118)
 at org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolBlockingPBServerImpl.submitDAG(DAGClientAMProtocolBlockingPBServerImpl.java:163)
 at org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC$DAGClientAMProtocol$2.callBlockingMethod(DAGClientAMProtocolRPC.java:7471)
 at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:619)
 at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:962)
 at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2039)
 at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2035)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.security.auth.Subject.doAs(Subject.java:415)
 at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
 at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2033)
Caused by: java.lang.IllegalAccessException: Class org.apache.tez.common.ReflectionUtils can not access a member of class org.apache.tez.dag.app.TestMockDAGAppMaster$LegacyEdgeTestEdgeManager with modifiers "public"
 at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
 at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(AccessibleObject.java:261)
 at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:253)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:517)
 at org.apache.tez.common.ReflectionUtils.getNewInstance(ReflectionUtils.java:69)
 ... 30 more


Stack Trace:
org.apache.tez.dag.api.TezException: com.google.protobuf.ServiceException: org.apache.hadoop.ipc.RemoteException(org.apache.tez.dag.api.TezUncheckedException): Unable to instantiate class with 1 arguments: org.apache.tez.dag.app.TestMockDAGAppMaster$LegacyEdgeTestEdgeManager
	at org.apache.tez.common.ReflectionUtils.getNewInstance(ReflectionUtils.java:74)
	at org.apache.tez.common.ReflectionUtils.createClazzInstance(ReflectionUtils.java:98)
	at org.apache.tez.dag.app.dag.impl.Edge.createEdgeManager(Edge.java:145)
	at org.apache.tez.dag.app.dag.impl.Edge.<init>(Edge.java:120)
	at org.apache.tez.dag.app.dag.impl.DAGImpl.createDAGEdges(DAGImpl.java:1451)
	at org.apache.tez.dag.app.dag.impl.DAGImpl.initializeDAG(DAGImpl.java:1403)
	at org.apache.tez.dag.app.dag.impl.DAGImpl.initializeDAG(DAGImpl.java:1355)
	at org.apache.tez.dag.app.dag.impl.DAGImpl$InitTransition.transition(DAGImpl.java:1665)
	at org.apache.tez.dag.app.dag.impl.DAGImpl$InitTransition.transition(DAGImpl.java:1647)
	at org.apache.hadoop.yarn.state.StateMachineFactory$MultipleInternalArc.doTransition(StateMachineFactory.java:385)
	at org.apache.hadoop.yarn.state.StateMachineFactory.doTransition(StateMachineFactory.java:302)
	at org.apache.hadoop.yarn.state.StateMachineFactory.access$300(StateMachineFactory.java:46)
	at org.apache.hadoop.yarn.state.StateMachineFactory$InternalStateMachine.doTransition(StateMachineFactory.java:448)
	at org.apache.tez.state.StateMachineTez.doTransition(StateMachineTez.java:57)
	at org.apache.tez.dag.app.dag.impl.DAGImpl.handle(DAGImpl.java:1079)
	at org.apache.tez.dag.app.dag.impl.DAGImpl.handle(DAGImpl.java:143)
	at org.apache.tez.dag.app.DAGAppMaster$DagEventDispatcher.handle(DAGAppMaster.java:1860)
	at org.apache.tez.dag.app.DAGAppMaster.startDAGExecution(DAGAppMaster.java:2173)
	at org.apache.tez.dag.app.DAGAppMaster.startDAG(DAGAppMaster.java:2140)
	at org.apache.tez.dag.app.DAGAppMaster.submitDAGToAppMaster(DAGAppMaster.java:1203)
	at org.apache.tez.dag.api.client.DAGClientHandler.submitDAG(DAGClientHandler.java:118)
	at org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolBlockingPBServerImpl.submitDAG(DAGClientAMProtocolBlockingPBServerImpl.java:163)
	at org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC$DAGClientAMProtocol$2.callBlockingMethod(DAGClientAMProtocolRPC.java:7471)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:619)
	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:962)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2039)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2035)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2033)
Caused by: java.lang.IllegalAccessException: Class org.apache.tez.common.ReflectionUtils can not access a member of class org.apache.tez.dag.app.TestMockDAGAppMaster$LegacyEdgeTestEdgeManager with modifiers "public"
	at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
	at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(AccessibleObject.java:261)
	at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:253)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:517)
	at org.apache.tez.common.ReflectionUtils.getNewInstance(ReflectionUtils.java:69)
	... 30 more

	at org.apache.hadoop.ipc.Client.call(Client.java:1468)
	at org.apache.hadoop.ipc.Client.call(Client.java:1399)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
	at com.sun.proxy.$Proxy14.submitDAG(Unknown Source)
	at org.apache.tez.client.TezClient.submitDAGSession(TezClient.java:469)
	at org.apache.tez.client.TezClient.submitDAG(TezClient.java:391)
	at org.apache.tez.dag.app.TestMockDAGAppMaster.testMixedEdgeRouting(TestMockDAGAppMaster.java:379)



Success: TEZ-2221 PreCommit Build #586

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 2775 lines...]
[INFO] Final Memory: 69M/930M
[INFO] ------------------------------------------------------------------------




{color:green}+1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12729385/TEZ-2221-4.patch
  against master revision 5f63de8.

    {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 2.0.3) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

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

This message is automatically generated.


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


Comment added.
e4015579545b5d9efbbc53fffbefc6e94986fda0 logged out


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


Archiving artifacts
Sending artifact delta relative to PreCommit-TEZ-Build #583
Archived 44 artifacts
Archive block size is 32768
Received 8 blocks and 2490597 bytes
Compression is 9.5%
Took 1.4 sec
Description set: TEZ-2221
Recording test results
Email was triggered for: Success
Sending email for trigger: Success



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed