See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1753/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 12936 lines...]
[INFO] Apache Hadoop HDFS-NFS ............................ SKIPPED
[INFO] Apache Hadoop HDFS Project ........................ SUCCESS [3.276s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:14:18.415s
[INFO] Finished at: Wed May 14 22:47:43 UTC 2014
[INFO] Final Memory: 31M/294M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on 
project hadoop-hdfs: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk/trunk/hadoop-hdfs-project/hadoop-hdfs/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
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Updating HDFS-6381
Updating HADOOP-10572
Updating YARN-2042
Updating HDFS-6186
Updating MAPREDUCE-5774
Updating MAPREDUCE-5652
Updating YARN-1751
Updating YARN-1975
Updating YARN-1976
Updating YARN-1957
Updating HDFS-6355
Updating HDFS-6334
Updating HDFS-5522
Updating MAPREDUCE-5814
Updating MAPREDUCE-5888
Updating HADOOP-10585
Updating MAPREDUCE-5821
Updating HDFS-6293
Updating HDFS-6370
Updating HADOOP-10583
Updating HADOOP-10566
Updating HDFS-6230
Updating YARN-1362
Updating YARN-2011
Updating YARN-1861
Updating YARN-1982
Updating YARN-1981
Updating YARN-1962
Updating YARN-2016
Updating YARN-1986
Updating YARN-1987
Updating HDFS-6367
Updating HDFS-6328
Updating HDFS-6305
Sending e-mails to: hdfs-dev@hadoop.apache.org
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) 
##############################
1 tests failed.
REGRESSION:  
org.apache.hadoop.hdfs.server.namenode.TestTransferFsImage.testClientSideException

Error Message:

Wanted but not invoked:
nNStorage.reportErrorOnFile(
    /xxxxx-does-not-exist/blah
);
-> at 
org.apache.hadoop.hdfs.server.namenode.TestTransferFsImage.testClientSideException(TestTransferFsImage.java:80)
Actually, there were zero interactions with this mock.


Stack Trace:
org.mockito.exceptions.verification.WantedButNotInvoked: 
Wanted but not invoked:
nNStorage.reportErrorOnFile(
    /xxxxx-does-not-exist/blah
);
-> at 
org.apache.hadoop.hdfs.server.namenode.TestTransferFsImage.testClientSideException(TestTransferFsImage.java:80)
Actually, there were zero interactions with this mock.

        at 
org.apache.hadoop.hdfs.server.namenode.TestTransferFsImage.testClientSideException(TestTransferFsImage.java:80)


Reply via email to