Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 32242 invoked from network); 31 Jan 2011 21:57:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jan 2011 21:57:33 -0000 Received: (qmail 91715 invoked by uid 500); 31 Jan 2011 21:57:30 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 91564 invoked by uid 500); 31 Jan 2011 21:57:29 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 91548 invoked by uid 99); 31 Jan 2011 21:57:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jan 2011 21:57:29 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shv.hadoop@gmail.com designates 209.85.213.176 as permitted sender) Received: from [209.85.213.176] (HELO mail-yx0-f176.google.com) (209.85.213.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jan 2011 21:57:23 +0000 Received: by yxm8 with SMTP id 8so2389450yxm.35 for ; Mon, 31 Jan 2011 13:57:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=0Czt1ROGjTwaHKxGa8XWk0zoMNyrbdA9WOeA4PUjK2c=; b=ULXC3nJoo4zDyiewoZeti6dmxmjhjy+reUYkcRuA6NyeGVDqjC1zTq+uryX28jW+zf vMPNdEI5U4xj6fYFXEkm0BGYad6YG4NcJBwEhlnUgPKfX8BltOIqffp31exKrEcO5wUZ u2RYw1u/+6KQW5OqFyFOTGb3qP3KgHpLudVPw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=wllqvoxlGrWVYB7KJt7t6Mh1eo0n4yFrIVaGhH2mYuQ1HqjcGO55w/OJKJBnz5Yqmr 4r+eIwrfRxkrr+DLTdeOJKRmtKMA0nQ/66758m/aPWuC7vTSHLgQ+JdlmjdPtgbLuSAZ g6K/qo97gg3X3vkpf8gY+XzTdobKWUsfJNz0E= MIME-Version: 1.0 Received: by 10.236.95.17 with SMTP id o17mr13694300yhf.35.1296511021757; Mon, 31 Jan 2011 13:57:01 -0800 (PST) Received: by 10.236.108.35 with HTTP; Mon, 31 Jan 2011 13:57:01 -0800 (PST) In-Reply-To: References: Date: Mon, 31 Jan 2011 13:57:01 -0800 Message-ID: Subject: Re: Hadoop-common-trunk-Commit is failing since 01/19/2011 From: Konstantin Shvachko To: common-dev@hadoop.apache.org Cc: general@hadoop.apache.org Content-Type: multipart/alternative; boundary=0023544fb8dce63645049b2b7ed5 X-Virus-Checked: Checked by ClamAV on apache.org --0023544fb8dce63645049b2b7ed5 Content-Type: text/plain; charset=ISO-8859-1 Current trunk for HDFS and MapReduce are not compiling at the moment. Try to build trunk. This is the result of that changes to common api introduced by HADOOP-6904 are not promoted to HDFS and MR trunks. HDFS-1335 and MAPREDUCE-2263 depend on these changes. Common is not promoted to HDFS and MR because Hadoop-Common-trunk-Commit build is broken. See here. https://hudson.apache.org/hudson/view/G-L/view/Hadoop/job/Hadoop-Common-trunk-Commit/ As I see the last successful build was on 01/19, which integrated HADOOP-6864. I think this is when JNI changes were introduced, which cannot be digested by Hudson since then. Anybody with gcc active could you please verify if the problem is caused by HADOOP-6864. Thanks, --Konstantin On Mon, Jan 31, 2011 at 1:36 PM, Ted Dunning wrote: > The has been a problem with more than one build failing (Mahout is the one > that I saw first) due to a change in maven version which meant that the > clover license isn't being found properly. At least, that is the tale I > heard from infra. > > On Mon, Jan 31, 2011 at 1:31 PM, Eli Collins wrote: > > > Hey Konstantin, > > > > The only build breakage I saw from HADOOP-6904 is MAPREDUCE-2290, > > which was fixed. Trees from trunk are compiling against each other > > for me (eg each installed to a local maven repo), perhaps the upstream > > maven repo hasn't been updated with the latest bits yet. > > > > Thanks, > > Eli > > > > On Mon, Jan 31, 2011 at 12:14 PM, Konstantin Shvachko > > wrote: > > > Sending this to general to attract urgent attention. > > > Both HDFS and MapReduce are not compiling since > > > HADOOP-6904 and its hdfs and MP counterparts were committed. > > > The problem is not with this patch as described below, but I think > those > > > commits should be reversed if Common integration build cannot be > > > restored promptly. > > > > > > Thanks, > > > --Konstantin > > > > > > > > > On Fri, Jan 28, 2011 at 5:53 PM, Konstantin Shvachko > > > wrote: > > > > > >> I see Hadoop-common-trunk-Commit is failing and not sending any > emails. > > >> It times out on native compilation and aborts. > > >> Therefore changes are not integrated, and now it lead to hdfs and > > mapreduce > > >> both not compiling. > > >> Can somebody please take a look at this. > > >> The last few lines of the build are below. > > >> > > >> Thanks > > >> --Konstantin > > >> > > >> [javah] [Loaded > > > /grid/0/hudson/hudson-slave/workspace/Hadoop-Common-trunk-Commit/trunk/build/classes/org/apache/hadoop/security/JniBasedUnixGroupsMapping.class] > > >> > > >> [javah] [Loaded > > > /homes/hudson/tools/java/jdk1.6.0_11-32/jre/lib/rt.jar(java/lang/Object.class)] > > >> [javah] [Forcefully writing file > > > /grid/0/hudson/hudson-slave/workspace/Hadoop-Common-trunk-Commit/trunk/build/native/Linux-i386-32/src/org/apache/hadoop/security/org_apache_hadoop_security_JniBasedUnixGroupsNetgroupMapping.h] > > >> > > >> [exec] checking for gcc... gcc > > >> [exec] checking whether the C compiler works... yes > > >> [exec] checking for C compiler default output file name... a.out > > >> [exec] checking for suffix of executables... > > >> > > >> Build timed out. Aborting > > >> Build was aborted > > >> [FINDBUGS] Skipping publisher since build result is ABORTED > > >> Publishing Javadoc > > >> Archiving artifacts > > >> Recording test results > > >> No test report files were found. Configuration error? > > >> > > >> Recording fingerprints > > >> [exec] Terminated > > >> Publishing Clover coverage report... > > >> No Clover report will be published due to a Build Failure > > >> No emails were triggered. > > >> Finished: ABORTED > > >> > > >> > > >> > > >> > > > > > > --0023544fb8dce63645049b2b7ed5--