Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBD2D7548 for ; Mon, 15 Aug 2011 22:25:19 +0000 (UTC) Received: (qmail 65208 invoked by uid 500); 15 Aug 2011 22:25:19 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 65092 invoked by uid 500); 15 Aug 2011 22:25:19 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 65084 invoked by uid 99); 15 Aug 2011 22:25:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2011 22:25:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2011 22:25:17 +0000 Received: from aegis (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 1A486C00B7 for ; Mon, 15 Aug 2011 22:24:57 +0000 (UTC) Date: Mon, 15 Aug 2011 22:24:57 +0000 (UTC) From: Apache Jenkins Server To: hdfs-dev@hadoop.apache.org Message-ID: <1626756059.1841313447097105.JavaMail.hudson@aegis> In-Reply-To: <692766920.1791313445996299.JavaMail.hudson@aegis> References: <692766920.1791313445996299.JavaMail.hudson@aegis> Subject: Hadoop-Hdfs-trunk-Commit - Build # 837 - Still Failing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/837/ ################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 1283 lines...] [iajc] "ugi=" + ServletUtil.encodeQueryValue(ugi.getShortUserName()) + [iajc] ^^^^^^^ [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/java/org/apache/hadoop/hdfs/server/namenode/FileDataServlet.java:117 [error] The method getDecodedPath(HttpServletRequest, String) is undefined for the type ServletUtil [iajc] final String path = ServletUtil.getDecodedPath(request, "/data"); [iajc] ^^^ [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/java/org/apache/hadoop/hdfs/server/namenode/FileDataServlet.java:118 [error] The method getRawPath(HttpServletRequest, String) is undefined for the type ServletUtil [iajc] final String encodedPath = ServletUtil.getRawPath(request, "/data"); [iajc] [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/java/org/apache/hadoop/hdfs/server/namenode/ListPathsServlet.java:90 [error] The method getDecodedPath(HttpServletRequest, String) is undefined for the type ServletUtil [iajc] final String path = ServletUtil.getDecodedPath(request, "/listPaths"); [iajc] ^^^^^^^^^ [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/java/org/apache/hadoop/hdfs/server/namenode/ListPathsServlet.java:138 [error] The method getDecodedPath(HttpServletRequest, String) is undefined for the type ServletUtil [iajc] final String filePath = ServletUtil.getDecodedPath(request, "/listPaths"); [iajc] ^^^^^^^^^ [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/java/org/apache/hadoop/hdfs/server/namenode/StreamFile.java:65 [error] The method getDecodedPath(HttpServletRequest, String) is undefined for the type ServletUtil [iajc] final String path = ServletUtil.getDecodedPath(request, "/streamFile"); [iajc] ^^^^^^^^^ [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/java/org/apache/hadoop/hdfs/server/namenode/StreamFile.java:66 [error] The method getRawPath(HttpServletRequest, String) is undefined for the type ServletUtil [iajc] final String rawPath = ServletUtil.getRawPath(request, "/streamFile"); [iajc] ^^^^^ [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/system/aop/org/apache/hadoop/hdfs/server/namenode/NameNodeAspect.aj:67 [warning] advice defined in org.apache.hadoop.hdfs.server.namenode.NameNodeAspect has not been applied [Xlint:adviceDidNotMatch] [iajc] [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/system/aop/org/apache/hadoop/hdfs/server/datanode/DataNodeAspect.aj:60 [warning] advice defined in org.apache.hadoop.hdfs.server.datanode.DataNodeAspect has not been applied [Xlint:adviceDidNotMatch] [iajc] [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/system/aop/org/apache/hadoop/hdfs/server/namenode/NameNodeAspect.aj:50 [warning] advice defined in org.apache.hadoop.hdfs.server.namenode.NameNodeAspect has not been applied [Xlint:adviceDidNotMatch] [iajc] [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/system/aop/org/apache/hadoop/hdfs/server/datanode/DataNodeAspect.aj:43 [warning] advice defined in org.apache.hadoop.hdfs.server.datanode.DataNodeAspect has not been applied [Xlint:adviceDidNotMatch] [iajc] [iajc] [iajc] 18 errors, 4 warnings BUILD FAILED /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/aop/build/aop.xml:222: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/aop/build/aop.xml:203: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/aop/build/aop.xml:90: compile errors: 18 Total time: 58 seconds ====================================================================== ====================================================================== STORE: saving artifacts ====================================================================== ====================================================================== mv: cannot stat `build/*.tar.gz': No such file or directory mv: cannot stat `build/test/findbugs': No such file or directory mv: cannot stat `build/docs/api': No such file or directory Build Failed [FINDBUGS] Skipping publisher since build result is FAILURE Archiving artifacts Recording fingerprints Recording test results Publishing Javadoc Publishing Clover coverage report... No Clover report will be published due to a Build Failure Email was triggered for: Failure Sending email for trigger: Failure ################################################################################### ############################## FAILED TESTS (if any) ############################## No tests ran.