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

ASF GitHub Bot commented on HADOOP-19615:
-----------------------------------------

leiwen2025 commented on PR #7796:
URL: https://github.com/apache/hadoop/pull/7796#issuecomment-3076571528

   > Some issue with the build, can you rebase and push again to trigger the CI 
again. I am +1 if the build comes clean
   
   @ayushtkn Hi,
   I noticed from the build log that the following error occurred:
   
   >[INFO] Apache Hadoop Tools ................................ SUCCESS [  
0.031 s]
   [INFO] Apache Hadoop Client API ........................... SUCCESS [03:14 
min]
   [INFO] Apache Hadoop Client Runtime ....................... SUCCESS [03:49 
min]
   [INFO] Apache Hadoop Client Packaging Invariants .......... FAILURE [  1.983 
s]
   [INFO] Apache Hadoop Client Test Minicluster .............. SKIPPED
   [INFO] Apache Hadoop Client Packaging Invariants for Test . SKIPPED
   [INFO] Apache Hadoop Client Packaging Integration Tests ... SKIPPED
   [INFO] Apache Hadoop Distribution ......................... SKIPPED
   [INFO] Apache Hadoop Client Modules ....................... SKIPPED
   [INFO] Apache Hadoop Tencent COS Support .................. SKIPPED
   [INFO] Apache Hadoop OBS support .......................... SKIPPED
   [INFO] Apache Hadoop Volcano Engine Services support ...... SKIPPED
   [INFO] Apache Hadoop Cloud Storage ........................ SKIPPED
   [INFO] Apache Hadoop Cloud Storage Project ................ SKIPPED
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  01:01 h
   [INFO] Finished at: 2025-07-15T21:16:00Z
   [INFO] 
------------------------------------------------------------------------
   [ERROR] unable to create new native thread -> [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/OutOfMemoryError
   
   This suggests that the JVM was unable to create a new native thread, which 
may be related to resource constraints in the CI environment.
   
   I understand that the likelihood of this PR introducing the issue is 
relatively low, given the minimal change involved.
   
   Would you mind helping to confirm whether this could be a CI environment 
issue?
   
   Thanks so much for your time!




> Upgrade os-maven-plugin to 1.7.1 to support riscv64
> ---------------------------------------------------
>
>                 Key: HADOOP-19615
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19615
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: 3.3.0, 3.4.1
>            Reporter: Lei Wen
>            Priority: Minor
>              Labels: pull-request-available
>
> *Problem*
> When building Hadoop on the  riscv64 architecture, the current version of 
> os-maven-plugin (1.7.0) fails with the following error:
>     os.detected.arch: unknown
>     org.apache.maven.MavenExecutionException: unknown os.arch: riscv64
> This indicates that version 1.7.0 does not recognize or support the riscv64 
> target, causing native or plugin-based build failures.
> *Resolution*
> Upgrading os-maven-plugin to version 1.7.1 resolves the issue. The newer 
> version includes updated architecture detection logic and supports riscv64 
> without error.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to