"The main branch of this project is empty" only in projects page

We are running SonarQube 10.4 on AKS. Projects are built using Azure DevOps Pipelines with SonarQubePrepare@5, SonarQubeAnalyze@5 and SonarQubePublish@5 tasks. A first run for a new repository with such a pipeline would automatically create the project in SonarQube.

We have a project that has a default branch called “develop”. The SonarQube project was created by running our pipeline, however, it assumed the default branch is ‘master’. In the ‘Branches & Pull Requests’ I have renamed the main branch to develop. But even after, and running a new analysis, the widget in the Projects screen remains empty:

image

Although, when I click on it, navigate to all code, I do get results immediately. I don’t have to change branches. It seems it’s just the widget on the home page that remains empty.

I’d like to fix the issue since I get reports of the analysis not entirely working.

Also, we currently have about 50 projects in SonarQube. only 10 of them exhibit this issue. I don’t see an obvious common factor.

SonarQubeAnalyze@5 log:

2024-05-06T11:52:16.8832227Z ##[debug]Evaluating condition for step: 'SonarQubeAnalyze'
2024-05-06T11:52:16.8832998Z ##[debug]Evaluating: SucceededNode()
2024-05-06T11:52:16.8833282Z ##[debug]Evaluating SucceededNode:
2024-05-06T11:52:16.8833775Z ##[debug]=> True
2024-05-06T11:52:16.8834076Z ##[debug]Result: True
2024-05-06T11:52:16.8834376Z ##[section]Starting: SonarQubeAnalyze
2024-05-06T11:52:16.8838326Z ==============================================================================
2024-05-06T11:52:16.8838507Z Task         : Run Code Analysis
2024-05-06T11:52:16.8838599Z Description  : Run scanner and upload the results to the SonarQube server.
2024-05-06T11:52:16.8838725Z Version      : 5.20.0
2024-05-06T11:52:16.8838819Z Author       : sonarsource
2024-05-06T11:52:16.8838916Z Help         : Version: 5.20.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)
2024-05-06T11:52:16.8839229Z ==============================================================================
2024-05-06T11:52:16.8986844Z ##[debug]Using node path: /agent/externals/node10/bin/node
2024-05-06T11:52:17.0243457Z ##[debug]agent.TempDirectory=/agent/_work/_temp
2024-05-06T11:52:17.0272762Z ##[debug]loading inputs and endpoints
2024-05-06T11:52:17.0284227Z ##[debug]loading INPUT_JDKVERSION
2024-05-06T11:52:17.0301840Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
2024-05-06T11:52:17.0307193Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
2024-05-06T11:52:17.0311551Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
2024-05-06T11:52:17.0319535Z ##[debug]loading SECRET_AZURE_SECRET
2024-05-06T11:52:17.0324221Z ##[debug]loading SECRET_CONTAINER_AUTHENTICATIONTOKEN
2024-05-06T11:52:17.0328654Z ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
2024-05-06T11:52:17.0332994Z ##[debug]loading SECRET_SONARQUBE_ENDPOINT
2024-05-06T11:52:17.0337241Z ##[debug]loaded 8
2024-05-06T11:52:17.0345499Z ##[debug]Agent.ProxyUrl=undefined
2024-05-06T11:52:17.0349618Z ##[debug]Agent.CAInfo=undefined
2024-05-06T11:52:17.0352674Z ##[debug]Agent.ClientCert=undefined
2024-05-06T11:52:17.0355720Z ##[debug]Agent.SkipCertValidation=undefined
2024-05-06T11:52:17.0640904Z ##[debug]jdkversion=JAVA_HOME
2024-05-06T11:52:17.0645573Z ##[debug]SONARQUBE_SCANNER_MODE=MSBuild
2024-05-06T11:52:17.0646382Z ##[debug]SONARQUBE_SERVER_VERSION=10.4.1
2024-05-06T11:52:17.0647164Z ##[debug]JAVA_HOME was specified in the Run Code Analysis task configuration, nothing to do.
2024-05-06T11:52:17.0647802Z ##[debug]SONARQUBE_SCANNER_MODE=MSBuild
2024-05-06T11:52:17.0648854Z ##[debug]SONARQUBE_SCANNER_PARAMS={"sonar.host.url":"https://sonarqube.sha.azure.mycompany.net","sonar.token":***,"sonar.projectKey":"MyProduct_Orchestrator","sonar.projectVersion":"1.0","sonar.scanner.metadataFilePath":"/agent/_work/_temp/sonar/278506/575b7889-86f9-257a-2c07-476a8480a3ec/report-task.txt","sonar.cs.opencover.reportsPaths":"/agent/_work/14/s\\code-coverage\\*.opencover.xml"}
2024-05-06T11:52:17.0673274Z ##[debug]SONARQUBE_SCANNER_MSBUILD_DLL=/agent/_work/_tasks/SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157/5.19.1/dotnet-sonar-scanner-msbuild/SonarScanner.MSBuild.dll
2024-05-06T11:52:17.0673927Z ##[debug]which 'dotnet'
2024-05-06T11:52:17.0678623Z ##[debug]found: '/usr/bin/dotnet'
2024-05-06T11:52:17.0679974Z ##[debug]which '/usr/bin/dotnet'
2024-05-06T11:52:17.0680870Z ##[debug]found: '/usr/bin/dotnet'
2024-05-06T11:52:17.0682203Z ##[debug]/usr/bin/dotnet arg: /agent/_work/_tasks/SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157/5.19.1/dotnet-sonar-scanner-msbuild/SonarScanner.MSBuild.dll
2024-05-06T11:52:17.0683067Z ##[debug]/usr/bin/dotnet arg: end
2024-05-06T11:52:17.0684924Z ##[debug]exec tool: /usr/bin/dotnet
2024-05-06T11:52:17.0685457Z ##[debug]arguments:
2024-05-06T11:52:17.0685985Z ##[debug]   /agent/_work/_tasks/SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157/5.19.1/dotnet-sonar-scanner-msbuild/SonarScanner.MSBuild.dll
2024-05-06T11:52:17.0686838Z ##[debug]   end
2024-05-06T11:52:17.0690306Z [command]/usr/bin/dotnet /agent/_work/_tasks/SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157/5.19.1/dotnet-sonar-scanner-msbuild/SonarScanner.MSBuild.dll end
2024-05-06T11:52:17.1229102Z SonarScanner for MSBuild 5.15
2024-05-06T11:52:17.1229410Z Using the .NET Core version of the Scanner for MSBuild
2024-05-06T11:52:17.1632742Z Post-processing started.
2024-05-06T11:52:17.2842422Z Calling the SonarScanner CLI...
2024-05-06T11:52:17.3679212Z INFO: Scanner configuration file: /agent/_work/_tasks/SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157/5.19.1/dotnet-sonar-scanner-msbuild/sonar-scanner-4.8.1.3023/conf/sonar-scanner.properties
2024-05-06T11:52:17.3680795Z INFO: Project root configuration file: /agent/_work/14/.sonarqube/out/sonar-project.properties
2024-05-06T11:52:17.4207770Z INFO: SonarScanner 4.8.1.3023
2024-05-06T11:52:17.4208990Z INFO: Java 17.0.10 Private Build (64-bit)
2024-05-06T11:52:17.4209640Z INFO: Linux 5.15.0-1059-azure amd64
2024-05-06T11:52:17.6475996Z INFO: User cache: /home/AzDevOps/.sonar/cache
2024-05-06T11:52:18.3959979Z INFO: Analyzing on SonarQube server 10.4.1.88267
2024-05-06T11:52:19.3919680Z INFO: Default locale: "en", source code encoding: "UTF-8" (analysis is platform dependent)
2024-05-06T11:52:19.4326674Z INFO: Load global settings
2024-05-06T11:52:19.4384034Z INFO: Load global settings (done) | time=131ms
2024-05-06T11:52:19.4385089Z INFO: Server id: 73F0115F-AX6hyeneNVit8U_pBnpX
2024-05-06T11:52:19.4385477Z INFO: User cache: /home/AzDevOps/.sonar/cache
2024-05-06T11:52:19.4385821Z WARN: sonar.plugins.downloadOnlyRequired is false, so ALL available plugins will be downloaded
2024-05-06T11:52:19.4386146Z INFO: Loading all plugins
2024-05-06T11:52:19.4386422Z INFO: Load plugins index
2024-05-06T11:52:19.4386696Z INFO: Load plugins index (done) | time=44ms
2024-05-06T11:52:19.4386998Z INFO: Load/download plugins
2024-05-06T11:52:19.4387300Z INFO: Load/download plugins (done) | time=264ms
2024-05-06T11:52:19.4387775Z INFO: Loaded core extensions: developer-scanner
2024-05-06T11:52:19.4649347Z INFO: Process project properties
2024-05-06T11:52:19.4801018Z INFO: Process project properties (done) | time=13ms
2024-05-06T11:52:19.4801846Z INFO: Execute project builders
2024-05-06T11:52:19.5182484Z INFO: Execute project builders (done) | time=39ms
2024-05-06T11:52:19.5205787Z INFO: Project key: MyProduct_Orchestrator
2024-05-06T11:52:19.5206616Z INFO: Base dir: /agent/_work/14/s
2024-05-06T11:52:19.5207195Z INFO: Working dir: /agent/_work/14/.sonarqube/out/.sonar
2024-05-06T11:52:19.5338700Z INFO: Load project settings for component key: 'MyProduct_Orchestrator'
2024-05-06T11:52:19.5800138Z INFO: Load project settings for component key: 'MyProduct_Orchestrator' (done) | time=46ms
2024-05-06T11:52:19.6543525Z INFO: Load project branches
2024-05-06T11:52:19.7025058Z INFO: Load project branches (done) | time=48ms
2024-05-06T11:52:19.7058331Z INFO: Load branch configuration
2024-05-06T11:52:19.7097414Z INFO: Load branch configuration (done) | time=4ms
2024-05-06T11:52:19.7326001Z INFO: Load quality profiles
2024-05-06T11:52:19.8270920Z INFO: Load quality profiles (done) | time=94ms
2024-05-06T11:52:19.8349134Z INFO: Auto-configuring with CI 'Azure DevOps'
2024-05-06T11:52:19.8735358Z INFO: Load active rules
2024-05-06T11:52:20.4383134Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1235.00 MB out of 7938.00 MB, CPU: Usage 7.96%
2024-05-06T11:52:24.5266410Z INFO: Load active rules (done) | time=4646ms
2024-05-06T11:52:24.5267647Z INFO: Load analysis cache
2024-05-06T11:52:24.5591756Z INFO: Load analysis cache (2.5 kB) | time=33ms
2024-05-06T11:52:24.6532729Z INFO: Preprocessing files...
2024-05-06T11:52:25.4441867Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1297.00 MB out of 7938.00 MB, CPU: Usage 7.57%
2024-05-06T11:52:25.9789115Z INFO: 2 languages detected in 53 preprocessed files
2024-05-06T11:52:25.9792795Z INFO: 0 files ignored because of inclusion/exclusion patterns
2024-05-06T11:52:25.9796395Z INFO: 4 files ignored because of scm ignore settings
2024-05-06T11:52:26.8895905Z INFO: Load project repositories
2024-05-06T11:52:27.8905236Z INFO: Load project repositories (done) | time=39ms
2024-05-06T11:52:27.9281473Z INFO: Indexing files...
2024-05-06T11:52:27.9764586Z INFO: Project configuration:
2024-05-06T11:52:27.9765178Z INFO:   Excluded sources: *.sql, **/*.sql
2024-05-06T11:52:27.9765527Z INFO:   Excluded sources for duplication: **/*.sql, *.sql
2024-05-06T11:52:27.9766198Z INFO: Indexing files of module 'MyCompany.MyProduct.Orchestrator.Main'
2024-05-06T11:52:27.9766592Z INFO:   Base dir: /agent/_work/14/s/src/Modules/MyCompany.MyProduct.Orchestrator.Main
2024-05-06T11:52:27.9766995Z INFO:   Test paths: Configuration/FeatureFlags.cs, Configuration/OrchestratorConfig...
2024-05-06T11:52:27.9767345Z INFO:   Excluded sources: *.sql, **/*.sql
2024-05-06T11:52:27.9767678Z INFO:   Excluded sources for duplication: **/*.sql, *.sql
2024-05-06T11:52:27.9768208Z INFO: Indexing files of module 'MyCompany.MyProduct.Orchestrator-unit-tests'
2024-05-06T11:52:27.9768552Z INFO:   Base dir: /agent/_work/14/s/test
2024-05-06T11:52:27.9768880Z INFO:   Excluded sources: *.sql, **/*.sql
2024-05-06T11:52:27.9769224Z INFO:   Excluded sources for duplication: **/*.sql, *.sql
2024-05-06T11:52:27.9769712Z INFO: Indexing files of module 'MyCompany.MyProduct.Orchestrator-unit-tests'
2024-05-06T11:52:27.9770063Z INFO:   Base dir: /agent/_work/14/s/test
2024-05-06T11:52:27.9770419Z INFO:   Test paths: ExecutionHandling/Sagas/ConnectMessageSagaTests.cs, ExecutionHa...
2024-05-06T11:52:27.9770789Z INFO:   Excluded sources: *.sql, **/*.sql
2024-05-06T11:52:27.9771116Z INFO:   Excluded sources for duplication: **/*.sql, *.sql
2024-05-06T11:52:27.9771600Z INFO: Indexing files of module 'MyCompany.MyProduct.Orchestrator.Host'
2024-05-06T11:52:27.9771992Z INFO:   Base dir: /agent/_work/14/s/src/Hosts/MyCompany.MyProduct.Orchestrator.Host
2024-05-06T11:52:27.9772388Z INFO:   Test paths: Controllers/BaseController.cs, Controllers/CoreController.cs, C...
2024-05-06T11:52:27.9772757Z INFO:   Excluded sources: *.sql, **/*.sql
2024-05-06T11:52:27.9773087Z INFO:   Excluded sources for duplication: **/*.sql, *.sql
2024-05-06T11:52:27.9773561Z INFO: Indexing files of module 'MyCompany.MyProduct.Orchestrator.Main'
2024-05-06T11:52:27.9773951Z INFO:   Base dir: /agent/_work/14/s/src/Modules/MyCompany.MyProduct.Orchestrator.Main
2024-05-06T11:52:27.9774300Z INFO:   Excluded sources: *.sql, **/*.sql
2024-05-06T11:52:27.9774613Z INFO:   Excluded sources for duplication: **/*.sql, *.sql
2024-05-06T11:52:27.9775081Z INFO: Indexing files of module 'MyProduct_Orchestrator'
2024-05-06T11:52:27.9775424Z INFO:   Base dir: /agent/_work/14/s
2024-05-06T11:52:27.9775747Z INFO:   Source paths: setup/appsettings.template.cloud.json
2024-05-06T11:52:27.9776093Z INFO:   Excluded sources: *.sql, **/*.sql
2024-05-06T11:52:27.9776428Z INFO:   Excluded sources for duplication: **/*.sql, *.sql
2024-05-06T11:52:27.9776727Z INFO: 53 files indexed
2024-05-06T11:52:27.9777034Z INFO: Quality profile for cs: MyCompany way
2024-05-06T11:52:27.9777349Z INFO: Quality profile for json: Sonar way
2024-05-06T11:52:27.9777841Z INFO: ------------- Run sensors on module MyCompany.MyProduct.Orchestrator.Main
2024-05-06T11:52:27.9778496Z INFO: Load metrics repository
2024-05-06T11:52:27.9778806Z INFO: Load metrics repository (done) | time=36ms
2024-05-06T11:52:29.1164505Z INFO: Sensor C# Project Type Information [csharp]
2024-05-06T11:52:29.1192581Z INFO: Sensor C# Project Type Information [csharp] (done) | time=3ms
2024-05-06T11:52:29.1195427Z INFO: Sensor C# Analysis Log [csharp]
2024-05-06T11:52:29.1269775Z INFO: Roslyn version: 4.9.0.0
2024-05-06T11:52:29.1270072Z INFO: Language version: CSharp12
2024-05-06T11:52:29.1273229Z INFO: Concurrent execution: enabled
2024-05-06T11:52:29.1275133Z INFO: Sensor C# Analysis Log [csharp] (done) | time=8ms
2024-05-06T11:52:29.1276889Z INFO: Sensor C# Properties [csharp]
2024-05-06T11:52:29.1288466Z INFO: Sensor C# Properties [csharp] (done) | time=1ms
2024-05-06T11:52:29.1290174Z INFO: Sensor TextAndSecretsSensor [text]
2024-05-06T11:52:29.5598601Z INFO: 34 source files to be analyzed
2024-05-06T11:52:30.1964070Z INFO: 34/34 source files have been analyzed
2024-05-06T11:52:30.1964658Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=1063ms
2024-05-06T11:52:30.1964974Z INFO: Sensor VB.NET Project Type Information [vbnet]
2024-05-06T11:52:30.1970263Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
2024-05-06T11:52:30.1970845Z INFO: Sensor VB.NET Analysis Log [vbnet]
2024-05-06T11:52:30.2073916Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=14ms
2024-05-06T11:52:30.2081748Z INFO: Sensor VB.NET Properties [vbnet]
2024-05-06T11:52:30.2089809Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=1ms
2024-05-06T11:52:30.2096869Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-05-06T11:52:30.2112439Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-05-06T11:52:30.2124765Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-05-06T11:52:30.2133440Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
2024-05-06T11:52:30.2140336Z INFO: Sensor CSS Rules [javascript]
2024-05-06T11:52:30.2150739Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-05-06T11:52:30.2157802Z INFO: Sensor CSS Rules [javascript] (done) | time=1ms
2024-05-06T11:52:30.2167033Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2024-05-06T11:52:30.2175572Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
2024-05-06T11:52:30.2182574Z INFO: Sensor IaC Docker Sensor [iac]
2024-05-06T11:52:30.2291976Z INFO: 0 source files to be analyzed
2024-05-06T11:52:30.2947427Z INFO: 0/0 source files have been analyzed
2024-05-06T11:52:30.2964452Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=79ms
2024-05-06T11:52:30.2974721Z INFO: Sensor Serverless configuration file sensor [security]
2024-05-06T11:52:30.2983767Z INFO: 0 Serverless function entries were found in the project
2024-05-06T11:52:30.3012102Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-05-06T11:52:30.3021186Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=5ms
2024-05-06T11:52:30.3028601Z INFO: Sensor AWS SAM template file sensor [security]
2024-05-06T11:52:30.3040918Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-05-06T11:52:30.3047096Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-05-06T11:52:30.3067031Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=2ms
2024-05-06T11:52:30.3114715Z INFO: ------------- Run sensors on module MyCompany.MyProduct.Orchestrator.Host
2024-05-06T11:52:30.4539159Z ##[debug]Agent environment resources - Disk: / Available 39763.00 MB out of 99053.00 MB, Memory: Used 1398.00 MB out of 7938.00 MB, CPU: Usage 7.21%
2024-05-06T11:52:30.5924049Z INFO: Sensor IaC CloudFormation Sensor [iac]
2024-05-06T11:52:30.5993346Z INFO: 0 source files to be analyzed
2024-05-06T11:52:30.5993623Z INFO: 0/0 source files have been analyzed
2024-05-06T11:52:30.5999332Z INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=8ms
2024-05-06T11:52:30.6003313Z INFO: Sensor IaC AzureResourceManager Sensor [iac]
2024-05-06T11:52:30.6098137Z INFO: 0 source files to be analyzed
2024-05-06T11:52:30.6484360Z INFO: 0/0 source files have been analyzed
2024-05-06T11:52:30.6489360Z INFO: Sensor IaC AzureResourceManager Sensor [iac] (done) | time=48ms
2024-05-06T11:52:30.6493023Z INFO: Sensor C# Project Type Information [csharp]
2024-05-06T11:52:30.6499251Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-05-06T11:52:30.6502699Z INFO: Sensor C# Analysis Log [csharp]
2024-05-06T11:52:30.6519166Z INFO: Roslyn version: 4.9.0.0
2024-05-06T11:52:30.6522424Z INFO: Language version: CSharp12
2024-05-06T11:52:30.6525896Z INFO: Concurrent execution: enabled
2024-05-06T11:52:30.6529472Z INFO: Sensor C# Analysis Log [csharp] (done) | time=2ms
2024-05-06T11:52:30.6532937Z INFO: Sensor C# Properties [csharp]
2024-05-06T11:52:30.6539595Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-05-06T11:52:30.6542883Z INFO: Sensor TextAndSecretsSensor [text]
2024-05-06T11:52:30.7411489Z INFO: 11 source files to be analyzed
2024-05-06T11:52:30.7579863Z INFO: 11/11 source files have been analyzed
2024-05-06T11:52:30.7587421Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=105ms
2024-05-06T11:52:30.7591599Z INFO: Sensor VB.NET Project Type Information [vbnet]
2024-05-06T11:52:30.7640868Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
2024-05-06T11:52:30.7641400Z INFO: Sensor VB.NET Analysis Log [vbnet]
2024-05-06T11:52:30.7641883Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
2024-05-06T11:52:30.7642333Z INFO: Sensor VB.NET Properties [vbnet]
2024-05-06T11:52:30.7642807Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=1ms
2024-05-06T11:52:30.7767921Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-05-06T11:52:30.7768727Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-05-06T11:52:30.7769169Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-05-06T11:52:30.7769469Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2024-05-06T11:52:30.7769711Z INFO: Sensor CSS Rules [javascript]
2024-05-06T11:52:30.7769969Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-05-06T11:52:30.7770222Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-05-06T11:52:30.7770482Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2024-05-06T11:52:30.7770774Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
2024-05-06T11:52:30.7771020Z INFO: Sensor IaC Docker Sensor [iac]
2024-05-06T11:52:30.7771236Z INFO: 0 source files to be analyzed
2024-05-06T11:52:30.7771454Z INFO: 0/0 source files have been analyzed
2024-05-06T11:52:30.7771709Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=8ms
2024-05-06T11:52:30.7771972Z INFO: Sensor Serverless configuration file sensor [security]
2024-05-06T11:52:30.7772254Z INFO: 0 Serverless function entries were found in the project
2024-05-06T11:52:30.7772528Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-05-06T11:52:30.7772812Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-05-06T11:52:30.7773088Z INFO: Sensor AWS SAM template file sensor [security]
2024-05-06T11:52:30.7773360Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-05-06T11:52:30.7773640Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-05-06T11:52:30.7773929Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-05-06T11:52:30.7774420Z INFO: ------------- Run sensors on module MyCompany.MyProduct.Orchestrator-unit-tests
2024-05-06T11:52:31.3912262Z INFO: Sensor C# Project Type Information [csharp]
2024-05-06T11:52:31.3918988Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-05-06T11:52:31.3919397Z INFO: Sensor C# Analysis Log [csharp]
2024-05-06T11:52:31.3919687Z INFO: Roslyn version: 4.9.0.0
2024-05-06T11:52:31.3919975Z INFO: Language version: CSharp12
2024-05-06T11:52:31.3920244Z INFO: Concurrent execution: enabled
2024-05-06T11:52:31.3920538Z INFO: Sensor C# Analysis Log [csharp] (done) | time=2ms
2024-05-06T11:52:31.3920847Z INFO: Sensor C# Properties [csharp]
2024-05-06T11:52:31.3921122Z INFO: Sensor C# Properties [csharp] (done) | time=2ms
2024-05-06T11:52:31.3921393Z INFO: Sensor TextAndSecretsSensor [text]
2024-05-06T11:52:31.3921672Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=54ms
2024-05-06T11:52:31.3922168Z INFO: Sensor VB.NET Project Type Information [vbnet]
2024-05-06T11:52:31.3922479Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
2024-05-06T11:52:31.3922784Z INFO: Sensor VB.NET Analysis Log [vbnet]
2024-05-06T11:52:31.3923372Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=1ms
2024-05-06T11:52:31.3923673Z INFO: Sensor VB.NET Properties [vbnet]
2024-05-06T11:52:31.3923953Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2024-05-06T11:52:31.3924239Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-05-06T11:52:31.3925150Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-05-06T11:52:31.3925682Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-05-06T11:52:31.3926060Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-05-06T11:52:31.3926373Z INFO: Sensor CSS Rules [javascript]
2024-05-06T11:52:31.3926685Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-05-06T11:52:31.3927038Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-05-06T11:52:31.3927394Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2024-05-06T11:52:31.3927779Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
2024-05-06T11:52:31.3928130Z INFO: Sensor IaC Docker Sensor [iac]
2024-05-06T11:52:31.3928441Z INFO: 0 source files to be analyzed
2024-05-06T11:52:31.3928749Z INFO: 0/0 source files have been analyzed
2024-05-06T11:52:31.3929077Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=7ms
2024-05-06T11:52:31.3929418Z INFO: Sensor Serverless configuration file sensor [security]
2024-05-06T11:52:31.3929787Z INFO: 0 Serverless function entries were found in the project
2024-05-06T11:52:31.3930147Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-05-06T11:52:31.3930510Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
2024-05-06T11:52:31.3930870Z INFO: Sensor AWS SAM template file sensor [security]
2024-05-06T11:52:31.3931212Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-05-06T11:52:31.3931584Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-05-06T11:52:31.3931935Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
2024-05-06T11:52:31.3932455Z INFO: ------------- Run sensors on module MyCompany.MyProduct.Orchestrator.Main
2024-05-06T11:52:31.3932805Z INFO: Sensor C# Project Type Information [csharp]
2024-05-06T11:52:31.3933122Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-05-06T11:52:31.3933432Z INFO: Sensor C# Analysis Log [csharp]
2024-05-06T11:52:31.3933702Z INFO: Roslyn version: 4.9.0.0
2024-05-06T11:52:31.3933958Z INFO: Language version: CSharp12
2024-05-06T11:52:31.3934227Z INFO: Concurrent execution: enabled
2024-05-06T11:52:31.3934545Z INFO: Sensor C# Analysis Log [csharp] (done) | time=0ms
2024-05-06T11:52:31.3934828Z INFO: Sensor C# Properties [csharp]
2024-05-06T11:52:31.3935158Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-05-06T11:52:31.3935468Z INFO: Sensor TextAndSecretsSensor [text]
2024-05-06T11:52:31.3936052Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=87ms
2024-05-06T11:52:31.3937038Z INFO: Sensor VB.NET Project Type Information [vbnet]
2024-05-06T11:52:31.3937300Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
2024-05-06T11:52:31.3937560Z INFO: Sensor VB.NET Analysis Log [vbnet]
2024-05-06T11:52:31.3937805Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=1ms
2024-05-06T11:52:31.3937998Z INFO: Sensor VB.NET Properties [vbnet]
2024-05-06T11:52:31.3938204Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2024-05-06T11:52:31.3938455Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-05-06T11:52:31.3939121Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-05-06T11:52:31.3939716Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-05-06T11:52:31.3940011Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-05-06T11:52:31.3940241Z INFO: Sensor CSS Rules [javascript]
2024-05-06T11:52:31.3940504Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-05-06T11:52:31.3940856Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-05-06T11:52:31.3941100Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2024-05-06T11:52:31.3941393Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
2024-05-06T11:52:31.3941644Z INFO: Sensor IaC Docker Sensor [iac]
2024-05-06T11:52:31.3941867Z INFO: 0 source files to be analyzed
2024-05-06T11:52:31.3942103Z INFO: 0/0 source files have been analyzed
2024-05-06T11:52:31.3942358Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=10ms
2024-05-06T11:52:31.3942624Z INFO: Sensor Serverless configuration file sensor [security]
2024-05-06T11:52:31.3942890Z INFO: 0 Serverless function entries were found in the project
2024-05-06T11:52:31.3943165Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-05-06T11:52:31.3943450Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=2ms
2024-05-06T11:52:31.3943718Z INFO: Sensor AWS SAM template file sensor [security]
2024-05-06T11:52:31.3943990Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-05-06T11:52:31.3944249Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-05-06T11:52:31.3944505Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-05-06T11:52:31.3944976Z INFO: ------------- Run sensors on module MyCompany.MyProduct.Orchestrator-unit-tests
2024-05-06T11:52:31.5891217Z INFO: Sensor C# Project Type Information [csharp]
2024-05-06T11:52:31.5900822Z INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms
2024-05-06T11:52:31.5911304Z INFO: Sensor C# Analysis Log [csharp]
2024-05-06T11:52:31.5930508Z INFO: Roslyn version: 4.9.0.0
2024-05-06T11:52:31.5944408Z INFO: Language version: CSharp12
2024-05-06T11:52:31.5951783Z INFO: Concurrent execution: enabled
2024-05-06T11:52:31.5954042Z INFO: Sensor C# Analysis Log [csharp] (done) | time=6ms
2024-05-06T11:52:31.5956547Z INFO: Sensor C# Properties [csharp]
2024-05-06T11:52:31.5961740Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-05-06T11:52:31.5964188Z INFO: Sensor TextAndSecretsSensor [text]
2024-05-06T11:52:31.6655077Z INFO: 7 source files to be analyzed
2024-05-06T11:52:31.8746331Z INFO: 7/7 source files have been analyzed
2024-05-06T11:52:31.8759848Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=278ms
2024-05-06T11:52:31.8760328Z INFO: Sensor VB.NET Project Type Information [vbnet]
2024-05-06T11:52:31.8760698Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
2024-05-06T11:52:31.8761033Z INFO: Sensor VB.NET Analysis Log [vbnet]
2024-05-06T11:52:31.8761349Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
2024-05-06T11:52:31.8761633Z INFO: Sensor VB.NET Properties [vbnet]
2024-05-06T11:52:31.8762238Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2024-05-06T11:52:31.8762549Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-05-06T11:52:31.8763738Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-05-06T11:52:31.8764417Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-05-06T11:52:31.8764838Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
2024-05-06T11:52:31.8765174Z INFO: Sensor CSS Rules [javascript]
2024-05-06T11:52:31.8765535Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-05-06T11:52:31.8766080Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-05-06T11:52:31.8766438Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2024-05-06T11:52:31.8766828Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
2024-05-06T11:52:31.8767176Z INFO: Sensor IaC Docker Sensor [iac]
2024-05-06T11:52:31.8809417Z INFO: 0 source files to be analyzed
2024-05-06T11:52:31.8810914Z INFO: 0/0 source files have been analyzed
2024-05-06T11:52:31.8814961Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=6ms
2024-05-06T11:52:31.8817093Z INFO: Sensor Serverless configuration file sensor [security]
2024-05-06T11:52:31.8820016Z INFO: 0 Serverless function entries were found in the project
2024-05-06T11:52:31.8822648Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-05-06T11:52:31.8824998Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-05-06T11:52:31.8827505Z INFO: Sensor AWS SAM template file sensor [security]
2024-05-06T11:52:31.8830661Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
2024-05-06T11:52:31.8832839Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-05-06T11:52:31.8836002Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-05-06T11:52:31.8841187Z INFO: ------------- Run sensors on module MyProduct_Orchestrator
2024-05-06T11:52:32.0832188Z INFO: Sensor IaC CloudFormation Sensor [iac]
2024-05-06T11:52:32.0877877Z INFO: 0 source files to be analyzed
2024-05-06T11:52:32.0878567Z INFO: 0/0 source files have been analyzed
2024-05-06T11:52:32.0879050Z INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=3ms
2024-05-06T11:52:32.0879518Z INFO: Sensor IaC AzureResourceManager Sensor [iac]
2024-05-06T11:52:32.0925696Z INFO: 0 source files to be analyzed
2024-05-06T11:52:32.0926319Z INFO: 0/0 source files have been analyzed
2024-05-06T11:52:32.0926793Z INFO: Sensor IaC AzureResourceManager Sensor [iac] (done) | time=2ms
2024-05-06T11:52:32.0927337Z INFO: Sensor C# Project Type Information [csharp]
2024-05-06T11:52:32.0927855Z INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
2024-05-06T11:52:32.0928406Z INFO: Sensor C# Analysis Log [csharp]
2024-05-06T11:52:32.0928892Z INFO: Sensor C# Analysis Log [csharp] (done) | time=1ms
2024-05-06T11:52:32.0929347Z INFO: Sensor C# Properties [csharp]
2024-05-06T11:52:32.0929798Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2024-05-06T11:52:32.0930169Z INFO: Sensor HTML [web]
2024-05-06T11:52:32.0930600Z INFO: Sensor HTML [web] (done) | time=2ms
2024-05-06T11:52:32.1015365Z INFO: Sensor TextAndSecretsSensor [text]
2024-05-06T11:52:32.1328092Z INFO: 1 source file to be analyzed
2024-05-06T11:52:32.1403722Z INFO: 1/1 source file has been analyzed
2024-05-06T11:52:32.1406943Z INFO: Sensor TextAndSecretsSensor [text] (done) | time=50ms
2024-05-06T11:52:32.1409030Z INFO: Sensor VB.NET Project Type Information [vbnet]
2024-05-06T11:52:32.1412398Z INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
2024-05-06T11:52:32.1414369Z INFO: Sensor VB.NET Analysis Log [vbnet]
2024-05-06T11:52:32.1425632Z INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=1ms
2024-05-06T11:52:32.1427460Z INFO: Sensor VB.NET Properties [vbnet]
2024-05-06T11:52:32.1430000Z INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
2024-05-06T11:52:32.1432127Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2024-05-06T11:52:32.1435284Z INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
2024-05-06T11:52:32.1437300Z INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
2024-05-06T11:52:32.1439373Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2024-05-06T11:52:32.1441542Z INFO: Sensor CSS Rules [javascript]
2024-05-06T11:52:32.1445366Z INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2024-05-06T11:52:32.1455086Z INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2024-05-06T11:52:32.1456853Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2024-05-06T11:52:32.1460215Z INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
2024-05-06T11:52:32.1462199Z INFO: Sensor IaC Docker Sensor [iac]
2024-05-06T11:52:32.1540636Z INFO: 0 source files to be analyzed
2024-05-06T11:52:32.1571096Z INFO: 0/0 source files have been analyzed
2024-05-06T11:52:32.1573962Z INFO: Sensor IaC Docker Sensor [iac] (done) | time=11ms
2024-05-06T11:52:32.1576177Z INFO: Sensor Serverless configuration file sensor [security]
2024-05-06T11:52:32.1578591Z INFO: 0 Serverless function entries were found in the project
2024-05-06T11:52:32.1581185Z INFO: 0 Serverless function handlers were kept as entrypoints
2024-05-06T11:52:32.1588238Z INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
2024-05-06T11:52:32.1590278Z INFO: Sensor AWS SAM template file sensor [security]
2024-05-06T11:52:32.1593458Z INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
2024-05-06T11:52:32.1595529Z INFO: Sensor AWS SAM Inline template file sensor [security]
2024-05-06T11:52:32.1598385Z INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
2024-05-06T11:52:32.1600593Z INFO: Sensor javabugs [dbd]
2024-05-06T11:52:32.1618311Z INFO: Reading IR files from: /agent/_work/14/.sonarqube/out/.sonar/ir/java
2024-05-06T11:52:32.1620457Z INFO: No IR files have been included for analysis.
2024-05-06T11:52:32.1622621Z INFO: Sensor javabugs [dbd] (done) | time=2ms
2024-05-06T11:52:32.1624727Z INFO: Sensor pythonbugs [dbd]
2024-05-06T11:52:32.1628358Z INFO: Reading IR files from: /agent/_work/14/.sonarqube/out/.sonar/ir/python
2024-05-06T11:52:32.1630158Z INFO: No IR files have been included for analysis.
2024-05-06T11:52:32.1632462Z INFO: Sensor pythonbugs [dbd] (done) | time=0ms
2024-05-06T11:52:32.1634603Z INFO: Sensor JavaSecuritySensor [security]
2024-05-06T11:52:32.1663347Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549
2024-05-06T11:52:32.1670943Z INFO: Load type hierarchy and UCFGs: Starting
2024-05-06T11:52:32.1672743Z INFO: Load type hierarchy: Starting
2024-05-06T11:52:32.1677482Z INFO: Reading type hierarchy from: /agent/_work/14/.sonarqube/out/.sonar/ucfg2/java
2024-05-06T11:52:32.1679559Z INFO: Read 0 type definitions
2024-05-06T11:52:32.1704312Z INFO: Load type hierarchy: Time spent was 00:00:00.002
2024-05-06T11:52:32.1711911Z INFO: Load UCFGs: Starting
2024-05-06T11:52:32.1719270Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-05-06T11:52:32.1728749Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.004
2024-05-06T11:52:32.1730706Z INFO: No UCFGs have been included for analysis.
2024-05-06T11:52:32.1745551Z INFO: java security sensor: Time spent was 00:00:00.009
2024-05-06T11:52:32.1835436Z INFO: Sensor JavaSecuritySensor [security] (done) | time=20ms
2024-05-06T11:52:32.1838815Z INFO: Sensor CSharpSecuritySensor [security]
2024-05-06T11:52:32.1840799Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6287, S6350
2024-05-06T11:52:32.1843113Z INFO: Load type hierarchy and UCFGs: Starting
2024-05-06T11:52:32.1845136Z INFO: Load type hierarchy: Starting
2024-05-06T11:52:32.1848986Z INFO: Reading type hierarchy from: /agent/_work/14/.sonarqube/out/ucfg2/cs
2024-05-06T11:52:32.1856625Z INFO: Read 0 type definitions
2024-05-06T11:52:32.1866747Z INFO: Load type hierarchy: Time spent was 00:00:00.001
2024-05-06T11:52:32.1868433Z INFO: Load UCFGs: Starting
2024-05-06T11:52:32.1874157Z INFO: Reading UCFGs from: /agent/_work/14/.sonarqube/out/ucfg2/cs
2024-05-06T11:52:32.1881079Z INFO: Load UCFGs: Time spent was 00:00:00.001
2024-05-06T11:52:32.1886354Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.003
2024-05-06T11:52:32.1890862Z INFO: No UCFGs have been included for analysis.
2024-05-06T11:52:32.1894374Z INFO: csharp security sensor: Time spent was 00:00:00.005
2024-05-06T11:52:32.1899011Z INFO: Sensor CSharpSecuritySensor [security] (done) | time=6ms
2024-05-06T11:52:32.1900921Z INFO: Sensor PhpSecuritySensor [security]
2024-05-06T11:52:32.1913376Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
2024-05-06T11:52:32.1914917Z INFO: Load type hierarchy and UCFGs: Starting
2024-05-06T11:52:32.1917037Z INFO: Load type hierarchy: Starting
2024-05-06T11:52:32.1919723Z INFO: Reading type hierarchy from: /agent/_work/14/.sonarqube/out/.sonar/ucfg2/php
2024-05-06T11:52:32.1921840Z INFO: Read 0 type definitions
2024-05-06T11:52:32.1934665Z INFO: Load type hierarchy: Time spent was 00:00:00.000
2024-05-06T11:52:32.1936428Z INFO: Load UCFGs: Starting
2024-05-06T11:52:32.1948348Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-05-06T11:52:32.1958072Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.003
2024-05-06T11:52:32.1959757Z INFO: No UCFGs have been included for analysis.
2024-05-06T11:52:32.1968389Z INFO: php security sensor: Time spent was 00:00:00.005
2024-05-06T11:52:32.1972835Z INFO: Sensor PhpSecuritySensor [security] (done) | time=8ms
2024-05-06T11:52:32.1974712Z INFO: Sensor PythonSecuritySensor [security]
2024-05-06T11:52:32.1978891Z INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839
2024-05-06T11:52:32.1980574Z INFO: Load type hierarchy and UCFGs: Starting
2024-05-06T11:52:32.1982559Z INFO: Load type hierarchy: Starting
2024-05-06T11:52:32.2009379Z INFO: Reading type hierarchy from: /agent/_work/14/.sonarqube/out/.sonar/ucfg2/python
2024-05-06T11:52:32.2011751Z INFO: Read 0 type definitions
2024-05-06T11:52:32.2015934Z INFO: Load type hierarchy: Time spent was 00:00:00.003
2024-05-06T11:52:32.2019995Z INFO: Load UCFGs: Starting
2024-05-06T11:52:32.2023345Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-05-06T11:52:32.2028702Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.004
2024-05-06T11:52:32.2029229Z INFO: No UCFGs have been included for analysis.
2024-05-06T11:52:32.2057497Z INFO: python security sensor: Time spent was 00:00:00.005
2024-05-06T11:52:32.2061684Z INFO: Sensor PythonSecuritySensor [security] (done) | time=8ms
2024-05-06T11:52:32.2063474Z INFO: Sensor JsSecuritySensor [security]
2024-05-06T11:52:32.2068574Z INFO: Enabled taint analysis rules: S5144, S5696, S5131, S6287, S6096, S5146, S2631, S2076, S5883, S2083, S5147, S5334, S6350, S6105, S3649
2024-05-06T11:52:32.2069118Z INFO: Load type hierarchy and UCFGs: Starting
2024-05-06T11:52:32.2071308Z INFO: Load type hierarchy: Starting
2024-05-06T11:52:32.2073792Z INFO: Reading type hierarchy from: /agent/_work/14/.sonarqube/out/.sonar/ucfg2/js
2024-05-06T11:52:32.2075085Z INFO: Read 0 type definitions
2024-05-06T11:52:32.2079219Z INFO: Load type hierarchy: Time spent was 00:00:00.000
2024-05-06T11:52:32.2079668Z INFO: Load UCFGs: Starting
2024-05-06T11:52:32.2083242Z INFO: Load UCFGs: Time spent was 00:00:00.000
2024-05-06T11:52:32.2086821Z INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.001
2024-05-06T11:52:32.2087323Z INFO: No UCFGs have been included for analysis.
2024-05-06T11:52:32.2090636Z INFO: js security sensor: Time spent was 00:00:00.002
2024-05-06T11:52:32.2098919Z INFO: Sensor JsSecuritySensor [security] (done) | time=3ms
2024-05-06T11:52:32.2103920Z INFO: ------------- Run sensors on project
2024-05-06T11:52:32.2807133Z INFO: Sensor C# [csharp]
2024-05-06T11:52:32.2813440Z WARN: SonarScanner for .NET detected only TEST files and no MAIN files for C# in the current solution. Only TEST-code related results will be imported to your SonarQube/SonarCloud project. Many of our rules (e.g. vulnerabilities) are raised only on MAIN-code. Read more about how the SonarScanner for .NET detects test projects: https://github.com/SonarSource/sonar-scanner-msbuild/wiki/Analysis-of-product-projects-vs.-test-projects
2024-05-06T11:52:32.2895139Z INFO: Importing results from 6 proto files in '/agent/_work/14/.sonarqube/out/0/output-cs'
2024-05-06T11:52:32.3890603Z INFO: Importing results from 6 proto files in '/agent/_work/14/.sonarqube/out/2/output-cs'
2024-05-06T11:52:32.3943611Z INFO: Importing results from 6 proto files in '/agent/_work/14/.sonarqube/out/4/output-cs'
2024-05-06T11:52:32.4112443Z INFO: Importing results from 6 proto files in '/agent/_work/14/.sonarqube/out/3/output-cs'
2024-05-06T11:52:32.4258121Z INFO: Importing results from 6 proto files in '/agent/_work/14/.sonarqube/out/1/output-cs'
2024-05-06T11:52:32.6308255Z INFO: Importing 5 Roslyn reports
2024-05-06T11:52:32.7853635Z INFO: Found 5 MSBuild C# projects: 3 TEST projects. 2 with no MAIN nor TEST files.
2024-05-06T11:52:32.7854755Z INFO: Sensor C# [csharp] (done) | time=505ms
2024-05-06T11:52:32.7858684Z INFO: Sensor Analysis Warnings import [csharp]
2024-05-06T11:52:32.7875008Z INFO: Sensor Analysis Warnings import [csharp] (done) | time=2ms
2024-05-06T11:52:32.7877081Z INFO: Sensor C# File Caching Sensor [csharp]
2024-05-06T11:52:32.8058830Z INFO: Sensor C# File Caching Sensor [csharp] (done) | time=18ms
2024-05-06T11:52:32.8059455Z INFO: Sensor C# Tests Coverage Report Import [csharp]
2024-05-06T11:52:32.9044501Z INFO: Parsing the OpenCover report /agent/_work/14/s/code-coverage/results0.opencover.xml
2024-05-06T11:52:32.9844532Z INFO: Adding this code coverage report to the cache for later reuse: /agent/_work/14/s/code-coverage/results0.opencover.xml
2024-05-06T11:52:33.7581549Z INFO: Coverage Report Statistics: 29 files, 0 main files, 0 main files with coverage, 29 test files, 0 project excluded files, 0 other language files.
2024-05-06T11:52:33.7593087Z WARN: The Code Coverage report doesn't contain any coverage data for the included files. Troubleshooting guide: https://community.sonarsource.com/t/37151
2024-05-06T11:52:33.7593540Z INFO: Sensor C# Tests Coverage Report Import [csharp] (done) | time=193ms
2024-05-06T11:52:33.7593869Z INFO: Sensor Zero Coverage Sensor
2024-05-06T11:52:33.7594242Z INFO: Sensor Zero Coverage Sensor (done) | time=1ms
2024-05-06T11:52:33.7594632Z INFO: CPD Executor Calculating CPD for 0 files
2024-05-06T11:52:33.7594973Z INFO: CPD Executor CPD calculation finished (done) | time=0ms
2024-05-06T11:52:33.7595241Z INFO: Load New Code definition
2024-05-06T11:52:33.7595482Z INFO: Load New Code definition (done) | time=33ms
2024-05-06T11:52:33.7595756Z INFO: Analysis report generated in 130ms, dir size=642.9 kB
2024-05-06T11:52:33.7595982Z INFO: Analysis report compressed in 95ms, zip size=161.1 kB
2024-05-06T11:52:33.7596226Z INFO: Analysis report uploaded in 60ms
2024-05-06T11:52:33.7600107Z INFO: ANALYSIS SUCCESSFUL, you can find the results at: https://sonarqube.sha.azure.mycompany.net/dashboard?id=MyProduct_Orchestrator
2024-05-06T11:52:33.7600538Z INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
2024-05-06T11:52:33.7601148Z INFO: More about the report processing at https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b
2024-05-06T11:52:33.7601599Z INFO: Analysis total time: 14.342 s
2024-05-06T11:52:33.7602015Z INFO: ------------------------------------------------------------------------
2024-05-06T11:52:33.7602311Z INFO: EXECUTION SUCCESS
2024-05-06T11:52:33.7602679Z INFO: ------------------------------------------------------------------------
2024-05-06T11:52:33.7602822Z INFO: Total time: 15.968s
2024-05-06T11:52:33.7603189Z INFO: Final Memory: 36M/127M
2024-05-06T11:52:33.7603395Z INFO: ------------------------------------------------------------------------
2024-05-06T11:52:33.7603525Z The SonarScanner CLI has finished
2024-05-06T11:52:33.7603711Z 11:52:33.748  Post-processing succeeded.
2024-05-06T11:52:33.7604157Z ##[debug]Exit code 0 received from tool '/usr/bin/dotnet'
2024-05-06T11:52:33.7604418Z ##[debug]STDIO streams have closed for tool '/usr/bin/dotnet'
2024-05-06T11:52:33.7605184Z ##[debug]set SONARQUBE_SCANNER_PARAMS={"sonar.host.url":"https://sonarqube.sha.azure.mycompany.net","sonar.token":***,"sonar.projectKey":"MyProduct_Orchestrator","sonar.projectVersion":"1.0","sonar.scanner.metadataFilePath":"/agent/_work/_temp/sonar/278506/575b7889-86f9-257a-2c07-476a8480a3ec/report-task.txt","sonar.cs.opencover.reportsPaths":"/agent/_work/14/s\\code-coverage\\*.opencover.xml"}
2024-05-06T11:52:33.7606930Z ##[debug]Processed: ##vso[task.setvariable variable=SONARQUBE_SCANNER_PARAMS;isOutput=false;issecret=false;]{"sonar.host.url":"https://sonarqube.sha.azure.mycompany.net","sonar.token":***,"sonar.projectKey":"MyProduct_Orchestrator","sonar.projectVersion":"1.0","sonar.scanner.metadataFilePath":"/agent/_work/_temp/sonar/278506/575b7889-86f9-257a-2c07-476a8480a3ec/report-task.txt","sonar.cs.opencover.reportsPaths":"/agent/_work/14/s\\code-coverage\\*.opencover.xml"}
2024-05-06T11:52:33.7607993Z ##[section]Finishing: SonarQubeAnalyze

SonarQubePublish@5 log:

2024-05-06T11:52:33.7616613Z ##[debug]Evaluating condition for step: 'SonarQubePublish'
2024-05-06T11:52:33.7617023Z ##[debug]Evaluating: SucceededNode()
2024-05-06T11:52:33.7617173Z ##[debug]Evaluating SucceededNode:
2024-05-06T11:52:33.7617472Z ##[debug]=> True
2024-05-06T11:52:33.7617651Z ##[debug]Result: True
2024-05-06T11:52:33.7617818Z ##[section]Starting: SonarQubePublish
2024-05-06T11:52:33.7620181Z ==============================================================================
2024-05-06T11:52:33.7620270Z Task         : Publish Quality Gate Result
2024-05-06T11:52:33.7620327Z Description  : Publish SonarQube's Quality Gate result on the Azure DevOps build result, to be used after the actual analysis.
2024-05-06T11:52:33.7620428Z Version      : 5.6.1
2024-05-06T11:52:33.7620471Z Author       : sonarsource
2024-05-06T11:52:33.7620519Z Help         : Version: 5.6.1. [More Information](http://redirect.sonarsource.com/doc/install-configure-scanner-tfs-ts.html)
2024-05-06T11:52:33.7620618Z ==============================================================================
2024-05-06T11:52:33.7725871Z ##[debug]Using node path: /agent/externals/node10/bin/node
2024-05-06T11:52:34.3925909Z ##[debug]agent.TempDirectory=/agent/_work/_temp
2024-05-06T11:52:34.3928862Z ##[debug]loading inputs and endpoints
2024-05-06T11:52:34.3929438Z ##[debug]loading INPUT_POLLINGTIMEOUTSEC
2024-05-06T11:52:34.3929972Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
2024-05-06T11:52:34.3930506Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
2024-05-06T11:52:34.3931115Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
2024-05-06T11:52:34.3931648Z ##[debug]loading SECRET_AZURE_SECRET
2024-05-06T11:52:34.3932088Z ##[debug]loading SECRET_CONTAINER_AUTHENTICATIONTOKEN
2024-05-06T11:52:34.3932516Z ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
2024-05-06T11:52:34.3932957Z ##[debug]loading SECRET_SONARQUBE_ENDPOINT
2024-05-06T11:52:34.3933345Z ##[debug]loaded 8
2024-05-06T11:52:34.3933772Z ##[debug]Agent.ProxyUrl=undefined
2024-05-06T11:52:34.3934268Z ##[debug]Agent.CAInfo=undefined
2024-05-06T11:52:34.3934925Z ##[debug]Agent.ClientCert=undefined
2024-05-06T11:52:34.3935361Z ##[debug]Agent.SkipCertValidation=undefined
2024-05-06T11:52:34.3936189Z ##[debug]SONARQUBE_SCANNER_PARAMS={"sonar.host.url":"https://sonarqube.sha.azure.mycompany.net","sonar.token":***,"sonar.projectKey":"MyProduct_Orchestrator","sonar.projectVersion":"1.0","sonar.scanner.metadataFilePath":"/agent/_work/_temp/sonar/278506/575b7889-86f9-257a-2c07-476a8480a3ec/report-task.txt","sonar.cs.opencover.reportsPaths":"/agent/_work/14/s\\code-coverage\\*.opencover.xml"}
2024-05-06T11:52:34.3936966Z ##[debug]SONARQUBE_ENDPOINT=***
2024-05-06T11:52:34.3937518Z ##[debug]SONARQUBE_ENDPOINT=***
2024-05-06T11:52:34.3938018Z ##[debug][SQ] API GET: '/api/metrics/search' with full URL "https://sonarqube.sha.azure.mycompany.net/api/metrics/search?f=name&ps=500" and query "{"f":"name","ps":500}"
2024-05-06T11:52:34.3938487Z ##[debug]Not using a proxy agent
2024-05-06T11:52:34.3938899Z ##[debug]pollingTimeoutSec=300
2024-05-06T11:52:34.3939497Z ##[debug][SQ] API GET: '/api/server/version' with full URL "https://sonarqube.sha.azure.mycompany.net/api/server/version" and query "undefined"
2024-05-06T11:52:34.3939945Z ##[debug]Not using a proxy agent
2024-05-06T11:52:34.3940379Z ##[debug][SQ] Server version: 10.4.1.88267
2024-05-06T11:52:34.3940946Z ##[debug]SONARQUBE_SCANNER_REPORTTASKFILE=/agent/_work/_temp/sonar/278506/575b7889-86f9-257a-2c07-476a8480a3ec/report-task.txt
2024-05-06T11:52:34.3941511Z ##[debug]SONARQUBE_SCANNER_REPORTTASKFILE=/agent/_work/_temp/sonar/278506/575b7889-86f9-257a-2c07-476a8480a3ec/report-task.txt
2024-05-06T11:52:34.3942017Z ##[debug]findPath: '/agent/_work/_temp/sonar/278506/575b7889-86f9-257a-2c07-476a8480a3ec/report-task.txt'
2024-05-06T11:52:34.3942477Z ##[debug]findOptions.allowBrokenSymbolicLinks: 'false'
2024-05-06T11:52:34.3942924Z ##[debug]findOptions.followSpecifiedSymbolicLink: 'true'
2024-05-06T11:52:34.3943354Z ##[debug]findOptions.followSymbolicLinks: 'true'
2024-05-06T11:52:34.3944020Z ##[debug]findOptions.skipMissingFiles: 'false'
2024-05-06T11:52:34.3944520Z ##[debug]  /agent/_work/_temp/sonar/278506/575b7889-86f9-257a-2c07-476a8480a3ec/report-task.txt (file)
2024-05-06T11:52:34.3944950Z ##[debug]1 results
2024-05-06T11:52:34.3945477Z ##[debug][SQ] Searching for /agent/_work/_temp/sonar/278506/575b7889-86f9-257a-2c07-476a8480a3ec/report-task.txt - found 1 file(s)
2024-05-06T11:52:34.3946051Z ##[debug][SQ] Read Task report file: /agent/_work/_temp/sonar/278506/575b7889-86f9-257a-2c07-476a8480a3ec/report-task.txt
2024-05-06T11:52:34.3946700Z ##[debug][SQ] Parse Task report file: projectKey=MyProduct_Orchestrator
serverUrl=https://sonarqube.sha.azure.mycompany.net
serverVersion=10.4.1.88267
dashboardUrl=https://sonarqube.sha.azure.mycompany.net/dashboard?id=MyProduct_Orchestrator
ceTaskId=1a0a1781-8792-402c-9e9e-e61767582c1b
ceTaskUrl=https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b

2024-05-06T11:52:34.3947304Z ##[debug][SQ] Waiting for task '1a0a1781-8792-402c-9e9e-e61767582c1b' to complete.
2024-05-06T11:52:34.3947822Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:34.3948295Z ##[debug]Not using a proxy agent
2024-05-06T11:52:34.3948701Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:35.1167534Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:35.1168249Z ##[debug]Not using a proxy agent
2024-05-06T11:52:35.1502614Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:35.4563882Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1077.00 MB out of 7938.00 MB, CPU: Usage 6.96%
2024-05-06T11:52:36.1516074Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:36.1517221Z ##[debug]Not using a proxy agent
2024-05-06T11:52:36.1886589Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:37.1900138Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:37.1901093Z ##[debug]Not using a proxy agent
2024-05-06T11:52:37.2341581Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:38.2354855Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:38.2356039Z ##[debug]Not using a proxy agent
2024-05-06T11:52:38.2990925Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:39.3003729Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:39.3004696Z ##[debug]Not using a proxy agent
2024-05-06T11:52:39.3621007Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:40.3958724Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:41.4012445Z ##[debug]Not using a proxy agent
2024-05-06T11:52:41.4013209Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:41.4013926Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:41.4014367Z ##[debug]Not using a proxy agent
2024-05-06T11:52:41.4034780Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1078.00 MB out of 7938.00 MB, CPU: Usage 6.61%
2024-05-06T11:52:41.4318465Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:42.4334974Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:42.4335674Z ##[debug]Not using a proxy agent
2024-05-06T11:52:42.4699506Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:43.4712593Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:43.4713851Z ##[debug]Not using a proxy agent
2024-05-06T11:52:43.5160545Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:44.5174418Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:44.5175661Z ##[debug]Not using a proxy agent
2024-05-06T11:52:44.5567442Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:45.5581143Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:45.5582501Z ##[debug]Not using a proxy agent
2024-05-06T11:52:45.6035508Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:46.4061325Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1078.00 MB out of 7938.00 MB, CPU: Usage 6.34%
2024-05-06T11:52:46.6048435Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:46.6049719Z ##[debug]Not using a proxy agent
2024-05-06T11:52:46.6419196Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:47.6432029Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:47.6433112Z ##[debug]Not using a proxy agent
2024-05-06T11:52:47.6837467Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:48.6854648Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:48.6855887Z ##[debug]Not using a proxy agent
2024-05-06T11:52:48.7504637Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:49.7517835Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:49.7518693Z ##[debug]Not using a proxy agent
2024-05-06T11:52:49.7910577Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:50.7924462Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:50.7925277Z ##[debug]Not using a proxy agent
2024-05-06T11:52:50.8345468Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:51.4070254Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1078.00 MB out of 7938.00 MB, CPU: Usage 6.11%
2024-05-06T11:52:51.8358952Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:51.8360302Z ##[debug]Not using a proxy agent
2024-05-06T11:52:51.8773956Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:52.8791729Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:52.8792489Z ##[debug]Not using a proxy agent
2024-05-06T11:52:52.9184179Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:54.8990307Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:54.8995583Z ##[debug]Not using a proxy agent
2024-05-06T11:52:54.8996197Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:54.9555835Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:55.9001804Z ##[debug]Not using a proxy agent
2024-05-06T11:52:56.9008086Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:56.9008972Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:56.9009845Z ##[debug]Not using a proxy agent
2024-05-06T11:52:56.9010408Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:56.9078199Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1078.00 MB out of 7938.00 MB, CPU: Usage 5.85%
2024-05-06T11:52:57.0274929Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:57.0276180Z ##[debug]Not using a proxy agent
2024-05-06T11:52:57.0632849Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:58.0646002Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:58.0647708Z ##[debug]Not using a proxy agent
2024-05-06T11:52:58.1083048Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:52:59.1095388Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:52:59.1098097Z ##[debug]Not using a proxy agent
2024-05-06T11:52:59.1474920Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:00.1487834Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:00.1489092Z ##[debug]Not using a proxy agent
2024-05-06T11:53:00.1823614Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:01.1835952Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:01.1837322Z ##[debug]Not using a proxy agent
2024-05-06T11:53:01.2283990Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:01.9059086Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1078.00 MB out of 7938.00 MB, CPU: Usage 5.65%
2024-05-06T11:53:02.2296383Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:02.2297666Z ##[debug]Not using a proxy agent
2024-05-06T11:53:02.2675659Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:03.2689123Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:03.2690958Z ##[debug]Not using a proxy agent
2024-05-06T11:53:03.3056693Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:04.3070314Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:04.3071643Z ##[debug]Not using a proxy agent
2024-05-06T11:53:04.3438217Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:05.3451752Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:05.3453034Z ##[debug]Not using a proxy agent
2024-05-06T11:53:05.3801029Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:06.3814563Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:06.3815711Z ##[debug]Not using a proxy agent
2024-05-06T11:53:06.4228512Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:06.9077419Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1078.00 MB out of 7938.00 MB, CPU: Usage 5.46%
2024-05-06T11:53:07.4241361Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:07.4242371Z ##[debug]Not using a proxy agent
2024-05-06T11:53:07.4684165Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:08.4686814Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:08.4688127Z ##[debug]Not using a proxy agent
2024-05-06T11:53:08.5031413Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:09.5045516Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:09.5046241Z ##[debug]Not using a proxy agent
2024-05-06T11:53:09.6360129Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:10.6373280Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:10.6374638Z ##[debug]Not using a proxy agent
2024-05-06T11:53:10.7357461Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:11.7370483Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:11.7371811Z ##[debug]Not using a proxy agent
2024-05-06T11:53:11.7788952Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:11.9066050Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1078.00 MB out of 7938.00 MB, CPU: Usage 5.29%
2024-05-06T11:53:12.7805072Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:12.7806359Z ##[debug]Not using a proxy agent
2024-05-06T11:53:12.8138203Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:13.8143536Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:13.8144686Z ##[debug]Not using a proxy agent
2024-05-06T11:53:13.9023929Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:14.9028045Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:14.9028982Z ##[debug]Not using a proxy agent
2024-05-06T11:53:14.9883977Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:15.9901141Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:15.9904203Z ##[debug]Not using a proxy agent
2024-05-06T11:53:16.1149009Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:16.9028768Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1078.00 MB out of 7938.00 MB, CPU: Usage 5.12%
2024-05-06T11:53:17.1182313Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:17.1183509Z ##[debug]Not using a proxy agent
2024-05-06T11:53:17.1596593Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:18.1609704Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:18.1611066Z ##[debug]Not using a proxy agent
2024-05-06T11:53:18.1938092Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:19.1950573Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:19.1951696Z ##[debug]Not using a proxy agent
2024-05-06T11:53:19.2361330Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:20.2373784Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:20.2375489Z ##[debug]Not using a proxy agent
2024-05-06T11:53:20.2705277Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:21.2722314Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:21.2723313Z ##[debug]Not using a proxy agent
2024-05-06T11:53:21.3070540Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:21.9065729Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1078.00 MB out of 7938.00 MB, CPU: Usage 4.99%
2024-05-06T11:53:22.3083200Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:22.3084441Z ##[debug]Not using a proxy agent
2024-05-06T11:53:22.9034280Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:23.9037842Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:23.9038559Z ##[debug]Not using a proxy agent
2024-05-06T11:53:23.9039080Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:24.3904546Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:24.3905625Z ##[debug]Not using a proxy agent
2024-05-06T11:53:24.4306160Z ##[debug][SQ] Task status:PENDING
2024-05-06T11:53:25.4319539Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:25.4320919Z ##[debug]Not using a proxy agent
2024-05-06T11:53:25.4884934Z ##[debug][SQ] Task status:IN_PROGRESS
2024-05-06T11:53:26.4897857Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:26.4899140Z ##[debug]Not using a proxy agent
2024-05-06T11:53:26.5233050Z ##[debug][SQ] Task status:IN_PROGRESS
2024-05-06T11:53:26.9041213Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1078.00 MB out of 7938.00 MB, CPU: Usage 4.84%
2024-05-06T11:53:27.5245639Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:27.5246901Z ##[debug]Not using a proxy agent
2024-05-06T11:53:27.5617090Z ##[debug][SQ] Task status:IN_PROGRESS
2024-05-06T11:53:28.5633177Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:28.5634493Z ##[debug]Not using a proxy agent
2024-05-06T11:53:28.5977298Z ##[debug][SQ] Task status:IN_PROGRESS
2024-05-06T11:53:29.5991143Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:29.5991936Z ##[debug]Not using a proxy agent
2024-05-06T11:53:29.6322671Z ##[debug][SQ] Task status:IN_PROGRESS
2024-05-06T11:53:30.6337053Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:30.6341704Z ##[debug]Not using a proxy agent
2024-05-06T11:53:30.6802253Z ##[debug][SQ] Task status:IN_PROGRESS
2024-05-06T11:53:31.6815485Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:31.6816823Z ##[debug]Not using a proxy agent
2024-05-06T11:53:31.7168842Z ##[debug][SQ] Task status:IN_PROGRESS
2024-05-06T11:53:31.9041252Z ##[debug]Agent environment resources - Disk: / Available 39766.00 MB out of 99053.00 MB, Memory: Used 1078.00 MB out of 7938.00 MB, CPU: Usage 4.71%
2024-05-06T11:53:32.7183648Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:32.7184773Z ##[debug]Not using a proxy agent
2024-05-06T11:53:32.7542772Z ##[debug][SQ] Task status:IN_PROGRESS
2024-05-06T11:53:33.7556431Z ##[debug][SQ] API GET: '/api/ce/task' with full URL "https://sonarqube.sha.azure.mycompany.net/api/ce/task?id=1a0a1781-8792-402c-9e9e-e61767582c1b" and query "{"id":"1a0a1781-8792-402c-9e9e-e61767582c1b"}"
2024-05-06T11:53:33.7557188Z ##[debug]Not using a proxy agent
2024-05-06T11:53:33.7975310Z ##[debug][SQ] Task status:SUCCESS
2024-05-06T11:53:33.7976545Z ##[debug][SQ] Task complete: {"id":"1a0a1781-8792-402c-9e9e-e61767582c1b","type":"REPORT","componentId":"96f9c0b0-b48d-4386-8db7-d2d11c0671b7","componentKey":"MyProduct_Orchestrator","componentName":"MyProduct_Orchestrator","componentQualifier":"TRK","analysisId":"925642c4-6bd6-41af-8d91-6fabd39d5c5e","status":"SUCCESS","submittedAt":"2024-05-06T11:52:33+0000","submitterLogin":"bjorn-engelen13687","startedAt":"2024-05-06T11:53:25+0000","executedAt":"2024-05-06T11:53:32+0000","executionTimeMs":7620,"hasScannerContext":true,"warningCount":0,"warnings":[],"infoMessages":[]}
2024-05-06T11:53:33.7978680Z ##[debug]Retrieve Analysis id '925642c4-6bd6-41af-8d91-6fabd39d5c5e.'
2024-05-06T11:53:33.7979746Z ##[debug][SQ] API GET: '/api/qualitygates/project_status' with full URL "https://sonarqube.sha.azure.mycompany.net/api/qualitygates/project_status?analysisId=925642c4-6bd6-41af-8d91-6fabd39d5c5e" and query "{"analysisId":"925642c4-6bd6-41af-8d91-6fabd39d5c5e"}"
2024-05-06T11:53:33.7981094Z ##[debug]Not using a proxy agent
2024-05-06T11:53:33.8387238Z ##[debug]SONARQUBE_SCANNER_PARAMS={"sonar.host.url":"https://sonarqube.sha.azure.mycompany.net","sonar.token":***,"sonar.projectKey":"MyProduct_Orchestrator","sonar.projectVersion":"1.0","sonar.scanner.metadataFilePath":"/agent/_work/_temp/sonar/278506/575b7889-86f9-257a-2c07-476a8480a3ec/report-task.txt","sonar.cs.opencover.reportsPaths":"/agent/_work/14/s\\code-coverage\\*.opencover.xml"}
2024-05-06T11:53:33.8390250Z ##[debug][SQ] API GET: '/api/measures/component' with full URL "https://sonarqube.sha.azure.mycompany.net/api/measures/component?component=MyProduct_Orchestrator&metricKeys=new_violations%2Cnew_accepted_issues%2Cnew_security_hotspots%2Cnew_coverage%2Cnew_duplicated_lines_density" and query "{"component":"MyProduct_Orchestrator","metricKeys":"new_violations,new_accepted_issues,new_security_hotspots,new_coverage,new_duplicated_lines_density"}"
2024-05-06T11:53:33.8398150Z ##[debug]Not using a proxy agent
2024-05-06T11:53:33.8829469Z ##[debug]Generate analysis report.
2024-05-06T11:53:33.8858410Z ##[debug]Number of analyses in this build: 1
2024-05-06T11:53:33.8859125Z ##[debug]Overall Quality Gate status: ok
2024-05-06T11:53:33.8864727Z ##[debug]System.TeamFoundationCollectionUri=https://mycompany.visualstudio.com/
2024-05-06T11:53:33.8865401Z ##[debug]System.TeamProjectId=3f686d2e-4261-48d0-8682-51530679d5f7
2024-05-06T11:53:33.8865975Z ##[debug]Build.BuildId=278506
2024-05-06T11:53:33.8866484Z ##[debug][{"op":0,"path":"/sonarglobalqualitygate","value":"ok"}]
2024-05-06T11:53:33.8868269Z ##[debug]SYSTEMVSSCONNECTION exists true
2024-05-06T11:53:33.8869999Z ##[debug]SYSTEMVSSCONNECTION exists true
2024-05-06T11:53:33.8878748Z ##[debug]Acquiring a build API object.
2024-05-06T11:53:34.0271045Z ##[debug]Creating a new build property with global Quality Gate Status
2024-05-06T11:53:34.1316180Z ##[debug]build.artifactStagingDirectory=/agent/_work/14/a
2024-05-06T11:53:34.1321708Z ##[debug][SQ] Summary saved at: /agent/_work/14/a/.sqAnalysis/SonarQubeBuildSummary.md
2024-05-06T11:53:34.1322706Z ##[debug][SQ] Uploading build summary from /agent/_work/14/a/.sqAnalysis/SonarQubeBuildSummary.md
2024-05-06T11:53:34.1335188Z ##[debug]Processed: ##vso[task.addattachment type=Distributedtask.Core.Summary;name=SonarQube Analysis Report;]/agent/_work/14/a/.sqAnalysis/SonarQubeBuildSummary.md
2024-05-06T11:53:34.1374328Z ##[section]Finishing: SonarQubePublish

I wanted to add that one project that has this same issue has the default ‘master’ branch in both sonarqube and azure devops. So I guess the branch name won’t be the factor

Hi,

You say this is happening in multiple projects. Are all of them non-master main projects? I.e. do they all have an alternate name for the main branch?

Also, 10.5.1 is out. I don’t think it addresses this, but would it be possible for you to upgrade, run an analysis on one of these projects and make sure?

 
Thx,
Ann

Hello @ganncamp

No, not all projects are non-master.

However, I just happen to find a cause for this issue. For some reason the sonarscanner considers all code TEST code instead of MAIN code, and therefor doesn’t do any analysis.

I have been reading through this page, but all of the reasons to be implicitly marked as a test project don’t seem to apply.

I even explicitly emptied the regex sonar.msbuild.testProjectPattern to make sure that wasn’t the problem.

For the time being I’ve used
<SonarQubeTestProject>false</SonarQubeTestProject>

But I’ll keep searching for the cause of the implicit categorisation as TEST, because we expect many projects to be added to SonarQube. Explicit categorization will be a bit of an overhead.

1 Like

I have done an experiment: instead of using the azure devops tasks, I used the dotnet global sonarscanner tool (v5.15).

When I used that the output gave me 2 MAIN projects…

However, this is not a usable long term solution for us. What is different compared to the devops tasks?

Hi,

I’m not sure it’ll change anything, but if you’re going to use the scanner straight, could you do it with the latest version, 6.2?

 
Ann

Hi @ganncamp,

I used specifically the 5.15 scanner, because that is the same one the Azure DevOps Analyze task reports as being used.

I don’t seem the point of using 6.2, since I cannot change the scanner version used by the Azure DevOps task to something other than 5.15. It requires a new build of the task on your side.

As far as the release notes of the scanner go, they also don’t seem to contain any related change.

Hi,

Testing with the newest scanner version eliminates a variable.

 
Ann

@ganncamp Scanner 6.2 yields the same result as 5.15:

INFO: Found 3 MSBuild C# projects: 2 MAIN projects. 1 with no MAIN nor TEST files.

But this result is different from the Azure devops task, which yields:

2024-05-06T11:52:32.2813440Z WARN: SonarScanner for .NET detected only TEST files and no MAIN files for C# in the current solution. Only TEST-code related results will be imported to your SonarQube/SonarCloud project. Many of our rules (e.g. vulnerabilities) are raised only on MAIN-code.

Hi,

Thanks for the test.

Refreshing myself on the thread,

You’ve found a workaround. Are you any closer to understanding why the projects are categorized as test projects? Would you be willing to share details of your projects?

 
Ann

I will create a minimal project. Maybe that way the reason will emerge. If not, i’ll upload it here.

1 Like

OK, problem identified!

There was a NuGet included in the project that itself contained the NuGet NUnit.
SonarQube considers projects using NUnit as test code. However the NUnit nuget did not show up, since it’s not a direct reference in this project, but an indirect reference of another NuGet that we reference.

This transitive dependency may be why the logs don’t show the reason for the implicit categorization as a test project.

Hope this helps

Note: the point of local scanner verus the Azure DevOps tasks seems to be irrelevant. I guess on accident the test didn’t happen with the exact same version of the code

2 Likes

Hi,

Thanks for this followup. I’ll make sure the devs see this. Hopefully we’ll get the logging improved.

 
Ann

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.