See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2288/
################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 33477 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.307 sec - in org.apache.hadoop.mapred.nativetask.nonsorttest.NonSortTest Results : Tests in error: LargeKVTest.testKeySize:62->runKVSizeTests:119 » Runtime org.xml.sax.SAXParseE... LargeKVTest.testValueSize:67->runKVSizeTests:106 » NullPointer LargeKVTest.cleanUp:72 » Runtime org.xml.sax.SAXParseException; systemId: jar:... Tests run: 60, Failures: 0, Errors: 3, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop MapReduce Client .................... SUCCESS [ 2.744 s] [INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [01:30 min] [INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 28.402 s] [INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [ 4.594 s] [INFO] Apache Hadoop MapReduce App ....................... SUCCESS [08:43 min] [INFO] Apache Hadoop MapReduce HistoryServer ............. SUCCESS [05:33 min] [INFO] Apache Hadoop MapReduce JobClient ................. SUCCESS [ 01:42 h] [INFO] Apache Hadoop MapReduce HistoryServer Plugins ..... SUCCESS [ 1.374 s] [INFO] Apache Hadoop MapReduce NativeTask ................ FAILURE [08:30 min] [INFO] Apache Hadoop MapReduce Examples .................. SKIPPED [INFO] Apache Hadoop MapReduce ........................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:07 h [INFO] Finished at: 2015-09-03T14:06:16+00:00 [INFO] Final Memory: 35M/750M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-mapreduce-client-nativetask: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/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-mapreduce-client-nativetask Build step 'Execute shell' marked build as failure [FINDBUGS] Skipping publisher since build result is FAILURE Archiving artifacts Sending artifact delta relative to Hadoop-Mapreduce-trunk #2287 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 20459730 bytes Compression is 0.0% Took 5.2 sec Recording test results Updating YARN-3970 Updating HDFS-8885 Email was triggered for: Failure Sending email for trigger: Failure ################################################################################### ############################## FAILED TESTS (if any) ############################## 3 tests failed. REGRESSION: org.apache.hadoop.mapred.nativetask.kvtest.LargeKVTest.testKeySize Error Message: org.xml.sax.SAXParseException; systemId: jar:file:/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-common/3.0.0-SNAPSHOT/hadoop-common-3.0.0-SNAPSHOT.jar!/core-default.xml; lineNumber: 1; columnNumber: 1; Invalid byte 1 of 1-byte UTF-8 sequence. Stack Trace: java.lang.RuntimeException: org.xml.sax.SAXParseException; systemId: jar:file:/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-common/3.0.0-SNAPSHOT/hadoop-common-3.0.0-SNAPSHOT.jar!/core-default.xml; lineNumber: 1; columnNumber: 1; Invalid byte 1 of 1-byte UTF-8 sequence. at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown Source) at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source) at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source) at org.apache.xerces.impl.XMLEntityScanner.skipString(Unknown Source) at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:150) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2546) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2534) at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2605) at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2558) at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2469) at org.apache.hadoop.conf.Configuration.get(Configuration.java:1294) at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:182) at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:174) at org.apache.hadoop.mapred.nativetask.testutil.ResultVerifier.verify(ResultVerifier.java:46) at org.apache.hadoop.mapred.nativetask.kvtest.LargeKVTest.runKVSizeTests(LargeKVTest.java:119) at org.apache.hadoop.mapred.nativetask.kvtest.LargeKVTest.testKeySize(LargeKVTest.java:62) REGRESSION: org.apache.hadoop.mapred.nativetask.kvtest.LargeKVTest.testValueSize Error Message: null Stack Trace: java.lang.NullPointerException: null at org.apache.hadoop.mapred.nativetask.kvtest.TestInputFile.flushBuf(TestInputFile.java:218) at org.apache.hadoop.mapred.nativetask.kvtest.TestInputFile.createSequenceTestFile(TestInputFile.java:156) at org.apache.hadoop.mapred.nativetask.kvtest.TestInputFile.createSequenceTestFile(TestInputFile.java:124) at org.apache.hadoop.mapred.nativetask.kvtest.TestInputFile.createSequenceTestFile(TestInputFile.java:120) at org.apache.hadoop.mapred.nativetask.kvtest.KVJob.<init>(KVJob.java:98) at org.apache.hadoop.mapred.nativetask.kvtest.LargeKVTest.runKVSizeTests(LargeKVTest.java:106) at org.apache.hadoop.mapred.nativetask.kvtest.LargeKVTest.testValueSize(LargeKVTest.java:67) FAILED: org.apache.hadoop.mapred.nativetask.kvtest.LargeKVTest.org.apache.hadoop.mapred.nativetask.kvtest.LargeKVTest Error Message: org.xml.sax.SAXParseException; systemId: jar:file:/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-common/3.0.0-SNAPSHOT/hadoop-common-3.0.0-SNAPSHOT.jar!/core-default.xml; lineNumber: 1; columnNumber: 1; Invalid byte 1 of 1-byte UTF-8 sequence. Stack Trace: java.lang.RuntimeException: org.xml.sax.SAXParseException; systemId: jar:file:/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-common/3.0.0-SNAPSHOT/hadoop-common-3.0.0-SNAPSHOT.jar!/core-default.xml; lineNumber: 1; columnNumber: 1; Invalid byte 1 of 1-byte UTF-8 sequence. at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown Source) at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source) at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source) at org.apache.xerces.impl.XMLEntityScanner.skipString(Unknown Source) at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:150) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2546) at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2534) at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2605) at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2558) at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2469) at org.apache.hadoop.conf.Configuration.get(Configuration.java:1294) at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:182) at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:174) at org.apache.hadoop.mapred.nativetask.kvtest.LargeKVTest.cleanUp(LargeKVTest.java:72)
