[ https://issues.apache.org/jira/browse/HADOOP-11292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205347#comment-14205347 ]
Hadoop QA commented on HADOOP-11292: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12680651/HADOOP-11292.patch against trunk revision eace218. {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 javadoc{color}. There were no new javadoc warning messages. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:eclipse. {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 2.0.3) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in . {color:green}+1 contrib tests{color}. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/5059//testReport/ Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/5059//console This message is automatically generated. > "mvn package" reports error when using Java 1.8 > ------------------------------------------------ > > Key: HADOOP-11292 > URL: https://issues.apache.org/jira/browse/HADOOP-11292 > Project: Hadoop Common > Issue Type: Bug > Reporter: Chen He > Assignee: Chen He > Attachments: HADOOP-11292.patch > > > mvn package -Pdist -Dtar -DskipTests" reports following error based on latest > trunk: > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 11.010 s > [INFO] Finished at: 2014-11-10T11:23:49-08:00 > [INFO] Final Memory: 51M/555M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:jar (module-javadocs) on > project hadoop-maven-plugins: MavenReportException: Error while creating > archive: > [ERROR] Exit code: 1 - > ./hadoop/hadoop/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java:45: > error: unknown tag: String > [ERROR] * @param command List<String> containing command and all arguments > [ERROR] ^ > [ERROR] > ./develop/hadoop/hadoop/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/Exec.java:46: > error: unknown tag: String > [ERROR] * @param output List<String> in/out parameter to receive command > output > [ERROR] ^ > [ERROR] > ./hadoop/hadoop/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/util/FileSetUtils.java:50: > error: unknown tag: File > [ERROR] * @return List<File> containing every element of the FileSet as a File > [ERROR] ^ > [ERROR] > [ERROR] Command line was: > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/javadoc > -J-Dhttp.proxySet=true -J-Dhttp.proxyHost=www-proxy.us.oracle.com > -J-Dhttp.proxyPort=80 @options @packages > [ERROR] > [ERROR] Refer to the generated Javadoc files in > './hadoop/hadoop/hadoop-maven-plugins/target' dir. > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please > read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :hadoop-maven-plugins -- This message was sent by Atlassian JIRA (v6.3.4#6332)