Pre-processing failed. Exit code: 1

I ma getting this errors

14:02:51.849  Server Url: [https://sonarcloud.io](https://sonarcloud.io/)
14:02:51.849  Api Url: [https://api.sonarcloud.io](https://api.sonarcloud.io/)
14:02:51.849  Is SonarCloud: True
14:02:51.852  No truststore provided; attempting to use the default location.
14:02:51.853  No truststore found at the default location; proceeding without a truststore.
14:02:51.856  sonar.verbose=True was specified - setting the log verbosity to 'Debug'
14:02:51.858  Updating build integration targets...
14:02:51.862  The file SonarQube.Integration.ImportBefore.targets is up to date at C:\Users\ofernandez\AppData\Local\Microsoft\MSBuild\4.0\Microsoft.Common.targets\ImportBefore
14:02:51.862  The file SonarQube.Integration.ImportBefore.targets is up to date at C:\Users\ofernandez\AppData\Local\Microsoft\MSBuild\10.0\Microsoft.Common.targets\ImportBefore
14:02:51.862  The file SonarQube.Integration.ImportBefore.targets is up to date at C:\Users\ofernandez\AppData\Local\Microsoft\MSBuild\11.0\Microsoft.Common.targets\ImportBefore
14:02:51.862  The file SonarQube.Integration.ImportBefore.targets is up to date at C:\Users\ofernandez\AppData\Local\Microsoft\MSBuild\12.0\Microsoft.Common.targets\ImportBefore
14:02:51.863  The file SonarQube.Integration.ImportBefore.targets is up to date at C:\Users\ofernandez\AppData\Local\Microsoft\MSBuild\14.0\Microsoft.Common.targets\ImportBefore
14:02:51.863  The file SonarQube.Integration.ImportBefore.targets is up to date at C:\Users\ofernandez\AppData\Local\Microsoft\MSBuild\15.0\Microsoft.Common.targets\ImportBefore
14:02:51.863  The file SonarQube.Integration.ImportBefore.targets is up to date at C:\Users\ofernandez\AppData\Local\Microsoft\MSBuild\Current\Microsoft.Common.targets\ImportBefore
14:02:51.876  Installed SonarQube.Integration.targets to C:\temp\9d9e9ea6-23e7-5bb8-baa0-421a1e7d2b86\1776348394622\build\.sonarqube\bin\targets
14:02:51.877  Creating config and output folders...
14:02:51.877  Creating directory: C:\temp\9d9e9ea6-23e7-5bb8-baa0-421a1e7d2b86\1776348394622\build\.sonarqube\conf
14:02:51.877  Creating directory: C:\temp\9d9e9ea6-23e7-5bb8-baa0-421a1e7d2b86\1776348394622\build\.sonarqube\out
14:02:51.889  Downloading from [https://sonarcloud.io/api/settings/values?component=unknown](https://sonarcloud.io/api/settings/values?component=unknown)...
14:02:52.824  Response received from [https://sonarcloud.io/api/settings/values?component=unknown](https://sonarcloud.io/api/settings/values?component=unknown)...
14:02:52.825  WARNING: Authentication with the server has failed.
14:02:52.825  WARNING: In version 7 of the scanner, the default value for the sonar.host.url changed from "[http://localhost:9000](http://localhost:9000/)" to "[https://sonarcloud.io](https://sonarcloud.io/)".
If the intention was to connect to the local SonarQube instance, please add the parameter: /d:sonar.host.url="[http://localhost:9000](http://localhost:9000/)"
14:02:52.827  Pre-processing failed. Exit code: 1

Hi,

To be clear, you’re trying to analyze with SonarQube Cloud?

Could you add -Dsonar.verbose=true to your analysis command and post the resulting log, redacted as necessary?

 
Thx,
Ann