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

Reply via email to