- SonarQube Server: v2025.2.0.105476 (Developer Edition) on Docker
- SonarScanner: 10.4.1
According to the documentation it is sufficient to just run the analysis and Visual Studio code coverage is found automatically.
But, I do not get code coverage in the following build. Coverage files are not mentioned in the analysis and finally I get the Sensor Zero Coverage Sensor.
ANALYSIS BEGIN:
13:28:06 [DBG] 13:28:06.612 Cache hit: using plugin files from C:\Users\[***]\AppData\Local\Temp\.sonarqube\resources\10
13:28:06 [DBG] 13:28:06.614 Writing Roslyn analyzer additional file to c:\Build1\_work\9\.sonarqube\conf\cs\SonarLint.xml...
13:28:06 [DBG] 13:28:06.615 Fetching quality profile for project '[***]'...
13:28:06 [DBG] 13:28:06.615 Downloading from https://[***]/api/qualityprofiles/search?project=[***]...
13:28:06 [DBG] 13:28:06.635 Response received from https://[***]/api/qualityprofiles/search?project=[***]...
13:28:06 [DBG] 13:28:06.638 Fetching rules for quality profile 'AXY9nOnEfwbcIBno01sS'...
13:28:06 [DBG] 13:28:06.638 Downloading from https://[***]/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AXY9nOnEfwbcIBno01sS&p=1...
13:28:06 [DBG] 13:28:06.687 Response received from https://[***]/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&qprofile=AXY9nOnEfwbcIBno01sS&p=1...
13:28:06 [DBG] 13:28:06.692 Local analyzer cache: C:\Users\[***]\AppData\Local\Temp\.sonarqube\resources
13:28:06 [DBG] 13:28:06.692 Writing Roslyn generated ruleset to c:\Build1\_work\9\.sonarqube\conf\Sonar-vbnet.ruleset...
13:28:06 [DBG] 13:28:06.695 Writing Roslyn generated ruleset to c:\Build1\_work\9\.sonarqube\conf\Sonar-vbnet-none.ruleset...
13:28:06 [DBG] 13:28:06.696 Provisioning analyzer assemblies for vbnet...
13:28:06 [DBG] 13:28:06.696 Installing required Roslyn analyzers...
13:28:06 [DBG] 13:28:06.696 Processing plugin: vbnetenterprise version 10.7.0.110445
13:28:06 [DBG] 13:28:06.696 Cache hit: using plugin files from C:\Users\[***]\AppData\Local\Temp\.sonarqube\resources\11
13:28:06 [DBG] 13:28:06.697 Writing Roslyn analyzer additional file to c:\Build1\_work\9\.sonarqube\conf\vbnet\SonarLint.xml...
13:28:06 [DBG] 13:28:06.7 Processing analysis cache
13:28:06 [DBG] 13:28:06.7 Downloading cache. Project key: [***], branch: develop.
13:28:06 [DBG] 13:28:06.701 Downloading from https://[***]/api/analysis_cache/get?project=[***]&branch=develop...
13:28:06 [DBG] 13:28:06.704 Response received from https://[***]/api/analysis_cache/get?project=[***]&branch=develop...
13:28:06 [DBG] 13:28:06.707 Using cache base path: c:\Build1\_work\9\s
13:28:06 [DBG] 13:28:06.709 Incremental PR analysis: 0 files out of 66 are unchanged.
13:28:06 [DBG] 13:28:06.734 Pre-processing succeeded.
TEST:
13:28:06 [INF] > c:\Build1\_work\_tool/dotnet\dotnet.exe build C:\Build1\_work\9\s\[***].sln --verbosity minimal --no-restore --configuration Debug
[***]
13:28:13 [DBG] C:\Build1\_work\9\s\src\[***].cs(12,2): warning S1309: Do not suppress issues. (https://rules.sonarsource.com/csharp/RSPEC-1309)
[***]
13:28:13 [DBG] 43 Warning(s)
13:28:13 [DBG] 0 Error(s)
13:28:13 [DBG]
13:28:13 [DBG] Time Elapsed 00:00:06.17
13:28:13 [INF] > c:\Build1\_work\_tool/dotnet\dotnet.exe test C:\Build1\_work\9\s\[***].sln --verbosity minimal --no-build --no-restore --results-directory C:\Build1\_work\9\s\artifacts\test-results --logger trx --collect "Code Coverage"
13:28:13 [DBG] Test run for C:\Build1\_work\9\s\tests\[***].Tests\bin\Debug\net8.0\[***].Tests.dll (.NETCoreApp,Version=v8.0)
13:28:13 [DBG] Microsoft (R) Test Execution Command Line Tool Version 17.10.0 (x64)
13:28:13 [DBG] Copyright (c) Microsoft Corporation. All rights reserved.
13:28:13 [DBG]
13:28:14 [DBG] Starting test execution, please wait...
13:28:14 [DBG] A total of 1 test files matched the specified pattern.
13:28:19 [DBG] Results File: C:\Build1\_work\9\s\artifacts\test-results\[***]_BUILD[***]_2025-10-06_13_28_18.trx
13:28:19 [DBG]
13:28:19 [DBG] Passed! - Failed: 0, Passed: 74, Skipped: 0, Total: 74, Duration: 961 ms - [***].Tests.dll (net8.0)
13:28:19 [DBG]
13:28:19 [DBG] Attachments:
13:28:19 [DBG] C:\Build1\_work\9\s\artifacts\test-results\f80a764e-b756-43fc-b98a-ecef080d3b21\[***]_2025-10-06.13_28_18.coverage
ANALYSIS END:
c:\Build1\_work\_tool/dotnet\dotnet.exe C:\Users\[***]\.nuget\packages\dotnet-sonarscanner\10.4.1\tools\netcoreapp3.1\any\SonarScanner.MSBuild.dll end /d:sonar.token=[REDACTED]
SonarScanner for .NET 10.4.1
Using the .NET Core version of the Scanner for .NET
Post-processing started.
13:28:23.871 Uninstalling target: c:\Build1\_work\9\.sonarqube\bin\targets\SonarQube.Integration.targets
13:28:23.874 sonar.verbose=true was specified - setting the log verbosity to 'Debug'
13:28:23.874 Loading the SonarQube analysis config from c:\Build1\_work\9\.sonarqube\conf\SonarQubeAnalysisConfig.xml
13:28:23.874 TeamBuild environment detected
13:28:23.874 Analysis base directory: c:\Build1\_work\9\.sonarqube
Build directory: c:\Build1\_work\9
Bin directory: c:\Build1\_work\9\.sonarqube\bin
Config directory: c:\Build1\_work\9\.sonarqube\conf
Output directory: c:\Build1\_work\9\.sonarqube\out
Config file: c:\Build1\_work\9\.sonarqube\conf\SonarQubeAnalysisConfig.xml
13:28:23.875 Generating SonarQube project properties file to c:\Build1\_work\9\.sonarqube\out\sonar-project.properties
13:28:23.89 Setting analysis property: sonar.visualstudio.enable=false
13:28:23.908 The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: c:\Build1\_work\9\.sonarqube\out\0\Issues.json
13:28:23.909 The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: c:\Build1\_work\9\.sonarqube\out\1\Issues.json
13:28:23.917 Using TFS/Azure DevOps sources directory as project base directory: 'c:\Build1\_work\9\s'.
13:28:23.922 Reading directories from: 'c:\Build1\_work\9\s'.
13:28:23.927 Found 141 directories in: 'c:\Build1\_work\9\s'.
13:28:23.928 Reading files from: 'c:\Build1\_work\9\s\.git'.
13:28:23.928 Found 5 files in: 'c:\Build1\_work\9\s\.git'.
13:28:23.93 Reading files from: 'c:\Build1\_work\9\s\.nuke'.
13:28:23.93 Found 2 files in: 'c:\Build1\_work\9\s\.nuke'.
13:28:23.931 Reading files from: 'c:\Build1\_work\9\s\artifacts'.
13:28:23.931 Found 0 files in: 'c:\Build1\_work\9\s\artifacts'.
13:28:23.931 Reading files from: 'c:\Build1\_work\9\s\build'.
13:28:23.931 Found 6 files in: 'c:\Build1\_work\9\s\build'.
13:28:23.931 Reading files from: 'c:\Build1\_work\9\s\src'.
13:28:23.931 Found 1 files in: 'c:\Build1\_work\9\s\src'.
13:28:23.931 Reading files from: 'c:\Build1\_work\9\s\tests'.
13:28:23.931 Found 0 files in: 'c:\Build1\_work\9\s\tests'.
13:28:23.931 Reading files from: 'c:\Build1\_work\9\s\.git\hooks'.
13:28:23.931 Found 13 files in: 'c:\Build1\_work\9\s\.git\hooks'.
13:28:23.931 Reading files from: 'c:\Build1\_work\9\s\.git\info'.
13:28:23.931 Found 1 files in: 'c:\Build1\_work\9\s\.git\info'.
13:28:23.931 Reading files from: 'c:\Build1\_work\9\s\.git\logs'.
13:28:23.932 Found 1 files in: 'c:\Build1\_work\9\s\.git\logs'.
13:28:23.932 Reading files from: 'c:\Build1\_work\9\s\.git\objects'.
13:28:23.932 Found 0 files in: 'c:\Build1\_work\9\s\.git\objects'.
13:28:23.932 Reading files from: 'c:\Build1\_work\9\s\.git\refs'.
13:28:23.932 Found 0 files in: 'c:\Build1\_work\9\s\.git\refs'.
13:28:23.932 Reading files from: 'c:\Build1\_work\9\s\.nuke\temp'.
13:28:23.932 Found 1 files in: 'c:\Build1\_work\9\s\.nuke\temp'.
13:28:23.932 Reading files from: 'c:\Build1\_work\9\s\artifacts\docs'.
13:28:23.932 Found 2 files in: 'c:\Build1\_work\9\s\artifacts\docs'.
13:28:23.932 Reading files from: 'c:\Build1\_work\9\s\artifacts\nuget'.
13:28:23.932 Found 2 files in: 'c:\Build1\_work\9\s\artifacts\nuget'.
13:28:23.932 Reading files from: 'c:\Build1\_work\9\s\artifacts\reports'.
13:28:23.932 Found 0 files in: 'c:\Build1\_work\9\s\artifacts\reports'.
13:28:23.932 Reading files from: 'c:\Build1\_work\9\s\artifacts\test-results'.
13:28:23.932 Found 2 files in: 'c:\Build1\_work\9\s\artifacts\test-results'.
13:28:23.932 Reading files from: 'c:\Build1\_work\9\s\build\additional-artifacts'.
13:28:23.932 Found 0 files in: 'c:\Build1\_work\9\s\build\additional-artifacts'.
13:28:23.932 Reading files from: 'c:\Build1\_work\9\s\build\bin'.
13:28:23.932 Found 0 files in: 'c:\Build1\_work\9\s\build\bin'.
13:28:23.933 Reading files from: 'c:\Build1\_work\9\s\build\obj'.
13:28:23.933 Found 5 files in: 'c:\Build1\_work\9\s\build\obj'.
13:28:23.933 Reading files from: 'c:\Build1\_work\9\s\src\[***]'.
13:28:23.933 Found 18 files in: 'c:\Build1\_work\9\s\src\[***]'.
13:28:23.933 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests'.
13:28:23.933 Found 3 files in: 'c:\Build1\_work\9\s\tests\[***].Tests'.
13:28:23.933 Reading files from: 'c:\Build1\_work\9\s\.git\logs\refs'.
13:28:23.933 Found 0 files in: 'c:\Build1\_work\9\s\.git\logs\refs'.
13:28:23.933 Reading files from: 'c:\Build1\_work\9\s\.git\objects\info'.
13:28:23.933 Found 0 files in: 'c:\Build1\_work\9\s\.git\objects\info'.
13:28:23.934 Reading files from: 'c:\Build1\_work\9\s\.git\objects\pack'.
13:28:23.934 Found 2 files in: 'c:\Build1\_work\9\s\.git\objects\pack'.
13:28:23.934 Reading files from: 'c:\Build1\_work\9\s\.git\refs\heads'.
13:28:23.934 Found 2 files in: 'c:\Build1\_work\9\s\.git\refs\heads'.
13:28:23.934 Reading files from: 'c:\Build1\_work\9\s\.git\refs\remotes'.
13:28:23.934 Found 0 files in: 'c:\Build1\_work\9\s\.git\refs\remotes'.
13:28:23.934 Reading files from: 'c:\Build1\_work\9\s\.git\refs\tags'.
13:28:23.934 Found 15 files in: 'c:\Build1\_work\9\s\.git\refs\tags'.
13:28:23.934 Reading files from: 'c:\Build1\_work\9\s\artifacts\reports\coverage-report'.
13:28:23.935 Found 1098 files in: 'c:\Build1\_work\9\s\artifacts\reports\coverage-report'.
13:28:23.936 Reading files from: 'c:\Build1\_work\9\s\artifacts\test-results\f80a764e-b756-43fc-b98a-ecef080d3b21'.
13:28:23.936 Found 1 files in: 'c:\Build1\_work\9\s\artifacts\test-results\f80a764e-b756-43fc-b98a-ecef080d3b21'.
13:28:23.936 Reading files from: 'c:\Build1\_work\9\s\artifacts\test-results\[***]_[***]_2025-10-06_13_28_18'.
13:28:23.937 Found 0 files in: 'c:\Build1\_work\9\s\artifacts\test-results\[***]_[***]_2025-10-06_13_28_18'.
13:28:23.937 Reading files from: 'c:\Build1\_work\9\s\build\additional-artifacts\samples'.
13:28:23.937 Found 1 files in: 'c:\Build1\_work\9\s\build\additional-artifacts\samples'.
13:28:23.937 Reading files from: 'c:\Build1\_work\9\s\build\bin\Debug'.
13:28:23.937 Found 0 files in: 'c:\Build1\_work\9\s\build\bin\Debug'.
13:28:23.937 Reading files from: 'c:\Build1\_work\9\s\build\obj\Debug'.
13:28:23.937 Found 0 files in: 'c:\Build1\_work\9\s\build\obj\Debug'.
13:28:23.937 Reading files from: 'c:\Build1\_work\9\s\src\[***]\AzureDevOps'.
13:28:23.937 Found 6 files in: 'c:\Build1\_work\9\s\src\[***]\AzureDevOps'.
13:28:23.937 Reading files from: 'c:\Build1\_work\9\s\src\[***]\AzurePipelinesServer'.
13:28:23.937 Found 16 files in: 'c:\Build1\_work\9\s\src\[***]\AzurePipelinesServer'.
13:28:23.938 Reading files from: 'c:\Build1\_work\9\s\src\[***]\bin'.
13:28:23.938 Found 0 files in: 'c:\Build1\_work\9\s\src\[***]\bin'.
13:28:23.938 Reading files from: 'c:\Build1\_work\9\s\src\[***]\Extensions'.
13:28:23.938 Found 1 files in: 'c:\Build1\_work\9\s\src\[***]\Extensions'.
13:28:23.938 Reading files from: 'c:\Build1\_work\9\s\src\[***]\Infrastructure'.
13:28:23.938 Found 3 files in: 'c:\Build1\_work\9\s\src\[***]\Infrastructure'.
13:28:23.938 Reading files from: 'c:\Build1\_work\9\s\src\[***]\obj'.
13:28:23.938 Found 5 files in: 'c:\Build1\_work\9\s\src\[***]\obj'.
13:28:23.938 Reading files from: 'c:\Build1\_work\9\s\src\[***]\Tools'.
13:28:23.939 Found 0 files in: 'c:\Build1\_work\9\s\src\[***]\Tools'.
13:28:23.939 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\AzureDevOps'.
13:28:23.939 Found 3 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\AzureDevOps'.
13:28:23.939 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\AzurePipelinesServer'.
13:28:23.939 Found 9 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\AzurePipelinesServer'.
13:28:23.939 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\bin'.
13:28:23.939 Found 0 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\bin'.
13:28:23.939 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\Extensions'.
13:28:23.939 Found 1 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\Extensions'.
13:28:23.939 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\obj'.
13:28:23.94 Found 5 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\obj'.
13:28:23.94 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\Tools'.
13:28:23.94 Found 0 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\Tools'.
13:28:23.94 Reading files from: 'c:\Build1\_work\9\s\.git\logs\refs\heads'.
13:28:23.94 Found 2 files in: 'c:\Build1\_work\9\s\.git\logs\refs\heads'.
13:28:23.94 Reading files from: 'c:\Build1\_work\9\s\.git\logs\refs\remotes'.
13:28:23.94 Found 0 files in: 'c:\Build1\_work\9\s\.git\logs\refs\remotes'.
13:28:23.94 Reading files from: 'c:\Build1\_work\9\s\.git\refs\heads\bugfix'.
13:28:23.94 Found 1 files in: 'c:\Build1\_work\9\s\.git\refs\heads\bugfix'.
13:28:23.94 Reading files from: 'c:\Build1\_work\9\s\.git\refs\heads\pull'.
13:28:23.94 Found 0 files in: 'c:\Build1\_work\9\s\.git\refs\heads\pull'.
13:28:23.94 Reading files from: 'c:\Build1\_work\9\s\.git\refs\remotes\origin'.
13:28:23.94 Found 2 files in: 'c:\Build1\_work\9\s\.git\refs\remotes\origin'.
13:28:23.94 Reading files from: 'c:\Build1\_work\9\s\.git\refs\remotes\pull'.
13:28:23.94 Found 0 files in: 'c:\Build1\_work\9\s\.git\refs\remotes\pull'.
13:28:23.94 Reading files from: 'c:\Build1\_work\9\s\artifacts\reports\coverage-report\summary26636'.
13:28:23.94 Found 1 files in: 'c:\Build1\_work\9\s\artifacts\reports\coverage-report\summary26636'.
13:28:23.94 Reading files from: 'c:\Build1\_work\9\s\artifacts\test-results\[***]_[***]_2025-10-06_13_28_18\In'.
13:28:23.94 Found 0 files in: 'c:\Build1\_work\9\s\artifacts\test-results\[***]_[***]_2025-10-06_13_28_18\In'.
13:28:23.94 Reading files from: 'c:\Build1\_work\9\s\build\bin\Debug\net8.0'.
13:28:23.941 Found 61 files in: 'c:\Build1\_work\9\s\build\bin\Debug\net8.0'.
13:28:23.942 Reading files from: 'c:\Build1\_work\9\s\build\obj\Debug\net8.0'.
13:28:23.942 Found 13 files in: 'c:\Build1\_work\9\s\build\obj\Debug\net8.0'.
13:28:24.016 Reading files from: 'c:\Build1\_work\9\s\src\[***]\AzureDevOps\Api'.
13:28:24.016 Found 2 files in: 'c:\Build1\_work\9\s\src\[***]\AzureDevOps\Api'.
13:28:24.016 Reading files from: 'c:\Build1\_work\9\s\src\[***]\AzureDevOps\PullRequests'.
13:28:24.016 Found 3 files in: 'c:\Build1\_work\9\s\src\[***]\AzureDevOps\PullRequests'.
13:28:24.016 Reading files from: 'c:\Build1\_work\9\s\src\[***]\bin\Debug'.
13:28:24.016 Found 3 files in: 'c:\Build1\_work\9\s\src\[***]\bin\Debug'.
13:28:24.016 Reading files from: 'c:\Build1\_work\9\s\src\[***]\bin\Release'.
13:28:24.016 Found 3 files in: 'c:\Build1\_work\9\s\src\[***]\bin\Release'.
13:28:24.016 Reading files from: 'c:\Build1\_work\9\s\src\[***]\obj\Debug'.
13:28:24.016 Found 11 files in: 'c:\Build1\_work\9\s\src\[***]\obj\Debug'.
13:28:24.017 Reading files from: 'c:\Build1\_work\9\s\src\[***]\obj\Release'.
13:28:24.017 Found 13 files in: 'c:\Build1\_work\9\s\src\[***]\obj\Release'.
13:28:24.018 Reading files from: 'c:\Build1\_work\9\s\src\[***]\Tools\NuGetAnalyzer'.
13:28:24.018 Found 1 files in: 'c:\Build1\_work\9\s\src\[***]\Tools\NuGetAnalyzer'.
13:28:24.018 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\AzureDevOps\PullRequests'.
13:28:24.018 Found 1 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\AzureDevOps\PullRequests'.
13:28:24.018 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\bin\Debug'.
13:28:24.018 Found 0 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\bin\Debug'.
13:28:24.018 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\bin\Release'.
13:28:24.018 Found 0 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\bin\Release'.
13:28:24.037 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\obj\Debug'.
13:28:24.037 Found 0 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\obj\Debug'.
13:28:24.037 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\obj\Release'.
13:28:24.037 Found 0 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\obj\Release'.
13:28:24.037 Reading files from: 'c:\Build1\_work\9\s\tests\[***].Tests\Tools\NuGetAnalyzer'.
13:28:24.037 Found 1 files in: 'c:\Build1\_work\9\s\tests\[***].Tests\Tools\NuGetAnalyzer'.
13:28:24.037 Reading files from: 'c:\Build1\_work\9\s\.git\logs\refs\heads\bugfix'.
13:28:24.038 Found 1 files in: 'c:\Build1\_work\9\s\.git\logs\refs\heads\bugfix'.
13:28:24.038 Reading files from: 'c:\Build1\_work\9\s\.git\logs\refs\heads\pull'.
13:28:24.038 Found 0 files in: 'c:\Build1\_work\9\s\.git\logs\refs\heads\pull'.
13:28:24.038 Reading files from: 'c:\Build1\_work\9\s\.git\logs\refs\remotes\origin'.
13:28:24.038 Found 2 files in: 'c:\Build1\_work\9\s\.git\logs\refs\remotes\origin'.
13:28:24.038 Reading files from: 'c:\Build1\_work\9\s\.git\logs\refs\remotes\pull'.
13:28:24.038 Found 0 files in: 'c:\Build1\_work\9\s\.git\logs\refs\remotes\pull'.
13:28:24.038 Reading files from: 'c:\Build1\_work\9\s\.git\refs\heads\pull\6022'.
13:28:24.038 Found 1 files in: 'c:\Build1\_work\9\s\.git\refs\heads\pull\6022'.
13:28:24.038 Reading files from: 'c:\Build1\_work\9\s\.git\refs\remotes\origin\bugfix'.
13:28:24.038 Found 1 files in: 'c:\Build1\_work\9\s\.git\refs\remotes\origin\bugfix'.
13:28:24.038 Reading files from: 'c:\Build1\_work\9\s\.git\refs\remotes\pull\6022'.
13:28:24.038 Found 1 files in: 'c:\Build1\_work\9\s\.git\refs\remotes\pull\6022'.
13:28:24.038 Reading files from: 'c:\Build1\_work\9\s\artifacts\test-results\[***]_[***]_2025-10-06_13_28_18\In\[***]'.
13:28:24.038 Found 1 files in: 'c:\Build1\_work\9\s\artifacts\test-results\[***]_[***]_2025-10-06_13_28_18\In\[***]'.
13:28:24.038 Reading files from: 'c:\Build1\_work\9\s\build\bin\Debug\net8.0\runtimes'.
13:28:24.038 Found 0 files in: 'c:\Build1\_work\9\s\build\bin\Debug\net8.0\runtimes'.
[***]
13:28:24.063 Reading files from: 'c:\Build1\_work\9\s'.
13:28:24.063 Found 13 files in: 'c:\Build1\_work\9\s'.
13:28:24.083 File was referenced by the following projects: 'C:\Build1\_work\9\s\tests\[***].Tests\[***].Tests.csproj'.
13:28:24.093 Dumping content of sonar-project.properties
------------------------------------------------------------------------
sonar.projectKey=[***]
sonar.projectName=BuildTemplates NUKE
sonar.projectVersion=2.2.0-PullRequest6022.11
sonar.working.directory=c:\\Build1\\_work\\9\\.sonarqube\\out\\.sonar
sonar.projectBaseDir=c:\\Build1\\_work\\9\\s
sonar.pullrequest.cache.basepath=c:\\Build1\\_work\\9\\s
sonar.sources=\
"c:\\Build1\\_work\\9\\s\\.nuke\\build.schema.json",\
"c:\\Build1\\_work\\9\\s\\.nuke\\parameters.json",\
"c:\\Build1\\_work\\9\\s\\build\\obj\\project.assets.json",\
"c:\\Build1\\_work\\9\\s\\build\\obj\\_build.csproj.nuget.dgspec.json",\
"c:\\Build1\\_work\\9\\s\\artifacts\\reports\\coverage-report\\[***].Tests_AbsolutePathExtensionsTests.html",\
[***]
"c:\\Build1\\_work\\9\\s\\build\\bin\\Debug\\net8.0\\_build.deps.json",\
"c:\\Build1\\_work\\9\\s\\build\\bin\\Debug\\net8.0\\_build.runtimeconfig.json",\
"c:\\Build1\\_work\\9\\s\\azure-pipelines.yml",\
"c:\\Build1\\_work\\9\\s\\build.ps1",\
"c:\\Build1\\_work\\9\\s\\build.sh",\
"c:\\Build1\\_work\\9\\s\\GitVersion.yml",\
"c:\\Build1\\_work\\9\\s\\global.json",\
"c:\\Build1\\_work\\9\\s\\nuget.config"
A9E7F056-3713-4511-9960-DAFD61A5222E.sonar.projectKey=[***]:A9E7F056-3713-4511-9960-DAFD61A5222E
A9E7F056-3713-4511-9960-DAFD61A5222E.sonar.projectName=[***]
A9E7F056-3713-4511-9960-DAFD61A5222E.sonar.projectBaseDir=C:\\Build1\\_work\\9\\s\\src\\[***]
A9E7F056-3713-4511-9960-DAFD61A5222E.sonar.sourceEncoding=utf-8
A9E7F056-3713-4511-9960-DAFD61A5222E.sonar.tests=
A9E7F056-3713-4511-9960-DAFD61A5222E.sonar.sources=\
"C:\\Build1\\_work\\9\\s\\src\\[***]\\AisBuild.Additional.cs",\
"C:\\Build1\\_work\\9\\s\\src\\[***]\\AisBuild.Common.cs",\
[***]
"c:\\Build1\\_work\\9\\s\\src\\[***]\\obj\\[***].csproj.nuget.dgspec.json",\
"c:\\Build1\\_work\\9\\s\\src\\[***]\\obj\\project.assets.json",\
"c:\\Build1\\_work\\9\\s\\src\\[***]\\bin\\Debug\\[***].deps.json",\
"c:\\Build1\\_work\\9\\s\\src\\[***]\\bin\\Release\\[***].deps.json"
A9E7F056-3713-4511-9960-DAFD61A5222E.sonar.cs.analyzer.projectOutPaths=\
"c:\\Build1\\_work\\9\\.sonarqube\\out\\0"
A9E7F056-3713-4511-9960-DAFD61A5222E.sonar.cs.roslyn.reportFilePaths=\
"c:\\Build1\\_work\\9\\.sonarqube\\out\\0\\Issues.json"
A9E7F056-3713-4511-9960-DAFD61A5222E.sonar.cs.scanner.telemetry=\
"c:\\Build1\\_work\\9\\.sonarqube\\out\\0\\Telemetry.json"
A9E7F056-3713-4511-9960-DAFD61A5222E.sonar.working.directory=c:\\Build1\\_work\\9\\.sonarqube\\out\\.sonar\\mod0
397D5ABD-9801-43F5-BE2E-37C062BC9C05.sonar.projectKey=[***]:397D5ABD-9801-43F5-BE2E-37C062BC9C05
397D5ABD-9801-43F5-BE2E-37C062BC9C05.sonar.projectName=[***].Tests
397D5ABD-9801-43F5-BE2E-37C062BC9C05.sonar.projectBaseDir=C:\\Build1\\_work\\9\\s\\tests\\[***].Tests
397D5ABD-9801-43F5-BE2E-37C062BC9C05.sonar.sourceEncoding=utf-8
397D5ABD-9801-43F5-BE2E-37C062BC9C05.sonar.sources=
397D5ABD-9801-43F5-BE2E-37C062BC9C05.sonar.tests=\
"c:\\Build1\\_work\\9\\s\\tests\\[***].Tests\\obj\\[***].Tests.csproj.nuget.dgspec.json",\
"c:\\Build1\\_work\\9\\s\\tests\\[***].Tests\\obj\\project.assets.json",\
"c:\\Build1\\_work\\9\\s\\tests\\[***].Tests\\bin\\Debug\\net8.0\\[***].Tests.deps.json",\
"c:\\Build1\\_work\\9\\s\\tests\\[***].Tests\\bin\\Debug\\net8.0\\[***].Tests.runtimeconfig.json",\
"c:\\Build1\\_work\\9\\s\\tests\\[***].Tests\\bin\\Release\\net8.0\\[***].Tests.deps.json",\
"c:\\Build1\\_work\\9\\s\\tests\\[***].Tests\\bin\\Release\\net8.0\\[***].Tests.runtimeconfig.json",\
[***]
"C:\\Build1\\_work\\9\\s\\tests\\[***].Tests\\Usings.cs"
397D5ABD-9801-43F5-BE2E-37C062BC9C05.sonar.cs.analyzer.projectOutPaths=\
"c:\\Build1\\_work\\9\\.sonarqube\\out\\1"
397D5ABD-9801-43F5-BE2E-37C062BC9C05.sonar.cs.roslyn.reportFilePaths=\
"c:\\Build1\\_work\\9\\.sonarqube\\out\\1\\Issues.json"
397D5ABD-9801-43F5-BE2E-37C062BC9C05.sonar.cs.scanner.telemetry=\
"c:\\Build1\\_work\\9\\.sonarqube\\out\\1\\Telemetry.json"
397D5ABD-9801-43F5-BE2E-37C062BC9C05.sonar.working.directory=c:\\Build1\\_work\\9\\.sonarqube\\out\\.sonar\\mod1
sonar.host.url=https://[***]
sonar.qualitygate.wait=true
sonar.pullrequest.key=6022
sonar.pullrequest.branch=bugfix/fast-sq-build
sonar.pullrequest.base=develop
sonar.visualstudio.enable=false
sonar.modules=A9E7F056-3713-4511-9960-DAFD61A5222E,397D5ABD-9801-43F5-BE2E-37C062BC9C05
------------------------------------------------------------------------
13:28:24.104 Writing processing summary to c:\Build1\_work\9\.sonarqube\out\ProjectInfo.log
13:28:24.135 Using Java found in Analysis Config: C:\Users\[***]\.sonar\cache\11a61a94d383e755b08b4e5890a13d148bc9f95b7149cbbeec62efb8c75a4a67\OpenJDK17U-jre_x64_windows_hotspot_17.0.13_11.zip_extracted\jdk-17.0.13+11-jre/bin/java.exe
13:28:24.155 Executing file C:\Users\[***]\.sonar\cache\11a61a94d383e755b08b4e5890a13d148bc9f95b7149cbbeec62efb8c75a4a67\OpenJDK17U-jre_x64_windows_hotspot_17.0.13_11.zip_extracted\jdk-17.0.13+11-jre/bin/java.exe
Args: -Djavax.net.ssl.trustStoreType=Windows-ROOT -jar C:\Users\[***]\.sonar\cache\06c8ac4a632638441aa790c3851dd2b94487c8f565283d002fd046c01236881e\scanner-developer-2025.2.0.105476-all.jar <sensitive data removed>
Working directory: c:\Build1\_work\9
Timeout (ms):-1
Process id: 5640
13:28:24.438 INFO: Starting SonarScanner Engine...
13:28:24.438 INFO: Java 17.0.13 Eclipse Adoptium (64-bit)
13:28:24.462 DEBUG: JVM max available memory: 4 GB
13:28:25.094 DEBUG: Developer 2025.2.0.105476
13:28:25.202 DEBUG: Sonar User Home: C:\Users\[***]\.sonar
13:28:26.341 DEBUG: Loading OS trusted SSL certificates...
13:28:26.341 DEBUG: This operation might be slow or even get stuck. You can skip it by passing the scanner property 'sonar.scanner.skipSystemTruststore=true'
13:28:26.408 DEBUG: Successfully loaded KeyStore of the type [Windows-ROOT] having [44] entries
13:28:26.504 DEBUG: Successfully loaded KeyStore of the type [Windows-ROOT-LOCALMACHINE] having [44] entries
13:28:26.562 DEBUG: Successfully loaded KeyStore of the type [Windows-ROOT-CURRENTUSER] having [44] entries
13:28:26.578 DEBUG: Successfully loaded KeyStore of the type [Windows-MY] having [0] entries
13:28:26.592 DEBUG: Successfully loaded KeyStore of the type [Windows-MY-CURRENTUSER] having [0] entries
13:28:26.634 DEBUG: Successfully loaded KeyStore of the type [Windows-MY-LOCALMACHINE] having [0] entries
13:28:26.635 DEBUG: Loaded [132] system trusted certificates
13:28:26.76 INFO: Load global settings
13:28:26.767 DEBUG: --> GET https://[***]/api/settings/values.protobuf
13:28:26.944 DEBUG: <-- 200 https://[***]/api/settings/values.protobuf (176ms, unknown-length body)
13:28:27.037 INFO: Load global settings (done) | time=281ms
13:28:27.041 INFO: Server id: 243B8A4D-AWRAZ4ieejxgkneWefaJ
13:28:27.043 DEBUG: User cache: C:\Users\[***]\.sonar\cache
13:28:27.048 INFO: Loading required plugins
13:28:27.048 INFO: Load plugins index
13:28:27.048 DEBUG: --> GET https://[***]/api/plugins/installed
13:28:27.059 DEBUG: <-- 200 https://[***]/api/plugins/installed (10ms, unknown-length body)
13:28:27.162 INFO: Load plugins index (done) | time=15ms
13:28:27.162 INFO: Load/download plugins
13:28:27.162 INFO: Load/download plugins (done) | time=63ms
13:28:27.162 DEBUG: Plugins not loaded because they are optional: [abap, architecture, architecturejavafrontend, csharpenterprise, cpp, cfamilydependencies, dart, dbd, dbdjavafrontend, dbdpythonfrontend, flex, goenterprise, web, javasymbolicexecution, java, javascript, kotlin, php, plsql, python, ruby, sonarscala, swift, tsql, vbnetenterprise, security, securitycsharpfrontend, securityjsfrontend, securityjavafrontend, securityphpfrontend, securitypythonfrontend, xml]
13:28:27.162 DEBUG: Plugins loaded:
13:28:27.162 DEBUG: * Clean as You Code 2.4.0.2018 (cayc)
13:28:27.163 DEBUG: * JaCoCo 1.3.0.1538 (jacoco)
13:28:27.163 DEBUG: * IaC Code Quality and Security 1.44.0.14670 (iacenterprise)
13:28:27.163 DEBUG: * IaC Code Quality and Security 1.44.0.14670 (iac)
13:28:27.163 DEBUG: * Text Code Quality and Security 2.21.1.5779 (textdeveloper)
13:28:27.163 DEBUG: * TFVC 2.5.0 (scmtfvc)
13:28:27.164 INFO: Loaded core extensions: developer-scanner
13:28:27.172 DEBUG: Installed core extension: developer-scanner
13:28:27.255 DEBUG: register org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$378/0x000001bc1f2fca10@3701e6e4 with shutdown hook
13:28:27.371 INFO: Process project properties
13:28:27.42 INFO: Process project properties (done) | time=47ms
13:28:27.428 INFO: Project key: [***]
13:28:27.428 INFO: Base dir: C:\Build1\_work\9\s
13:28:27.428 INFO: Working dir: c:\Build1\_work\9\.sonarqube\out\.sonar
13:28:27.429 DEBUG: Project global encoding: windows-1252, default locale: en_US
13:28:27.433 INFO: Load project settings for component key: '[***]'
13:28:27.435 DEBUG: --> GET https://[***]/api/settings/values.protobuf?component=[***]
13:28:27.445 DEBUG: <-- 200 https://[***]/api/settings/values.protobuf?component=[***] (10ms, unknown-length body)
13:28:27.446 INFO: Load project settings for component key: '[***]' (done) | time=16ms
13:28:27.459 INFO: Load project branches
13:28:27.46 DEBUG: --> GET https://[***]/api/project_branches/list?project=[***]
13:28:27.466 DEBUG: <-- 200 https://[***]/api/project_branches/list?project=[***] (5ms, unknown-length body)
13:28:27.468 INFO: Load project branches (done) | time=10ms
13:28:27.468 INFO: Load branch configuration
13:28:27.469 INFO: Found manual configuration of branch/PR analysis. Skipping automatic configuration.
13:28:27.47 INFO: Load branch configuration (done) | time=0ms
13:28:27.475 DEBUG: Creating module hierarchy
13:28:27.475 DEBUG: Init module 'BuildTemplates NUKE'
13:28:27.502 DEBUG: Base dir: C:\Build1\_work\9\s
13:28:27.502 DEBUG: Working dir: c:\Build1\_work\9\.sonarqube\out\.sonar
13:28:27.502 DEBUG: Module global encoding: windows-1252, default locale: en_US
13:28:27.502 DEBUG: Init module '[***]'
13:28:27.504 DEBUG: Base dir: C:\Build1\_work\9\s\src\[***]
13:28:27.505 DEBUG: Working dir: c:\Build1\_work\9\.sonarqube\out\.sonar\mod0
13:28:27.505 DEBUG: Module global encoding: UTF-8, default locale: en_US
13:28:27.505 DEBUG: Init module '[***].Tests'
13:28:27.506 DEBUG: Base dir: C:\Build1\_work\9\s\tests\[***].Tests
13:28:27.506 DEBUG: Working dir: c:\Build1\_work\9\.sonarqube\out\.sonar\mod1
13:28:27.506 DEBUG: Module global encoding: UTF-8, default locale: en_US
13:28:27.512 INFO: Load quality profiles
13:28:27.513 DEBUG: --> GET https://[***]/api/qualityprofiles/search.protobuf?project=[***]
13:28:27.539 DEBUG: <-- 200 https://[***]/api/qualityprofiles/search.protobuf?project=[***] (25ms, 4399-byte body)
13:28:27.549 INFO: Load quality profiles (done) | time=47ms
13:28:27.553 INFO: Auto-configuring with CI 'Azure DevOps'
13:28:27.588 DEBUG: SCM-TFVC: started blaming with executable c:\Build1\_work\9\.sonarqube\out\.sonar\.sonartmp\SonarTfsAnnotate16837293758098312836.exe
13:28:27.588 DEBUG: SCM-TFVC: collection uri: https://[***]/tfs/RD.SystemsEngineering
13:28:27.588 DEBUG: SCM-TFVC: user name:
13:28:27.588 DEBUG: SCM-TFVC: password length: 0
13:28:27.588 DEBUG: SCM-TFVC: pat length: 0
13:28:27.603 INFO: Load active rules
13:28:27.604 DEBUG: --> GET https://[***]/api/v2/analysis/active_rules?projectKey=[***]
13:28:27.726 DEBUG: <-- 200 https://[***]/api/v2/analysis/active_rules?projectKey=[***] (122ms, unknown-length body)
13:28:27.834 INFO: Load active rules (done) | time=241ms
13:28:27.838 INFO: Load analysis cache
13:28:27.838 DEBUG: --> GET https://[***]/api/analysis_cache/get?project=[***]&branch=develop
13:28:27.843 DEBUG: <-- 200 https://[***]/api/analysis_cache/get?project=[***]&branch=develop (5ms, 3301-byte body)
13:28:27.852 INFO: Load analysis cache (3.3 kB) | time=6ms
13:28:27.864 DEBUG: --> GET https://[***]/api/languages/list
13:28:27.868 DEBUG: <-- 200 https://[***]/api/languages/list (3ms, unknown-length body)
13:28:27.872 DEBUG: --> GET https://[***]/api/features/list
13:28:27.875 DEBUG: <-- 200 https://[***]/api/features/list (2ms, unknown-length body)
13:28:27.882 INFO: Pull request 6022 for merge into develop from bugfix/fast-sq-build
13:28:27.885 DEBUG: Declared patterns of language Kubernetes were converted to sonar.lang.patterns.kubernetes :
13:28:27.886 DEBUG: Declared patterns of language CSS were converted to sonar.lang.patterns.css : **/*.css,**/*.less,**/*.scss,**/*.sass
13:28:27.886 DEBUG: Declared patterns of language Scala were converted to sonar.lang.patterns.scala : **/*.scala
13:28:27.886 DEBUG: Declared patterns of language JSP were converted to sonar.lang.patterns.jsp : **/*.jsp,**/*.jspf,**/*.jspx
13:28:27.886 DEBUG: Declared patterns of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.cjs,**/*.mjs,**/*.vue
13:28:27.886 DEBUG: Declared patterns of language Python were converted to sonar.lang.patterns.py : **/*.py
13:28:27.886 DEBUG: Declared patterns of language Ansible were converted to sonar.lang.patterns.ansible :
13:28:27.886 DEBUG: Declared patterns of language Docker were converted to sonar.lang.patterns.docker : **/Dockerfile,**/*.dockerfile
13:28:27.887 DEBUG: Declared patterns of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.sql,**/*.pks,**/*.pkb
13:28:27.887 DEBUG: Declared patterns of language Dart were converted to sonar.lang.patterns.dart : **/*.dart
13:28:27.887 DEBUG: Declared patterns of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
13:28:27.887 DEBUG: Declared patterns of language HTML were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.cshtml,**/*.vbhtml,**/*.aspx,**/*.ascx,**/*.rhtml,**/*.erb,**/*.shtm,**/*.shtml,**/*.cmp,**/*.twig
13:28:27.887 DEBUG: Declared patterns of language Flex were converted to sonar.lang.patterns.flex : **/*.as
13:28:27.887 DEBUG: Declared patterns of language XML were converted to sonar.lang.patterns.xml : **/*.not-any-file
13:28:27.887 DEBUG: Declared patterns of language JSON were converted to sonar.lang.patterns.json : **/*.json
13:28:27.887 DEBUG: Declared patterns of language IPython Notebooks were converted to sonar.lang.patterns.ipynb : **/*.ipynb
13:28:27.887 DEBUG: Declared patterns of language Text were converted to sonar.lang.patterns.text :
13:28:27.887 DEBUG: Declared patterns of language VB.NET were converted to sonar.lang.patterns.vbnet : **/*.vb
13:28:27.888 DEBUG: Declared patterns of language CloudFormation were converted to sonar.lang.patterns.cloudformation :
13:28:27.888 DEBUG: Declared patterns of language Swift were converted to sonar.lang.patterns.swift : **/*.swift
13:28:27.888 DEBUG: Declared patterns of language YAML were converted to sonar.lang.patterns.yaml : **/*.yaml,**/*.yml
13:28:27.888 DEBUG: Declared patterns of language C++ were converted to sonar.lang.patterns.cpp : **/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp,**/*.ixx,**/*.mxx,**/*.cppm,**/*.ccm,**/*.cxxm,**/*.c++m
13:28:27.888 DEBUG: Declared patterns of language C were converted to sonar.lang.patterns.c : **/*.c,**/*.h
13:28:27.888 DEBUG: Declared patterns of language Go were converted to sonar.lang.patterns.go : **/*.go
13:28:27.888 DEBUG: Declared patterns of language Kotlin were converted to sonar.lang.patterns.kotlin : **/*.kt,**/*.kts
13:28:27.888 DEBUG: Declared patterns of language T-SQL were converted to sonar.lang.patterns.tsql : **/*.tsql
13:28:27.888 DEBUG: Declared patterns of language Secrets were converted to sonar.lang.patterns.secrets :
13:28:27.888 DEBUG: Declared patterns of language Ruby were converted to sonar.lang.patterns.ruby : **/*.rb
13:28:27.888 DEBUG: Declared patterns of language C# were converted to sonar.lang.patterns.cs : **/*.cs,**/*.razor
13:28:27.889 DEBUG: Declared patterns of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc
13:28:27.889 DEBUG: Declared patterns of language Terraform were converted to sonar.lang.patterns.terraform : **/*.tf
13:28:27.889 DEBUG: Declared patterns of language AzureResourceManager were converted to sonar.lang.patterns.azureresourcemanager : **/*.bicep
13:28:27.889 DEBUG: Declared patterns of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow,**/*.asprog
13:28:27.889 DEBUG: Declared patterns of language Objective-C were converted to sonar.lang.patterns.objc : **/*.m
13:28:27.891 DEBUG: Declared patterns of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx,**/*.cts,**/*.mts
13:28:27.896 INFO: Preprocessing files...
13:28:27.907 DEBUG: loading config FileBasedConfig[C:\Users\[***]\.config\jgit\config]
13:28:27.908 DEBUG: readpipe [c:\Build1\externals\git\cmd\git.exe, --version],c:\Build1\externals\git\cmd
13:28:28.205 DEBUG: readpipe may return 'git version 2.39.1.windows.1'
13:28:28.205 DEBUG: remaining output:
13:28:28.24 DEBUG: readpipe [c:\Build1\externals\git\cmd\git.exe, config, --system, --show-origin, --list, -z],c:\Build1\externals\git\cmd
out of 153480.00 MB, Memory: Used 7066.00 MB out of 16382.00 MB, CPU: Usage 11.17%
13:28:28.391 DEBUG: readpipe may return 'file:C:/Build1/externals.3.238.0/git/etc/gitconfig�core.symlinks'
13:28:28.391 DEBUG: remaining output:
13:28:28.391 DEBUG: false�file:C:/Build1/externals.3.238.0/git/etc/gitconfig�core.autocrlf
13:28:28.391 DEBUG: true�file:C:/Build1/externals.3.238.0/git/etc/gitconfig�color.interactive
13:28:28.391 DEBUG: true�file:C:/Build1/externals.3.238.0/git/etc/gitconfig�color.ui
13:28:28.391 DEBUG: auto�file:C:/Build1/externals.3.238.0/git/etc/gitconfig�pack.packsizelimit
13:28:28.391 DEBUG: 2g�file:C:/Build1/externals.3.238.0/git/etc/gitconfig�help.format
13:28:28.391 DEBUG: html�file:C:/Build1/externals.3.238.0/git/etc/gitconfig�diff.astextplain.textconv
13:28:28.392 DEBUG: astextplain�file:C:/Build1/externals.3.238.0/git/etc/gitconfig�rebase.autosquash
13:28:28.392 DEBUG: true�file:C:/Build1/externals.3.238.0/git/etc/gitconfig�credential.helper
13:28:28.392 DEBUG: manager�file:C:/Build1/externals.3.238.0/git/etc/gitconfig�include.path
13:28:28.392 DEBUG: C:/Program Files (x86)/Git/etc/gitconfig�file:C:/Build1/externals.3.238.0/git/etc/gitconfig�include.path
13:28:28.395 DEBUG: C:/Program Files/Git/etc/gitconfig�
13:28:28.396 DEBUG: loading config FileBasedConfig[C:\Build1\externals.3.238.0\git\etc\gitconfig]
13:28:28.397 DEBUG: loading config FileBasedConfig[C:\Users\[***]\.config\git\config]
13:28:28.397 DEBUG: loading config UserConfigFile[C:\Users\[***]\.gitconfig]
13:28:28.446 DEBUG: 91 non excluded files in this Git repository
13:28:28.448 DEBUG: File 'C:\Build1\_work\9\s\tests\[***].Tests\obj\[***].Tests.csproj.nuget.dgspec.json' is excluded by the scm ignore settings.
13:28:28.449 DEBUG: File 'C:\Build1\_work\9\s\tests\[***].Tests\obj\project.assets.json' is excluded by the scm ignore settings.
13:28:28.449 DEBUG: File 'C:\Build1\_work\9\s\tests\[***].Tests\bin\Debug\net8.0\[***].Tests.deps.json' is excluded by the scm ignore settings.
13:28:28.45 DEBUG: File 'C:\Build1\_work\9\s\tests\[***].Tests\bin\Debug\net8.0\[***].Tests.runtimeconfig.json' is excluded by the scm ignore settings.
13:28:28.45 DEBUG: File 'C:\Build1\_work\9\s\tests\[***].Tests\bin\Release\net8.0\[***].Tests.deps.json' is excluded by the scm ignore settings.
13:28:28.45 DEBUG: File 'C:\Build1\_work\9\s\tests\[***].Tests\bin\Release\net8.0\[***].Tests.runtimeconfig.json' is excluded by the scm ignore settings.
13:28:28.518 DEBUG: File 'C:\Build1\_work\9\s\src\[***]\obj\[***].csproj.nuget.dgspec.json' is excluded by the scm ignore settings.
13:28:28.519 DEBUG: File 'C:\Build1\_work\9\s\src\[***]\obj\project.assets.json' is excluded by the scm ignore settings.
13:28:28.519 DEBUG: File 'C:\Build1\_work\9\s\src\[***]\bin\Debug\[***].deps.json' is excluded by the scm ignore settings.
13:28:28.519 DEBUG: File 'C:\Build1\_work\9\s\src\[***]\bin\Release\[***].deps.json' is excluded by the scm ignore settings.
13:28:28.521 DEBUG: File 'C:\Build1\_work\9\s\build\obj\project.assets.json' is excluded by the scm ignore settings.
13:28:28.521 DEBUG: File 'C:\Build1\_work\9\s\build\obj\_build.csproj.nuget.dgspec.json' is excluded by the scm ignore settings.
13:28:28.521 DEBUG: File 'C:\Build1\_work\9\s\artifacts\reports\coverage-report\[***].Tests_AbsolutePathExtensionsTests.html' is excluded by the scm ignore settings.
[***]
13:28:28.826 DEBUG: File 'C:\Build1\_work\9\s\build\bin\Debug\net8.0\_build.deps.json' is excluded by the scm ignore settings.
13:28:28.826 DEBUG: File 'C:\Build1\_work\9\s\build\bin\Debug\net8.0\_build.runtimeconfig.json' is excluded by the scm ignore settings.
13:28:28.83 INFO: 3 languages detected in 74 preprocessed files
13:28:28.83 INFO: 1082 files ignored because of scm ignore settings
13:28:28.832 INFO: Loading plugins for detected languages
13:28:28.832 DEBUG: Detected languages: [cs, json, yaml]
13:28:28.832 INFO: Load/download plugins
13:28:28.861 INFO: Load/download plugins (done) | time=31ms
13:28:28.861 DEBUG: Optional language-specific plugins not loaded: [abap, architecturejavafrontend, cpp, cfamilydependencies, dart, dbd, dbdjavafrontend, dbdpythonfrontend, flex, goenterprise, web, javasymbolicexecution, java, kotlin, php, plsql, python, ruby, sonarscala, swift, tsql, vbnetenterprise, securityjavafrontend, securityphpfrontend, securitypythonfrontend, xml]
13:28:28.89 DEBUG: Plugins loaded:
13:28:28.89 DEBUG: * C# Code Quality and Security 10.7.0.110445 (csharpenterprise)
13:28:28.89 DEBUG: * Vulnerability Analysis 11.1.0.35630 (security)
13:28:28.89 DEBUG: * Vulnerability Rules for JS 11.1.0.35630 (securityjsfrontend)
13:28:28.89 DEBUG: * JavaScript/TypeScript/CSS Code Quality and Security 10.21.1.30825 (javascript)
13:28:28.89 DEBUG: * Architecture Analysis 1.9.0.4841 (architecture)
13:28:28.89 DEBUG: * Vulnerability Rules for C# 11.1.0.35630 (securitycsharpfrontend)
13:28:29.014 INFO: Executing phase 2 project builders
13:28:29.014 DEBUG: Execute project builder: org.sonarsource.dotnet.shared.plugins.GlobalProtobufFileProcessor
13:28:29.015 DEBUG: Processing c:\Build1\_work\9\.sonarqube\out\0\output-cs\file-metadata.pb
13:28:29.034 DEBUG: Processing c:\Build1\_work\9\.sonarqube\out\1\output-cs\file-metadata.pb
13:28:29.037 INFO: Executing phase 2 project builders (done) | time=32ms
13:28:29.041 INFO: Load project repositories
13:28:29.042 DEBUG: --> GET https://[***]/batch/project.protobuf?key=[***]&branch=develop
13:28:29.049 DEBUG: <-- 200 https://[***]/batch/project.protobuf?key=[***]&branch=develop (7ms, unknown-length body)
13:28:29.053 INFO: Load project repositories (done) | time=15ms
13:28:29.054 INFO: SCM collecting changed files in the branch
13:28:29.085 INFO: Merge base sha1: 4869a3b1fdd36382272b59a61cf2f2a4fa5b63aa
13:28:29.116 INFO: SCM collecting changed files in the branch (done) | time=63ms
13:28:29.116 DEBUG: SCM reported 5 files changed in the branch
13:28:29.118 DEBUG: Will ignore generated code
13:28:29.125 DEBUG: Available languages:
13:28:29.126 DEBUG: * C# => "cs"
13:28:29.126 DEBUG: * JavaScript => "js"
13:28:29.126 DEBUG: * TypeScript => "ts"
13:28:29.126 DEBUG: * CSS => "css"
13:28:29.126 DEBUG: * Ansible => "ansible"
13:28:29.126 DEBUG: * Terraform => "terraform"
13:28:29.126 DEBUG: * CloudFormation => "cloudformation"
13:28:29.126 DEBUG: * Kubernetes => "kubernetes"
13:28:29.126 DEBUG: * Docker => "docker"
13:28:29.126 DEBUG: * AzureResourceManager => "azureresourcemanager"
13:28:29.126 DEBUG: * YAML => "yaml"
13:28:29.126 DEBUG: * JSON => "json"
13:28:29.126 DEBUG: * Secrets => "secrets"
13:28:29.126 DEBUG: * Text => "text"
13:28:29.126 INFO: Indexing files...
13:28:29.126 INFO: Project configuration:
13:28:29.126 INFO: Excluded sources for coverage: **/*.cpp, **/*.h
13:28:29.127 INFO: Indexing files of module '[***].Tests'
13:28:29.127 INFO: Base dir: C:\Build1\_work\9\s\tests\[***].Tests
13:28:29.129 DEBUG: Test paths: obj/[***].Tests.csproj.nuget.dgspec.json, obj/project.assets.json, bin/Debug/net8.0/[***].Tests.deps.json, bin/Debug/net8.0/[***].Tests.runtimeconfig.json, bin/Release/net8.0/[***].Tests.deps.json, bin/Release/net8.0/[***].Tests.runtimeconfig.json, AisBuildTests.cs, AzureDevOps/AzureDevOpsGitRepositoryTests.cs, AzureDevOps/AzureDevOpsProjectTests.cs, AzureDevOps/AzurePipelinesExtensionsTests.cs, AzureDevOps/PullRequests/PullRequestTests.cs, AzurePipelinesServer/AzurePipelinesCleanupStepTests.cs, AzurePipelinesServer/AzurePipelineServerCheckoutStepsTests.cs, AzurePipelinesServer/AzurePipelinesServerAttributeTests.cs, AzurePipelinesServer/AzurePipelinesServerBuildJobTests.cs, AzurePipelinesServer/AzurePipelinesServerConfigurationTests.cs, AzurePipelinesServer/AzurePipelinesServerNukeCmdStepTests.cs, AzurePipelinesServer/AzurePipelinesServerPublishPreparationStepTests.cs, AzurePipelinesServer/AzurePipelinesServerPublishStepTests.cs, AzurePipelinesServer/TestWriter.cs, Extensions/AbsolutePathExtensionsTests.cs, Tools/NuGetAnalyzer/NuGetAnalyzerOptionsTests.cs, Usings.cs
13:28:29.129 INFO: Excluded sources for coverage: **/*.cpp, **/*.h
13:28:29.137 DEBUG: 'tests/[***].Tests/AisBuildTests.cs' generated metadata as test with charset 'UTF-8'
13:28:29.138 DEBUG: 'tests/[***].Tests/AisBuildTests.cs' indexed as test with language 'cs'
[***]
13:28:29.157 DEBUG: 'tests/[***].Tests/Usings.cs' generated metadata as test with charset 'UTF-8'
13:28:29.157 DEBUG: 'tests/[***].Tests/Usings.cs' indexed as test with language 'cs'
13:28:29.157 INFO: Indexing files of module '[***]'
13:28:29.157 INFO: Base dir: C:\Build1\_work\9\s\src\[***]
13:28:29.16 DEBUG: Source paths: AisBuild.Additional.cs, AisBuild.Common.cs, AisBuild.Compilation.cs, AisBuild.Directories.cs, AisBuild.Injections.cs, AisBuild.Overrides.cs, AisBuild.Packaging.cs, AisBuild.Parameters.cs, AisBuild.SonarQube.cs, AisBuild.Telemetry.cs, AisBuild.Test.cs, AssemblyInfo.cs, AzureDevOps/Api/CollectionApi.cs, AzureDevOps/Api/PullRequestApi.cs, AzureDevOps/AzureDevOpsCollection.cs, AzureDevOps/AzureDevOpsGitRepository.cs, AzureDevOps/AzureDevOpsProject.cs, AzureDevOps/AzureDevOpsServer.cs, AzureDevOps/AzurePipelinesExtensions.cs, AzureDevOps/AzurePipelinesObsoleteExtensions.cs, AzureDevOps/PullRequests/CreatePullRequestSettings.cs, AzureDevOps/PullRequests/PullRequest.cs, AzureDevOps/PullRequests/PullRequestThread.cs, AzurePipelinesServer/AzurePipelinesCleanupStep.cs, AzurePipelinesServer/AzurePipelineServerCheckoutSteps.cs, AzurePipelinesServer/AzurePipelinesServerAttribute.cs, AzurePipelinesServer/AzurePipelinesServerBranchConditionAttribute.cs, AzurePipelinesServer/AzurePipelinesServerBuildJob.cs, AzurePipelinesServer/AzurePipelinesServerConfiguration.cs, AzurePipelinesServer/AzurePipelinesServerDeploymentJob.cs, AzurePipelinesServer/AzurePipelinesServerDownloadStep.cs, AzurePipelinesServer/AzurePipelinesServerEnvironmentAttribute.cs, AzurePipelinesServer/AzurePipelinesServerNukeCmdStep.cs, AzurePipelinesServer/AzurePipelinesServerPublishPreparationStep.cs, AzurePipelinesServer/AzurePipelinesServerPublishStep.cs, AzurePipelinesServer/AzurePipelinesServerStage.cs, AzurePipelinesServer/AzurePipelinesUseDotNetStep.cs, AzurePipelinesServer/ClearWorkspaceOption.cs, AzurePipelinesServer/YamlBuildExtensions.cs, Configuration.cs, Extensions/AbsolutePathExtensions.cs, IAisNugetReport.cs, IHazDocumentationArtifacts.cs, IHazNugetConfig.cs, Infrastructure/FrameworkHttpClient.cs, Infrastructure/HttpResponseExtensions.cs, Infrastructure/IHttpClient.cs, TcStoreBuild.cs, Tools/NuGetAnalyzer/NuGetAnalyzerOptions.cs, obj/[***].csproj.nuget.dgspec.json, obj/project.assets.json, bin/Debug/[***].deps.json, bin/Release/[***].deps.json
13:28:29.171 INFO: Excluded sources for coverage: **/*.cpp, **/*.h
13:28:29.171 DEBUG: 'src/[***]/AisBuild.Additional.cs' generated metadata with charset 'UTF-8'
13:28:29.171 DEBUG: 'src/[***]/AisBuild.Additional.cs' indexed with language 'cs'
[***]
13:28:29.215 INFO: Indexing files of module 'BuildTemplates NUKE'
13:28:29.215 INFO: Base dir: C:\Build1\_work\9\s
13:28:29.22 DEBUG: Source paths: [***]
13:28:29.277 INFO: Excluded sources for coverage: **/*.cpp, **/*.h
13:28:29.277 DEBUG: '.nuke/build.schema.json' indexed with language 'json'
13:28:29.277 DEBUG: '.nuke/parameters.json' indexed with language 'json'
13:28:29.277 DEBUG: 'azure-pipelines.yml' indexed with language 'yaml'
13:28:29.277 DEBUG: 'build.ps1' indexed with no language
13:28:29.277 DEBUG: 'build.sh' indexed with no language
13:28:29.277 DEBUG: 'GitVersion.yml' indexed with language 'yaml'
13:28:29.278 DEBUG: 'global.json' indexed with language 'json'
13:28:29.278 DEBUG: 'nuget.config' indexed with no language
13:28:29.278 INFO: 74 files indexed
13:28:29.278 INFO: Quality profile for cs: [***]
13:28:29.278 INFO: Quality profile for json: Sonar way
13:28:29.278 INFO: Quality profile for yaml: Sonar way
13:28:29.278 INFO: ------------- Run sensors on module [***].Tests
13:28:29.278 INFO: Load metrics repository
13:28:29.278 DEBUG: --> GET https://[***]/api/metrics/search?ps=500&p=1
13:28:29.278 DEBUG: <-- 200 https://[***]/api/metrics/search?ps=500&p=1 (5ms, unknown-length body)
13:28:29.278 INFO: Load metrics repository (done) | time=16ms
13:28:29.562 DEBUG: Added 347 checks for language='ts', repository='typescript'
13:28:29.564 DEBUG: Added 15 checks for language='ts', repository='tssecurity'
13:28:29.566 DEBUG: Added 347 checks for language='js', repository='javascript'
13:28:29.566 DEBUG: Added 15 checks for language='js', repository='jssecurity'
13:28:29.57 DEBUG: No registered JsAnalysisConsumer.
13:28:29.588 DEBUG: 'Import external issues report' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.externalIssuesReportPaths: <empty>
13:28:29.59 DEBUG: 'IaC Ansible Sensor' skipped because there is no related file in current project
13:28:29.59 DEBUG: 'IaC Terraform Sensor' skipped because there is no related file in current project
13:28:29.59 DEBUG: 'IaC CloudFormation Sensor' skipped because there is no related file in current project
13:28:29.59 DEBUG: 'IaC Kubernetes Sensor' skipped because there is no related file in current project
13:28:29.59 DEBUG: 'IaC AzureResourceManager Sensor' skipped because there is no related file in current project
13:28:29.591 DEBUG: 'JavaScript/TypeScript analysis' skipped because there is no related file in current project
13:28:29.591 DEBUG: 'JavaScript inside YAML analysis' skipped because there is no related file in current project
13:28:29.591 DEBUG: 'JavaScript inside HTML analysis' skipped because there is no related file in current project
13:28:29.591 DEBUG: 'JavaScript/TypeScript Coverage' skipped because there is no related file in current project
13:28:29.591 DEBUG: 'Import of TSLint issues' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.typescript.tslint.reportPaths: <empty>
- sonar.externalIssuesReportPaths: <empty>
13:28:29.592 DEBUG: 'CSS Metrics' skipped because there is no related file in current project
13:28:29.592 DEBUG: 'Import of stylelint issues' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.typescript.tslint.reportPaths: <empty>
- sonar.css.stylelint.reportPaths: <empty>
- sonar.externalIssuesReportPaths: <empty>
13:28:29.592 DEBUG: Sensors : C# Project Type Information -> C# Analysis Log -> C# Method Declarations -> C# Telemetry -> C# Properties -> JaCoCo XML Report Importer -> Java Config Sensor -> CSS Rules -> IaC Docker Sensor -> Serverless configuration file sensor -> AWS SAM template file sensor -> AWS SAM Inline template file sensor
13:28:29.593 INFO: Sensor C# Project Type Information [csharpenterprise]
13:28:29.594 DEBUG: Adding file type information (has MAIN 'false', has TEST 'true') for project '[***].Tests' (project key '[***]:[***]:397D5ABD-9801-43F5-BE2E-37C062BC9C05', base dir 'C:\Build1\_work\9\s\tests\[***].Tests'). For debug info, see ProjectInfo.xml in 'c:\Build1\_work\9\.sonarqube\out\1'.
13:28:29.594 INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=1ms
13:28:29.594 INFO: Sensor C# Analysis Log [csharpenterprise]
13:28:29.596 DEBUG: Project '[***]:[***]:397D5ABD-9801-43F5-BE2E-37C062BC9C05': Analyzer working directory 'c:\Build1\_work\9\.sonarqube\out\1\output-cs' contains 8 .pb file(s)
13:28:29.598 INFO: Roslyn version: 4.10.0.0
13:28:29.598 INFO: Language version: CSharp12
13:28:29.598 INFO: Concurrent execution: enabled
13:28:29.598 DEBUG: File 'C:\Build1\_work\9\s\tests\[***].Tests\obj\Debug\net8.0\[***].Tests.AssemblyInfo.cs' was recognized as generated
13:28:29.598 DEBUG: File 'C:\Build1\_work\9\s\tests\[***].Tests\obj\Debug\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs' was recognized as generated
13:28:29.598 DEBUG: File 'C:\Build1\_work\9\s\tests\[***].Tests\obj\Debug\net8.0\[***].Tests.GlobalUsings.g.cs' was recognized as generated
13:28:29.598 DEBUG: File 'C:\Users\[***]\.nuget\packages\microsoft.net.test.sdk\17.12.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.Program.cs' was recognized as generated
13:28:29.598 INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=4ms
13:28:29.598 INFO: Sensor C# Method Declarations [csharpenterprise]
13:28:29.598 DEBUG: Start importing method declarations.
13:28:29.599 DEBUG: Project '[***]:[***]:397D5ABD-9801-43F5-BE2E-37C062BC9C05': Analyzer working directory 'c:\Build1\_work\9\.sonarqube\out\1\output-cs' contains 8 .pb file(s)
13:28:29.602 INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=4ms
13:28:29.602 INFO: Sensor C# Telemetry [csharpenterprise]
13:28:29.602 DEBUG: Start importing metrics.
13:28:29.603 DEBUG: Project '[***]:[***]:397D5ABD-9801-43F5-BE2E-37C062BC9C05': Analyzer working directory 'c:\Build1\_work\9\.sonarqube\out\1\output-cs' contains 8 .pb file(s)
13:28:29.605 INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=3ms
13:28:29.605 INFO: Sensor C# Properties [csharpenterprise]
13:28:29.605 DEBUG: Project '[***]:[***]:397D5ABD-9801-43F5-BE2E-37C062BC9C05': Analyzer working directory 'c:\Build1\_work\9\.sonarqube\out\1\output-cs' contains 8 .pb file(s)
13:28:29.605 DEBUG: Project '[***]:[***]:397D5ABD-9801-43F5-BE2E-37C062BC9C05': The Roslyn JSON report path has 'c:\Build1\_work\9\.sonarqube\out\1\Issues.json'
13:28:29.606 INFO: Sensor C# Properties [csharpenterprise] (done) | time=1ms
13:28:29.606 INFO: Sensor JaCoCo XML Report Importer [jacoco]
13:28:29.607 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
13:28:29.607 INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
13:28:29.607 INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
13:28:29.607 INFO: Sensor Java Config Sensor [iac]
13:28:29.628 INFO: 0 source files to be analyzed
13:28:29.631 INFO: 0/0 source files have been analyzed
13:28:29.632 INFO: Sensor Java Config Sensor [iac] (done) | time=24ms
13:28:29.632 INFO: Sensor CSS Rules [javascript]
13:28:29.632 INFO: Sensor CSS Rules is restricted to changed files only
13:28:29.632 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
13:28:29.633 INFO: Sensor CSS Rules [javascript] (done) | time=1ms
13:28:29.633 INFO: Sensor IaC Docker Sensor [iac]
13:28:29.633 INFO: Sensor IaC Docker Sensor is restricted to changed files only
13:28:29.681 INFO: 0 source files to be analyzed
13:28:29.681 INFO: 0/0 source files have been analyzed
13:28:29.681 INFO: Sensor IaC Docker Sensor [iac] (done) | time=48ms
13:28:29.681 INFO: Sensor Serverless configuration file sensor [security]
13:28:29.681 INFO: 0 Serverless function entries were found in the project
13:28:29.683 INFO: 0 Serverless function handlers were kept as entrypoints
13:28:29.683 INFO: Sensor Serverless configuration file sensor [security] (done) | time=2ms
13:28:29.683 INFO: Sensor AWS SAM template file sensor [security]
13:28:29.684 DEBUG: 0 SAM template configuration files were found in the project. 0 SAM function entries were found in total. 0 were kept as potential entrypoints.
13:28:29.684 INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
13:28:29.684 INFO: Sensor AWS SAM Inline template file sensor [security]
13:28:29.684 DEBUG: 0 SAM Inline template configuration files were found in the project. 0 SAM Inline function entries were found in total. 0 were kept as potential entrypoints.
13:28:29.684 INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
13:28:29.686 INFO: ------------- Run sensors on module [***]
13:28:29.712 DEBUG: 'Import external issues report' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.externalIssuesReportPaths: <empty>
13:28:29.712 DEBUG: 'IaC Ansible Sensor' skipped because there is no related file in current project
13:28:29.712 DEBUG: 'IaC Terraform Sensor' skipped because there is no related file in current project
13:28:29.712 DEBUG: 'IaC CloudFormation Sensor' skipped because there is no related file in current project
13:28:29.712 DEBUG: 'IaC Kubernetes Sensor' skipped because there is no related file in current project
13:28:29.713 DEBUG: 'IaC AzureResourceManager Sensor' skipped because there is no related file in current project
13:28:29.713 DEBUG: 'JavaScript/TypeScript analysis' skipped because there is no related file in current project
13:28:29.713 DEBUG: 'JavaScript inside YAML analysis' skipped because there is no related file in current project
13:28:29.713 DEBUG: 'JavaScript inside HTML analysis' skipped because there is no related file in current project
13:28:29.713 DEBUG: 'JavaScript/TypeScript Coverage' skipped because there is no related file in current project
13:28:29.713 DEBUG: 'Import of TSLint issues' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.typescript.tslint.reportPaths: <empty>
- sonar.externalIssuesReportPaths: <empty>
13:28:29.713 DEBUG: 'CSS Metrics' skipped because there is no related file in current project
13:28:29.713 DEBUG: 'Import of stylelint issues' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.typescript.tslint.reportPaths: <empty>
- sonar.css.stylelint.reportPaths: <empty>
- sonar.externalIssuesReportPaths: <empty>
13:28:29.713 DEBUG: Sensors : C# Project Type Information -> C# Analysis Log -> C# Method Declarations -> C# Telemetry -> C# Properties -> JaCoCo XML Report Importer -> Java Config Sensor -> CSS Rules -> IaC Docker Sensor -> Serverless configuration file sensor -> AWS SAM template file sensor -> AWS SAM Inline template file sensor
13:28:29.713 INFO: Sensor C# Project Type Information [csharpenterprise]
13:28:29.714 DEBUG: Adding file type information (has MAIN 'true', has TEST 'false') for project '[***]' (project key '[***]:[***]:A9E7F056-3713-4511-9960-DAFD61A5222E', base dir 'C:\Build1\_work\9\s\src\[***]'). For debug info, see ProjectInfo.xml in 'c:\Build1\_work\9\.sonarqube\out\0'.
13:28:29.714 INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
13:28:29.714 INFO: Sensor C# Analysis Log [csharpenterprise]
13:28:29.714 DEBUG: Project '[***]:[***]:A9E7F056-3713-4511-9960-DAFD61A5222E': Analyzer working directory 'c:\Build1\_work\9\.sonarqube\out\0\output-cs' contains 8 .pb file(s)
13:28:29.715 INFO: Roslyn version: 4.10.0.0
13:28:29.715 INFO: Language version: CSharp12
13:28:29.715 INFO: Concurrent execution: enabled
13:28:29.715 DEBUG: File 'C:\Build1\_work\9\s\src\[***]\obj\Debug\System.Text.RegularExpressions.Generator\System.Text.RegularExpressions.Generator.RegexGenerator\RegexGenerator.g.cs' was recognized as generated
13:28:29.715 DEBUG: File 'C:\Build1\_work\9\s\src\[***]\obj\Debug\[***].AssemblyInfo.cs' was recognized as generated
13:28:29.715 DEBUG: File 'C:\Build1\_work\9\s\src\[***]\obj\Debug\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs' was recognized as generated
13:28:29.715 DEBUG: File 'C:\Build1\_work\9\s\src\[***]\obj\Debug\[***].GlobalUsings.g.cs' was recognized as generated
13:28:29.715 INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=1ms
13:28:29.715 INFO: Sensor C# Method Declarations [csharpenterprise]
13:28:29.715 DEBUG: Start importing method declarations.
13:28:29.715 DEBUG: Project '[***]:[***]:A9E7F056-3713-4511-9960-DAFD61A5222E': Analyzer working directory 'c:\Build1\_work\9\.sonarqube\out\0\output-cs' contains 8 .pb file(s)
13:28:29.715 INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=0ms
13:28:29.715 INFO: Sensor C# Telemetry [csharpenterprise]
13:28:29.715 DEBUG: Start importing metrics.
13:28:29.715 DEBUG: Project '[***]:[***]:A9E7F056-3713-4511-9960-DAFD61A5222E': Analyzer working directory 'c:\Build1\_work\9\.sonarqube\out\0\output-cs' contains 8 .pb file(s)
13:28:29.716 INFO: Sensor C# Telemetry [csharpenterprise] (done) | time=1ms
13:28:29.716 INFO: Sensor C# Properties [csharpenterprise]
13:28:29.716 DEBUG: Project '[***]:[***]:A9E7F056-3713-4511-9960-DAFD61A5222E': Analyzer working directory 'c:\Build1\_work\9\.sonarqube\out\0\output-cs' contains 8 .pb file(s)
13:28:29.716 DEBUG: Project '[***]:[***]:A9E7F056-3713-4511-9960-DAFD61A5222E': The Roslyn JSON report path has 'c:\Build1\_work\9\.sonarqube\out\0\Issues.json'
13:28:29.716 INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
13:28:29.716 INFO: Sensor JaCoCo XML Report Importer [jacoco]
13:28:29.716 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
13:28:29.716 INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
13:28:29.716 INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
13:28:29.716 INFO: Sensor Java Config Sensor [iac]
13:28:29.719 INFO: 0 source files to be analyzed
13:28:29.719 INFO: 0/0 source files have been analyzed
13:28:29.719 INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
13:28:29.719 INFO: Sensor CSS Rules [javascript]
13:28:29.719 INFO: Sensor CSS Rules is restricted to changed files only
13:28:29.72 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
13:28:29.72 INFO: Sensor CSS Rules [javascript] (done) | time=1ms
13:28:29.72 INFO: Sensor IaC Docker Sensor [iac]
13:28:29.72 INFO: Sensor IaC Docker Sensor is restricted to changed files only
13:28:29.726 INFO: 0 source files to be analyzed
13:28:29.726 INFO: 0/0 source files have been analyzed
13:28:29.726 INFO: Sensor IaC Docker Sensor [iac] (done) | time=6ms
13:28:29.726 INFO: Sensor Serverless configuration file sensor [security]
13:28:29.726 INFO: 0 Serverless function entries were found in the project
13:28:29.726 INFO: 0 Serverless function handlers were kept as entrypoints
13:28:29.726 INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
13:28:29.726 INFO: Sensor AWS SAM template file sensor [security]
13:28:29.726 DEBUG: 0 SAM template configuration files were found in the project. 0 SAM function entries were found in total. 0 were kept as potential entrypoints.
13:28:29.726 INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms
13:28:29.726 INFO: Sensor AWS SAM Inline template file sensor [security]
13:28:29.727 DEBUG: 0 SAM Inline template configuration files were found in the project. 0 SAM Inline function entries were found in total. 0 were kept as potential entrypoints.
13:28:29.727 INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
13:28:29.727 INFO: ------------- Run sensors on module BuildTemplates NUKE
13:28:29.75 DEBUG: 'Import external issues report' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.externalIssuesReportPaths: <empty>
13:28:29.75 DEBUG: 'C# Telemetry' skipped because there is no related file in current project
13:28:29.751 DEBUG: 'IaC Terraform Sensor' skipped because there is no related file in current project
13:28:29.751 DEBUG: 'JavaScript/TypeScript analysis' skipped because there is no related file in current project
13:28:29.751 DEBUG: 'JavaScript inside HTML analysis' skipped because there is no related file in current project
13:28:29.751 DEBUG: 'JavaScript/TypeScript Coverage' skipped because there is no related file in current project
13:28:29.751 DEBUG: 'Import of TSLint issues' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.typescript.tslint.reportPaths: <empty>
- sonar.externalIssuesReportPaths: <empty>
13:28:29.751 DEBUG: 'CSS Metrics' skipped because there is no related file in current project
13:28:29.751 DEBUG: 'Import of stylelint issues' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.typescript.tslint.reportPaths: <empty>
- sonar.css.stylelint.reportPaths: <empty>
- sonar.externalIssuesReportPaths: <empty>
13:28:29.752 DEBUG: 'Generic Test Executions Report' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.typescript.tslint.reportPaths: <empty>
- sonar.testExecutionReportPaths: <empty>
- sonar.css.stylelint.reportPaths: <empty>
- sonar.externalIssuesReportPaths: <empty>
13:28:29.752 DEBUG: Sensors : C# Project Type Information -> C# Analysis Log -> C# Method Declarations -> C# Properties -> JaCoCo XML Report Importer -> IaC Ansible Sensor -> IaC CloudFormation Sensor -> IaC Kubernetes Sensor -> IaC AzureResourceManager Sensor -> Java Config Sensor -> JavaScript inside YAML analysis -> CSS Rules -> IaC Docker Sensor -> Serverless configuration file sensor -> AWS SAM template file sensor -> AWS SAM Inline template file sensor -> DeveloperTextAndSecretsSensor -> JavaSecuritySensor -> CSharpSecuritySensor -> PhpSecuritySensor -> PythonSecuritySensor -> JsSecuritySensor -> KotlinSecuritySensor
13:28:29.757 INFO: Sensor C# Project Type Information [csharpenterprise]
13:28:29.757 INFO: Sensor C# Project Type Information [csharpenterprise] (done) | time=0ms
13:28:29.757 INFO: Sensor C# Analysis Log [csharpenterprise]
13:28:29.757 INFO: Sensor C# Analysis Log [csharpenterprise] (done) | time=0ms
13:28:29.757 INFO: Sensor C# Method Declarations [csharpenterprise]
13:28:29.757 DEBUG: Start importing method declarations.
13:28:29.757 INFO: Sensor C# Method Declarations [csharpenterprise] (done) | time=0ms
13:28:29.757 INFO: Sensor C# Properties [csharpenterprise]
13:28:29.757 DEBUG: Project '[***]': No Roslyn issues reports have been found.
13:28:29.757 INFO: Sensor C# Properties [csharpenterprise] (done) | time=0ms
13:28:29.757 INFO: Sensor JaCoCo XML Report Importer [jacoco]
13:28:29.757 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
13:28:29.757 INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
13:28:29.757 INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
13:28:29.757 INFO: Sensor IaC Ansible Sensor [iacenterprise]
13:28:29.761 DEBUG: 'azure-pipelines.yml' generated metadata with charset 'windows-1252'
13:28:29.764 DEBUG: '.nuke/build.schema.json' generated metadata with charset 'windows-1252'
13:28:29.768 DEBUG: 'global.json' generated metadata with charset 'windows-1252'
13:28:29.769 DEBUG: '.nuke/parameters.json' generated metadata with charset 'windows-1252'
13:28:29.77 DEBUG: 'GitVersion.yml' generated metadata with charset 'windows-1252'
13:28:29.783 INFO: 0 source files to be analyzed
13:28:29.783 INFO: 0/0 source files have been analyzed
13:28:29.783 DEBUG: Ansible metrics: Ansible files count: 0, embedded CloudFormation usages total count: 0, embedded CloudFormation local files usages count: 0, embedded CloudFormation local Jinja files usages count: 0, embedded CloudFormation remote files usages count: 0
13:28:29.783 INFO: Sensor IaC Ansible Sensor [iacenterprise] (done) | time=30ms
13:28:29.783 INFO: Sensor IaC CloudFormation Sensor [iac]
13:28:29.784 DEBUG: File without identifier 'AWSTemplateFormatVersion': azure-pipelines.yml
13:28:29.785 DEBUG: File without identifier 'AWSTemplateFormatVersion': .nuke/build.schema.json
13:28:29.785 DEBUG: File without identifier 'AWSTemplateFormatVersion': global.json
13:28:29.785 DEBUG: File without identifier 'AWSTemplateFormatVersion': .nuke/parameters.json
13:28:29.786 DEBUG: File without identifier 'AWSTemplateFormatVersion': GitVersion.yml
13:28:29.789 INFO: 0 source files to be analyzed
13:28:29.789 INFO: 0/0 source files have been analyzed
13:28:29.789 INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=5ms
13:28:29.789 INFO: Sensor IaC Kubernetes Sensor [iac]
13:28:29.79 DEBUG: Checking conditions for enabling Helm analysis: isHelmActivationFlagTrue=true, isHelmEvaluatorExecutableAvailable=true
13:28:29.79 DEBUG: Initializing Helm processor
13:28:29.85 DEBUG: File without Kubernetes identifier: azure-pipelines.yml
13:28:29.851 DEBUG: File without Kubernetes identifier: GitVersion.yml
13:28:29.865 INFO: 0 source files to be parsed
13:28:29.865 INFO: 0/0 source files have been parsed
13:28:29.866 INFO: 0 source files to be analyzed
13:28:29.866 INFO: 0/0 source files have been analyzed
13:28:29.866 INFO: 0 source files to be checked
13:28:29.866 INFO: 0/0 source files have been checked
13:28:29.867 INFO: Sensor IaC Kubernetes Sensor [iac] (done) | time=78ms
13:28:29.867 INFO: Sensor IaC AzureResourceManager Sensor [iac]
13:28:29.867 INFO: Sensor IaC AzureResourceManager Sensor is restricted to changed files only
13:28:29.868 DEBUG: File without any identifiers '[https://schema.management.azure.com/schemas/, http://schema.management.azure.com/schemas/]': .nuke/build.schema.json
13:28:29.868 DEBUG: File without any identifiers '[https://schema.management.azure.com/schemas/, http://schema.management.azure.com/schemas/]': global.json
13:28:29.869 DEBUG: File without any identifiers '[https://schema.management.azure.com/schemas/, http://schema.management.azure.com/schemas/]': .nuke/parameters.json
13:28:29.907 INFO: 0 source files to be analyzed
13:28:29.907 INFO: 0/0 source files have been analyzed
13:28:29.907 INFO: Sensor IaC AzureResourceManager Sensor [iac] (done) | time=40ms
13:28:29.907 INFO: Sensor Java Config Sensor [iac]
13:28:29.908 INFO: 0 source files to be analyzed
13:28:29.908 INFO: 0/0 source files have been analyzed
13:28:29.909 INFO: Sensor Java Config Sensor [iac] (done) | time=2ms
13:28:29.909 INFO: Sensor JavaScript inside YAML analysis [javascript]
13:28:29.913 INFO: No input files found for analysis
13:28:29.913 INFO: Hit the cache for 0 out of 0
13:28:29.914 INFO: Miss the cache for 0 out of 0
13:28:29.914 INFO: Sensor JavaScript inside YAML analysis [javascript] (done) | time=5ms
13:28:29.914 INFO: Sensor CSS Rules [javascript]
13:28:29.914 INFO: Sensor CSS Rules is restricted to changed files only
13:28:29.914 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
13:28:29.914 INFO: Sensor CSS Rules [javascript] (done) | time=0ms
13:28:29.914 INFO: Sensor IaC Docker Sensor [iac]
13:28:29.914 INFO: Sensor IaC Docker Sensor is restricted to changed files only
13:28:29.921 INFO: 0 source files to be analyzed
13:28:29.921 INFO: 0/0 source files have been analyzed
13:28:29.921 INFO: Sensor IaC Docker Sensor [iac] (done) | time=6ms
13:28:29.921 INFO: Sensor Serverless configuration file sensor [security]
13:28:29.921 INFO: 0 Serverless function entries were found in the project
13:28:29.921 INFO: 0 Serverless function handlers were kept as entrypoints
13:28:29.921 INFO: Sensor Serverless configuration file sensor [security] (done) | time=0ms
13:28:29.922 INFO: Sensor AWS SAM template file sensor [security]
13:28:29.925 DEBUG: 0 SAM template configuration files were found in the project. 0 SAM function entries were found in total. 0 were kept as potential entrypoints.
13:28:29.925 INFO: Sensor AWS SAM template file sensor [security] (done) | time=3ms
13:28:29.925 INFO: Sensor AWS SAM Inline template file sensor [security]
13:28:29.926 DEBUG: 0 SAM Inline template configuration files were found in the project. 0 SAM Inline function entries were found in total. 0 were kept as potential entrypoints.
13:28:29.926 INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=2ms
13:28:29.926 INFO: Sensor DeveloperTextAndSecretsSensor [textdeveloper]
13:28:29.926 INFO: Sensor DeveloperTextAndSecretsSensor is restricted to changed files only
13:28:29.927 INFO: Available processors: 4
13:28:29.927 INFO: Using 4 threads for analysis.
13:28:30.196 INFO: The property "sonar.tests" is not set. To improve the analysis accuracy, we categorize a file as a test file if any of the following is true:
* The filename starts with "test"
* The filename contains "test." or "tests."
* Any directory in the file path is named: "doc", "docs", "test" or "tests"
* Any directory in the file path has a name ending in "test" or "tests"
13:28:30.319 DEBUG: Found git.exe at c:\Build1\externals\git\cmd\git.exe
13:28:30.403 DEBUG: git --version returned: git version 2.39.1.windows.1
13:28:30.411 INFO: Using git CLI to retrieve untracked files
13:28:30.475 DEBUG: Process [c:\Build1\externals\git\cmd\git.exe, status, --untracked-files=all, --porcelain] exited with code 128
13:28:30.475 DEBUG: Unable to retrieve git status
13:28:30.475 WARNING: WARN: Analyzing only language associated files, make sure to run the analysis inside a git repository to make use of inclusions specified via "sonar.text.inclusions"
13:28:30.491 INFO: 4 source files to be analyzed
13:28:30.583 INFO: 4/4 source files have been analyzed
13:28:30.584 INFO: Sensor DeveloperTextAndSecretsSensor [textdeveloper] (done) | time=657ms
13:28:30.584 INFO: Sensor JavaSecuritySensor [security]
13:28:30.588 INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549, S7044
13:28:30.588 INFO: Load type hierarchy and UCFGs: Starting
13:28:30.588 INFO: Load type hierarchy: Starting
13:28:30.588 INFO: Reading type hierarchy from: c:\Build1\_work\9\.sonarqube\out\.sonar\ucfg2\java
13:28:30.588 INFO: Read 0 type definitions
13:28:30.589 INFO: Load type hierarchy: Time spent was 00:00:00.001
13:28:30.589 INFO: Load UCFGs: Starting
13:28:30.589 INFO: Load UCFGs: Time spent was 00:00:00.000
13:28:30.589 INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.001
13:28:30.589 INFO: No UCFGs have been included for analysis.
13:28:30.597 INFO: java security sensor: Time spent was 00:00:00.010
13:28:30.597 INFO: java security sensor: Begin: 2025-10-06T11:28:30.585777600Z, End: 2025-10-06T11:28:30.596777200Z, Duration: 00:00:00.010
Load type hierarchy and UCFGs: Begin: 2025-10-06T11:28:30.587775400Z, End: 2025-10-06T11:28:30.588775900Z, Duration: 00:00:00.001
Load type hierarchy: Begin: 2025-10-06T11:28:30.587775400Z, End: 2025-10-06T11:28:30.588775900Z, Duration: 00:00:00.001
Load UCFGs: Begin: 2025-10-06T11:28:30.588775900Z, End: 2025-10-06T11:28:30.588775900Z, Duration: 00:00:00.000
13:28:30.597 INFO: java security sensor peak memory: 175 MB
13:28:30.598 DEBUG: Debug information:
13:28:30.598 INFO: Sensor JavaSecuritySensor [security] (done) | time=14ms
13:28:30.598 INFO: Sensor CSharpSecuritySensor [security]
13:28:30.598 INFO: No taint analysis rules have been enabled, will not execute taint analysis.
13:28:30.598 INFO: csharp security sensor: Time spent was 00:00:00.000
13:28:30.598 INFO: csharp security sensor: Begin: 2025-10-06T11:28:30.597778300Z, End: 2025-10-06T11:28:30.597778300Z, Duration: 00:00:00.000
13:28:30.598 INFO: csharp security sensor peak memory: 175 MB
13:28:30.598 DEBUG: Debug information:
13:28:30.599 INFO: Sensor CSharpSecuritySensor [security] (done) | time=1ms
13:28:30.599 INFO: Sensor PhpSecuritySensor [security]
13:28:30.599 INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350, S7044
13:28:30.599 INFO: Load type hierarchy and UCFGs: Starting
13:28:30.599 INFO: Load type hierarchy: Starting
13:28:30.599 INFO: Reading type hierarchy from: c:\Build1\_work\9\.sonarqube\out\.sonar\ucfg2\php
13:28:30.599 INFO: Read 0 type definitions
13:28:30.599 INFO: Load type hierarchy: Time spent was 00:00:00.000
13:28:30.6 INFO: Load UCFGs: Starting
13:28:30.6 INFO: Load UCFGs: Time spent was 00:00:00.000
13:28:30.6 INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
13:28:30.6 INFO: No UCFGs have been included for analysis.
13:28:30.6 INFO: php security sensor: Time spent was 00:00:00.000
13:28:30.6 INFO: php security sensor: Begin: 2025-10-06T11:28:30.598777800Z, End: 2025-10-06T11:28:30.599775600Z, Duration: 00:00:00.000
Load type hierarchy and UCFGs: Begin: 2025-10-06T11:28:30.598777800Z, End: 2025-10-06T11:28:30.599775600Z, Duration: 00:00:00.000
Load type hierarchy: Begin: 2025-10-06T11:28:30.598777800Z, End: 2025-10-06T11:28:30.599775600Z, Duration: 00:00:00.000
Load UCFGs: Begin: 2025-10-06T11:28:30.599775600Z, End: 2025-10-06T11:28:30.599775600Z, Duration: 00:00:00.000
13:28:30.6 INFO: php security sensor peak memory: 175 MB
13:28:30.601 DEBUG: Debug information:
13:28:30.601 INFO: Sensor PhpSecuritySensor [security] (done) | time=2ms
13:28:30.601 INFO: Sensor PythonSecuritySensor [security]
13:28:30.601 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, S7044
13:28:30.601 INFO: Load type hierarchy and UCFGs: Starting
13:28:30.601 INFO: Load type hierarchy: Starting
13:28:30.601 INFO: Reading type hierarchy from: c:\Build1\_work\9\.sonarqube\out\.sonar\ucfg2\python
13:28:30.601 INFO: Read 0 type definitions
13:28:30.602 INFO: Load type hierarchy: Time spent was 00:00:00.000
13:28:30.602 INFO: Load UCFGs: Starting
13:28:30.602 INFO: Load UCFGs: Time spent was 00:00:00.000
13:28:30.602 INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
13:28:30.602 INFO: No UCFGs have been included for analysis.
13:28:30.602 INFO: python security sensor: Time spent was 00:00:00.000
13:28:30.602 INFO: python security sensor: Begin: 2025-10-06T11:28:30.600777400Z, End: 2025-10-06T11:28:30.601775500Z, Duration: 00:00:00.000
Load type hierarchy and UCFGs: Begin: 2025-10-06T11:28:30.600777400Z, End: 2025-10-06T11:28:30.601775500Z, Duration: 00:00:00.000
Load type hierarchy: Begin: 2025-10-06T11:28:30.600777400Z, End: 2025-10-06T11:28:30.601775500Z, Duration: 00:00:00.000
Load UCFGs: Begin: 2025-10-06T11:28:30.601775500Z, End: 2025-10-06T11:28:30.601775500Z, Duration: 00:00:00.000
13:28:30.602 INFO: python security sensor peak memory: 175 MB
13:28:30.602 DEBUG: Debug information:
13:28:30.602 INFO: Sensor PythonSecuritySensor [security] (done) | time=2ms
13:28:30.602 INFO: Sensor JsSecuritySensor [security]
13:28:30.603 INFO: Enabled taint analysis rules: S2076, S2083, S2631, S3649, S5131, S5144, S5146, S5147, S5334, S5696, S5883, S6096, S6105, S6287, S6350
13:28:30.603 INFO: Load type hierarchy and UCFGs: Starting
13:28:30.603 INFO: Load type hierarchy: Starting
13:28:30.603 INFO: Reading type hierarchy from: c:\Build1\_work\9\.sonarqube\out\.sonar\ucfg2\js
13:28:30.603 INFO: Read 0 type definitions
13:28:30.603 INFO: Load type hierarchy: Time spent was 00:00:00.000
13:28:30.603 INFO: Load UCFGs: Starting
13:28:30.603 INFO: Load UCFGs: Time spent was 00:00:00.000
13:28:30.603 INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000
13:28:30.603 INFO: No UCFGs have been included for analysis.
13:28:30.603 INFO: js security sensor: Time spent was 00:00:00.000
13:28:30.603 INFO: js security sensor: Begin: 2025-10-06T11:28:30.602775700Z, End: 2025-10-06T11:28:30.602775700Z, Duration: 00:00:00.000
Load type hierarchy and UCFGs: Begin: 2025-10-06T11:28:30.602775700Z, End: 2025-10-06T11:28:30.602775700Z, Duration: 00:00:00.000
Load type hierarchy: Begin: 2025-10-06T11:28:30.602775700Z, End: 2025-10-06T11:28:30.602775700Z, Duration: 00:00:00.000
Load UCFGs: Begin: 2025-10-06T11:28:30.602775700Z, End: 2025-10-06T11:28:30.602775700Z, Duration: 00:00:00.000
13:28:30.603 INFO: js security sensor peak memory: 175 MB
13:28:30.603 DEBUG: Debug information:
13:28:30.604 INFO: Sensor JsSecuritySensor [security] (done) | time=1ms
13:28:30.604 INFO: Sensor KotlinSecuritySensor [security]
13:28:30.604 INFO: No taint analysis rules have been enabled, will not execute taint analysis.
13:28:30.604 INFO: kotlin security sensor: Time spent was 00:00:00.001
13:28:30.604 INFO: kotlin security sensor: Begin: 2025-10-06T11:28:30.603775300Z, End: 2025-10-06T11:28:30.604776Z, Duration: 00:00:00.001
13:28:30.605 INFO: kotlin security sensor peak memory: 175 MB
13:28:30.605 DEBUG: Debug information:
13:28:30.605 INFO: Sensor KotlinSecuritySensor [security] (done) | time=1ms
13:28:30.605 INFO: ------------- Run sensors on project
13:28:30.718 DEBUG: 'C# Tests Coverage Report Import' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.cs.dotcover.reportsPaths: <empty>
- sonar.cs.ncover3.reportsPaths: <empty>
- sonar.cs.vscoveragexml.reportsPaths: <empty>
- sonar.cs.opencover.reportsPaths: <empty>
13:28:30.718 DEBUG: 'C# Unit Test Results Import' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.cs.vstest.reportsPaths: <empty>
- sonar.cs.nunit.reportsPaths: <empty>
- sonar.cs.dotcover.reportsPaths: <empty>
- sonar.cs.ncover3.reportsPaths: <empty>
- sonar.cs.xunit.reportsPaths: <empty>
- sonar.cs.vscoveragexml.reportsPaths: <empty>
- sonar.cs.opencover.reportsPaths: <empty>
13:28:30.718 DEBUG: 'Generic Coverage Report' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.cs.vstest.reportsPaths: <empty>
- sonar.cs.nunit.reportsPaths: <empty>
- sonar.cs.dotcover.reportsPaths: <empty>
- sonar.coverageReportPaths: <empty>
- sonar.cs.ncover3.reportsPaths: <empty>
- sonar.cs.xunit.reportsPaths: <empty>
- sonar.cs.vscoveragexml.reportsPaths: <empty>
- sonar.cs.opencover.reportsPaths: <empty>
13:28:30.719 DEBUG: 'Import external issues report from SARIF file.' skipped because of missing configuration requirements.
Accessed configuration:
- sonar.cs.vstest.reportsPaths: <empty>
- sonar.cs.nunit.reportsPaths: <empty>
- sonar.cs.dotcover.reportsPaths: <empty>
- sonar.coverageReportPaths: <empty>
- sonar.cs.ncover3.reportsPaths: <empty>
- sonar.cs.xunit.reportsPaths: <empty>
- sonar.cs.vscoveragexml.reportsPaths: <empty>
- sonar.sarifReportPaths: <empty>
- sonar.cs.opencover.reportsPaths: <empty>
13:28:30.719 DEBUG: 'JavaArchitectureSensor' skipped because there is no related file in current project
13:28:30.719 DEBUG: 'JsArchitectureSensor' skipped because there is no related file in current project
13:28:30.719 DEBUG: 'TsArchitectureSensor' skipped because there is no related file in current project
13:28:30.719 DEBUG: 'CSharpArchitectureSensor' skipped because there is no related file in current project
13:28:30.719 DEBUG: 'PythonArchitectureSensor' skipped because there is no related file in current project
13:28:30.719 DEBUG: 'Java CPD Block Indexer' skipped because there is no related file in current project
13:28:30.719 DEBUG: Sensors : C# Telemetry processor -> C# -> Analysis Warnings import -> C# File Caching Sensor -> Zero Coverage Sensor
13:28:30.719 INFO: Sensor C# Telemetry processor [csharpenterprise]
13:28:30.72 DEBUG: Found 2 telemetry messages reported by the analyzers.
13:28:30.722 DEBUG: Aggregated 2 metrics.
13:28:30.722 DEBUG: Adding metric: csharpenterprise.cs.language_version.csharp12=2
13:28:30.722 DEBUG: Adding metric: csharpenterprise.cs.target_framework.net8_0=2
13:28:30.722 DEBUG: Added 2 metrics.
13:28:30.722 INFO: Sensor C# Telemetry processor [csharpenterprise] (done) | time=2ms
13:28:30.722 INFO: Sensor C# [csharpenterprise]
13:28:30.727 INFO: Importing results from 8 proto files in 'c:\Build1\_work\9\.sonarqube\out\1\output-cs'
13:28:30.802 INFO: Importing results from 8 proto files in 'c:\Build1\_work\9\.sonarqube\out\0\output-cs'
13:28:30.985 DEBUG: Not enough content in 'src/[***]/Infrastructure/IHttpClient.cs' to have CPD blocks, it will not be part of the duplication detection
13:28:30.986 DEBUG: Not enough content in 'src/[***]/IHazNugetConfig.cs' to have CPD blocks, it will not be part of the duplication detection
13:28:30.986 DEBUG: Not enough content in 'src/[***]/IHazDocumentationArtifacts.cs' to have CPD blocks, it will not be part of the duplication detection
13:28:30.988 DEBUG: Not enough content in 'src/[***]/AzurePipelinesServer/YamlBuildExtensions.cs' to have CPD blocks, it will not be part of the duplication detection
13:28:30.988 DEBUG: Not enough content in 'src/[***]/AzurePipelinesServer/ClearWorkspaceOption.cs' to have CPD blocks, it will not be part of the duplication detection
13:28:30.999 DEBUG: Not enough content in 'src/[***]/AzureDevOps/PullRequests/PullRequestThread.cs' to have CPD blocks, it will not be part of the duplication detection
13:28:31.002 DEBUG: Not enough content in 'src/[***]/AzureDevOps/Api/CollectionApi.cs' to have CPD blocks, it will not be part of the duplication detection
13:28:31.002 DEBUG: Not enough content in 'src/[***]/AssemblyInfo.cs' to have CPD blocks, it will not be part of the duplication detection
13:28:31.026 INFO: Importing 2 Roslyn reports
13:28:31.026 DEBUG: Processing Roslyn report: c:\Build1\_work\9\.sonarqube\out\1\Issues.json
13:28:31.03 DEBUG: Processing Roslyn report: c:\Build1\_work\9\.sonarqube\out\0\Issues.json
13:28:31.046 DEBUG: Adding normal issue S1309: C:\Build1\_work\9\s\src\[***]\AisBuild.Compilation.cs
[***]
13:28:31.064 INFO: Found 2 MSBuild C# projects: 1 MAIN project. 1 TEST project.
13:28:31.064 INFO: Sensor C# [csharpenterprise] (done) | time=342ms
13:28:31.064 INFO: Sensor Analysis Warnings import [csharpenterprise]
13:28:31.064 DEBUG: Searching for analysis warnings in c:\Build1\_work\9\.sonarqube\out
13:28:31.065 INFO: Sensor Analysis Warnings import [csharpenterprise] (done) | time=1ms
13:28:31.065 INFO: Sensor C# File Caching Sensor [csharpenterprise]
13:28:31.065 DEBUG: Incremental PR analysis: Cache is not uploaded for pull requests.
13:28:31.067 INFO: Sensor C# File Caching Sensor [csharpenterprise] (done) | time=0ms
13:28:31.067 INFO: Sensor Zero Coverage Sensor
13:28:31.092 INFO: Sensor Zero Coverage Sensor (done) | time=27ms
13:28:31.092 INFO: ------------- Gather SCA dependencies on project
13:28:31.093 INFO: Dependency analysis skipped
13:28:31.094 INFO: SCM Publisher SCM provider for this project is: git
13:28:31.095 INFO: SCM Publisher 3 source files to be analyzed
13:28:31.097 DEBUG: Collecting committed files
13:28:31.101 DEBUG: Collecting committed files (done) | time=4ms
13:28:31.101 DEBUG: Using GIT_NATIVE_BLAME strategy to blame files
13:28:31.115 DEBUG: Looking for git command in the PATH using where.exe (Windows)
13:28:31.275 DEBUG: Found git.exe at c:\Build1\externals\git\cmd\git.exe
13:28:31.409 DEBUG: Blame file (native) src/[***]/AisBuild.SonarQube.cs
13:28:31.411 DEBUG: Blame file (native) tests/[***].Tests/AzureDevOps/AzurePipelinesExtensionsTests.cs
13:28:31.412 DEBUG: Blame file (native) src/[***]/AzureDevOps/AzurePipelinesExtensions.cs
13:28:31.81 INFO: SCM Publisher 3/3 source files have been analyzed (done) | time=715ms
13:28:31.815 INFO: CPD Executor 8 files had no CPD blocks
13:28:31.816 INFO: CPD Executor Calculating CPD for 41 files
13:28:31.816 DEBUG: Detection of duplications for C:/Build1/_work/9/s/src/[***]/AzurePipelinesServer/AzurePipelineServerCheckoutSteps.cs
[***]
13:28:31.85 INFO: CPD Executor CPD calculation finished (done) | time=34ms
13:28:31.853 INFO: SCM revision ID '803feb17269ba5955af8916cc859a2b8986ada08'
13:28:31.932 INFO: SCM writing changed lines
13:28:31.938 INFO: Merge base sha1: 4869a3b1fdd36382272b59a61cf2f2a4fa5b63aa
13:28:31.979 DEBUG: SCM reported changed lines for 3 files in the branch
13:28:31.979 INFO: SCM writing changed lines (done) | time=46ms
13:28:31.999 INFO: Analysis report generated in 128ms, dir size=395.4 kB
13:28:32.093 INFO: Analysis report compressed in 93ms, zip size=99.6 kB
13:28:32.093 INFO: Analysis report generated in c:\Build1\_work\9\.sonarqube\out\.sonar\scanner-report
13:28:32.093 DEBUG: Upload report
13:28:32.097 DEBUG: --> POST https://[***]/api/ce/submit?projectKey=[***]&projectName=BuildTemplates%20NUKE&characteristic=pullRequest%3D6022 (99828-byte body)
13:28:32.157 DEBUG: <-- 200 https://[***]/api/ce/submit?projectKey=[***]&projectName=BuildTemplates%20NUKE&characteristic=pullRequest%3D6022 (60ms, 76-byte body)
13:28:32.159 INFO: Analysis report uploaded in 66ms
13:28:32.161 DEBUG: Report metadata written to c:\Build1\_work\9\.sonarqube\out\.sonar\report-task.txt
13:28:32.161 INFO: ------------- Check Quality Gate status
13:28:32.161 INFO: Waiting for the analysis report to be processed (max 300s)
13:28:32.163 DEBUG: --> GET https://[***]/api/ce/task?id=7369db99-745f-4fd7-82d3-d6d9a3d41b6c
13:28:32.167 DEBUG: <-- 200 https://[***]/api/ce/task?id=7369db99-745f-4fd7-82d3-d6d9a3d41b6c (5ms, 187-byte body)
13:28:37.171 DEBUG: --> GET https://[***]/api/ce/task?id=7369db99-745f-4fd7-82d3-d6d9a3d41b6c
13:28:37.176 DEBUG: <-- 200 https://[***]/api/ce/task?id=7369db99-745f-4fd7-82d3-d6d9a3d41b6c (4ms, 427-byte body)
13:28:37.176 DEBUG: --> GET https://[***]/api/qualitygates/project_status?analysisId=4851c49b-486e-48f2-8dc9-48455fa9cd06
13:28:37.181 DEBUG: <-- 200 https://[***]/api/qualitygates/project_status?analysisId=4851c49b-486e-48f2-8dc9-48455fa9cd06 (4ms, 326-byte body)
13:28:37.186 INFO: QUALITY GATE STATUS: PASSED - View details on https://[***]/dashboard?id=[***]&pullRequest=6022
13:28:37.188 DEBUG: Post-jobs :
13:28:37.194 INFO: Analysis total time: 10.028 s
13:28:37.195 INFO: SonarScanner Engine completed successfully
13:28:37.196 DEBUG: Cleanup org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$378/0x000001bc1f2fca10@3701e6e4 during JVM shutdown
13:28:37.718 Process returned exit code 0
13:28:37.719 The scanner engine has finished successfully
13:28:37.719 Post-processing succeeded.