See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/550/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 10790 lines...]
  TestAMWebServicesAttempts.testTaskAttemptsXML:191 expected:<application/xml> 
but was:<text/html; charset=ISO-8859-1>
  TestAMWebServicesAttempts.testTaskAttemptIdDefault:283 
expected:<application/json> but was:<text/html; charset=ISO-8859-1>
  
TestAMWebServicesAttempts.testTaskAttemptIdInvalid2:353->testTaskAttemptIdErrorGeneric:382
 expected:<Not Found> but was:<Internal Server Error>
  
TestAMWebServicesAttempts.testTaskAttemptIdInvalid3:360->testTaskAttemptIdErrorGeneric:382
 expected:<Not Found> but was:<Internal Server Error>
  
TestAMWebServicesAttempts.testTaskAttemptIdInvalid:346->testTaskAttemptIdErrorGeneric:382
 expected:<Not Found> but was:<Internal Server Error>
  TestAMWebServicesAttempts.testTaskAttemptId:226 expected:<application/json> 
but was:<text/html; charset=ISO-8859-1>
  
TestAMWebServicesAttempts.testTaskAttemptIdNonExist:338->testTaskAttemptIdErrorGeneric:382
 expected:<Not Found> but was:<Internal Server Error>
  TestAMWebServicesAttempts.testTaskAttemptsDefault:171 
expected:<application/json> but was:<text/html; charset=ISO-8859-1>
  TestAMWebServicesAttempts.testTaskAttemptIdXML:311 expected:<application/xml> 
but was:<text/html; charset=ISO-8859-1>
  TestAMWebServicesAttempts.testTaskAttempts:133 expected:<application/json> 
but was:<text/html; charset=ISO-8859-1>
  TestAMWebServicesAttempts.testTaskAttemptIdXMLCounters:590 
expected:<application/xml> but was:<text/html; charset=ISO-8859-1>
  TestAMWebServicesAttempts.testTaskAttemptIdCounters:562 
expected:<application/json> but was:<text/html; charset=ISO-8859-1>
  TestAMWebServicesAttempts.testTaskAttemptsSlash:152 
expected:<application/json> but was:<text/html; charset=ISO-8859-1>
  
TestAMWebServicesAttempts.testTaskAttemptIdBogus:331->testTaskAttemptIdErrorGeneric:382
 expected:<Not Found> but was:<Internal Server Error>
  TestAMWebServicesAttempts.testTaskAttemptIdSlash:255 
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Tests run: 339, Failures: 15, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client .................... SUCCESS [  2.660 s]
[INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [01:28 min]
[INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 28.713 s]
[INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [  4.509 s]
[INFO] Apache Hadoop MapReduce App ....................... FAILURE [11:14 min]
[INFO] Apache Hadoop MapReduce HistoryServer ............. SKIPPED
[INFO] Apache Hadoop MapReduce JobClient ................. SKIPPED
[INFO] Apache Hadoop MapReduce HistoryServer Plugins ..... SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask ................ SKIPPED
[INFO] Apache Hadoop MapReduce Examples .................. SKIPPED
[INFO] Apache Hadoop MapReduce ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:20 min
[INFO] Finished at: 2015-10-19T15:36:51+00:00
[INFO] Final Memory: 40M/267M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-app: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/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-app
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating YARN-4262
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) 
##############################
15 tests failed.
FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptsXML

Error Message:
expected:<application/xml> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/xml> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptsXML(TestAMWebServicesAttempts.java:191)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdDefault

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdDefault(TestAMWebServicesAttempts.java:283)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdInvalid2

Error Message:
expected:<Not Found> but was:<Internal Server Error>

Stack Trace:
java.lang.AssertionError: expected:<Not Found> but was:<Internal Server Error>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdErrorGeneric(TestAMWebServicesAttempts.java:382)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdInvalid2(TestAMWebServicesAttempts.java:353)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdInvalid3

Error Message:
expected:<Not Found> but was:<Internal Server Error>

Stack Trace:
java.lang.AssertionError: expected:<Not Found> but was:<Internal Server Error>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdErrorGeneric(TestAMWebServicesAttempts.java:382)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdInvalid3(TestAMWebServicesAttempts.java:360)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdInvalid

Error Message:
expected:<Not Found> but was:<Internal Server Error>

Stack Trace:
java.lang.AssertionError: expected:<Not Found> but was:<Internal Server Error>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdErrorGeneric(TestAMWebServicesAttempts.java:382)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdInvalid(TestAMWebServicesAttempts.java:346)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptId

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptId(TestAMWebServicesAttempts.java:226)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdNonExist

Error Message:
expected:<Not Found> but was:<Internal Server Error>

Stack Trace:
java.lang.AssertionError: expected:<Not Found> but was:<Internal Server Error>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdErrorGeneric(TestAMWebServicesAttempts.java:382)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdNonExist(TestAMWebServicesAttempts.java:338)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptsDefault

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptsDefault(TestAMWebServicesAttempts.java:171)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdXML

Error Message:
expected:<application/xml> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/xml> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdXML(TestAMWebServicesAttempts.java:311)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttempts

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttempts(TestAMWebServicesAttempts.java:133)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdXMLCounters

Error Message:
expected:<application/xml> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/xml> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdXMLCounters(TestAMWebServicesAttempts.java:590)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdCounters

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdCounters(TestAMWebServicesAttempts.java:562)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptsSlash

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptsSlash(TestAMWebServicesAttempts.java:152)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdBogus

Error Message:
expected:<Not Found> but was:<Internal Server Error>

Stack Trace:
java.lang.AssertionError: expected:<Not Found> but was:<Internal Server Error>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdErrorGeneric(TestAMWebServicesAttempts.java:382)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdBogus(TestAMWebServicesAttempts.java:331)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdSlash

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts.testTaskAttemptIdSlash(TestAMWebServicesAttempts.java:255)


Reply via email to