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

ASF GitHub Bot commented on YARN-11875:
---------------------------------------

hadoop-yetus commented on PR #8016:
URL: https://github.com/apache/hadoop/pull/8016#issuecomment-3377931619

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |:----:|----------:|--------:|:--------:|:-------:|
   | +0 :ok: |  reexec  |  14m 40s |  |  Docker mode activated.  |
   |||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +0 :ok: |  detsecrets  |   0m  0s |  |  detect-secrets was not available.  
|
   | +0 :ok: |  jsonlint  |   0m  0s |  |  jsonlint was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   |||| _ trunk Compile Tests _ |
   | +1 :green_heart: |  shadedclient  |  39m 41s |  |  branch has no errors 
when building and testing our client artifacts.  |
   |||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  shadedclient  |  33m 16s |  |  patch has no errors 
when building and testing our client artifacts.  |
   |||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 39s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   |  89m 57s |  |  |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.51 ServerAPI=1.51 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8016/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/8016 |
   | Optional Tests | dupname asflicense codespell detsecrets jsonlint |
   | uname | Linux 74663a648988 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 
00:02:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / b56112c2d72f3d4f0221b6fdf56c2b0c5c10fd3f |
   | Max. process+thread count | 718 (vs. ulimit of 5500) |
   | modules | C: 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp
 U: 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp
 |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8016/1/console |
   | versions | git=2.25.1 maven=3.9.11 |
   | Powered by | Apache Yetus 0.14.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   




> Fix build failure caused by [email protected]
> ---------------------------------------
>
>                 Key: YARN-11875
>                 URL: https://issues.apache.org/jira/browse/YARN-11875
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: buid
>    Affects Versions: 3.5.0
>            Reporter: Shilun Fan
>            Assignee: Shilun Fan
>            Priority: Major
>              Labels: pull-request-available
>
> A build failure occurs in the Yarn UI module due to an incompatible 
> dependency version of {{{}[email protected]{}}}, which requires Node.js ≥ 18.
> The current build environment uses Node.js 12.22.1, resulting in the 
> following error during dependency installation
> {code:java}
> error [email protected]: The engine "node" is incompatible with this module. 
> Expected version ">=18". Got "12.22.1"
> error Found incompatible module. {code}
> h3. *Root Cause*
> The {{color}} package was pulled in as a transitive dependency from other 
> modules (e.g., {{{}apidoc{}}}).
> Version {{5.0.2}} introduced a strict Node.js engine requirement (≥18), which 
> is incompatible with the current Node 12 environment.
> h3. *Fix*
> Manually pinned the dependency to a Node 12–compatible version:
> "resolutions": \{
>   "color": "^3.1.3"
> }
>  
> This resolves the build failure without requiring a Node.js upgrade.
> h3. *Verification*
>  * The Yarn UI build completes successfully under Node.js 12.22.1.
>  * No runtime or API compatibility issues were observed.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to