kevinw66 commented on PR #3369: URL: https://github.com/apache/ambari/pull/3369#issuecomment-1253428339
Before applying the patch: ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Ambari Main 3.0.0.0-SNAPSHOT ....................... SUCCESS [ 4.048 s] [INFO] Apache Ambari Project POM 3.0.0.0-SNAPSHOT ......... SUCCESS [ 0.208 s] [INFO] Ambari Web 3.0.0.0-SNAPSHOT ........................ SUCCESS [01:05 min] [INFO] Ambari Views 3.0.0.0-SNAPSHOT ...................... SUCCESS [ 1.407 s] [INFO] Ambari Admin View 3.0.0.0-SNAPSHOT ................. SUCCESS [ 9.686 s] [INFO] ambari-utility 3.0.0.0-SNAPSHOT .................... SUCCESS [ 2.118 s] [INFO] Ambari Server SPI 3.0.0.0-SNAPSHOT ................. SUCCESS [ 0.890 s] [INFO] Ambari Service Advisor 1.0.0.0-SNAPSHOT ............ SUCCESS [ 0.483 s] [INFO] Ambari Server 3.0.0.0-SNAPSHOT ..................... SUCCESS [05:08 min] [INFO] Ambari Functional Tests 3.0.0.0-SNAPSHOT ........... SUCCESS [ 1.776 s] [INFO] Ambari Agent 3.0.0.0-SNAPSHOT ...................... FAILURE [ 1.883 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:36 min [INFO] Finished at: 2022-09-21T17:03:19+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:2.3:shade (shade-zkmigrator) on project ambari-agent: Error creating shaded jar: null: IllegalArgumentException -> [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/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :ambari-agent ``` After applying the patch: ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Ambari Main 3.0.0.0-SNAPSHOT ....................... SUCCESS [ 4.111 s] [INFO] Apache Ambari Project POM 3.0.0.0-SNAPSHOT ......... SUCCESS [ 0.045 s] [INFO] Ambari Web 3.0.0.0-SNAPSHOT ........................ SUCCESS [01:06 min] [INFO] Ambari Views 3.0.0.0-SNAPSHOT ...................... SUCCESS [ 1.227 s] [INFO] Ambari Admin View 3.0.0.0-SNAPSHOT ................. SUCCESS [ 10.230 s] [INFO] ambari-utility 3.0.0.0-SNAPSHOT .................... SUCCESS [ 2.178 s] [INFO] Ambari Server SPI 3.0.0.0-SNAPSHOT ................. SUCCESS [ 0.821 s] [INFO] Ambari Service Advisor 1.0.0.0-SNAPSHOT ............ SUCCESS [ 0.422 s] [INFO] Ambari Server 3.0.0.0-SNAPSHOT ..................... SUCCESS [03:46 min] [INFO] Ambari Functional Tests 3.0.0.0-SNAPSHOT ........... SUCCESS [ 1.480 s] [INFO] Ambari Agent 3.0.0.0-SNAPSHOT ...................... SUCCESS [ 15.564 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:29 min [INFO] Finished at: 2022-09-21T17:09:28+08:00 [INFO] ------------------------------------------------------------------------ ``` -- 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]
