You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Yuqi Gu (JIRA)" <ji...@apache.org> on 2018/01/16 10:23:00 UTC

[jira] [Commented] (HBASE-19547) HBase fails building on AArch64 due to asciidoctor-maven-plugin.

    [ https://issues.apache.org/jira/browse/HBASE-19547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326966#comment-16326966 ] 

Yuqi Gu commented on HBASE-19547:
---------------------------------

[~yuzhihong@gmail.com],

From unit tests log(patch-unit-root.txt): 
{code:java}
[ERROR] Errors: 
[ERROR]   TestDLSFSHLog>AbstractTestDLS.testThreeRSAbort:405 » TableNotFound testThreeRS...
[WARNING] Flakes: 
[WARNING] org.apache.hadoop.hbase.security.access.TestAccessController.testRemoteLocks(org.apache.hadoop.hbase.security.access.TestAccessController)
[ERROR]   Run 1: TestAccessController.testRemoteLocks:3071->SecureTestUtil.verifyAllowed:194->SecureTestUtil.verifyAllowed:186 Expected action to pass for user 'qLTableACUser' but was denied
[INFO]   Run 2: PASS
[INFO] 
[INFO] 
{code}
The same unit cases are passed on our X86 environment (Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz).
{code:java}
T E S T S
Running org.apache.hadoop.hbase.security.access.TestAccessController
[INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.659 s - in org.apache.hadoop.hbase.security.access.TestAccessController
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0


[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hbase.master.TestDLSFSHLog
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 483.444 s - in org.apache.hadoop.hbase.master.TestDLSFSHLog
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0


{code}
Any specific configuration is on Hbase CI environment ? 

 

> HBase fails building on AArch64 due to asciidoctor-maven-plugin.
> ----------------------------------------------------------------
>
>                 Key: HBASE-19547
>                 URL: https://issues.apache.org/jira/browse/HBASE-19547
>             Project: HBase
>          Issue Type: Bug
>          Components: build, hbase, jruby
>    Affects Versions: 3.0.0
>            Reporter: Yuqi Gu
>            Assignee: Yuqi Gu
>            Priority: Major
>         Attachments: HBASE-19547.patch
>
>
> HBase fails building on AArch64 due to asciidoctor-maven-plugin.
> {code:java}
> mvn clean site package install -DskipTests 
> [ERROR] Failed to execute 
> goal org.asciidoctor:asciidoctor-maven-plugin:1.5.5:
> process-asciidoc (output-pdf) on project hbase: 
> Execution output-pdf of goal 
> org.asciidoctor:asciidoctor-maven-plugin:1.5.5:
> process-asciidoc failed: (NotImplementedError)
>  fstat unimplemented unsupported or native support failed to load ->
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)