Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1465110E71 for ; Thu, 5 Sep 2013 06:40:17 +0000 (UTC) Received: (qmail 33263 invoked by uid 500); 5 Sep 2013 06:40:12 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 33093 invoked by uid 500); 5 Sep 2013 06:40:03 -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 33085 invoked by uid 99); 5 Sep 2013 06:40:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 06:40:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ozawa.tsuyoshi@gmail.com designates 209.85.212.180 as permitted sender) Received: from [209.85.212.180] (HELO mail-wi0-f180.google.com) (209.85.212.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 06:39:56 +0000 Received: by mail-wi0-f180.google.com with SMTP id hj3so1395363wib.1 for ; Wed, 04 Sep 2013 23:39:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=KNcTyhNmHpzcLutsMyL04GWq8AsrqknZ+b6BSwYC74g=; b=0SAwg8V9d5yBVWxCORCkfTqQSvdU964FaggZC0Ra5cBl3yJbigCwfD4kSaNCw6uw2z h0UxBSXI0FntsWG4FJ/Sg2uBIyqZ90PGznj4Ifs669mgk62UTlVi9xeuvFH5mPw16vBu sKIg3MBSne55DGYJOK71BRfwd4v+wt1c9hFWG9ZPn1QrhK9KZGrqMuFwjv+feIZZSDFO S7qQ58Y1lx0Kb248Hefv2ZiJlzpLEP/vQVhgTN5CiuCyZzP/d3KON+tVNqexe39Dod9g LPO4VGv4mQDh7cI7KKzkG0BguWNkeYG/6EgrCCn78ZQ0Ui/sc2E5O1Vi4SytcgqLt1Ur UiKg== MIME-Version: 1.0 X-Received: by 10.181.12.75 with SMTP id eo11mr5065684wid.24.1378363176532; Wed, 04 Sep 2013 23:39:36 -0700 (PDT) Received: by 10.216.163.8 with HTTP; Wed, 4 Sep 2013 23:39:36 -0700 (PDT) In-Reply-To: References: <33e19886c0dc6a3ed3b41732bdce3033.squirrel@webmail.johnchilton.com> Date: Thu, 5 Sep 2013 15:39:36 +0900 Message-ID: Subject: Re: New dev. environment issue From: Tsuyoshi OZAWA To: "common-dev@hadoop.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi John, I'm developing Hadoop on OS X(10.8.4). Sometimes tests fail on OS X, though I confirmed that TestFileUtil of current trunk works well on my environment. Jenkins CI of Hadoop runs on Linux, so I'll recommend you to prepare Linux server. I also avoid the problem by preparing linux servers on virtual machines. Thanks, Tsuyoshi On Wed, Sep 4, 2013 at 1:27 AM, John Chilton wrote: > Hi Matt, > > I was hoping to be able to test at some point because I would like to > contribute. > > John > > On Tue, September 3, 2013 12:10 am, Matt Fellows wrote: >> You could run: >> mvn install -DskipTests if you are just looking to build it, and don't >> care >> about the tests? >> >> >> On Tue, Sep 3, 2013 at 2:46 AM, John Chilton wrote: >> >>> Hi all, I am trying to set up a new development environment on a Mac (OS >>> X >>> 10.8.4). >>> >>> I have checked out the source using NetBeans builtin SVN support and I >>> have installed ProtoBuf 2.5.0. >>> >>> Now I am running "mvn clean" and "mvn install". "mvn install" fails, >>> listing some failures and one error. >>> >>> I am wondering if someone can help me sort this out. Some of the output >>> of >>> "mvn install" is below (note the "Tests in error" section too). >>> >>> Thanks, >>> >>> John Chilton >>> >>> >>> >>> Results : >>> >>> Failed tests: testFailFullyDelete(org.apache.hadoop.fs.TestFileUtil): >>> The directory xSubDir *should* not have been deleted. expected: >>> but >>> was: >>> testFailFullyDeleteContents(org.apache.hadoop.fs.TestFileUtil): The >>> directory xSubDir *should* not have been deleted. expected: but >>> was: >>> >>> testListStatusThrowsExceptionForUnreadableDir(org.apache.hadoop.fs.TestFSMainOperationsLocalFileSystem): >>> Should throw IOException >>> test0[0](org.apache.hadoop.fs.TestLocalDirAllocator): Checking for >>> build/test/temp/RELATIVE1 in >>> build/test/temp/RELATIVE0/block2054571533301913960.tmp - FAILED! >>> >>> testROBufferDirAndRWBufferDir[0](org.apache.hadoop.fs.TestLocalDirAllocator): >>> Checking for build/test/temp/RELATIVE2 in >>> build/test/temp/RELATIVE1/block3744072557851527092.tmp - FAILED! >>> testRWBufferDirBecomesRO[0](org.apache.hadoop.fs.TestLocalDirAllocator): >>> Checking for build/test/temp/RELATIVE3 in >>> build/test/temp/RELATIVE4/block2732071443989594601.tmp - FAILED! >>> test0[1](org.apache.hadoop.fs.TestLocalDirAllocator): Checking for >>> >>> /Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/ABSOLUTE1 >>> in >>> >>> /Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/ABSOLUTE0/block446501941002298981.tmp >>> - FAILED! >>> >>> testROBufferDirAndRWBufferDir[1](org.apache.hadoop.fs.TestLocalDirAllocator): >>> Checking for >>> >>> /Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/ABSOLUTE2 >>> in >>> >>> /Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/ABSOLUTE1/block260253564478200923.tmp >>> - FAILED! >>> testRWBufferDirBecomesRO[1](org.apache.hadoop.fs.TestLocalDirAllocator): >>> Checking for >>> >>> /Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/ABSOLUTE3 >>> in >>> >>> /Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/ABSOLUTE4/block6257562622887355091.tmp >>> - FAILED! >>> test0[2](org.apache.hadoop.fs.TestLocalDirAllocator): Checking for >>> >>> file:/Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/QUALIFIED1 >>> in >>> >>> /Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/QUALIFIED0/block1484460518022294080.tmp >>> - FAILED! >>> >>> testROBufferDirAndRWBufferDir[2](org.apache.hadoop.fs.TestLocalDirAllocator): >>> Checking for >>> >>> file:/Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/QUALIFIED2 >>> in >>> >>> /Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/QUALIFIED1/block6591077298608887273.tmp >>> - FAILED! >>> testRWBufferDirBecomesRO[2](org.apache.hadoop.fs.TestLocalDirAllocator): >>> Checking for >>> >>> file:/Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/QUALIFIED3 >>> in >>> >>> /Users/John/NetBeansProjects/hadoop/trunk/hadoop-common-project/hadoop-common/build/test/temp/QUALIFIED4/block3348932985968175704.tmp >>> - FAILED! >>> testReportChecksumFailure(org.apache.hadoop.fs.TestLocalFileSystem) >>> testDanglingLink(org.apache.hadoop.fs.TestSymlinkLocalFSFileContext): >>> expected:<[root]> but was:<[]> >>> testDanglingLink(org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem): >>> expected:<[root]> but was:<[]> >>> >>> testListStatusThrowsExceptionForUnreadableDir(org.apache.hadoop.fs.viewfs.TestFSMainOperationsLocalFileSystem): >>> Should throw IOException >>> testTrash(org.apache.hadoop.fs.viewfs.TestViewFsTrash): Expected >>> TrashRoot (file:/Users/John/.Trash/Current) to exist in file >>> system:file:/// >>> testCheckDir_notReadable(org.apache.hadoop.util.TestDiskChecker): >>> checkDir success >>> testCheckDir_notWritable(org.apache.hadoop.util.TestDiskChecker): >>> checkDir success >>> testCheckDir_notListable(org.apache.hadoop.util.TestDiskChecker): >>> checkDir success >>> testCheckDir_notReadable_local(org.apache.hadoop.util.TestDiskChecker): >>> checkDir success >>> testCheckDir_notWritable_local(org.apache.hadoop.util.TestDiskChecker): >>> checkDir success >>> testCheckDir_notListable_local(org.apache.hadoop.util.TestDiskChecker): >>> checkDir success >>> >>> Tests in error: >>> testStatFileNotFound(org.apache.hadoop.fs.TestStat): stat is not >>> supported on this platform >>> >>> Tests run: 2134, Failures: 23, Errors: 1, Skipped: 75 >>> >>> >> >> >> -- >> [image: cid:1CBF4038-3F0F-4FC2-A1FF-6DC81B8B6F94] >> First Option Software Ltd >> Signal House >> Jacklyns Lane >> Alresford >> SO24 9JJ >> Tel: +44 (0)1962 738232 >> Mob: +44 (0)7710 160458 >> Fax: +44 (0)1962 600112 >> Web: www.b >> espokesoftware.com >> >> -- >> ____________________________________________________ >> >> This is confidential, non-binding and not company endorsed - see full >> terms >> at www.fosolutions.co.uk/emailpolicy.html >> First Option Software Ltd Registered No. 06340261 >> Signal House, Jacklyns Lane, Alresford, Hampshire, SO24 9JJ, U.K. >> ____________________________________________________ >> >> > > -- - Tsuyoshi