Quoting [email protected]:
See <https://analysis.apache.org/jenkins/job/thrift/570/changes>
ERROR: Error during Sonar runner execution
ERROR: Unable to execute Sonar
ERROR: Caused by: Fail to connect to database
ERROR: Caused by: Cannot create PoolableConnectionFactory (Access
denied for user 'sonar'@'localhost' (using password: YES))
ERROR: Caused by: Access denied for user 'sonar'@'localhost' (using
password: YES)
ERROR:
ERROR: To see the full stack trace of the errors, re-run SonarQube
Runner with the -e switch.
ERROR: Re-run SonarQube Runner using the -X switch to enable full
debug logging.
Build step 'Execute shell' marked build as failure
The sonar runner on Jenkins is not configured properly and this is why
this build fails.
Apache Thrift provides just the sonar-project.properties file.
see https://github.com/apache/thrift/blob/master/sonar-project.properties
thanks!
-roger
PS: related https://issues.apache.org/jira/browse/INFRA-4347