PDavid commented on PR #7726: URL: https://github.com/apache/hbase/pull/7726#issuecomment-4010296415
> Hi, @PDavid, seems Yetus General Check fails during refguide generating, did I do something wrong here? Could you help take a look when free, thanks! > > <img alt="image" width="2000" height="630" src="https://private-user-images.githubusercontent.com/42756849/559143093-67965da5-e078-463e-be57-f6ecc333aa42.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzI3ODUzNDAsIm5iZiI6MTc3Mjc4NTA0MCwicGF0aCI6Ii80Mjc1Njg0OS81NTkxNDMwOTMtNjc5NjVkYTUtZTA3OC00NjNlLWJlNTctZjZlY2MzMzNhYTQyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAzMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMzA2VDA4MTcyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI3MDIyYWFhMTg4N2I2OGZmNTkzMmIzYjM1OTJjMmVmNzEwYTc2MGIyZTNlMzAwZDAwNWM5YTQ4MzM3YWIyZjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Ha3zi5x8kXRkP2wZaEeUrsmGrd7QfD4CLF5wcecEnWE"> Hi @liuxiaocs7, I checked the Yetus General Check artifact (yetus-general-check-output archive), inside the patch-refguide.log file. It says the refguide build was successful: ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.028 s [INFO] Finished at: 2026-03-06T03:00:41Z [INFO] ------------------------------------------------------------------------ ``` However the log still contains these Maven warnings which I think Yetus considers as a problem: ``` [WARNING] An issue has occurred with maven-project-info-reports-plugin:3.9.0:dependency-info report, skipping LinkageError 'void org.apache.maven.doxia.sink.Sink.verbatim()', please report an issue to Maven dev team. java.lang.NoSuchMethodError: 'void org.apache.maven.doxia.sink.Sink.verbatim()' at org.apache.maven.reporting.AbstractMavenReportRenderer.verbatimText (AbstractMavenReportRenderer.java:346) at org.apache.maven.report.projectinfo.DependencyInformationReport$DependencyInformationRenderer.renderDependencyInfo (DependencyInformationReport.java:218) at org.apache.maven.report.projectinfo.DependencyInformationReport$DependencyInformationRenderer.renderMavenDependencyCoordinates (DependencyInformationReport.java:171) ``` Sorry for this, this was introduced by the changes to the new documentation UI. I just merged a fix for these https://github.com/apache/hbase/pull/7853 to master. Can you please try to rebase your branch to have this fix and see if that solves the issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
