Build failed in Jenkins: Tez-Build #1473

2016-06-07 Thread Apache Jenkins Server
See 

Changes:

[hitesh] TEZ-2846. Flaky test: TestCommit.testVertexCommit_OnDAGSuccess. 
(hitesh)

--
[...truncated 3946 lines...]
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ 
hadoop-shim-2.6 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hadoop-shim-2.6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
hadoop-shim-2.6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hadoop-shim-2.6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
hadoop-shim-2.6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ hadoop-shim-2.6 
---
[INFO] Surefire report directory: 


---
 T E S T S
---

---
 T E S T S
---
Running org.apache.tez.hadoop.shim.TestHadoop25_26_27ShimProvider
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ hadoop-shim-2.6 ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd 
 
&& git rev-parse --verify HEAD
[INFO] Working directory: 

[INFO] Storing buildNumber: 05d7725d28de2d9f7166c55d40f6e8e28d8cd3a8 at 
timestamp: 1465361359601
[INFO] Executing: /bin/sh -c cd 
 
&& git rev-parse --verify HEAD
[INFO] Working directory: 

[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ 
hadoop-shim-2.6 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hadoop-shim-2.6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
hadoop-shim-2.6 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hadoop-shim-2.6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
hadoop-shim-2.6 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ hadoop-shim-2.6 
---
[INFO] Skipping execution of surefire because it has already been run for this 
configuration
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hadoop-shim-2.6 ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hadoop-shim-2.6 ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hadoop-shim-2.6 
---
[INFO] Installing 

 to 
/home/jenkins/.m2/repository/org/apache/tez/hadoop-shim-2.6/0.9.0-SNAPSHOT/hadoop-shim-2.6-0.9.0-SNAPSHOT.jar
[INFO] Installing 

 to 
/home/jenkins/.m2/repository/org/apache/tez/hadoop-shim-2.6/0.9.0-SNAPSHOT/hadoop-shim-2.6-0.9.0-SNAPSHOT.pom
[INFO] Install

[jira] [Resolved] (TEZ-2998) TestPreemption.testPreemptionWithSession fails on hadoop-2.4

2016-06-07 Thread Hitesh Shah (JIRA)

 [ 
https://issues.apache.org/jira/browse/TEZ-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hitesh Shah resolved TEZ-2998.
--
Resolution: Won't Fix

Havent seen this one show up after defaulting to min of 2.6 

> TestPreemption.testPreemptionWithSession fails on hadoop-2.4
> 
>
> Key: TEZ-2998
> URL: https://issues.apache.org/jira/browse/TEZ-2998
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Jeff Zhang
>
> {code}
> Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.714 sec <<< 
> FAILURE!
> testPreemptionWithSession(org.apache.tez.dag.app.TestPreemption)  Time 
> elapsed: 5.573 sec  <<< ERROR!
> org.apache.tez.dag.api.TezException: App master already running a DAG
>   at 
> org.apache.tez.dag.app.DAGAppMaster.submitDAGToAppMaster(DAGAppMaster.java:1307)
>   at 
> org.apache.tez.dag.api.client.DAGClientHandler.submitDAG(DAGClientHandler.java:120)
>   at 
> org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolBlockingPBServerImpl.submitDAG(DAGClientAMProtocolBlockingPBServerImpl.java:161)
>   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:585)
>   at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:928)
>   at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2013)
>   at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2009)
>   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:1548)
>   at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2007)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1410)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1363)
>   at 
> org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206)
>   at com.sun.proxy.$Proxy14.submitDAG(Unknown Source)
>   at org.apache.tez.client.TezClient.submitDAGSession(TezClient.java:536)
>   at org.apache.tez.client.TezClient.submitDAG(TezClient.java:452)
>   at 
> org.apache.tez.dag.app.TestPreemption.testPreemptionJob(TestPreemption.java:186)
>   at 
> org.apache.tez.dag.app.TestPreemption.testPreemptionMultiple(TestPreemption.java:176)
>   at 
> org.apache.tez.dag.app.TestPreemption.testPreemptionWithSession(TestPreemption.java:141)
> {code}
> https://builds.apache.org/job/Tez-Build-Hadoop-2.4/225/console



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Build failed in Jenkins: Tez-Build #1472

2016-06-07 Thread Apache Jenkins Server
See 

Changes:

[sree] TEZ-3264. Tez UI: UI discrepancies (sree)

--
[...truncated 3139 lines...]
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ 
hadoop-shim-2.6 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hadoop-shim-2.6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
hadoop-shim-2.6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hadoop-shim-2.6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
hadoop-shim-2.6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ hadoop-shim-2.6 
---
[INFO] Surefire report directory: 


---
 T E S T S
---

---
 T E S T S
---
Running org.apache.tez.hadoop.shim.TestHadoop25_26_27ShimProvider
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ hadoop-shim-2.6 ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd 
 
&& git rev-parse --verify HEAD
[INFO] Working directory: 

[INFO] Storing buildNumber: a2d120b225dac6a18a6b10e5e5cee82c8dfcfaba at 
timestamp: 1465296372956
[INFO] Executing: /bin/sh -c cd 
 
&& git rev-parse --verify HEAD
[INFO] Working directory: 

[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ 
hadoop-shim-2.6 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hadoop-shim-2.6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
hadoop-shim-2.6 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hadoop-shim-2.6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
hadoop-shim-2.6 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ hadoop-shim-2.6 
---
[INFO] Skipping execution of surefire because it has already been run for this 
configuration
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hadoop-shim-2.6 ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hadoop-shim-2.6 ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hadoop-shim-2.6 
---
[INFO] Installing 

 to 
/home/jenkins/.m2/repository/org/apache/tez/hadoop-shim-2.6/0.9.0-SNAPSHOT/hadoop-shim-2.6-0.9.0-SNAPSHOT.jar
[INFO] Installing 

 to 
/home/jenkins/.m2/repository/org/apache/tez/hadoop-shim-2.6/0.9.0-SNAPSHOT/hadoop-shim-2.6-0.9.0-SNAPSHOT.pom
[INFO] Installing