Starting: SonarQubeAnalyze ============================================================================== Task : Run Code Analysis Description : Run scanner and upload the results to the SonarQube server. Version : 4.10.0 Author : sonarsource Help : Version: 4.10.0. This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build. [More Information](http://redirect.sonarsource.com/doc/install-configure-scanner-tfs-ts.html) ============================================================================== /home/vsts/work/_tasks/SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055/4.10.0/sonar-scanner/bin/sonar-scanner INFO: Scanner configuration file: /home/vsts/work/_tasks/SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055/4.10.0/sonar-scanner/conf/sonar-scanner.properties INFO: Project root configuration file: NONE 14:44:01.352 INFO: SonarScanner 4.3.0.2102 14:44:01.355 INFO: Java 1.8.0_252 Azul Systems, Inc. (64-bit) 14:44:01.355 INFO: Linux 5.3.0-1022-azure amd64 14:44:01.575 DEBUG: keyStore is : 14:44:01.576 DEBUG: keyStore type is : jks 14:44:01.576 DEBUG: keyStore provider is : 14:44:01.577 DEBUG: init keystore 14:44:01.577 DEBUG: init keymanager of type SunX509 14:44:01.658 DEBUG: Create: /home/vsts/.sonar/cache 14:44:01.659 INFO: User cache: /home/vsts/.sonar/cache 14:44:01.660 DEBUG: Create: /home/vsts/.sonar/cache/_tmp 14:44:01.662 DEBUG: Extract sonar-scanner-api-batch in temp... 14:44:01.673 DEBUG: Get bootstrap index... 14:44:01.673 DEBUG: Download: https://domain.ltd/batch/index ##[error]14:44:01.991 ERROR: SonarQube server [https://domain.ltd] can not be reached 14:44:01.998 INFO: ------------------------------------------------------------------------ 14:44:01.998 INFO: EXECUTION FAILURE 14:44:01.998 INFO: ------------------------------------------------------------------------ 14:44:01.999 INFO: Total time: 0.722s 14:44:02.030 INFO: Final Memory: 5M/105M 14:44:02.030 INFO: ------------------------------------------------------------------------ ##[error]14:44:02.031 ERROR: Error during SonarScanner execution 14:44:02.031 ERROR: Error during SonarScanner execution ##[error]org.sonarsource.scanner.api.internal.ScannerException: Unable to execute SonarScanner analysis at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory.lambda$createLauncher$0(IsolatedLauncherFactory.java:85) at java.security.AccessController.doPrivileged(Native Method) at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory.createLauncher(IsolatedLauncherFactory.java:74) at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory.createLauncher(IsolatedLauncherFactory.java:70) at org.sonarsource.scanner.api.EmbeddedScanner.doStart(EmbeddedScanner.java:185) at org.sonarsource.scanner.api.EmbeddedScanner.start(EmbeddedScanner.java:123) at org.sonarsource.scanner.cli.Main.execute(Main.java:73) at org.sonarsource.scanner.cli.Main.main(Main.java:61) Caused by: java.lang.IllegalStateException: Fail to get bootstrap index from server at org.sonarsource.scanner.api.internal.BootstrapIndexDownloader.getIndex(BootstrapIndexDownloader.java:42) at org.sonarsource.scanner.api.internal.JarDownloader.getScannerEngineFiles(JarDownloader.java:58) 14:44:02.035 ERROR: 14:44:02.035 ERROR: Re-run SonarScanner using the -X switch to enable full debug logging. ##[error]The process '/home/vsts/work/_tasks/SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055/4.10.0/sonar-scanner/bin/sonar-scanner' failed with exit code 1 Finishing: SonarQubeAnalyze