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 A6BB875A2 for ; Mon, 15 Aug 2011 23:08:41 +0000 (UTC) Received: (qmail 24916 invoked by uid 500); 15 Aug 2011 23:08:41 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 24824 invoked by uid 500); 15 Aug 2011 23:08:40 -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 24810 invoked by uid 99); 15 Aug 2011 23:08:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2011 23:08:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.83.48] (HELO mail-gw0-f48.google.com) (74.125.83.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2011 23:08:33 +0000 Received: by gwj22 with SMTP id 22so4732069gwj.35 for ; Mon, 15 Aug 2011 16:08:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.170.15 with SMTP id x15mr4442838ano.85.1313449692526; Mon, 15 Aug 2011 16:08:12 -0700 (PDT) Received: by 10.101.112.17 with HTTP; Mon, 15 Aug 2011 16:08:12 -0700 (PDT) In-Reply-To: References: Date: Mon, 15 Aug 2011 16:08:12 -0700 Message-ID: Subject: Re: Failing trunk builds for HDFS. From: Giridharan Kesavan To: hdfs-dev@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Aug 15, 2011 at 3:52 PM, Eli Collins wrote: > On Mon, Aug 15, 2011 at 3:45 PM, Giridharan Kesavan > wrote: >> Hi Eli, >> >> your are right Im talking about the apache jenkins hdfs build failures; >> >> Im pretty sure hdfs is picking the latest hadoop common jars. I >> verified this with the apache repo as well. > > How are you building? The method that its claiming doesn't exist > definitely does. target doesn't exist in the build.xml; its part of the fault injection framework and is imported from "trunk/hdfs/src/test/aop/build/aop.xml" you can see this import in the build.xml file > > The following works on trunk so I think it's =A0an issue with how > Jenkins is running it. > > hadoop-common $ mvn clean > hadoop-common $ mvn install -DskipTests > hadoop-common $ pushd ../hdfs > hdfs $ ant clean > hdfs $ ant -Dresolvers=3Dinternal jar > hdfs $ ant run-test-hdfs-fault-inject I think you should pass "-Dresolver=3Dinternal" to the run-test-hdfs-fault-inject target as well Thanks, giri > > Thanks, > Eli > >> >> https://repository.apache.org/content/groups/snapshots/org/apache/hadoop= /hadoop-common/0.23.0-SNAPSHOT >> >> hadoop-common-0.23.0-20110815.215733-266-tests.jar >> >> hadoop-common-0.23.0-20110815.215733-266.jar >> >> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Hdfs-trunk-Com= mit/837/console >> >> [ivy:resolve] .. (0kB) >> >> [ivy:resolve] =A0 [SUCCESSFUL ] org.apache.hadoop#avro;1.3.2!avro.jar (1= 011ms) >> [ivy:resolve] downloading >> https://repository.apache.org/content/repositories/snapshots/org/apache/= hadoop/hadoop-common/0.23.0-SNAPSHOT/hadoop-common-0.23.0-20110815.215733-2= 66.jar >> ... >> >> [ivy:resolve] ..........................................................= ...........................................................................= ...........................................................................= ........ >> (1667kB) >> [ivy:resolve] .. (0kB) >> [ivy:resolve] =A0 [SUCCESSFUL ] >> org.apache.hadoop#hadoop-common;0.23.0-SNAPSHOT!hadoop-common.jar >> (1549ms) >> >> ivy-retrieve-common: >> [ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use >> 'ivy.settings.file' instead >> [ivy:cachepath] :: loading settings :: file =3D >> /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/ivy= /ivysettings.xml >> >> ivy-resolve-hdfs: >> >> ivy-retrieve-hdfs: >> >> ivy-resolve-test: >> >> [ivy:resolve] downloading >> https://repository.apache.org/content/repositories/snapshots/org/apache/= hadoop/hadoop-common/0.23.0-SNAPSHOT/hadoop-common-0.23.0-20110815.215733-2= 66-tests.jar >> ... >> [ivy:resolve] ..........................................................= .............................................................. >> (876kB) >> >> [ivy:resolve] .. (0kB) >> [ivy:resolve] =A0 [SUCCESSFUL ] >> org.apache.hadoop#hadoop-common;0.23.0-SNAPSHOT!hadoop-common.jar(tests) >> (875ms) >> >> >> On Mon, Aug 15, 2011 at 3:33 PM, Eli Collins wrote: >>> >>> Hey Giri, >>> >>> This looks like a similar issue to what was hitting the main Jenkins >>> job, the Hdfs job isn't picking up the latest bits from common. >>> >>> Thanks, >>> Eli >>> >>> On Mon, Aug 15, 2011 at 3:27 PM, Giridharan Kesavan >>> wrote: >>> > Todd, >>> > >>> > Could you please take a look at this ? >>> > >>> > https://issues.apache.org/jira/browse/HDFS-2261 >>> > >>> > >>> > -Giri >>> > On Mon, Aug 15, 2011 at 3:24 PM, Todd Lipcon wrot= e: >>> > >>> >> Seems like some of it is a build issue where it can't find ant. >>> >> >>> >> The other is the following: >>> >> https://issues.apache.org/jira/browse/HADOOP-7545 >>> >> Please review. >>> >> >>> >> Thanks >>> >> -Todd >>> >> >>> >> On Mon, Aug 15, 2011 at 2:54 PM, Mahadev Konar >>> >> wrote: >>> >> > Hi folks, >>> >> > =A0Can anyone take a look at the hdfs builds? Seems to be failing: >>> >> > >>> >> > https://builds.apache.org/job/Hadoop-Hdfs-trunk/ >>> >> > >>> >> > thanks >>> >> > mahadev >>> >> > >>> >> >>> >> >>> >> >>> >> -- >>> >> Todd Lipcon >>> >> Software Engineer, Cloudera >>> >> >>> > >> >