Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Ambari branch-2.7 CI is consistently failing. It fails while building ambari metrics.
Following build command is failing
mvn -T 3C install -DskipSurefireTests -DskipPythonTests -Dmaven.test.failure.ignore -DskipTests -Dfindbugs.skip -Drat.skip -Dmaven.artifact.threads=10
Above command fails with following error
[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ambari-utility 1.0.0.0-SNAPSHOT .................... SUCCESS [ 15.300 s] [INFO] ambari-metrics 2.7.8.0.0 ........................... SUCCESS [ 0.268 s] [INFO] Ambari Metrics Common 2.7.8.0.0 .................... SUCCESS [ 10.231 s] [INFO] Ambari Metrics Hadoop Sink 2.7.8.0.0 ............... SUCCESS [ 4.942 s] [INFO] Ambari Metrics Flume Sink 2.7.8.0.0 ................ SUCCESS [ 4.901 s] [INFO] Ambari Metrics Kafka Sink 2.7.8.0.0 ................ SUCCESS [ 4.949 s] [INFO] Ambari Metrics Storm Sink 2.7.8.0.0 ................ SUCCESS [ 5.982 s] [INFO] Ambari Metrics Storm Sink (Legacy) 2.7.8.0.0 ....... SUCCESS [ 5.943 s] [INFO] Ambari Metrics Collector 2.7.8.0.0 ................. FAILURE [ 57.918 s] [INFO] Ambari Metrics Monitor 2.7.8.0.0 ................... SUCCESS [ 1.842 s] [INFO] Ambari Metrics Grafana 2.7.8.0.0 ................... SUCCESS [ 7.128 s] [INFO] Ambari Metrics Host Aggregator 2.7.8.0.0 ........... SUCCESS [ 20.437 s] [INFO] Ambari Metrics Assembly 2.7.8.0.0 .................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:24 min (Wall Clock) [INFO] Finished at: 2023-07-12T18:27:23Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.6.0:copy-dependencies (default) on project ambari-metrics-timelineservice: Excluding every artifact inside 'test' resolution scope means excluding everything: you probably want includeScope='compile', read parameters documentation for detailed explanations -> [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-metrics-timelineservice
Attachments
Issue Links
- links to
I tried executing same build command locally, it is passing.
Any idea what else we can check on this?
Anybody who have CI write access, can you please run CI with debug enabled.