ayushtkn commented on PR #6638: URL: https://github.com/apache/hadoop/pull/6638#issuecomment-2007802017
There is a failure in the patch-unit <img width="808" alt="image" src="https://github.com/apache/hadoop/assets/25608848/27684f97-4dd4-42e9-8760-2a32f4202401"> ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12:24 h [INFO] Finished at: 2024-03-19T16:20:08Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project hadoop-hdfs-rbf: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test failed: java.lang.NoClassDefFoundError: org/junit/platform/launcher/core/LauncherFactory: org.junit.platform.launcher.core.LauncherFactory -> [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/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :hadoop-hdfs-rbf ``` Link: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6638/1/artifact/out/patch-unit-root.txt Quite happy, that it happened here, it doesn't happen in our daily jobs, but was happening in my PR where I was trying to play with hbase, almost killed myself to figure out how I am inducing this without even going near RBF. Happy that it is a existing problem. Anyway this change fixes the error https://github.com/apache/hadoop/pull/6629/files#diff-dbf6ea05af8f5d11e74cd87e059a361dd8b06d0f12f1d13ea9899fbbc4ffbc48R185-R189 Atleast it did it for me, Post that you will be here: https://issues.apache.org/jira/browse/HDFS-17370?focusedCommentId=17828028&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17828028 but that you may ignore the same failure is there in your other two PR as well, not copy-pasting there. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
