[
https://issues.apache.org/jira/browse/HBASE-19429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16277911#comment-16277911
]
Andrew Purtell commented on HBASE-19429:
----------------------------------------
That failure was on a MacOS dev box. I switched to Linux, and got this:
{noformat}
[INFO] <<< maven-javadoc-plugin:2.10.3:aggregate < generate-sources @
hbase-annotations <<<
[INFO] configuring report plugin
org.apache.maven.plugins:maven-checkstyle-plugin:2.17
[INFO] Parent project loaded from repository: org.apache:apache:pom:18
[INFO] Relativizing decoration links with respect to project URL:
http://hbase.apache.org/hbase-annotations
Downloading:
https://repository.apache.org/content/repositories/releases/org/apache/maven/skins/maven-default-skin/1.0/maven-default-skin-1.
Downloaded:
https://repository.apache.org/content/repositories/releases/org/apache/maven/skins/maven-default-skin/1.0/maven-default-skin-1.0
at 11.3 KB/sec)
[INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0
skin.
[INFO] Generating "Project Team" report ---
maven-project-info-reports-plugin:2.7:project-team
[INFO] Generating "Mailing Lists" report ---
maven-project-info-reports-plugin:2.7:mailing-list
[INFO] Generating "Continuous Integration" report ---
maven-project-info-reports-plugin:2.7:cim
[INFO] Generating "Issue Tracking" report ---
maven-project-info-reports-plugin:2.7:issue-tracking
[INFO] Generating "Project License" report ---
maven-project-info-reports-plugin:2.7:license
[INFO] Generating "Source Repository" report ---
maven-project-info-reports-plugin:2.7:scm
[INFO] Generating "About" report ---
maven-project-info-reports-plugin:2.7:index
[INFO] Generating "Checkstyle" report ---
maven-checkstyle-plugin:2.17:checkstyle
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f2a3e51380b, pid=46318, tid=139819422721792
#
# JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode linux-amd64
compressed oops)
# Problematic frame:
# C [libc.so.6+0x8980b] memcpy+0x15b
#
# Failed to write core dump. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /data/src/hbase/hs_err_pid46318.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
{noformat}
This is some kind of curse.
Let me put up a patch that turns off checkstyle reporting in the site build.
> Release build fails in checkstyle phase of site target (branch-1)
> -----------------------------------------------------------------
>
> Key: HBASE-19429
> URL: https://issues.apache.org/jira/browse/HBASE-19429
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.4.0
> Reporter: Andrew Purtell
> Priority: Blocker
> Fix For: 1.4.0
>
>
> Running these commands:
> {noformat}
> export MAVEN_OPTS="-Xmx4g -XX:MaxPermSize=256m"
> mvn clean org.codehaus.mojo:versions-maven-plugin:2.5:set -DnewVersion=1.4.0
> git clean -xdf
> mvn clean install -DskipTests -Prelease
> mvn install -DskipTests site assembly:single -Prelease
> {noformat}
> fails on that last Maven invocation in the checkstyle phase of the site
> target with
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project
> hbase-annotations: Error generating maven-checkstyle-plugin:2.17:checkstyle:
> Failed during checkstyle execution: Unable to process suppressions file
> location: hbase/checkstyle-suppressions.xml: Cannot create file-based
> resource:invalid block type
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)