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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 31354 lines...]
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.18 sec - in 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempts
Running org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesJobs
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.834 sec - 
in org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesJobs
Running org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempt
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.165 sec - in 
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempt
Running org.apache.hadoop.mapreduce.TestMapreduceConfigFields
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 sec - in 
org.apache.hadoop.mapreduce.TestMapreduceConfigFields

Results :

Failed tests: 
  TestJobImpl.testUnusableNodeTransition:629->assertJobState:1012 
expected:<SUCCEEDED> but was:<ERROR>

Tests in error: 
  TestJobHistoryEventHandler.setUpClass:93 ยป IO Failed on local exception: 
java....
  TestJobHistoryEventHandler.cleanUpClass:98 NullPointer

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client .................... SUCCESS [  3.907 s]
[INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [02:26 min]
[INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 35.779 s]
[INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [  8.484 s]
[INFO] Apache Hadoop MapReduce App ....................... FAILURE [10:19 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:35 min
[INFO] Finished at: 2016-03-11T08:31:50+00:00
[INFO] Final Memory: 37M/1219M
[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/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
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) 
##############################
3 tests failed.
FAILED:  
org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler

Error Message:
Failed on local exception: java.io.IOException: Couldn't set up IO streams: 
java.lang.IllegalArgumentException: timeout can't be negative; Host Details : 
local host is: "asf909.gq1.ygridcore.net/67.195.81.153"; destination host is: 
"localhost":32944; 

Stack Trace:
java.io.IOException: Failed on local exception: java.io.IOException: Couldn't 
set up IO streams: java.lang.IllegalArgumentException: timeout can't be 
negative; Host Details : local host is: 
"asf909.gq1.ygridcore.net/67.195.81.153"; destination host is: 
"localhost":32944; 
        at sun.nio.ch.SocketAdaptor.setSoTimeout(SocketAdaptor.java:366)
        at 
org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:643)
        at 
org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:738)
        at org.apache.hadoop.ipc.Client$Connection.access$3000(Client.java:378)
        at org.apache.hadoop.ipc.Client.getConnection(Client.java:1515)
        at org.apache.hadoop.ipc.Client.call(Client.java:1430)
        at org.apache.hadoop.ipc.Client.call(Client.java:1391)
        at 
org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:230)
        at com.sun.proxy.$Proxy24.getDatanodeReport(Unknown Source)
        at 
org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getDatanodeReport(ClientNamenodeProtocolTranslatorPB.java:602)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:257)
        at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:103)
        at com.sun.proxy.$Proxy25.getDatanodeReport(Unknown Source)
        at org.apache.hadoop.hdfs.DFSClient.datanodeReport(DFSClient.java:1919)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.waitActive(MiniDFSCluster.java:2469)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.waitActive(MiniDFSCluster.java:2512)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:1632)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:844)
        at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:482)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster$Builder.build(MiniDFSCluster.java:441)
        at 
org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.setUpClass(TestJobHistoryEventHandler.java:93)


FAILED:  
org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.cleanUpClass(TestJobHistoryEventHandler.java:98)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.job.impl.TestJobImpl.testUnusableNodeTransition

Error Message:
expected:<SUCCEEDED> but was:<ERROR>

Stack Trace:
java.lang.AssertionError: expected:<SUCCEEDED> but was:<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.job.impl.TestJobImpl.assertJobState(TestJobImpl.java:1012)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestJobImpl.testUnusableNodeTransition(TestJobImpl.java:629)


Reply via email to