You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/04/25 15:40:18 UTC

Hadoop-Hdfs-trunk - Build # 1742 - Failure

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 12942 lines...]
[INFO] ****** FindBugsMojo execute *******
[INFO] canGenerate is false
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop HDFS ................................ FAILURE [2:02:34.881s]
[INFO] Apache Hadoop HttpFS .............................. SKIPPED
[INFO] Apache Hadoop HDFS BookKeeper Journal ............. SKIPPED
[INFO] Apache Hadoop HDFS-NFS ............................ SKIPPED
[INFO] Apache Hadoop HDFS Project ........................ SUCCESS [2.155s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:02:38.381s
[INFO] Finished at: Fri Apr 25 13:37:48 UTC 2014
[INFO] Final Memory: 35M/393M
[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-6281
Updating HDFS-6282
Updating HADOOP-10534
Updating HADOOP-10531
Updating HDFS-5693
Updating HADOOP-10251
Updating YARN-1975
Updating HDFS-6278
Updating HADOOP-10535
Updating HDFS-6279
Updating MAPREDUCE-5837
Updating HADOOP-10539
Updating HDFS-6217
Updating HADOOP-10540
Updating MAPREDUCE-5843
Updating MAPREDUCE-5841
Updating HDFS-6274
Updating HDFS-6273
Updating HDFS-6210
Updating HDFS-6276
Updating HDFS-6275
Updating HDFS-6266
Updating HADOOP-10527
Updating HDFS-6246
Updating HDFS-5213
Updating MAPREDUCE-5846
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.TestCacheDirectives.testExceedsCapacity

Error Message:
Namenode should not send extra CACHE commands expected:<0> but was:<2>

Stack Trace:
java.lang.AssertionError: Namenode should not send extra CACHE commands expected:<0> but was:<2>
	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:555)
	at org.apache.hadoop.hdfs.server.namenode.TestCacheDirectives.testExceedsCapacity(TestCacheDirectives.java:1419)