Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 93174 invoked from network); 18 Aug 2007 19:15:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2007 19:15:54 -0000 Received: (qmail 85552 invoked by uid 500); 18 Aug 2007 19:15:51 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 85521 invoked by uid 500); 18 Aug 2007 19:15:51 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 85512 invoked by uid 99); 18 Aug 2007 19:15:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Aug 2007 12:15:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Aug 2007 19:16:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D77B1714191 for ; Sat, 18 Aug 2007 12:15:30 -0700 (PDT) Message-ID: <33156604.1187464530879.JavaMail.jira@brutus> Date: Sat, 18 Aug 2007 12:15:30 -0700 (PDT) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1715) TestCopyFiles.testCopyFromLocalToLocal fails on Windows In-Reply-To: <5666015.1187069730878.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520885 ] Hadoop QA commented on HADOOP-1715: ----------------------------------- -1, build or testing failed 2 attempts failed to build and test the latest attachment http://issues.apache.org/jira/secure/attachment/12364071/1715.patch against trunk revision r567308. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/572/testReport/ Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/572/console Please note that this message is automatically generated and may represent a problem with the automation system and not the patch. > TestCopyFiles.testCopyFromLocalToLocal fails on Windows > ------------------------------------------------------- > > Key: HADOOP-1715 > URL: https://issues.apache.org/jira/browse/HADOOP-1715 > Project: Hadoop > Issue Type: Bug > Components: test > Affects Versions: 0.15.0 > Reporter: Nigel Daley > Assignee: Tsz Wo (Nicholas), SZE > Fix For: 0.15.0 > > Attachments: 1715.patch > > > 3 different exceptions. Not sure which is relevant: > java.io.FileNotFoundException: C:/hudson/workspace/Hadoop-WindowsTest/trunk/build/test/data/destdat/five/eight/8850688331351221910 > at org.apache.hadoop.fs.RawLocalFileSystem.open(RawLocalFileSystem.java:126) > at org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSInputChecker.(ChecksumFileSystem.java:109) > at org.apache.hadoop.fs.ChecksumFileSystem.open(ChecksumFileSystem.java:266) > at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:244) > at org.apache.hadoop.fs.TestCopyFiles.checkFiles(TestCopyFiles.java:135) > at org.apache.hadoop.fs.TestCopyFiles.testCopyFromLocalToLocal(TestCopyFiles.java:169) > Standard Output: > 2007-08-13 19:31:41,191 INFO ipc.Server (Server.java:run(568)) - IPC Server handler 9 on 1420, call open(/destdat/four/zero/2221298292449454108, 0, 671088640) from 127.0.0.1:1424: error: java.io.IOException: Cannot open filename /destdat/four/zero/2221298292449454108 > java.io.IOException: Cannot open filename /destdat/four/zero/2221298292449454108 > at org.apache.hadoop.dfs.NameNode.open(NameNode.java:269) > at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:340) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java:566) > Standard Error: > Copy failed: java.lang.NullPointerException > at org.apache.hadoop.util.CopyFiles$FSCopyFilesMapper.setup(CopyFiles.java:321) > at org.apache.hadoop.util.CopyFiles.copy(CopyFiles.java:773) > at org.apache.hadoop.util.CopyFiles.run(CopyFiles.java:854) > at org.apache.hadoop.util.ToolBase.doMain(ToolBase.java:187) > at org.apache.hadoop.fs.TestCopyFiles.testCopyFromLocalToLocal(TestCopyFiles.java:166) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at junit.framework.TestCase.runTest(TestCase.java:154) > at junit.framework.TestCase.runBare(TestCase.java:127) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567) > Waiting for the Mini HDFS Cluster to start... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.