See <https://builds.apache.org/job/Hadoop-Yarn-trunk/1044/changes>
Changes: [wheat9] HDFS-8962. Clean up checkstyle warnings in o.a.h.hdfs.DfsClientConf. Contributed by Mingliang Liu. [wheat9] HDFS-8961. Investigate lock issue in o.a.h.hdfs.shortcircuit.DfsClientShmManager.EndpointShmManager. Contributed by Mingliang Liu. ------------------------------------------ [...truncated 10721 lines...] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hadoop-yarn-applications-distributedshell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/main/resources> [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ hadoop-yarn-applications-distributedshell --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/target/classes> [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hadoop-yarn-applications-distributedshell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ hadoop-yarn-applications-distributedshell --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/target/test-classes> [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default) @ hadoop-yarn-applications-distributedshell --- [INFO] Building jar: <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/target/hadoop-yarn-applications-distributedshell-3.0.0-SNAPSHOT.jar> [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ hadoop-yarn-applications-distributedshell --- [INFO] Surefire report directory: <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell Tests run: 13, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 302.767 sec <<< FAILURE! - in org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell testDSRestartWithPreviousRunningContainers(org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell) Time elapsed: 40.882 sec <<< ERROR! java.lang.RuntimeException: java.util.zip.ZipException: invalid code lengths set at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:122) at java.io.FilterInputStream.read(FilterInputStream.java:83) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(XMLEntityManager.java:2873) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:664) at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:189) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:812) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:150) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2551) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2539) at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2610) at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2563) at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2474) at org.apache.hadoop.conf.Configuration.get(Configuration.java:1048) at org.apache.hadoop.conf.Configuration.getTrimmed(Configuration.java:1098) at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2258) at org.apache.hadoop.fs.AbstractFileSystem.createFileSystem(AbstractFileSystem.java:159) at org.apache.hadoop.fs.AbstractFileSystem.get(AbstractFileSystem.java:250) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:329) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:326) 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:1667) at org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:326) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:443) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:420) at org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:406) at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.tearDown(TestDistributedShell.java:133) testDSShellWithCustomLogPropertyFile(org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell) Time elapsed: 0 sec <<< ERROR! java.lang.RuntimeException: java.util.zip.ZipException: invalid code lengths set at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:122) at java.io.FilterInputStream.read(FilterInputStream.java:83) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(XMLEntityManager.java:2873) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:664) at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:189) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:812) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:150) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2551) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2539) at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2610) at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2563) at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2474) at org.apache.hadoop.conf.Configuration.set(Configuration.java:1210) at org.apache.hadoop.conf.Configuration.set(Configuration.java:1182) at org.apache.hadoop.conf.Configuration.setInt(Configuration.java:1354) at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setupInternal(TestDistributedShell.java:79) at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setup(TestDistributedShell.java:71) testDSShellWithCustomLogPropertyFile(org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell) Time elapsed: 0 sec <<< ERROR! java.lang.RuntimeException: java.util.zip.ZipException: invalid code lengths set at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:122) at java.io.FilterInputStream.read(FilterInputStream.java:83) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(XMLEntityManager.java:2873) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:664) at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:189) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:812) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:150) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2551) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2539) at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2610) at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2563) at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2474) at org.apache.hadoop.conf.Configuration.get(Configuration.java:1048) at org.apache.hadoop.conf.Configuration.getTrimmed(Configuration.java:1098) at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2258) at org.apache.hadoop.fs.AbstractFileSystem.createFileSystem(AbstractFileSystem.java:159) at org.apache.hadoop.fs.AbstractFileSystem.get(AbstractFileSystem.java:250) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:329) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:326) 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:1667) at org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:326) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:443) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:420) at org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:406) at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.tearDown(TestDistributedShell.java:133) testContainerLaunchFailureHandling(org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell) Time elapsed: 0.003 sec <<< ERROR! java.lang.RuntimeException: java.util.zip.ZipException: invalid code lengths set at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:122) at java.io.FilterInputStream.read(FilterInputStream.java:83) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(XMLEntityManager.java:2873) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:664) at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:189) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:812) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:150) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2551) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2539) at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2610) at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2563) at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2474) at org.apache.hadoop.conf.Configuration.set(Configuration.java:1210) at org.apache.hadoop.conf.Configuration.set(Configuration.java:1182) at org.apache.hadoop.conf.Configuration.setInt(Configuration.java:1354) at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setupInternal(TestDistributedShell.java:79) at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setup(TestDistributedShell.java:71) testContainerLaunchFailureHandling(org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell) Time elapsed: 0.004 sec <<< ERROR! java.lang.RuntimeException: java.util.zip.ZipException: invalid code lengths set at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:122) at java.io.FilterInputStream.read(FilterInputStream.java:83) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(XMLEntityManager.java:2873) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:664) at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:189) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:812) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:150) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2551) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2539) at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2610) at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2563) at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2474) at org.apache.hadoop.conf.Configuration.get(Configuration.java:1048) at org.apache.hadoop.conf.Configuration.getTrimmed(Configuration.java:1098) at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2258) at org.apache.hadoop.fs.AbstractFileSystem.createFileSystem(AbstractFileSystem.java:159) at org.apache.hadoop.fs.AbstractFileSystem.get(AbstractFileSystem.java:250) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:329) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:326) 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:1667) at org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:326) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:443) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:420) at org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:406) at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.tearDown(TestDistributedShell.java:133) Running org.apache.hadoop.yarn.applications.distributedshell.TestDSAppMaster Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.169 sec - in org.apache.hadoop.yarn.applications.distributedshell.TestDSAppMaster Running org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShellWithNodeLabels Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.769 sec - in org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShellWithNodeLabels Results : Tests in error: TestDistributedShell.tearDown:133 » Runtime java.util.zip.ZipException: invali... TestDistributedShell.setup:71->setupInternal:79 » Runtime java.util.zip.ZipExc... TestDistributedShell.tearDown:133 » Runtime java.util.zip.ZipException: invali... TestDistributedShell.setup:71->setupInternal:79 » Runtime java.util.zip.ZipExc... TestDistributedShell.tearDown:133 » Runtime java.util.zip.ZipException: invali... Tests run: 16, Failures: 0, Errors: 5, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop YARN ................................ SUCCESS [ 3.228 s] [INFO] Apache Hadoop YARN API ............................ SUCCESS [03:42 min] [INFO] Apache Hadoop YARN Common ......................... SUCCESS [02:53 min] [INFO] Apache Hadoop YARN Server ......................... SUCCESS [ 0.092 s] [INFO] Apache Hadoop YARN Server Common .................. SUCCESS [ 44.892 s] [INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [07:55 min] [INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 25.732 s] [INFO] Apache Hadoop YARN ApplicationHistoryService ...... SUCCESS [03:17 min] [INFO] Apache Hadoop YARN ResourceManager ................ SUCCESS [54:24 min] [INFO] Apache Hadoop YARN Server Tests ................... SUCCESS [01:51 min] [INFO] Apache Hadoop YARN Client ......................... SUCCESS [07:01 min] [INFO] Apache Hadoop YARN SharedCacheManager ............. SUCCESS [ 26.622 s] [INFO] Apache Hadoop YARN Applications ................... SUCCESS [ 0.051 s] [INFO] Apache Hadoop YARN DistributedShell ............... FAILURE [05:43 min] [INFO] Apache Hadoop YARN Unmanaged Am Launcher .......... SKIPPED [INFO] Apache Hadoop YARN Site ........................... SKIPPED [INFO] Apache Hadoop YARN Registry ....................... SKIPPED [INFO] Apache Hadoop YARN Project ........................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:28 h [INFO] Finished at: 2015-08-27T18:28:09+00:00 [INFO] Final Memory: 81M/981M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-yarn-applications-distributedshell: There are test failures. [ERROR] [ERROR] Please refer to <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/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 :hadoop-yarn-applications-distributedshell Build step 'Execute shell' marked build as failure Archiving artifacts Recording test results Updating HDFS-8961 Updating HDFS-8962
