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 2013/10/11 10:52:23 UTC

Build failed in Jenkins: Tez-Build #156

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

Changes:

[sseth] TEZ-552. BroadcastShuffleManager should check await condition within a

------------------------------------------
[...truncated 858 lines...]
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tez-runtime-library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tez-Build/ws/tez-runtime-library/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ tez-runtime-library ---
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tez-Build/ws/tez-runtime-library/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tez-runtime-library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tez-Build/ws/tez-runtime-library/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ tez-runtime-library ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ tez-runtime-library ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ tez-runtime-library ---
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/tez-runtime-library/target/tez-runtime-library-0.2.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ tez-runtime-library ---
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/tez-runtime-library/target/tez-runtime-library-0.2.0-SNAPSHOT-tests.jar>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building tez-mapreduce 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ tez-mapreduce ---
[INFO] Deleting <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce/target>
[INFO] 
[INFO] --- hadoop-maven-plugins:3.0.0-SNAPSHOT:protoc (compile-protoc) @ tez-mapreduce ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tez-mapreduce ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ tez-mapreduce ---
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 45 source files to <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tez-mapreduce ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ tez-mapreduce ---
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 9 source files to <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ tez-mapreduce ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.mapred.split.TestGroupedSplits
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.618 sec
Running org.apache.tez.mapreduce.hadoop.TestMRHelpers
Tests run: 10, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 5.094 sec <<< FAILURE!
testOldSplitsGen(org.apache.tez.mapreduce.hadoop.TestMRHelpers)  Time elapsed: 0.078 sec  <<< ERROR!
org.apache.hadoop.ipc.RemoteException: java.lang.NullPointerException
	at org.apache.hadoop.hdfs.server.blockmanagement.CacheReplicationManager.setCachedLocations(CacheReplicationManager.java:193)
	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1447)
	at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:478)
	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtocolServerSideTranslatorPB.java:294)
	at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:605)
	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:932)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2051)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2047)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:396)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1507)
	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2045)

	at org.apache.hadoop.ipc.Client.call(Client.java:1404)
	at org.apache.hadoop.ipc.Client.call(Client.java:1357)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206)
	at $Proxy13.getBlockLocations(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:185)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:101)
	at $Proxy13.getBlockLocations(Unknown Source)
	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getBlockLocations(ClientNamenodeProtocolTranslatorPB.java:207)
	at org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:1088)
	at org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:1078)
	at org.apache.hadoop.hdfs.DFSClient.getBlockLocations(DFSClient.java:1128)
	at org.apache.hadoop.hdfs.DistributedFileSystem$1.doCall(DistributedFileSystem.java:211)
	at org.apache.hadoop.hdfs.DistributedFileSystem$1.doCall(DistributedFileSystem.java:207)
	at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
	at org.apache.hadoop.hdfs.DistributedFileSystem.getFileBlockLocations(DistributedFileSystem.java:207)
	at org.apache.hadoop.hdfs.DistributedFileSystem.getFileBlockLocations(DistributedFileSystem.java:199)
	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:298)
	at org.apache.tez.mapreduce.hadoop.MRHelpers.generateOldSplits(MRHelpers.java:202)
	at org.apache.tez.mapreduce.hadoop.MRHelpers.writeOldSplits(MRHelpers.java:224)
	at org.apache.tez.mapreduce.hadoop.MRHelpers.generateInputSplits(MRHelpers.java:282)
	at org.apache.tez.mapreduce.hadoop.TestMRHelpers.generateOldSplits(TestMRHelpers.java:186)
	at org.apache.tez.mapreduce.hadoop.TestMRHelpers.testOldSplitsGen(TestMRHelpers.java:191)

testNewSplitsGen(org.apache.tez.mapreduce.hadoop.TestMRHelpers)  Time elapsed: 0.07 sec  <<< ERROR!
org.apache.hadoop.ipc.RemoteException: java.lang.NullPointerException
	at org.apache.hadoop.hdfs.server.blockmanagement.CacheReplicationManager.setCachedLocations(CacheReplicationManager.java:193)
	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1447)
	at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:478)
	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtocolServerSideTranslatorPB.java:294)
	at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:605)
	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:932)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2051)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2047)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:396)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1507)
	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2045)

	at org.apache.hadoop.ipc.Client.call(Client.java:1404)
	at org.apache.hadoop.ipc.Client.call(Client.java:1357)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206)
	at $Proxy13.getBlockLocations(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:185)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:101)
	at $Proxy13.getBlockLocations(Unknown Source)
	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getBlockLocations(ClientNamenodeProtocolTranslatorPB.java:207)
	at org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:1088)
	at org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:1078)
	at org.apache.hadoop.hdfs.DFSClient.getBlockLocations(DFSClient.java:1128)
	at org.apache.hadoop.hdfs.DistributedFileSystem$1.doCall(DistributedFileSystem.java:211)
	at org.apache.hadoop.hdfs.DistributedFileSystem$1.doCall(DistributedFileSystem.java:207)
	at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
	at org.apache.hadoop.hdfs.DistributedFileSystem.getFileBlockLocations(DistributedFileSystem.java:207)
	at org.apache.hadoop.hdfs.DistributedFileSystem.getFileBlockLocations(DistributedFileSystem.java:199)
	at org.apache.hadoop.mapreduce.lib.input.FileInputFormat.getSplits(FileInputFormat.java:350)
	at org.apache.tez.mapreduce.hadoop.MRHelpers.generateNewSplits(MRHelpers.java:151)
	at org.apache.tez.mapreduce.hadoop.MRHelpers.writeNewSplits(MRHelpers.java:179)
	at org.apache.tez.mapreduce.hadoop.MRHelpers.generateInputSplits(MRHelpers.java:278)
	at org.apache.tez.mapreduce.hadoop.TestMRHelpers.generateNewSplits(TestMRHelpers.java:137)
	at org.apache.tez.mapreduce.hadoop.TestMRHelpers.testNewSplitsGen(TestMRHelpers.java:142)

testInputSplitLocalResourceCreation(org.apache.tez.mapreduce.hadoop.TestMRHelpers)  Time elapsed: 0.026 sec  <<< ERROR!
org.apache.hadoop.ipc.RemoteException: java.lang.NullPointerException
	at org.apache.hadoop.hdfs.server.blockmanagement.CacheReplicationManager.setCachedLocations(CacheReplicationManager.java:193)
	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1447)
	at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:478)
	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtocolServerSideTranslatorPB.java:294)
	at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:605)
	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:932)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2051)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2047)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:396)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1507)
	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2045)

	at org.apache.hadoop.ipc.Client.call(Client.java:1404)
	at org.apache.hadoop.ipc.Client.call(Client.java:1357)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206)
	at $Proxy13.getBlockLocations(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:185)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:101)
	at $Proxy13.getBlockLocations(Unknown Source)
	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getBlockLocations(ClientNamenodeProtocolTranslatorPB.java:207)
	at org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:1088)
	at org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:1078)
	at org.apache.hadoop.hdfs.DFSClient.getBlockLocations(DFSClient.java:1128)
	at org.apache.hadoop.hdfs.DistributedFileSystem$1.doCall(DistributedFileSystem.java:211)
	at org.apache.hadoop.hdfs.DistributedFileSystem$1.doCall(DistributedFileSystem.java:207)
	at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
	at org.apache.hadoop.hdfs.DistributedFileSystem.getFileBlockLocations(DistributedFileSystem.java:207)
	at org.apache.hadoop.hdfs.DistributedFileSystem.getFileBlockLocations(DistributedFileSystem.java:199)
	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:298)
	at org.apache.tez.mapreduce.hadoop.MRHelpers.generateOldSplits(MRHelpers.java:202)
	at org.apache.tez.mapreduce.hadoop.MRHelpers.writeOldSplits(MRHelpers.java:224)
	at org.apache.tez.mapreduce.hadoop.MRHelpers.generateInputSplits(MRHelpers.java:282)
	at org.apache.tez.mapreduce.hadoop.TestMRHelpers.generateOldSplits(TestMRHelpers.java:186)
	at org.apache.tez.mapreduce.hadoop.TestMRHelpers.testInputSplitLocalResourceCreation(TestMRHelpers.java:229)

Running org.apache.tez.mapreduce.hadoop.TestConfigTranslationMRToTez
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 sec
Running org.apache.tez.mapreduce.hadoop.TestDeprecatedKeys
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 sec
Running org.apache.tez.mapreduce.processor.map.TestMapProcessor
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.341 sec
Running org.apache.tez.mapreduce.processor.reduce.TestReduceProcessor
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.544 sec

Results :

Tests in error: 
  TestMRHelpers.testOldSplitsGen:191->generateOldSplits:186 » Remote java.lang.N...
  TestMRHelpers.testNewSplitsGen:142->generateNewSplits:137 » Remote java.lang.N...
  TestMRHelpers.testInputSplitLocalResourceCreation:229->generateOldSplits:186 » Remote

Tests run: 17, Failures: 0, Errors: 3, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] tez ............................................... SUCCESS [3.530s]
[INFO] tez-api ........................................... SUCCESS [24.275s]
[INFO] tez-common ........................................ SUCCESS [5.080s]
[INFO] tez-runtime-internals ............................. SUCCESS [7.907s]
[INFO] tez-runtime-library ............................... SUCCESS [12.982s]
[INFO] tez-mapreduce ..................................... FAILURE [23.532s]
[INFO] tez-yarn-client ................................... SKIPPED
[INFO] tez-dag ........................................... SKIPPED
[INFO] tez-mapreduce-examples ............................ SKIPPED
[INFO] tez-mapreduce-tests ............................... SKIPPED
[INFO] tez-dist .......................................... SKIPPED
[INFO] Tez ............................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:17.667s
[INFO] Finished at: Fri Oct 11 08:52:16 UTC 2013
[INFO] Final Memory: 112M/593M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (default-test) on project tez-mapreduce: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce/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-mapreduce
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results

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

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


Build failed in Jenkins: Tez-Build #157

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

Changes:

[bikas] TEZ-551. Edge should route events to the destination vertex, instead of directly to destination tasks (bikas)

------------------------------------------
[...truncated 6749 lines...]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tez-mapreduce-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ tez-mapreduce-examples ---
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 26 source files to <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tez-mapreduce-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ tez-mapreduce-examples ---
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ tez-mapreduce-examples ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tez.mapreduce.examples.terasort.TestTeraSort
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.036 sec

Results :

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

[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tez-mapreduce-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ tez-mapreduce-examples ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tez-mapreduce-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ tez-mapreduce-examples ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ tez-mapreduce-examples ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ tez-mapreduce-examples ---
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/target/tez-mapreduce-examples-0.2.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ tez-mapreduce-examples ---
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/target/tez-mapreduce-examples-0.2.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ tez-mapreduce-examples ---
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/target/tez-mapreduce-examples-0.2.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/tez-mapreduce-examples-0.2.0-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/pom.xml> to /home/jenkins/.m2/repository/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/tez-mapreduce-examples-0.2.0-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/target/tez-mapreduce-examples-0.2.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/tez-mapreduce-examples-0.2.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ tez-mapreduce-examples ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/maven-metadata.xml
1002 B    
         
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/maven-metadata.xml (1002 B at 1.7 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/tez-mapreduce-examples-0.2.0-20131014.055328-55.jar
4 KB     
8 KB   
12 KB   
16 KB   
20 KB   
24 KB   
28 KB   
32 KB   
36 KB   
40 KB   
44 KB   
48 KB   
52 KB   
56 KB   
60 KB   
64 KB   
68 KB   
72 KB   
76 KB   
80 KB   
84 KB   
88 KB   
92 KB   
96 KB   
100 KB   
104 KB   
108 KB   
112 KB   
116 KB   
120 KB   
124 KB   
128 KB   
132 KB   
136 KB   
140 KB   
144 KB   
148 KB   
152 KB   
156 KB   
160 KB   
164 KB   
166 KB   
         
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/tez-mapreduce-examples-0.2.0-20131014.055328-55.jar (166 KB at 318.7 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/tez-mapreduce-examples-0.2.0-20131014.055328-55.pom
3 KB     
       
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/tez-mapreduce-examples-0.2.0-20131014.055328-55.pom (3 KB at 16.3 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/maven-metadata.xml
296 B   
        
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/maven-metadata.xml (296 B at 1.0 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/maven-metadata.xml
1002 B   
         
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/maven-metadata.xml (1002 B at 3.4 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/maven-metadata.xml
296 B    
        
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/maven-metadata.xml (296 B at 0.8 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/tez-mapreduce-examples-0.2.0-20131014.055328-55-tests.jar
4 KB    
5 KB   
       
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/tez-mapreduce-examples-0.2.0-20131014.055328-55-tests.jar (5 KB at 27.1 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/maven-metadata.xml
1002 B   
         
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tez/tez-mapreduce-examples/0.2.0-SNAPSHOT/maven-metadata.xml (1002 B at 5.9 KB/sec)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tez-mapreduce-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ tez-mapreduce-examples ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tez-mapreduce-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ tez-mapreduce-examples ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ tez-mapreduce-examples ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ tez-mapreduce-examples ---
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/target/tez-mapreduce-examples-0.2.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ tez-mapreduce-examples ---
[INFO] Building jar: <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-examples/target/tez-mapreduce-examples-0.2.0-SNAPSHOT-tests.jar>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building tez-mapreduce-tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ tez-mapreduce-tests ---
[INFO] Deleting <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-tests/target>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tez-mapreduce-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-tests/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ tez-mapreduce-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tez-mapreduce-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-tests/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ tez-mapreduce-tests ---
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 3 source files to <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-tests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ tez-mapreduce-tests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-tests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tez.mapreduce.TestMRRJobs
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 139.996 sec
Running org.apache.tez.mapreduce.TestMRRJobsDAGApi
Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 140.098 sec <<< FAILURE!
testMRRSleepJobDagSubmitAndKillViaRPC(org.apache.tez.mapreduce.TestMRRJobsDAGApi)  Time elapsed: 9.429 sec  <<< ERROR!
org.apache.tez.dag.api.TezException: com.google.protobuf.ServiceException: java.io.IOException: Failed on local exception: java.io.EOFException; Host Details : local host is: "asf002.sp2.ygridcore.net/67.195.138.30"; destination host is: "asf002.sp2.ygridcore.net":34287; 
	at java.io.DataInputStream.readInt(DataInputStream.java:375)
	at org.apache.hadoop.ipc.Client$Connection.receiveRpcResponse(Client.java:1049)
	at org.apache.hadoop.ipc.Client$Connection.run(Client.java:944)


Results :

Tests in error: 
  TestMRRJobsDAGApi.testMRRSleepJobDagSubmitAndKillViaRPC:296->testMRRSleepJobDagSubmitCore:323->testMRRSleepJobDagSubmitCore:570 » Tez

Tests run: 12, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] tez ............................................... SUCCESS [3.260s]
[INFO] tez-api ........................................... SUCCESS [40.605s]
[INFO] tez-common ........................................ SUCCESS [4.926s]
[INFO] tez-runtime-internals ............................. SUCCESS [7.444s]
[INFO] tez-runtime-library ............................... SUCCESS [13.083s]
[INFO] tez-mapreduce ..................................... SUCCESS [39.257s]
[INFO] tez-yarn-client ................................... SUCCESS [3.388s]
[INFO] tez-dag ........................................... SUCCESS [31.057s]
[INFO] tez-mapreduce-examples ............................ SUCCESS [9.232s]
[INFO] tez-mapreduce-tests ............................... FAILURE [4:43.183s]
[INFO] tez-dist .......................................... SKIPPED
[INFO] Tez ............................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:15.840s
[INFO] Finished at: Mon Oct 14 05:58:14 UTC 2013
[INFO] Final Memory: 158M/652M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (default-test) on project tez-mapreduce-tests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Tez-Build/ws/tez-mapreduce-tests/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-mapreduce-tests
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results