You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/08/15 01:25:48 UTC

Build failed in Jenkins: Tez-Build #570

See <https://builds.apache.org/job/Tez-Build/570/changes>

Changes:

[sseth] TEZ-1410. DAGClient#waitForCompletion() methods should not swallow

[sseth] TEZ-1422. Use NetUtils to create the bind address for the client, which

[bikas] TEZ-1413. Fix build for TestTezClientUtils.testLocalResourceVisibility (Prakash Ramachandran via bikas)

[hitesh] TEZ-671. Support View/Modify ACLs for DAGs. (hitesh)

[bikas] TEZ-1416. tez-api project javadoc/annotations review and clean up (bikas)

------------------------------------------
[...truncated 1141 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 sec
Running org.apache.tez.dag.app.rm.TestTaskScheduler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.487 sec
Running org.apache.tez.dag.app.rm.TestTaskSchedulerEventHandler
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 sec
Running org.apache.tez.dag.app.rm.TestContainerReuse
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.866 sec <<< FAILURE!
testReuseNonLocalRequest(org.apache.tez.dag.app.rm.TestContainerReuse)  Time elapsed: 0.447 sec  <<< FAILURE!
org.mockito.exceptions.verification.WantedButNotInvoked: 
Wanted but not invoked:
taskSchedulerEventHandlerForTest.taskAllocated(
    Mock for TaskAttempt, hashCode: 1940835386,
    <any>,
    Container: [ContainerId: container_1_0001_01_000001, NodeId: randomHost:0, NodeHttpAddress: randomHost:0, Resource: <memory:1024, vCores:1>, Priority: 3, Token: null, ]
);
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:768)

However, there were other interactions with this mock:
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:724)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:724)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:724)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:725)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:725)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:725)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:725)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:727)
-> at org.apache.tez.dag.app.rm.TaskSchedulerAppCallbackWrapper$SetApplicationRegistrationDataCallable.call(TaskSchedulerAppCallbackWrapper.java:244)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:759)

	at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:768)

Running org.apache.tez.dag.app.rm.node.TestAMNodeMap
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.344 sec
Running org.apache.tez.dag.app.rm.TestLocalTaskScheduler
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 sec
Running org.apache.tez.dag.app.rm.container.TestAMContainer
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.018 sec
Running org.apache.tez.dag.api.client.TestDAGClientServer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.333 sec
Running org.apache.tez.dag.api.client.TestDAGClientHandler
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 sec
Running org.apache.tez.dag.api.client.TestVertexStatusBuilder
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.apache.tez.dag.utils.TestTaskSpecificLaunchCmdOption
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec
Running org.apache.tez.runtime.task.TestTaskExecution
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.422 sec

Results :

Failed tests: 
  TestContainerReuse.testReuseNonLocalRequest:768 
Wanted but not invoked:
taskSchedulerEventHandlerForTest.taskAllocated(
    Mock for TaskAttempt, hashCode: 1940835386,
    <any>,
    Container: [ContainerId: container_1_0001_01_000001, NodeId: randomHost:0, NodeHttpAddress: randomHost:0, Resource: <memory:1024, vCores:1>, Priority: 3, Token: null, ]
);
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:768)

However, there were other interactions with this mock:
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:724)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:724)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:724)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:725)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:725)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:725)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:725)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:727)
-> at org.apache.tez.dag.app.rm.TaskSchedulerAppCallbackWrapper$SetApplicationRegistrationDataCallable.call(TaskSchedulerAppCallbackWrapper.java:244)
-> at org.apache.tez.dag.app.rm.TestContainerReuse.testReuseNonLocalRequest(TestContainerReuse.java:759)


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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping tez-tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building tez-plugins 0.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tez-plugins ---
[INFO] Deleting <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/target>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-plugins ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildNumber: 84374adc7e17c018bf8309b527e3f2f572901ebf at timestamp: 1408058579747
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-plugins ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-plugins ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildNumber: 84374adc7e17c018bf8309b527e3f2f572901ebf at timestamp: 1408058579758
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-plugins ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-plugins ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/target/tez-plugins-0.5.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ tez-plugins ---
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/pom.xml> to /home/jenkins/.m2/repository/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/tez-plugins-0.5.0-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-plugins/target/tez-plugins-0.5.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/tez/tez-plugins/0.5.0-SNAPSHOT/tez-plugins-0.5.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tez-plugins ---
[INFO] Deploying org.apache.tez:tez-plugins:0.5.0-SNAPSHOT at end
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-plugins ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildNumber: 84374adc7e17c018bf8309b527e3f2f572901ebf at timestamp: 1408058579799
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/tez-plugins> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/tez-plugins>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-plugins ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-plugins ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping tez-yarn-timeline-history
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping tez-dist
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tez 0.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tez-docs ---
[INFO] Deleting <https://builds.apache.org/job/Tez-Build/ws/docs/target>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-docs ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildNumber: 84374adc7e17c018bf8309b527e3f2f572901ebf at timestamp: 1408058579831
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-docs ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-docs ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildNumber: 84374adc7e17c018bf8309b527e3f2f572901ebf at timestamp: 1408058579844
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-docs ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-docs ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/docs/target/tez-docs-0.5.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ tez-docs ---
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/docs/pom.xml> to /home/jenkins/.m2/repository/org/apache/tez/tez-docs/0.5.0-SNAPSHOT/tez-docs-0.5.0-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/docs/target/tez-docs-0.5.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/tez/tez-docs/0.5.0-SNAPSHOT/tez-docs-0.5.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ tez-docs ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tez-docs ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildNumber: 84374adc7e17c018bf8309b527e3f2f572901ebf at timestamp: 1408058579899
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tez-Build/ws/docs> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Tez-Build/ws/docs>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:maven-version (maven-version) @ tez-docs ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tez-docs ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] tez ............................................... SUCCESS [  1.588 s]
[INFO] tez-api ........................................... SUCCESS [ 35.871 s]
[INFO] tez-common ........................................ SUCCESS [  2.059 s]
[INFO] tez-runtime-internals ............................. SUCCESS [  6.642 s]
[INFO] tez-runtime-library ............................... SUCCESS [ 28.094 s]
[INFO] tez-mapreduce ..................................... SUCCESS [ 19.298 s]
[INFO] tez-mapreduce-examples ............................ SUCCESS [  1.206 s]
[INFO] tez-dag ........................................... FAILURE [ 48.651 s]
[INFO] tez-tests ......................................... SKIPPED
[INFO] tez-plugins ....................................... SUCCESS [  0.083 s]
[INFO] tez-yarn-timeline-history ......................... SKIPPED
[INFO] tez-dist .......................................... SKIPPED
[INFO] Tez ............................................... SUCCESS [  0.109 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:24 min
[INFO] Finished at: 2014-08-14T23:22:59+00:00
[INFO] Final Memory: 55M/929M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (default-test) on project tez-dag: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Tez-Build/ws/tez-dag/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tez-dag
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to Tez-Build #569
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 41378005 bytes
Compression is 0.0%
Took 30 sec
Recording test results

Jenkins build is back to normal : Tez-Build #571

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tez-Build/571/changes>