SonarQube Cloud Authentication Issues

Hi

Out of the blue, I’m suddenly getting an error during analysis:
”Could not find a default branch for project with key ‘MYPROJECT’. Make sure project exists”

[Using MYPROJECT as a placeholder for anonymity]

I’m running Sonarqube Cloud on Azure Pipelines with task SonarCloudAnalyze v3.4.1

Using a .properties file with sonar.projectKey=MYPROJECT (which has worked like this for a long time).

Yes, the key exists and matches, develop is configured as the default branch and exists.

Any idea what could be the problem here? I haven’t changed anything and the problem started yesterday.

Here’s the full log:

09:50:15.312 INFO  Scanner configuration file: /home/vsts/work/_tasks/SonarCloudAnalyze_ce096e50-6155-4de8-8800-4221aaeed4a1/3.4.1/sonar-scanner/conf/sonar-scanner.properties
09:50:15.328 INFO  Project root configuration file: /home/vsts/work/1/s/sonar-project.properties
09:50:15.427 INFO  SonarScanner CLI 7.2.0.5079
09:50:15.429 INFO  Linux 6.11.0-1018-azure amd64
09:50:21.623 INFO  Communicating with SonarQube Cloud
09:50:21.624 INFO  JRE provisioning: os[linux], arch[x86_64]
09:50:26.182 INFO  Starting SonarScanner Engine...
09:50:26.186 INFO  Java 17.0.11 Eclipse Adoptium (64-bit)
09:50:27.328 INFO  Load global settings
09:50:27.679 INFO  Load global settings (done) | time=355ms
09:50:27.686 INFO  Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
09:50:27.949 INFO  Loading required plugins
09:50:27.950 INFO  Load plugins index
09:50:28.037 INFO  Load plugins index (done) | time=83ms
09:50:28.039 INFO  Load/download plugins
09:50:29.098 INFO  Load/download plugins (done) | time=1067ms
09:50:29.472 INFO  Found an active CI vendor: 'Azure DevOps'
09:50:29.485 INFO  Load project settings for component key: 'MYPROJECT'
09:50:29.587 INFO  Process project properties
09:50:29.597 INFO  Execute project builders
09:50:29.598 INFO  Execute project builders (done) | time=0ms
09:50:29.604 INFO  Project key: MYPROJECT
09:50:29.604 INFO  Base dir: /home/vsts/work/1/s
09:50:29.604 INFO  Working dir: /home/vsts/work/1/s/.scannerwork
09:50:29.607 INFO  Load project branches
09:50:29.755 INFO  Load project branches (done) | time=150ms
09:50:29.761 INFO  Check ALM binding of project 'MYPROJECT'
09:50:29.802 WARN  Failed to check if project 'MYPROJECT' is bound
09:50:29.803 INFO  Detected project binding: ERROR
09:50:29.803 INFO  Check ALM binding of project 'MYPROJECT' (done) | time=39ms
09:50:29.803 INFO  Load project pull requests
09:50:29.920 INFO  Load project pull requests (done) | time=117ms
09:50:29.921 INFO  Load branch configuration
##[error]09:50:29.950 ERROR Could not find a default branch for project with key 'MYPROJECT'. Make sure project exists.
09:50:29.950 ERROR Could not find a default branch for project with key 'MYPROJECT'. Make sure project exists.
09:50:30.274 INFO  EXECUTION FAILURE

Agent info:

Agent name: 'Azure Pipelines 2'
Agent machine name: 'runnervm8zen0'
Current agent version: '4.261.0'
Runner Image Provisioner
Hosted Compute Agent
Version: 20250912.392
Commit: d921fda672a98b64f4f82364647e2f10b2267d0b
Build Date: 2025-09-12T15:23:14Z
Operating System
Ubuntu
24.04.3
LTS
Runner Image
Image: ubuntu-24.04
Version: 20250922.53.1
Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250922.53/images/ubuntu/Ubuntu2404-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250922.53
Current image version: '20250922.53.1'

I am also experiencing the same issue. Out of nowhere this came and by rerunning the jobs it working. Could some let us know why this happening

We’re also still having this issue. I’ve retried it multiple times but it still isn’t working.

11:50:47.353  Fetching analysis configuration settings...
##[error]Unhandled exception.
##[error]System.Net.Http.HttpRequestException: Response status code does not indicate success: 403.
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at SonarScanner.MSBuild.PreProcessor.WebClientDownloader.TryDownloadIfExists(String url, Boolean logPermissionDenied)
   at SonarScanner.MSBuild.PreProcessor.WebServer.SonarWebServer.DownloadQualityProfile(String projectKey, String projectBranch, String language)
   at SonarScanner.MSBuild.PreProcessor.PreProcessor.FetchArgumentsAndRuleSets(ISonarWebServer server, ProcessedArgs args, BuildSettings settings)
   at SonarScanner.MSBuild.PreProcessor.PreProcessor.DoExecute(ProcessedArgs localSettings)
   at SonarScanner.MSBuild.PreProcessor.PreProcessor.Execute(IEnumerable`1 args)
   at SonarScanner.MSBuild.BootstrapperClass.PreProcess()
   at SonarScanner.MSBuild.BootstrapperClass.Execute()
   at SonarScanner.MSBuild.Program.Execute(String[] args, ILogger logger)
   at SonarScanner.MSBuild.Program.Execute(String[] args)
   at SonarScanner.MSBuild.Program.Main(String[] args)
   at SonarScanner.MSBuild.Program.<Main>(String[] args)
System.Net.Http.HttpRequestException: Response status code does not indicate success: 403.
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at SonarScanner.MSBuild.PreProcessor.WebClientDownloader.TryDownloadIfExists(String url, Boolean logPermissionDenied)
   at SonarScanner.MSBuild.PreProcessor.WebServer.SonarWebServer.DownloadQualityProfile(String projectKey, String projectBranch, String language)
   at SonarScanner.MSBuild.PreProcessor.PreProcessor.FetchArgumentsAndRuleSets(ISonarWebServer server, ProcessedArgs args, BuildSettings settings)
   at SonarScanner.MSBuild.PreProcessor.PreProcessor.DoExecute(ProcessedArgs localSettings)
   at SonarScanner.MSBuild.PreProcessor.PreProcessor.Execute(IEnumerable`1 args)
   at SonarScanner.MSBuild.BootstrapperClass.PreProcess()
   at SonarScanner.MSBuild.BootstrapperClass.Execute()
   at SonarScanner.MSBuild.Program.Execute(String[] args, ILogger logger)
   at SonarScanner.MSBuild.Program.Execute(String[] args)
   at SonarScanner.MSBuild.Program.Main(String[] args)
   at SonarScanner.MSBuild.Program.<Main>(String[] args)

##[error][ERROR] SonarQube Cloud: Error while executing task Prepare: The process '/usr/bin/dotnet' failed with exit code null
##[error]The process '/usr/bin/dotnet' failed with exit code null

We are still experiencing the same issue. Its the same issue before and after the fix.

Okay, thanks all. It appears we aren’t as out of the woods as we thought. I’m raising this!

Hi @njanjic91 and @RebelMage,

Welcome to the community and thanks for these reports!

We’re wondering if this isn’t related to caching. Could you

  1. retry with sonar.verbose=true in your analysis parameters
  2. if the retry fails, send us those analysis logs

?

The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.

This guide will help you find them.

 
Thx,
Ann

I hope this is what you’re looking for?

2025-09-30T12:51:20.6816048Z ##[section]Starting: SonarCloud Prepare
2025-09-30T12:51:20.6820640Z ==============================================================================
2025-09-30T12:51:20.6820751Z Task         : Prepare Analysis Configuration
2025-09-30T12:51:20.6820815Z Description  : Prepare SonarQube Cloud analysis configuration
2025-09-30T12:51:20.6820911Z Version      : 3.4.1
2025-09-30T12:51:20.6820969Z Author       : sonarsource
2025-09-30T12:51:20.6821025Z Help         : [More Information](https://docs.sonarcloud.io/advanced-setup/ci-based-analysis/sonarcloud-extension-for-azure-devops/)
2025-09-30T12:51:20.6821141Z ==============================================================================
2025-09-30T12:51:20.9895596Z [INFO]  SonarQube Cloud: Server version: 8.0.0.67857
2025-09-30T12:51:21.0030155Z [command]/usr/bin/dotnet [...]
2025-09-30T12:51:21.0701199Z SonarScanner for MSBuild 10.3
2025-09-30T12:51:21.0701640Z Using the .NET Core version of the Scanner for MSBuild
2025-09-30T12:51:21.1214359Z Pre-processing started.
2025-09-30T12:51:21.1258823Z Preparing working directories...
2025-09-30T12:51:21.1823898Z 12:51:21.142  Loading analysis properties from /home/vsts/work/_tasks/SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255/3.4.1/dotnet-sonar-scanner-msbuild/SonarQube.Analysis.xml
2025-09-30T12:51:21.1825223Z 12:51:21.173  Server Url: https://sonarcloud.io
2025-09-30T12:51:21.1825597Z 12:51:21.173  Api Url: https://api.sonarcloud.io
2025-09-30T12:51:21.1826038Z 12:51:21.173  Is SonarCloud: True
2025-09-30T12:51:21.1826486Z 12:51:21.176  No truststore provided; attempting to use the default location.
2025-09-30T12:51:21.1826942Z 12:51:21.177  No truststore found at the default location; proceeding without a truststore.
2025-09-30T12:51:21.1827388Z 12:51:21.179  sonar.verbose=true was specified - setting the log verbosity to 'Debug'
2025-09-30T12:51:21.1828659Z 12:51:21.18  Updating build integration targets...
2025-09-30T12:51:21.1850681Z 12:51:21.184  Installed SonarQube.Integration.ImportBefore.targets to /home/vsts/.local/share/Microsoft/MSBuild/4.0/Microsoft.Common.targets/ImportBefore
2025-09-30T12:51:21.1857245Z 12:51:21.185  Installed SonarQube.Integration.ImportBefore.targets to /home/vsts/.local/share/Microsoft/MSBuild/10.0/Microsoft.Common.targets/ImportBefore
2025-09-30T12:51:21.1858974Z 12:51:21.185  Installed SonarQube.Integration.ImportBefore.targets to /home/vsts/.local/share/Microsoft/MSBuild/11.0/Microsoft.Common.targets/ImportBefore
2025-09-30T12:51:21.1862254Z 12:51:21.185  Installed SonarQube.Integration.ImportBefore.targets to /home/vsts/.local/share/Microsoft/MSBuild/12.0/Microsoft.Common.targets/ImportBefore
2025-09-30T12:51:21.1866212Z 12:51:21.185  Installed SonarQube.Integration.ImportBefore.targets to /home/vsts/.local/share/Microsoft/MSBuild/14.0/Microsoft.Common.targets/ImportBefore
2025-09-30T12:51:21.1868583Z 12:51:21.186  Installed SonarQube.Integration.ImportBefore.targets to /home/vsts/.local/share/Microsoft/MSBuild/15.0/Microsoft.Common.targets/ImportBefore
2025-09-30T12:51:21.1870246Z 12:51:21.186  Installed SonarQube.Integration.ImportBefore.targets to /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore
2025-09-30T12:51:21.1872984Z 12:51:21.186  Installed SonarQube.Integration.ImportBefore.targets to /home/vsts/Microsoft/MSBuild/15.0/Microsoft.Common.targets/ImportBefore
2025-09-30T12:51:21.1876330Z 12:51:21.187  Installed SonarQube.Integration.ImportBefore.targets to /home/vsts/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore
2025-09-30T12:51:21.1881331Z 12:51:21.187  Installed SonarQube.Integration.targets to /home/vsts/work/1/.sonarqube/bin/targets
2025-09-30T12:51:21.1888487Z 12:51:21.188  Creating config and output folders...
2025-09-30T12:51:21.1893941Z 12:51:21.189  Creating directory: /home/vsts/work/1/.sonarqube/conf
2025-09-30T12:51:21.1895950Z 12:51:21.189  Creating directory: /home/vsts/work/1/.sonarqube/out
2025-09-30T12:51:21.2041761Z 12:51:21.203  Downloading from https://sonarcloud.io/api/settings/values?component=unknown...
2025-09-30T12:51:21.6685965Z 12:51:21.666  Response received from https://sonarcloud.io/api/settings/values?component=unknown...
2025-09-30T12:51:21.6703260Z 12:51:21.668  Fetching server version...
2025-09-30T12:51:21.6730909Z 12:51:21.67  Downloading from https://api.sonarcloud.io/analysis/version...
2025-09-30T12:51:21.7165270Z 12:51:21.716  Response received from https://api.sonarcloud.io/analysis/version...
2025-09-30T12:51:21.7170566Z 12:51:21.716  Downloading from https://api.sonarcloud.io/analysis/version failed. Http status code is Forbidden.
2025-09-30T12:51:21.7181930Z 12:51:21.718  Downloading from https://sonarcloud.io/api/server/version...
2025-09-30T12:51:21.7389856Z 12:51:21.738  Response received from https://sonarcloud.io/api/server/version...
2025-09-30T12:51:21.7402436Z 12:51:21.74  Using SonarCloud.
2025-09-30T12:51:21.7407537Z 12:51:21.74  SonarCloud detected, skipping server version check.
2025-09-30T12:51:21.7410757Z 12:51:21.74  SonarCloud detected, skipping license check.
2025-09-30T12:51:21.7420367Z 12:51:21.741  JreResolver: Resolving JRE path.
2025-09-30T12:51:21.7439111Z 12:51:21.743  Downloading from https://api.sonarcloud.io/analysis/jres?os=linux&arch=x64...
2025-09-30T12:51:22.0136948Z 12:51:22.012  Response received from https://api.sonarcloud.io/analysis/jres?os=linux&arch=x64...
2025-09-30T12:51:22.0690752Z 12:51:22.068  JreResolver: Cache miss. Attempting to download JRE.
2025-09-30T12:51:22.0716177Z 12:51:22.071  Starting the Java Runtime Environment download.
2025-09-30T12:51:22.0721092Z 12:51:22.071  The JRE provisioning is a time consuming operation.
2025-09-30T12:51:22.0723404Z JRE provisioned: OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz.
2025-09-30T12:51:22.0723934Z If you already have a compatible java version installed, please add either the parameter "/d:sonar.scanner.skipJreProvisioning=true" or "/d:sonar.scanner.javaExePath=<PATH>".
2025-09-30T12:51:22.0728166Z 12:51:22.072  Downloading Java JRE from https://scanner.sonarcloud.io/jres/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz.
2025-09-30T12:51:22.3952826Z 12:51:22.394  The checksum of the downloaded file is 'bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707' and the expected checksum is 'bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707'.
2025-09-30T12:51:22.4147143Z 12:51:22.395  Starting extracting the Java runtime environment from archive '/home/vsts/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz' to folder '/home/vsts/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/oyiz1fta.ems'.
2025-09-30T12:51:24.0784310Z 12:51:24.077  Moving extracted Java runtime environment from '/home/vsts/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/oyiz1fta.ems' to '/home/vsts/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz_extracted'.
2025-09-30T12:51:24.0790063Z 12:51:24.078  The Java runtime environment was successfully added to '/home/vsts/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz_extracted'.
2025-09-30T12:51:24.0795357Z 12:51:24.079  JreResolver: Download success. JRE can be found at '/home/vsts/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz_extracted/jdk-17.0.11+9-jre/bin/java'.
2025-09-30T12:51:24.0829984Z 12:51:24.082  Fetching analysis configuration settings...
2025-09-30T12:51:24.0846847Z 12:51:24.084  Fetching properties for project [...]
2025-09-30T12:51:24.0854429Z 12:51:24.085  Downloading from https://sonarcloud.io/api/settings/[...]
2025-09-30T12:51:24.4348673Z 12:51:24.434  Response received from https://sonarcloud.io/api/settings/[...]
2025-09-30T12:51:24.4355221Z 12:51:24.435  No settings for project [...]. Getting global settings...
2025-09-30T12:51:24.4357841Z 12:51:24.435  Downloading from https://sonarcloud.io/api/settings/values...
2025-09-30T12:51:24.5343805Z 12:51:24.533  Response received from https://sonarcloud.io/api/settings/values...
2025-09-30T12:51:24.5436647Z 12:51:24.543  Downloading from https://sonarcloud.io/api/languages/list...
2025-09-30T12:51:24.5625349Z 12:51:24.562  Response received from https://sonarcloud.io/api/languages/list...
2025-09-30T12:51:24.5647385Z 12:51:24.564  Fetching quality profile for project [...]
2025-09-30T12:51:24.5650214Z 12:51:24.564  Downloading from https://sonarcloud.io/api/qualityprofiles/search?project=[...]
2025-09-30T12:51:24.7087976Z 12:51:24.708  Response received from https://sonarcloud.io/api/qualityprofiles/search?project=[...]
2025-09-30T12:51:24.7155572Z ##[error]Unhandled exception.
2025-09-30T12:51:24.7779571Z ##[error]System.Net.Http.HttpRequestException: Response status code does not indicate success: 403.
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at SonarScanner.MSBuild.PreProcessor.WebClientDownloader.TryDownloadIfExists(String url, Boolean logPermissionDenied)
   at SonarScanner.MSBuild.PreProcessor.WebServer.SonarWebServer.DownloadQualityProfile(String projectKey, String projectBranch, String language)
   at SonarScanner.MSBuild.PreProcessor.PreProcessor.FetchArgumentsAndRuleSets(ISonarWebServer server, ProcessedArgs args, BuildSettings settings)
   at SonarScanner.MSBuild.PreProcessor.PreProcessor.DoExecute(ProcessedArgs localSettings)
   at SonarScanner.MSBuild.PreProcessor.PreProcessor.Execute(IEnumerable`1 args)
   at SonarScanner.MSBuild.BootstrapperClass.PreProcess()
   at SonarScanner.MSBuild.BootstrapperClass.Execute()
   at SonarScanner.MSBuild.Program.Execute(String[] args, ILogger logger)
   at SonarScanner.MSBuild.Program.Execute(String[] args)
   at SonarScanner.MSBuild.Program.Main(String[] args)
   at SonarScanner.MSBuild.Program.<Main>(String[] args)
2025-09-30T12:51:24.7781292Z System.Net.Http.HttpRequestException: Response status code does not indicate success: 403.
2025-09-30T12:51:24.7781519Z    at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
2025-09-30T12:51:24.7781752Z    at SonarScanner.MSBuild.PreProcessor.WebClientDownloader.TryDownloadIfExists(String url, Boolean logPermissionDenied)
2025-09-30T12:51:24.7782022Z    at SonarScanner.MSBuild.PreProcessor.WebServer.SonarWebServer.DownloadQualityProfile(String projectKey, String projectBranch, String language)
2025-09-30T12:51:24.7782342Z    at SonarScanner.MSBuild.PreProcessor.PreProcessor.FetchArgumentsAndRuleSets(ISonarWebServer server, ProcessedArgs args, BuildSettings settings)
2025-09-30T12:51:24.7782880Z    at SonarScanner.MSBuild.PreProcessor.PreProcessor.DoExecute(ProcessedArgs localSettings)
2025-09-30T12:51:24.7783215Z    at SonarScanner.MSBuild.PreProcessor.PreProcessor.Execute(IEnumerable`1 args)
2025-09-30T12:51:24.7783585Z    at SonarScanner.MSBuild.BootstrapperClass.PreProcess()
2025-09-30T12:51:24.7783776Z    at SonarScanner.MSBuild.BootstrapperClass.Execute()
2025-09-30T12:51:24.7783973Z    at SonarScanner.MSBuild.Program.Execute(String[] args, ILogger logger)
2025-09-30T12:51:24.7784169Z    at SonarScanner.MSBuild.Program.Execute(String[] args)
2025-09-30T12:51:24.7784353Z    at SonarScanner.MSBuild.Program.Main(String[] args)
2025-09-30T12:51:24.7784569Z    at SonarScanner.MSBuild.Program.<Main>(String[] args)
2025-09-30T12:51:25.9420910Z 
2025-09-30T12:51:25.9448704Z ##[error][ERROR] SonarQube Cloud: Error while executing task Prepare: The process '/usr/bin/dotnet' failed with exit code null
2025-09-30T12:51:25.9465812Z ##[error]The process '/usr/bin/dotnet' failed with exit code null
2025-09-30T12:51:25.9580121Z ##[section]Finishing: SonarCloud Prepare

Hi @RebelMage,

Thanks for the log! Just to confirm, is this from a fresh run?

 
Thx,
Ann

Yes, just before posting it! (See the timestamps for the exact time.)

Hi @RebelMage,

Okay! Thanks for confirming!

Could you now add the sonar.verbose property to your analysis parameters so we get a little more detail & post that log? It’ll be /d:sonar.verbose=true in the begin step if you’re using the straight SonarScanner for MSBuild, or just sonar.verbose=true in your pipeline extraProperties.

 
Thx,
Ann

The analysis doesn’t automatically run because of the preparation step failing, but after adding the condition to run even if the previous stuff failed, the analysis fails with this log, likely because the earlier failed task:

    Starting: SonarCloud Analyze
    ==============================================================================
    Task         : Run Code Analysis
    Description  : Run scanner and upload the results to SonarQube Cloud.
    Version      : 3.4.1
    Author       : sonarsource
    Help         : This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.

    [More Information](https://docs.sonarcloud.io/advanced-setup/ci-based-analysis/sonarcloud-extension-for-azure-devops/)
    ==============================================================================
    /usr/bin/dotnet /home/vsts/work/_tasks/SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255/3.4.1/dotnet-sonar-scanner-msbuild/SonarScanner.MSBuild.dll end
    SonarScanner for MSBuild 10.3
    Using the .NET Core version of the Scanner for MSBuild
    Post-processing started.
    ##[error]13:21:46.062  SonarQube analysis could not be completed because the analysis configuration file could not be found: /home/vsts/work/1/.sonarqube/conf/SonarQubeAnalysisConfig.xml.
    13:21:46.062  Post-processing failed. Exit code: 1
    13:21:46.062  SonarQube analysis could not be completed because the analysis configuration file could not be found: /home/vsts/work/1/.sonarqube/conf/SonarQubeAnalysisConfig.xml.
    13:21:46.062  Post-processing failed. Exit code: 1

    ##[error][ERROR] SonarQube Cloud: Error while executing task Analyze: The process '/usr/bin/dotnet' failed with exit code 1
    ##[error]The process '/usr/bin/dotnet' failed with exit code 1
    Finishing: SonarCloud Analyze

Hi @RebelMage,

Yes, that’s expected. Could you add the verbose parameter and give us that begin step log?

 
Thx,
Ann

I don’t really know what you mean. This was run with the following step in our pipeline; is there a different way to add the verbose parameter? I’ve just copied the way I did it for the Prepare step.

    - task: SonarCloudAnalyze@3
      displayName: SonarCloud Analyze
      condition: succeededOrFailed()
      inputs:
        extraProperties: |
            sonar.verbose=true

Hi,

No, that should be it.

And… now I see it in the log you provided. I just don’t see any “verbosity” in the log itself. :sweat_smile:

Okay, thanks. I’ll see what the developers can make of this.

 
Thx,
Ann

Thanks! Yeah, if it immediately fails, I suppose there’s not a lot to be verbose about, unfortunately… :sweat_smile:

Hi again @RebelMage,

One more thing while we’re looking at the log. When was the last time you ran analysis of this project? Tokens go * poof * after a few months of disuse. Is it possible that happened here?

 
Thx,
Ann

Sunday. It’s also failing on other projects (with the same exception) that also ran successfully on Sunday (due to an automated dependency check process).

Late to the party… here are my detailed logs. Thanks for considering. If not relevant, just ignore.

Please note, we are blocked the entire day by this.

Recap: Today, 1am, the pipelines went through successfully. Today, latest 10:33 the issue exists for us.

+ sonar-scanner -Dsonar.login=$SONAR_TOKEN
13:07:50.867 INFO  Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties
13:07:50.872 INFO  Project root configuration file: /opt/atlassian/pipelines/agent/build/sonar-project.properties
13:07:50.891 INFO  SonarScanner CLI 7.1.0.4889
13:07:50.893 INFO  Java 17.0.14 Amazon.com Inc. (64-bit)
13:07:50.893 INFO  Linux 6.1.79 amd64
13:07:50.907 DEBUG Scanner max available memory: 4 GB
13:07:50.947 DEBUG uname -m returned 'x86_64'
13:07:50.950 WARN  Both 'sonar.login' and 'sonar.token' (or the 'SONAR_TOKEN' env variable) are set, but only the latter will be used.
13:07:50.953 DEBUG Using JVM default truststore: /usr/lib/jvm/java-17-amazon-corretto.x86_64/lib/security/cacerts
13:07:50.955 DEBUG Create: /opt/sonar-scanner/.sonar/cache
13:07:50.956 INFO  User cache: /opt/sonar-scanner/.sonar/cache
13:07:50.956 DEBUG Create: /opt/sonar-scanner/.sonar/cache/_tmp
13:07:51.127 DEBUG Loading OS trusted SSL certificates...
13:07:51.128 DEBUG This operation might be slow or even get stuck. You can skip it by passing the scanner property 'sonar.scanner.skipSystemTruststore=true'
13:07:51.636 DEBUG Loaded [1029] system trusted certificates
13:07:51.887 DEBUG Loaded truststore from '/usr/lib/jvm/java-17-amazon-corretto.x86_64/lib/security/cacerts' containing 147 certificates
13:07:52.142 INFO  Communicating with SonarQube Cloud
13:07:52.143 INFO  JRE provisioning: os[linux], arch[x86_64]
13:07:52.176 DEBUG --> GET https://api.sonarcloud.io/analysis/jres?os=linux&arch=x86_64
13:07:52.670 DEBUG <-- 200 https://api.sonarcloud.io/analysis/jres?os=linux&arch=x86_64 (493ms, 471-byte body)
13:07:52.718 DEBUG Download https://scanner.sonarcloud.io/jres/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz to /opt/sonar-scanner/.sonar/cache/_tmp/fileCache2459296947493592015.tmp
13:07:52.719 DEBUG --> GET https://scanner.sonarcloud.io/jres/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz
13:07:52.771 DEBUG <-- 200 https://scanner.sonarcloud.io/jres/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz (51ms, 46382823-byte body)
13:07:54.868 DEBUG Executing: /opt/sonar-scanner/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz_extracted/jdk-17.0.11+9-jre/bin/java --version
13:07:54.920 DEBUG openjdk 17.0.11 2024-04-16
13:07:54.921 DEBUG OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
13:07:54.921 DEBUG OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, sharing)
13:07:54.924 DEBUG --> GET https://api.sonarcloud.io/analysis/engine
13:07:55.078 DEBUG <-- 200 https://api.sonarcloud.io/analysis/engine (153ms, 294-byte body)
13:07:55.080 DEBUG Download https://scanner.sonarcloud.io/engines/sonarcloud-scanner-engine-11.23.0.1000.jar to /opt/sonar-scanner/.sonar/cache/_tmp/fileCache2638734144155594740.tmp
13:07:55.080 DEBUG --> GET https://scanner.sonarcloud.io/engines/sonarcloud-scanner-engine-11.23.0.1000.jar
13:07:55.086 DEBUG <-- 200 https://scanner.sonarcloud.io/engines/sonarcloud-scanner-engine-11.23.0.1000.jar (6ms, 33407106-byte body)
13:07:55.457 DEBUG Work directory: /opt/atlassian/pipelines/agent/build/.scannerwork
13:07:55.467 DEBUG Executing: /opt/sonar-scanner/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz_extracted/jdk-17.0.11+9-jre/bin/java -Dorg.bouncycastle.pkcs12.ignore_useless_passwd=true -jar /opt/sonar-scanner/.sonar/cache/beecd3d4820832288f64bf37d94323d98ab19e5bff2cb1fa7ce3acfa2e3b9578/sonarcloud-scanner-engine-11.23.0.1000.jar
13:07:55.788 INFO  Starting SonarScanner Engine...
13:07:55.789 INFO  Java 17.0.11 Eclipse Adoptium (64-bit)
13:07:55.840 DEBUG JVM max available memory: 4 GB
13:07:56.060 DEBUG Sonar User Home: /opt/sonar-scanner/.sonar
13:07:56.061 DEBUG Initialize DefaultScannerWsClient
13:07:56.140 DEBUG Loading OS trusted SSL certificates...
13:07:56.141 DEBUG This operation might be slow or even get stuck. You can skip it by passing the scanner property 'sonar.scanner.skipSystemTruststore=true'
13:07:56.555 DEBUG Loaded [1029] system trusted certificates
13:07:56.807 DEBUG Loaded truststore from '/usr/lib/jvm/java-17-amazon-corretto.x86_64/lib/security/cacerts' containing 147 certificates
13:07:57.052 INFO  Load global settings
13:07:57.068 DEBUG --> GET https://sonarcloud.io/api/settings/values.protobuf
13:07:57.830 DEBUG <-- 200 https://sonarcloud.io/api/settings/values.protobuf (761ms, unknown-length body)
13:07:57.841 INFO  Load global settings (done) | time=789ms
13:07:57.846 INFO  Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
13:07:57.847 DEBUG Initialize DownloadPluginsScannerWsClient
13:07:57.850 DEBUG Loading OS trusted SSL certificates...
13:07:57.850 DEBUG This operation might be slow or even get stuck. You can skip it by passing the scanner property 'sonar.scanner.skipSystemTruststore=true'
13:07:58.086 DEBUG Loaded [1029] system trusted certificates
13:07:58.126 DEBUG Loaded truststore from '/usr/lib/jvm/java-17-amazon-corretto.x86_64/lib/security/cacerts' containing 147 certificates
13:07:58.137 DEBUG Create : /opt/sonar-scanner/.sonar/_tmp
13:07:58.137 DEBUG User cache: /opt/sonar-scanner/.sonar/cache
13:07:58.156 INFO  Loading required plugins
13:07:58.156 INFO  Load plugins index
13:07:58.157 DEBUG --> GET https://sonarcloud.io/api/plugins/installed
13:07:58.303 DEBUG <-- 200 https://sonarcloud.io/api/plugins/installed (146ms, unknown-length body)
13:07:58.310 INFO  Load plugins index (done) | time=154ms
13:07:58.310 INFO  Load/download plugins
13:07:58.311 DEBUG Download plugin 'iac' to '/opt/sonar-scanner/.sonar/_tmp/fileCache16156429177289815299.tmp'
13:07:58.312 DEBUG --> GET https://scanner.sonarcloud.io/plugins/iac/versions/3c1d6b597e1574c8810f22b0d4abd9fd.jar
13:07:58.340 DEBUG <-- 200 https://scanner.sonarcloud.io/plugins/iac/versions/3c1d6b597e1574c8810f22b0d4abd9fd.jar (27ms, 22462388-byte body)
13:07:59.007 DEBUG Download plugin 'iacenterprise' to '/opt/sonar-scanner/.sonar/_tmp/fileCache16910161087521500461.tmp'
13:07:59.007 DEBUG --> GET https://scanner.sonarcloud.io/plugins/iacenterprise/versions/4cbfc8a324f3ab160b7eede6b221c63e.jar
13:07:59.013 DEBUG <-- 200 https://scanner.sonarcloud.io/plugins/iacenterprise/versions/4cbfc8a324f3ab160b7eede6b221c63e.jar (5ms, 1647312-byte body)
13:07:59.044 DEBUG Download plugin 'jacoco' to '/opt/sonar-scanner/.sonar/_tmp/fileCache2876836200750044544.tmp'
13:07:59.044 DEBUG --> GET https://scanner.sonarcloud.io/plugins/jacoco/versions/04bba36a445c3713a632aa358be2f99c.jar
13:07:59.049 DEBUG <-- 200 https://scanner.sonarcloud.io/plugins/jacoco/versions/04bba36a445c3713a632aa358be2f99c.jar (5ms, 23258-byte body)
13:07:59.055 DEBUG Download plugin 'textenterprise' to '/opt/sonar-scanner/.sonar/_tmp/fileCache11313811243929577451.tmp'
13:07:59.056 DEBUG --> GET https://scanner.sonarcloud.io/plugins/textenterprise/versions/56c18bef842cab5a453401f251095b6f.jar
13:07:59.060 DEBUG <-- 200 https://scanner.sonarcloud.io/plugins/textenterprise/versions/56c18bef842cab5a453401f251095b6f.jar (4ms, 8024826-byte body)
13:07:59.156 INFO  Load/download plugins (done) | time=846ms
13:07:59.157 DEBUG Plugins not loaded because they are optional: [abap, sonarapex, architecture, architecturejavascriptfrontend, architecturejavafrontend, csharpenterprise, cpp, cobol, dart, dbd, dbdjavafrontend, dbdpythonfrontend, flex, go, web, jcl, javasymbolicexecution, java, javascript, kotlin, php, pli, plsql, python, rpg, ruby, rust, sonarscala, jasmin, swift, tsql, vbnetenterprise, vb, security, securitycsharpfrontend, securitygofrontend, securityjsfrontend, securityjavafrontend, securitykotlinfrontend, securityphpfrontend, securitypythonfrontend, securityvbnetfrontend, xml]
13:07:59.202 DEBUG Plugins loaded:
13:07:59.202 DEBUG   * Text Code Quality and Security 2.29.0.8107 (textenterprise)
13:07:59.203 DEBUG   * JaCoCo 1.3.0.1538 (jacoco)
13:07:59.203 DEBUG   * IaC Code Quality and Security 1.50.0.16452 (iacenterprise)
13:07:59.203 DEBUG   * IaC Code Quality and Security 1.50.0.16452 (iac)
13:07:59.203 DEBUG --> GET https://sonarcloud.io/api/server/version
13:07:59.341 DEBUG <-- 200 https://sonarcloud.io/api/server/version (138ms, 11-byte body)
13:07:59.344 DEBUG Updated analysis started with a difference of -69 milliseconds
13:07:59.349 DEBUG Started at Tue Sep 30 13:07:58 UTC 2025
13:07:59.527 DEBUG register org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$276/0x00007fd7282f3c18@221dad51 with shutdown hook
13:07:59.551 INFO  Found an active CI vendor: 'Bitbucket Pipelines'
13:07:59.558 DEBUG --> GET https://sonarcloud.io/api/alm_integration/show_project?almId=bitbucketcloud&almRepoId=%257B93a3a741-c0a9-444a-9aa4-c9cbb6513e78%257D
13:07:59.901 DEBUG <-- 404 https://sonarcloud.io/api/alm_integration/show_project?almId=bitbucketcloud&almRepoId=%257B93a3a741-c0a9-444a-9aa4-c9cbb6513e78%257D (342ms, unknown-length body)
13:07:59.902 INFO  No project and organization key detected from Bitbucket Cloud Pipelines.
13:07:59.905 INFO  Load project settings for component key: '##########undisclosed#######-management-service'
13:07:59.905 DEBUG --> GET https://sonarcloud.io/api/settings/values.protobuf?component=##########undisclosed#######-management-service
13:08:00.485 DEBUG <-- 404 https://sonarcloud.io/api/settings/values.protobuf?component=##########undisclosed#######-management-service (579ms, unknown-length body)
13:08:00.491 INFO  Process project properties
13:08:00.499 DEBUG Process project properties (done) | time=9ms
13:08:00.499 INFO  Execute project builders
13:08:00.500 DEBUG Execute project builder: org.sonar.scanner.architecture.ArchitectureProjectBuilder
13:08:00.500 DEBUG Setting sonar.architecture.preview.available to false
13:08:00.500 INFO  Execute project builders (done) | time=1ms
13:08:00.504 INFO  Project key: ##########undisclosed#######-management-service
13:08:00.504 INFO  Base dir: /opt/atlassian/pipelines/agent/build
13:08:00.504 INFO  Working dir: /opt/atlassian/pipelines/agent/build/.scannerwork
13:08:00.504 DEBUG Project global encoding: UTF-8, default locale: en
13:08:00.505 DEBUG Creating module hierarchy
13:08:00.505 DEBUG   Init module '##########undisclosed#######-management-service'
13:08:00.505 DEBUG     Base dir: /opt/atlassian/pipelines/agent/build
13:08:00.505 DEBUG     Working dir: /opt/atlassian/pipelines/agent/build/.scannerwork
13:08:00.506 DEBUG     Module global encoding: UTF-8, default locale: en
13:08:00.509 INFO  Load project branches
13:08:00.509 DEBUG --> GET https://sonarcloud.io/api/project_branches/list?project=##########undisclosed#######-management-service
13:08:01.056 DEBUG <-- 404 https://sonarcloud.io/api/project_branches/list?project=##########undisclosed#######-management-service (545ms, unknown-length body)
13:08:01.056 DEBUG Could not process project branches - continuing without it
13:08:01.057 INFO  Load project branches (done) | time=547ms
13:08:01.059 INFO  Check ALM binding of project '##########undisclosed#######-management-service'
13:08:01.059 DEBUG --> GET https://sonarcloud.io/api/alm_integration/is_project_bound?project=##########undisclosed#######-management-service
13:08:01.716 DEBUG <-- 404 https://sonarcloud.io/api/alm_integration/is_project_bound?project=##########undisclosed#######-management-service (655ms, unknown-length body)
13:08:01.716 INFO  Detected project binding: NONEXISTENT
13:08:01.716 INFO  Check ALM binding of project '##########undisclosed#######-management-service' (done) | time=657ms
13:08:01.717 INFO  Load project pull requests
13:08:01.718 DEBUG --> GET https://sonarcloud.io/api/project_pull_requests/list?project=##########undisclosed#######-management-service
13:08:02.239 DEBUG <-- 404 https://sonarcloud.io/api/project_pull_requests/list?project=##########undisclosed#######-management-service (520ms, unknown-length body)
13:08:02.240 DEBUG Could not process project pull requests - continuing without it
13:08:02.241 INFO  Load project pull requests (done) | time=524ms
13:08:02.243 INFO  Load branch configuration
13:08:02.244 INFO  Detected analysis for pull request '24' targeting 'main'
13:08:02.245 INFO  Auto-configuring pull request 24
13:08:02.268 DEBUG Cleanup org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$276/0x00007fd7282f3c18@221dad51 during JVM shutdown
13:08:02.270 ERROR Could not find a default branch for project with key '##########undisclosed#######-management-service'. Make sure project exists.
java.lang.IllegalStateException: Unable to load component class org.sonar.scanner.scan.filesystem.InputComponentStore
	at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:52)
	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
	at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)
	at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)
	at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)
	at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)
	at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)
	at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
	at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
	at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
	at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
	at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
	at org.picocontainer.DefaultPicoContainer.instantiateComponentAsIsStartable(DefaultPicoContainer.java:1034)
	at org.picocontainer.DefaultPicoContainer.addAdapterIfStartable(DefaultPicoContainer.java:1026)
	at org.picocontainer.DefaultPicoContainer.startAdapters(DefaultPicoContainer.java:1003)
	at org.picocontainer.DefaultPicoContainer.start(DefaultPicoContainer.java:767)
	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:122)
	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
	at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:128)
	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
	at org.sonar.scanner.bootstrap.ScannerMain.runScannerEngine(ScannerMain.java:143)
	at org.sonar.scanner.bootstrap.ScannerMain.run(ScannerMain.java:58)
	at org.sonar.scanner.bootstrap.ScannerMain.main(ScannerMain.java:42)
Caused by: java.lang.IllegalStateException: Unable to load component interface org.sonar.scanner.scan.branch.BranchConfiguration
	at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:52)
	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
	at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)
	at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)
	at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)
	at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)
	at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)
	at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
	at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
	at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
	at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
	at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
	at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
	at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:50)
	... 23 common frames omitted
Caused by: org.sonar.api.utils.MessageException: Could not find a default branch for project with key '##########undisclosed#######-management-service'. Make sure project exists.
13:08:02.597 DEBUG Java command exited with code 1
13:08:02.597 INFO  EXECUTION FAILURE
13:08:02.598 INFO  Total time: 11.737s

Side notes:

  • the project(s) exist
  • they have a default branch configured

Hi @AGo,

Thanks for the log. I’ve merged the post into the main thread. We’re (still) actively investigating this, and your log will help.

 
Thx,
Ann

Hi @ganncamp,

sorry for the delayed response.

Here are our logs


2025-09-30T14:17:18.5349624Z ##\[section\]Starting: SonarCloudAnalyze
2025-09-30T14:17:18.5650682Z ==============================================================================
2025-09-30T14:17:18.5650858Z Task         : Run Code Analysis
2025-09-30T14:17:18.5650940Z Description  : Run scanner and upload the results to SonarQube Cloud.
2025-09-30T14:17:18.5651074Z Version      : 3.4.1
2025-09-30T14:17:18.5651147Z Author       : sonarsource
2025-09-30T14:17:18.5651246Z Help         : This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.

[More Information](https://docs.sonarcloud.io/advanced-setup/ci-based-analysis/sonarcloud-extension-for-azure-devops/)
2025-09-30T14:17:18.5651498Z ==============================================================================
2025-09-30T14:17:18.9868235Z [command]C:\WINDOWS\system32\cmd.exe /D /S /C “E:\agent_work_tasks\SonarCloudAnalyze_ce096e50-6155-4de8-8800-4221aaeed4a1\3.4.1\sonar-scanner\bin\sonar-scanner.bat”
2025-09-30T14:17:19.7744148Z 16:17:19.763 INFO  Scanner configuration file: E:\agent_work_tasks\SonarCloudAnalyze_ce096e50-6155-4de8-8800-4221aaeed4a1\3.4.1\sonar-scanner\bin..\conf\sonar-scanner.properties
2025-09-30T14:17:19.7776954Z 16:17:19.763 INFO  Project root configuration file: NONE
2025-09-30T14:17:19.8246116Z 16:17:19.810 INFO  SonarScanner CLI 7.2.0.5079
2025-09-30T14:17:19.8343507Z 16:17:19.826 DEBUG Java 23.0.2 Oracle Corporation (64-bit)
2025-09-30T14:17:19.8465518Z 16:17:19.841 INFO  Windows Server 2022 10.0 amd64
2025-09-30T14:17:19.8618012Z 16:17:19.857 DEBUG Scanner max available memory: 29 GB
2025-09-30T14:17:19.8901727Z 16:17:19.888 DEBUG Using JVM default truststore: C:\Program Files\Java\jdk-23\lib\security\cacerts
2025-09-30T14:17:19.8913026Z 16:17:19.888 DEBUG Download cache base directory: C:\Users\chra_ext_trivadis1.sonar\cache
2025-09-30T14:17:20.0523945Z 16:17:20.045 DEBUG Loading OS trusted SSL certificates…
2025-09-30T14:17:20.0527075Z 16:17:20.045 DEBUG This operation might be slow or even get stuck. You can skip it by passing the scanner property ‘sonar.scanner.skipSystemTruststore=true’
2025-09-30T14:17:20.2600182Z 16:17:20.249 DEBUG Successfully loaded KeyStore of the type [Windows-ROOT] having [56] entries
2025-09-30T14:17:20.3057627Z 16:17:20.296 DEBUG Successfully loaded KeyStore of the type [Windows-ROOT-LOCALMACHINE] having [55] entries
2025-09-30T14:17:20.3522284Z 16:17:20.343 DEBUG Successfully loaded KeyStore of the type [Windows-ROOT-CURRENTUSER] having [56] entries
2025-09-30T14:17:20.3750792Z 16:17:20.359 DEBUG Successfully loaded KeyStore of the type [Windows-MY] having [4] entries
2025-09-30T14:17:20.3935853Z 16:17:20.390 DEBUG Successfully loaded KeyStore of the type [Windows-MY-CURRENTUSER] having [4] entries
2025-09-30T14:17:20.4179918Z 16:17:20.406 DEBUG Successfully loaded KeyStore of the type [Windows-MY-LOCALMACHINE] having [0] entries
2025-09-30T14:17:20.4207313Z 16:17:20.406 DEBUG Loaded [175] system trusted certificates
2025-09-30T14:17:22.7791734Z 16:17:22.768 DEBUG Loaded truststore from ‘C:\Program Files\Java\jdk-23\lib\security\cacerts’ containing 112 certificates
2025-09-30T14:17:22.9710626Z 16:17:22.955 INFO  Communicating with SonarQube Cloud
2025-09-30T14:17:22.9718438Z 16:17:22.971 INFO  JRE provisioning: os[windows], arch[amd64]
2025-09-30T14:17:23.0052718Z 16:17:23.002 DEBUG → GET https://api.sonarcloud.io/analysis/jres?os=windows&arch=amd64
2025-09-30T14:17:23.6132783Z 16:17:23.611 DEBUG ← 200 https://api.sonarcloud.io/analysis/jres?os=windows&arch=amd64 (607ms, 475-byte body)
2025-09-30T14:17:23.6379299Z 16:17:23.630 DEBUG Executing: C:\Users\chra_ext_trivadis1.sonar\cache\4bafe2e94439c8193fc8c68247cb0dbaf4e80265b903288f63f128304f129bbe\OpenJDK17U-jre_x64_windows_hotspot_17.0.11_9.zip_extracted\jdk-17.0.11+9-jre\bin\java.exe --version
2025-09-30T14:17:23.8172117Z 16:17:23.803 DEBUG openjdk 17.0.11 2024-04-16
2025-09-30T14:17:23.8172696Z 16:17:23.803 DEBUG OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
2025-09-30T14:17:23.8175848Z 16:17:23.803 DEBUG OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, sharing)
2025-09-30T14:17:23.8548059Z 16:17:23.849 DEBUG → GET https://api.sonarcloud.io/analysis/engine
2025-09-30T14:17:24.0118927Z 16:17:24.006 DEBUG ← 200 https://api.sonarcloud.io/analysis/engine (156ms, 294-byte body)
2025-09-30T14:17:24.0188963Z 16:17:24.006 DEBUG Work directory: E:\agent_work\32\s.scannerwork
2025-09-30T14:17:24.0262611Z 16:17:24.021 DEBUG Executing: C:\Users\chra_ext_trivadis1.sonar\cache\4bafe2e94439c8193fc8c68247cb0dbaf4e80265b903288f63f128304f129bbe\OpenJDK17U-jre_x64_windows_hotspot_17.0.11_9.zip_extracted\jdk-17.0.11+9-jre\bin\java.exe -Dorg.bouncycastle.pkcs12.ignore_useless_passwd=true -jar C:\Users\chra_ext_trivadis1.sonar\cache\beecd3d4820832288f64bf37d94323d98ab19e5bff2cb1fa7ce3acfa2e3b9578\sonarcloud-scanner-engine-11.23.0.1000.jar
2025-09-30T14:17:24.5818303Z 16:17:24.569 INFO  Starting SonarScanner Engine…
2025-09-30T14:17:24.5821075Z 16:17:24.569 INFO  Java 17.0.11 Eclipse Adoptium (64-bit)
2025-09-30T14:17:24.6632062Z 16:17:24.647 DEBUG JVM max available memory: 29 GB
2025-09-30T14:17:25.0048624Z 16:17:24.991 DEBUG Sonar User Home: C:\Users\chra_ext_trivadis1.sonar
2025-09-30T14:17:25.0051788Z 16:17:24.991 DEBUG Initialize DefaultScannerWsClient
2025-09-30T14:17:25.1500329Z 16:17:25.148 DEBUG Loading OS trusted SSL certificates…
2025-09-30T14:17:25.1502959Z 16:17:25.148 DEBUG This operation might be slow or even get stuck. You can skip it by passing the scanner property ‘sonar.scanner.skipSystemTruststore=true’
2025-09-30T14:17:25.2953040Z 16:17:25.289 DEBUG Successfully loaded KeyStore of the type [Windows-ROOT] having [56] entries
2025-09-30T14:17:25.3420844Z 16:17:25.336 DEBUG Successfully loaded KeyStore of the type [Windows-ROOT-LOCALMACHINE] having [55] entries
2025-09-30T14:17:25.3920991Z 16:17:25.383 DEBUG Successfully loaded KeyStore of the type [Windows-ROOT-CURRENTUSER] having [56] entries
2025-09-30T14:17:25.4138647Z 16:17:25.399 DEBUG Successfully loaded KeyStore of the type [Windows-MY] having [4] entries
2025-09-30T14:17:25.4324766Z 16:17:25.431 DEBUG Successfully loaded KeyStore of the type [Windows-MY-CURRENTUSER] having [4] entries
2025-09-30T14:17:25.4523425Z 16:17:25.446 DEBUG Successfully loaded KeyStore of the type [Windows-MY-LOCALMACHINE] having [0] entries
2025-09-30T14:17:25.4544321Z 16:17:25.446 DEBUG Loaded [175] system trusted certificates
2025-09-30T14:17:28.1016376Z 16:17:28.091 DEBUG Loaded truststore from ‘C:\Program Files\Java\jdk-23\lib\security\cacerts’ containing 112 certificates
2025-09-30T14:17:28.3427476Z 16:17:28.326 INFO  Load global settings
2025-09-30T14:17:28.3637541Z 16:17:28.358 DEBUG → GET https://sonarcloud.io/api/settings/values.protobuf
2025-09-30T14:17:28.7767947Z 16:17:28.775 DEBUG ← 200 https://sonarcloud.io/api/settings/values.protobuf (412ms, unknown-length body)
2025-09-30T14:17:28.7862572Z 16:17:28.785 INFO  Load global settings (done) | time=458ms
2025-09-30T14:17:28.7942653Z 16:17:28.785 INFO  Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
2025-09-30T14:17:28.7957469Z 16:17:28.785 DEBUG Initialize DownloadPluginsScannerWsClient
2025-09-30T14:17:28.7984523Z 16:17:28.785 DEBUG Loading OS trusted SSL certificates…
2025-09-30T14:17:28.7989263Z 16:17:28.785 DEBUG This operation might be slow or even get stuck. You can skip it by passing the scanner property ‘sonar.scanner.skipSystemTruststore=true’
2025-09-30T14:17:28.8549793Z 16:17:28.847 DEBUG Successfully loaded KeyStore of the type [Windows-ROOT] having [56] entries
2025-09-30T14:17:28.9102956Z 16:17:28.894 DEBUG Successfully loaded KeyStore of the type [Windows-ROOT-LOCALMACHINE] having [55] entries
2025-09-30T14:17:28.9527812Z 16:17:28.941 DEBUG Successfully loaded KeyStore of the type [Windows-ROOT-CURRENTUSER] having [56] entries
2025-09-30T14:17:28.9719891Z 16:17:28.957 DEBUG Successfully loaded KeyStore of the type [Windows-MY] having [4] entries
2025-09-30T14:17:28.9896802Z 16:17:28.988 DEBUG Successfully loaded KeyStore of the type [Windows-MY-CURRENTUSER] having [4] entries
2025-09-30T14:17:28.9968926Z 16:17:28.988 DEBUG Successfully loaded KeyStore of the type [Windows-MY-LOCALMACHINE] having [0] entries
2025-09-30T14:17:28.9969668Z 16:17:28.988 DEBUG Loaded [175] system trusted certificates
2025-09-30T14:17:29.0307901Z 16:17:29.019 DEBUG Loaded truststore from ‘C:\Program Files\Java\jdk-23\lib\security\cacerts’ containing 112 certificates
2025-09-30T14:17:29.0528359Z 16:17:29.051 DEBUG User cache: C:\Users\chra_ext_trivadis1.sonar\cache
2025-09-30T14:17:29.0846673Z 16:17:29.082 INFO  Loading required plugins
2025-09-30T14:17:29.0854512Z 16:17:29.082 INFO  Load plugins index
2025-09-30T14:17:29.0857530Z 16:17:29.082 DEBUG → GET https://sonarcloud.io/api/plugins/installed
2025-09-30T14:17:29.1442967Z 16:17:29.129 DEBUG ← 200 https://sonarcloud.io/api/plugins/installed (57ms, unknown-length body)
2025-09-30T14:17:29.1878566Z 16:17:29.177 INFO  Load plugins index (done) | time=95ms
2025-09-30T14:17:29.1883558Z 16:17:29.177 INFO  Load/download plugins
2025-09-30T14:17:29.3179696Z 16:17:29.302 INFO  Load/download plugins (done) | time=125ms
2025-09-30T14:17:29.3187496Z 16:17:29.318 DEBUG Plugins not loaded because they are optional: [abap, sonarapex, architecture, architecturejavascriptfrontend, architecturejavafrontend, csharpenterprise, cpp, cobol, dart, dbd, dbdjavafrontend, dbdpythonfrontend, flex, go, web, jcl, javasymbolicexecution, java, javascript, kotlin, php, pli, plsql, python, rpg, ruby, rust, sonarscala, jasmin, swift, tsql, vbnetenterprise, vb, security, securitycsharpfrontend, securitygofrontend, securityjsfrontend, securityjavafrontend, securitykotlinfrontend, securityphpfrontend, securitypythonfrontend, securityvbnetfrontend, xml]
2025-09-30T14:17:29.4688786Z 16:17:29.458 DEBUG Plugins loaded:
2025-09-30T14:17:29.4690015Z 16:17:29.458 DEBUG   * Text Code Quality and Security 2.29.0.8107 (textenterprise)
2025-09-30T14:17:29.4692488Z 16:17:29.458 DEBUG   * JaCoCo 1.3.0.1538 (jacoco)
2025-09-30T14:17:29.4694025Z 16:17:29.458 DEBUG   * IaC Code Quality and Security 1.50.0.16452 (iacenterprise)
2025-09-30T14:17:29.4698458Z 16:17:29.458 DEBUG   * IaC Code Quality and Security 1.50.0.16452 (iac)
2025-09-30T14:17:29.4700336Z 16:17:29.458 DEBUG → GET https://sonarcloud.io/api/server/version
2025-09-30T14:17:29.5156285Z 16:17:29.505 DEBUG ← 200 https://sonarcloud.io/api/server/version (45ms, 11-byte body)
2025-09-30T14:17:29.5261044Z 16:17:29.520 DEBUG Updated analysis started with a difference of -14 milliseconds
2025-09-30T14:17:29.5625321Z 16:17:29.552 DEBUG Started at Tue Sep 30 16:17:29 CEST 2025
2025-09-30T14:17:29.9240196Z 16:17:29.911 DEBUG register org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$269/0x00000150812fb6c8@e8ea697 with shutdown hook
2025-09-30T14:17:29.9707679Z 16:17:29.958 INFO  Found an active CI vendor: ‘Azure DevOps’
2025-09-30T14:17:29.9948853Z 16:17:29.989 INFO  Load project settings for component key: ‘geberit_B2C-Cloud_B2C-Cloud’
2025-09-30T14:17:29.9949938Z 16:17:29.989 DEBUG → GET https://sonarcloud.io/api/settings/values.protobuf?component=geberit_B2C-Cloud_B2C-Cloud
2025-09-30T14:17:30.2775995Z 16:17:30.271 DEBUG ← 200 https://sonarcloud.io/api/settings/values.protobuf?component=geberit_B2C-Cloud_B2C-Cloud (281ms, unknown-length body)
2025-09-30T14:17:30.2785080Z 16:17:30.271 INFO  Load project settings for component key: ‘geberit_B2C-Cloud_B2C-Cloud’ (done) | time=282ms
2025-09-30T14:17:30.3007849Z 16:17:30.287 INFO  Process project properties
2025-09-30T14:17:30.3102952Z 16:17:30.302 DEBUG Process project properties (done) | time=15ms
2025-09-30T14:17:30.3104420Z 16:17:30.302 INFO  Execute project builders
2025-09-30T14:17:30.3107083Z 16:17:30.302 DEBUG Execute project builder: org.sonar.scanner.architecture.ArchitectureProjectBuilder
2025-09-30T14:17:30.3110200Z 16:17:30.302 DEBUG Setting sonar.architecture.preview.available to false
2025-09-30T14:17:30.3111456Z 16:17:30.302 INFO  Execute project builders (done) | time=0ms
2025-09-30T14:17:30.3174288Z 16:17:30.302 INFO  Project key: geberit_B2C-Cloud_B2C-Cloud
2025-09-30T14:17:30.3174953Z 16:17:30.302 INFO  Base dir: E:\agent_work\32\s
2025-09-30T14:17:30.3178034Z 16:17:30.302 INFO  Working dir: E:\agent_work\32\s.scannerwork
2025-09-30T14:17:30.3179344Z 16:17:30.302 DEBUG Project global encoding: UTF-8, default locale: en_US
2025-09-30T14:17:30.3205016Z 16:17:30.318 DEBUG Creating module hierarchy
2025-09-30T14:17:30.3206873Z 16:17:30.318 DEBUG   Init module ‘B2C-Cloud-Web’
2025-09-30T14:17:30.3217277Z 16:17:30.318 DEBUG     Base dir: E:\agent_work\32\s
2025-09-30T14:17:30.3218608Z 16:17:30.318 DEBUG     Working dir: E:\agent_work\32\s.scannerwork
2025-09-30T14:17:30.3220993Z 16:17:30.318 DEBUG     Module global encoding: UTF-8, default locale: en_US
2025-09-30T14:17:30.3279152Z 16:17:30.318 INFO  Load project branches
2025-09-30T14:17:30.3297327Z 16:17:30.318 DEBUG → GET https://sonarcloud.io/api/project_branches/list?project=geberit_B2C-Cloud_B2C-Cloud
2025-09-30T14:17:30.6701891Z 16:17:30.662 DEBUG ← 200 https://sonarcloud.io/api/project_branches/list?project=geberit_B2C-Cloud_B2C-Cloud (339ms, unknown-length body)
2025-09-30T14:17:30.6837386Z 16:17:30.678 INFO  Load project branches (done) | time=360ms
2025-09-30T14:17:30.6866988Z 16:17:30.678 INFO  Check ALM binding of project ‘geberit_B2C-Cloud_B2C-Cloud’
2025-09-30T14:17:30.6882475Z 16:17:30.678 DEBUG → GET https://sonarcloud.io/api/alm_integration/is_project_bound?project=geberit_B2C-Cloud_B2C-Cloud
2025-09-30T14:17:31.1790850Z 16:17:31.163 DEBUG ← 200 https://sonarcloud.io/api/alm_integration/is_project_bound?project=geberit_B2C-Cloud_B2C-Cloud (489ms, unknown-length body)
2025-09-30T14:17:31.1806288Z 16:17:31.179 INFO  Detected project binding: BOUND
2025-09-30T14:17:31.1808491Z 16:17:31.179 INFO  Check ALM binding of project ‘geberit_B2C-Cloud_B2C-Cloud’ (done) | time=501ms
2025-09-30T14:17:31.1819110Z 16:17:31.179 INFO  Load project pull requests
2025-09-30T14:17:31.1833939Z 16:17:31.179 DEBUG → GET https://sonarcloud.io/api/project_pull_requests/list?project=geberit_B2C-Cloud_B2C-Cloud
2025-09-30T14:17:31.5550764Z 16:17:31.540 DEBUG ← 200 https://sonarcloud.io/api/project_pull_requests/list?project=geberit_B2C-Cloud_B2C-Cloud (370ms, unknown-length body)
2025-09-30T14:17:31.5661308Z 16:17:31.555 INFO  Load project pull requests (done) | time=376ms
2025-09-30T14:17:31.5671289Z 16:17:31.555 INFO  Load branch configuration
2025-09-30T14:17:31.5699026Z 16:17:31.555 DEBUG Found manual configuration of branch/PR analysis. Skipping automatic configuration.
2025-09-30T14:17:31.5717649Z 16:17:31.555 DEBUG → GET https://sonarcloud.io/api/alm_integration/show_pullrequest?project=geberit_B2C-Cloud_B2C-Cloud&pullrequestKey=96937
2025-09-30T14:17:31.7424178Z 16:17:31.728 DEBUG ← 404 https://sonarcloud.io/api/alm_integration/show_pullrequest?project=geberit_B2C-Cloud_B2C-Cloud&pullrequestKey=96937 (170ms, unknown-length body)
2025-09-30T14:17:31.7693821Z 16:17:31.759 DEBUG Cleanup org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$269/0x00000150812fb6c8@e8ea697 during JVM shutdown
2025-09-30T14:17:31.7837944Z ##[error]16:17:31.775 ERROR Could not find the pullrequest with key ‘96937’java.lang.IllegalStateException: Unable to load component class org.sonar.scanner.scan.filesystem.InputComponentStoreat org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:52)at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)at org.picocontainer.DefaultPicoContainer.instantiateComponentAsIsStartable(DefaultPicoContainer.java:1034)at org.picocontainer.DefaultPicoContainer.addAdapterIfStartable(DefaultPicoContainer.java:1026)at org.picocontainer.DefaultPicoContainer.startAdapters(DefaultPicoContainer.java:1003)at org.picocontainer.DefaultPicoContainer.start(DefaultPicoContainer.java:767)at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:122)at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:128)at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)at org.sonar.scanner.bootstrap.ScannerMain.runScannerEngine(ScannerMain.java:143)at org.sonar.scanner.bootstrap.ScannerMain.run(ScannerMain.java:58)at org.sonar.scanner.bootstrap.ScannerMain.main(ScannerMain.java:42)Caused by: java.lang.IllegalStateException: Unable to load component interface org.sonar.scanner.scan.branch.BranchConfigurationat org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:52)at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:50)… 23 common frames omittedCaused by: org.sonar.api.utils.MessageException: Could not find the pullrequest with key ‘96937’Caused by: com.sonarsource.scanner.engine.webapi.client.HttpException: Error 404 on https://sonarcloud.io/api/alm_integration/show_pullrequest?project=geberit_B2C-Cloud_B2C-Cloud&pullrequestKey=96937 : {“errors”:[{“msg”:“You don\u0027t have permission, or the provided pullrequest with key \u002796937\u0027 doesn\u0027t exist.”}]}at com.sonarsource.scanner.engine.webapi.client.BaseResponse.failIfNotSuccessful(BaseResponse.java:22)at org.sonar.scanner.http.DefaultScannerWsClient.failIfUnauthorized(DefaultScannerWsClient.java:82)at org.sonar.scanner.http.DefaultScannerWsClient.call(DefaultScannerWsClient.java:55)at com.sonarsource.branch.pr.PullRequestClient.getPullRequest(PullRequestClient.java:30)at com.sonarsource.branch.PrBranchConfigurationBuilder.buildForBoundProject(PrBranchConfigurationBuilder.java:68)at com.sonarsource.branch.PrBranchConfigurationBuilder.build(PrBranchConfigurationBuilder.java:56)at com.sonarsource.branch.BranchConfigurationLoaderImpl.load(BranchConfigurationLoaderImpl.java:65)at org.sonar.scanner.scan.branch.BranchConfigurationProvider.provide(BranchConfigurationProvider.java:33)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)at java.base/java.lang.reflect.Method.invoke(Unknown Source)at org.picocontainer.injectors.MethodInjector.invokeMethod(MethodInjector.java:129)at org.picocontainer.injectors.MethodInjector.access$000(MethodInjector.java:39)at org.picocontainer.injectors.MethodInjector$2.run(MethodInjector.java:113)at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)at org.picocontainer.injectors.MethodInjector.decorateComponentInstance(MethodInjector.java:120)at org.picocontainer.injectors.CompositeInjector.decorateComponentInstance(CompositeInjector.java:58)at org.picocontainer.injectors.Reinjector.reinject(Reinjector.java:142)at org.picocontainer.injectors.ProviderAdapter.getComponentInstance(ProviderAdapter.java:96)at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:50)at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:50)at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)at org.picocontainer.DefaultPicoContainer.instantiateComponentAsIsStartable(DefaultPicoContainer.java:1034)at org.picocontainer.DefaultPicoContainer.addAdapterIfStartable(DefaultPicoContainer.java:1026)at org.picocontainer.DefaultPicoContainer.startAdapters(DefaultPicoContainer.java:1003)at org.picocontainer.DefaultPicoContainer.start(DefaultPicoContainer.java:767)at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:122)at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:128)at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)at org.sonar.scanner.bootstrap.ScannerMain.runScannerEngine(ScannerMain.java:143)at org.sonar.scanner.bootstrap.ScannerMain.run(ScannerMain.java:58)at org.sonar.scanner.bootstrap.ScannerMain.main(ScannerMain.java:42)
2025-09-30T14:17:31.7859524Z 16:17:31.775 ERROR Could not find the pullrequest with key ‘96937’
2025-09-30T14:17:31.7859853Z java.lang.IllegalStateException: Unable to load component class org.sonar.scanner.scan.filesystem.InputComponentStore
2025-09-30T14:17:31.7860224Z 	at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:52)
2025-09-30T14:17:31.7860659Z 	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
2025-09-30T14:17:31.7861018Z 	at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)
2025-09-30T14:17:31.7861384Z 	at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)
2025-09-30T14:17:31.7861757Z 	at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)
2025-09-30T14:17:31.7862134Z 	at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)
2025-09-30T14:17:31.7862513Z 	at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)
2025-09-30T14:17:31.7862878Z 	at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
2025-09-30T14:17:31.7863255Z 	at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
2025-09-30T14:17:31.7863651Z 	at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
2025-09-30T14:17:31.7864038Z 	at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
2025-09-30T14:17:31.7864368Z 	at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
2025-09-30T14:17:31.7864720Z 	at org.picocontainer.DefaultPicoContainer.instantiateComponentAsIsStartable(DefaultPicoContainer.java:1034)
2025-09-30T14:17:31.7865085Z 	at org.picocontainer.DefaultPicoContainer.addAdapterIfStartable(DefaultPicoContainer.java:1026)
2025-09-30T14:17:31.7865427Z 	at org.picocontainer.DefaultPicoContainer.startAdapters(DefaultPicoContainer.java:1003)
2025-09-30T14:17:31.7865750Z 	at org.picocontainer.DefaultPicoContainer.start(DefaultPicoContainer.java:767)
2025-09-30T14:17:31.7866091Z 	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:122)
2025-09-30T14:17:31.7866424Z 	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
2025-09-30T14:17:31.7866748Z 	at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:128)
2025-09-30T14:17:31.7867080Z 	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
2025-09-30T14:17:31.7868014Z 	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
2025-09-30T14:17:31.7868338Z 	at org.sonar.scanner.bootstrap.ScannerMain.runScannerEngine(ScannerMain.java:143)
2025-09-30T14:17:31.7868641Z 	at org.sonar.scanner.bootstrap.ScannerMain.run(ScannerMain.java:58)
2025-09-30T14:17:31.7868933Z 	at org.sonar.scanner.bootstrap.ScannerMain.main(ScannerMain.java:42)
2025-09-30T14:17:31.7869258Z Caused by: java.lang.IllegalStateException: Unable to load component interface org.sonar.scanner.scan.branch.BranchConfiguration
2025-09-30T14:17:31.7869636Z 	at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:52)
2025-09-30T14:17:31.7870043Z 	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
2025-09-30T14:17:31.7870398Z 	at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)
2025-09-30T14:17:31.7870765Z 	at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)
2025-09-30T14:17:31.7871124Z 	at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)
2025-09-30T14:17:31.7871502Z 	at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)
2025-09-30T14:17:31.7871867Z 	at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)
2025-09-30T14:17:31.7872229Z 	at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
2025-09-30T14:17:31.7872622Z 	at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
2025-09-30T14:17:31.7873028Z 	at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
2025-09-30T14:17:31.7873428Z 	at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
2025-09-30T14:17:31.7873775Z 	at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
2025-09-30T14:17:31.7874094Z 	at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
2025-09-30T14:17:31.7874431Z 	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
2025-09-30T14:17:31.7874803Z 	at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:50)
2025-09-30T14:17:31.7875089Z 	… 23 common frames omitted
2025-09-30T14:17:31.7875471Z Caused by: org.sonar.api.utils.MessageException: Could not find the pullrequest with key ‘96937’
2025-09-30T14:17:31.7876216Z Caused by: com.sonarsource.scanner.engine.webapi.client.HttpException: Error 404 on https://sonarcloud.io/api/alm_integration/show_pullrequest?project=geberit_B2C-Cloud_B2C-Cloud&pullrequestKey=96937 : {“errors”:[{“msg”:“You don\u0027t have permission, or the provided pullrequest with key \u002796937\u0027 doesn\u0027t exist.”}]}
2025-09-30T14:17:31.7876768Z 	at com.sonarsource.scanner.engine.webapi.client.BaseResponse.failIfNotSuccessful(BaseResponse.java:22)
2025-09-30T14:17:31.7877159Z 	at org.sonar.scanner.http.DefaultScannerWsClient.failIfUnauthorized(DefaultScannerWsClient.java:82)
2025-09-30T14:17:31.7877512Z 	at org.sonar.scanner.http.DefaultScannerWsClient.call(DefaultScannerWsClient.java:55)
2025-09-30T14:17:31.7877844Z 	at com.sonarsource.branch.pr.PullRequestClient.getPullRequest(PullRequestClient.java:30)
2025-09-30T14:17:31.7878217Z 	at com.sonarsource.branch.PrBranchConfigurationBuilder.buildForBoundProject(PrBranchConfigurationBuilder.java:68)
2025-09-30T14:17:31.7878590Z 	at com.sonarsource.branch.PrBranchConfigurationBuilder.build(PrBranchConfigurationBuilder.java:56)
2025-09-30T14:17:31.7879095Z 	at com.sonarsource.branch.BranchConfigurationLoaderImpl.load(BranchConfigurationLoaderImpl.java:65)
2025-09-30T14:17:31.7879470Z 	at org.sonar.scanner.scan.branch.BranchConfigurationProvider.provide(BranchConfigurationProvider.java:33)
2025-09-30T14:17:31.7880091Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-09-30T14:17:31.7880381Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2025-09-30T14:17:31.7880689Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2025-09-30T14:17:31.7880965Z 	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
2025-09-30T14:17:31.7881250Z 	at org.picocontainer.injectors.MethodInjector.invokeMethod(MethodInjector.java:129)
2025-09-30T14:17:31.7881570Z 	at org.picocontainer.injectors.MethodInjector.access$000(MethodInjector.java:39)
2025-09-30T14:17:31.7881883Z 	at org.picocontainer.injectors.MethodInjector$2.run(MethodInjector.java:113)
2025-09-30T14:17:31.7882235Z 	at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
2025-09-30T14:17:31.7882613Z 	at org.picocontainer.injectors.MethodInjector.decorateComponentInstance(MethodInjector.java:120)
2025-09-30T14:17:31.7882977Z 	at org.picocontainer.injectors.CompositeInjector.decorateComponentInstance(CompositeInjector.java:58)
2025-09-30T14:17:31.7883307Z 	at org.picocontainer.injectors.Reinjector.reinject(Reinjector.java:142)
2025-09-30T14:17:31.7883629Z 	at org.picocontainer.injectors.ProviderAdapter.getComponentInstance(ProviderAdapter.java:96)
2025-09-30T14:17:31.7883964Z 	at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
2025-09-30T14:17:31.7884305Z 	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
2025-09-30T14:17:31.7884666Z 	at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:50)
2025-09-30T14:17:31.7885026Z 	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
2025-09-30T14:17:31.7885377Z 	at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)
2025-09-30T14:17:31.7885748Z 	at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)
2025-09-30T14:17:31.7886102Z 	at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)
2025-09-30T14:17:31.7886475Z 	at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)
2025-09-30T14:17:31.7886843Z 	at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)
2025-09-30T14:17:31.7887203Z 	at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
2025-09-30T14:17:31.7887593Z 	at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
2025-09-30T14:17:31.7887985Z 	at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
2025-09-30T14:17:31.7888375Z 	at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
2025-09-30T14:17:31.7888699Z 	at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
2025-09-30T14:17:31.7889015Z 	at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
2025-09-30T14:17:31.7889341Z 	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
2025-09-30T14:17:31.7889699Z 	at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:50)
2025-09-30T14:17:31.7890058Z 	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
2025-09-30T14:17:31.7890409Z 	at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)
2025-09-30T14:17:31.7890776Z 	at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)
2025-09-30T14:17:31.7891140Z 	at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)
2025-09-30T14:17:31.7891744Z 	at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)
2025-09-30T14:17:31.7892110Z 	at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)
2025-09-30T14:17:31.7892472Z 	at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
2025-09-30T14:17:31.7892849Z 	at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
2025-09-30T14:17:31.7893242Z 	at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
2025-09-30T14:17:31.7893627Z 	at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
2025-09-30T14:17:31.7893952Z 	at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
2025-09-30T14:17:31.7894301Z 	at org.picocontainer.DefaultPicoContainer.instantiateComponentAsIsStartable(DefaultPicoContainer.java:1034)
2025-09-30T14:17:31.7894677Z 	at org.picocontainer.DefaultPicoContainer.addAdapterIfStartable(DefaultPicoContainer.java:1026)
2025-09-30T14:17:31.7895018Z 	at org.picocontainer.DefaultPicoContainer.startAdapters(DefaultPicoContainer.java:1003)
2025-09-30T14:17:31.7895343Z 	at org.picocontainer.DefaultPicoContainer.start(DefaultPicoContainer.java:767)
2025-09-30T14:17:31.7895669Z 	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:122)
2025-09-30T14:17:31.7896001Z 	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
2025-09-30T14:17:31.7896326Z 	at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:128)
2025-09-30T14:17:31.7896659Z 	at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
2025-09-30T14:17:31.7896988Z 	at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
2025-09-30T14:17:31.7897314Z 	at org.sonar.scanner.bootstrap.ScannerMain.runScannerEngine(ScannerMain.java:143)
2025-09-30T14:17:31.7897616Z 	at org.sonar.scanner.bootstrap.ScannerMain.run(ScannerMain.java:58)
2025-09-30T14:17:31.7897925Z 	at org.sonar.scanner.bootstrap.ScannerMain.main(ScannerMain.java:42)
2025-09-30T14:17:31.7898053Z
2025-09-30T14:17:32.3063769Z 16:17:32.302 DEBUG Java command exited with code 1
2025-09-30T14:17:32.3064122Z 16:17:32.302 INFO  EXECUTION FAILURE
2025-09-30T14:17:32.3070811Z 16:17:32.302 INFO  Total time: 12.617s
2025-09-30T14:17:32.8340138Z
2025-09-30T14:17:32.8368147Z ##[error][ERROR] SonarQube Cloud: Error while executing task Analyze: The process ‘E:\agent_work_tasks\SonarCloudAnalyze_ce096e50-6155-4de8-8800-4221aaeed4a1\3.4.1\sonar-scanner\bin\sonar-scanner.bat’ failed with exit code 1
2025-09-30T14:17:32.8369414Z ##[error]The process ‘E:\agent_work_tasks\SonarCloudAnalyze_ce096e50-6155-4de8-8800-4221aaeed4a1\3.4.1\sonar-scanner\bin\sonar-scanner.bat’ failed with exit code 1
2025-09-30T14:17:32.8463818Z ##[section]Finishing: SonarCloudAnalyze