aonishuk edited a comment on pull request #3321: URL: https://github.com/apache/ambari/pull/3321#issuecomment-961798060
I was able to build ambari-admin successfully from latest branch-2.7. Probably some env issue on jenkins ``` mvn -T 2C -am test -pl ambari-admin -Dmaven.artifact.threads=10 -Drat.skip ``` ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Ambari Main 2.7.5.0.0: [INFO] [INFO] Ambari Main ........................................ SUCCESS [ 0.327 s] [INFO] Apache Ambari Project POM .......................... SUCCESS [ 0.008 s] [INFO] Ambari Admin View .................................. SUCCESS [ 4.759 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.614 s (Wall Clock) [INFO] Finished at: 2021-11-05T12:52:25+02:00 [INFO] ------------------------------------------------------------------------ ``` I also tried to use the latest maven 3.8.3 and the build was still successful. If we cannot reproduce it I wonder if we have access to ssh to that jenkins node and run 'yarn install --ignore-engines --pure-lockfile' manually and see what exactly the error is. For me it looks like this: ``` user@user:~/ambari_apache$ yarn install --ignore-engines --pure-lockfile yarn install v1.22.11 info No lockfile found. [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages... Done in 0.06s. ``` -- 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]
