[ https://issues.apache.org/jira/browse/HADOOP-6327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768607#action_12768607 ]
Hadoop QA commented on HADOOP-6327: ----------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12422880/buildError.patch against trunk revision 828181. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 10 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/99/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/99/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/99/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/99/console This message is automatically generated. > Fix build error for one of the FileContext errors > ------------------------------------------------- > > Key: HADOOP-6327 > URL: https://issues.apache.org/jira/browse/HADOOP-6327 > Project: Hadoop Common > Issue Type: Bug > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Attachments: buildError.patch > > > The build fails in Hudson > org.apache.hadoop.fs.TestLocalFSFileContextMainOperations.testWorkingDirectory > (from TestLocalFSFileContextMainOperations) > Failing for the past 5 builds (Since Failed#272 ) > Took 88 ms. > add description > Error Message > chmod: changing permissions of `/tmp/existingDir': Operation not permitted > Stacktrace > org.apache.hadoop.util.Shell$ExitCodeException: chmod: changing permissions > of `/tmp/existingDir': Operation not permitted > at org.apache.hadoop.util.Shell.runCommand(Shell.java:243) > at org.apache.hadoop.util.Shell.run(Shell.java:170) > at > org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:363) > at org.apache.hadoop.util.Shell.execCommand(Shell.java:449) > at org.apache.hadoop.util.Shell.execCommand(Shell.java:432) > at > org.apache.hadoop.fs.RawLocalFileSystem.execCommand(RawLocalFileSystem.java:545) > at > org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:537) > at > org.apache.hadoop.fs.RawLocalFileSystem.mkdirs(RawLocalFileSystem.java:347) > at > org.apache.hadoop.fs.FilterFileSystem.mkdirs(FilterFileSystem.java:184) > at org.apache.hadoop.fs.FileSystem.primitiveMkdir(FileSystem.java:769) > at org.apache.hadoop.fs.FileContext.mkdir(FileContext.java:539) > at > org.apache.hadoop.fs.FileContextMainOperationsBaseTest.testWorkingDirectory(FileContextMainOperationsBaseTest.java:170) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.