We are using Community EditionVersion 7.7 (build 23042).
I am try to analyse the following three Visual Studio solutions using the SonarQube Azure Pipeline task (v 4.*):
Web1\Web1.sln
Web1\src\Web1\Web1.csproj
Web1\src\Lib1\Lib1.csproj
Web1\src\Lib2\Lib2.csproj
Web1\src\Lib3\Lib3.csproj
Web1\tst\Tst1\Tst1.csproj
Web1\tst\Tst2\Tst2.csproj
Web2\Web2.sln
Web2\src\Web2\Web2.csproj (also references Lib1 and Lib2)
Web2\tst\Tst3\Tst3.csproj
Web3\Web3.sln
Web3\src\Web3\Web3.csproj (also references Lib1)
Web3\src\Exe1\Exe1.csproj
Web3\tst\Tst4\Tst4.csproj
All of the projects are either Asp.net Core web projects, .Net Standard libraries or test projects. All of the projects have a unique ProjectGuid set.
Web3 is a SPA that includes an Angular project with some backend controllers.
My build pipeline looks like this:
- Prepare analysis on SonarQube
- dotnet build Web1.sln
- dotnet build Web2.sln
- dotnet build Web2.sln
- dotnet test Web1.sln --no-build --logger trx --collect “Code Coverage” --results-directory $(System.DefaultWorkingDirectory)\TestResults
- dotnet test Web2.sln --no-build --logger trx --collect “Code Coverage” --results-directory $(System.DefaultWorkingDirectory)\TestResults
- dotnet test Web2.sln --no-build --logger trx --collect “Code Coverage” --results-directory $(System.DefaultWorkingDirectory)\TestResults
- Run Code Analysis
What ever I am trying, I am always receiving the following warning in the logs:
```WARNING: Duplicate ProjectGuid: "0e72a84f-cd36-4671-8f27-6fa86dc82223". The project will not be analyzed by SonarQube.```
The warning is the same for all three Web projects and the ProjectGuid is the one that is set for Web1. (Which is built first.)
The result is that the three main projects are not being analyzed.
What is interesting about the warning, is that the path of the three projects always starts with a lower-case base path (e.g. d:\1\s\web3). All other references use the correct casing (e.g. D:\1\s\Web3). I am however nowhere using that lower-case path.
Here comes the full log:
2020-07-31T01:40:13.1773107Z ##[section]Starting: Run Code Analysis
2020-07-31T01:40:13.1986750Z ==============================================================================
2020-07-31T01:40:13.1986853Z Task : Run Code Analysis
2020-07-31T01:40:13.1986899Z Description : Run scanner and upload the results to the SonarQube server.
2020-07-31T01:40:13.1987159Z Version : 4.11.0
2020-07-31T01:40:13.1987202Z Author : sonarsource
2020-07-31T01:40:13.1987271Z Help : Version: 4.11.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)
2020-07-31T01:40:13.1987334Z ==============================================================================
2020-07-31T01:40:13.6940391Z [command]D:\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\4.11.0\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe end
2020-07-31T01:40:13.7631386Z SonarScanner for MSBuild 4.10
2020-07-31T01:40:13.7632142Z Using the .NET Framework version of the Scanner for MSBuild
2020-07-31T01:40:13.8219874Z Post-processing started.
2020-07-31T01:40:14.0138262Z 03:40:13.982 Fetching code coverage report information from TFS...
2020-07-31T01:40:14.0295590Z 03:40:13.982 Attempting to locate a test results (.trx) file...
2020-07-31T01:40:15.7773202Z 03:40:15.763 Looking for TRX files in: D:\1\TestResults, D:\1\s\TestResults, D:\1\s\Web3\src\Web3\TestResults
2020-07-31T01:40:15.7780697Z 03:40:15.763 The following test results files were found: D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_37_28.trx, D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_37_32.trx, D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_38_17.trx, D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_38_30.trx, D:\1\s\Web3\src\Web3\TestResults\karma-test-results.trx
2020-07-31T01:40:17.5912018Z 03:40:17.576 The following code coverage attachments were found from the trx files: D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_37_28\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_37_19.coverage, D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_37_32\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_37_18.coverage, D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_38_17\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_38_08.coverage, D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_38_30\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_38_22.coverage
2020-07-31T01:40:20.8957211Z WARNING: Duplicate ProjectGuid: "0e72a84f-cd36-4671-8f27-6fa86dc82223". The project will not be analyzed by SonarQube. Project file: "d:\1\s\web3\src\Web3\Web3.csproj"
2020-07-31T01:40:20.8958089Z WARNING: Duplicate ProjectGuid: "0e72a84f-cd36-4671-8f27-6fa86dc82223". The project will not be analyzed by SonarQube. Project file: "d:\1\s\web1\src\Web1\Web1.csproj"
2020-07-31T01:40:20.8958365Z WARNING: Duplicate ProjectGuid: "0e72a84f-cd36-4671-8f27-6fa86dc82223". The project will not be analyzed by SonarQube. Project file: "d:\1\s\web2\src\Web2\Web2.csproj"
2020-07-31T01:40:20.9207803Z WARNING: File 'C:\Users\buiusr00\.nuget\packages\microsoft.net.test.sdk\16.3.0\build\netcoreapp1.0\Microsoft.NET.Test.Sdk.Program.cs' is not located under the root directory 'D:\1\s' and will not be analyzed.
2020-07-31T01:40:20.9210744Z WARNING: File 'C:\Users\buiusr00\.nuget\packages\microsoft.testplatform.testhost\16.3.0\build\netcoreapp2.1\x64\testhost.exe' is not located under the root directory 'D:\1\s' and will not be analyzed.
2020-07-31T01:40:20.9213942Z WARNING: File 'C:\Users\buiusr00\.nuget\packages\microsoft.testplatform.testhost\16.3.0\build\netcoreapp2.1\x64\testhost.dll' is not located under the root directory 'D:\1\s' and will not be analyzed.
2020-07-31T01:40:20.9215844Z WARNING: File 'C:\Users\buiusr00\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\netcoreapp1.0\xunit.runner.visualstudio.dotnetcore.testadapter.dll' is not located under the root directory 'D:\1\s' and will not be analyzed.
2020-07-31T01:40:20.9220071Z WARNING: File 'C:\Users\buiusr00\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\netcoreapp1.0\xunit.runner.reporters.netcoreapp10.dll' is not located under the root directory 'D:\1\s' and will not be analyzed.
2020-07-31T01:40:20.9220919Z WARNING: File 'C:\Users\buiusr00\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\netcoreapp1.0\xunit.runner.utility.netcoreapp10.dll' is not located under the root directory 'D:\1\s' and will not be analyzed.
2020-07-31T01:40:20.9517539Z Calling the SonarQube Scanner...
2020-07-31T01:40:21.7459050Z INFO: Scanner configuration file: D:\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\4.11.0\classic-sonar-scanner-msbuild\sonar-scanner-4.4.0.2170\bin\..\conf\sonar-scanner.properties
2020-07-31T01:40:21.7513653Z INFO: Project root configuration file: D:\1\.sonarqube\out\sonar-project.properties
2020-07-31T01:40:21.8488210Z INFO: SonarScanner 4.4.0.2170
2020-07-31T01:40:21.8488899Z INFO: Java 1.8.0-25 Microsoft (64-bit)
2020-07-31T01:40:21.8489206Z INFO: Windows 10 10.0 amd64
2020-07-31T01:40:22.4834592Z INFO: User cache: C:\Users\buiusr00\.sonar\cache
2020-07-31T01:40:22.6461918Z INFO: Scanner configuration file: D:\_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\4.11.0\classic-sonar-scanner-msbuild\sonar-scanner-4.4.0.2170\bin\..\conf\sonar-scanner.properties
2020-07-31T01:40:22.6469511Z INFO: Project root configuration file: D:\1\.sonarqube\out\sonar-project.properties
2020-07-31T01:40:22.6691990Z INFO: Analyzing on SonarQube server 7.7.0
2020-07-31T01:40:22.6758130Z INFO: Default locale: "en_US", source code encoding: "windows-1252" (analysis is platform dependent)
2020-07-31T01:40:23.5063729Z INFO: Load global settings
2020-07-31T01:40:23.6606036Z INFO: Load global settings (done) | time=172ms
2020-07-31T01:40:23.6710019Z INFO: Server id: 82ECCC56-AWrlEuWlffkf2QMklBy1
2020-07-31T01:40:23.7013216Z INFO: User cache: C:\Users\buiusr00\.sonar\cache
2020-07-31T01:40:23.7058072Z INFO: Load/download plugins
2020-07-31T01:40:23.7058860Z INFO: Load plugins index
2020-07-31T01:40:23.7780990Z INFO: Load plugins index (done) | time=62ms
2020-07-31T01:40:23.8934717Z INFO: Load/download plugins (done) | time=187ms
2020-07-31T01:40:24.8082588Z INFO: Process project properties
2020-07-31T01:40:24.8521135Z INFO: Execute project builders
2020-07-31T01:40:24.9573993Z INFO: Execute project builders (done) | time=109ms
2020-07-31T01:40:24.9623762Z INFO: Project key: IMS
2020-07-31T01:40:24.9624735Z INFO: Base dir: D:\1\s
2020-07-31T01:40:24.9625587Z INFO: Working dir: D:\1\.sonarqube\out\.sonar
2020-07-31T01:40:25.0487433Z INFO: Load project settings for component key: 'IMS'
2020-07-31T01:40:25.0770734Z INFO: Load project settings for component key: 'IMS' (done) | time=15ms
2020-07-31T01:40:25.1190022Z INFO: Load project repositories
2020-07-31T01:40:25.2351264Z INFO: Load project repositories (done) | time=125ms
2020-07-31T01:40:25.2351910Z INFO: Load quality profiles
2020-07-31T01:40:25.2838092Z INFO: Load quality profiles (done) | time=47ms
2020-07-31T01:40:25.3186619Z INFO: Load active rules
2020-07-31T01:40:25.8434786Z INFO: Load active rules (done) | time=516ms
2020-07-31T01:40:25.9867926Z INFO: Indexing files...
2020-07-31T01:40:25.9869221Z INFO: Project configuration:
2020-07-31T01:40:25.9869887Z INFO: Included sources: **/src/**
2020-07-31T01:40:25.9871771Z INFO: Excluded sources: **/*stub.ts, **/*.spec.ts, **/tests/**
2020-07-31T01:40:25.9872068Z INFO: Included tests: **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.1388730Z INFO: Indexing files of module 'Tst1'
2020-07-31T01:40:27.1390014Z INFO: Base dir: D:\1\s\Web1\tst\Tst1
2020-07-31T01:40:27.1487484Z INFO: Test paths: Controllers/ClaimTypesControllerTests.cs, Controllers/ClientsCo...
2020-07-31T01:40:27.1488235Z INFO: Included sources: **/src/**
2020-07-31T01:40:27.1489549Z INFO: Excluded sources: **/*stub.ts, **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.1489824Z INFO: Included tests: **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.1691207Z INFO: Indexing files of module 'Exe1'
2020-07-31T01:40:27.1726850Z INFO: Base dir: D:\1\s\Web3\src\Exe1
2020-07-31T01:40:27.1756326Z INFO: Source paths: Program.cs
2020-07-31T01:40:27.1757825Z INFO: Included sources: **/src/**
2020-07-31T01:40:27.1758951Z INFO: Excluded sources: **/*stub.ts, **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.1762254Z INFO: Included tests: **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.2183614Z INFO: Indexing files of module 'Lib1'
2020-07-31T01:40:27.2185490Z INFO: Base dir: D:\1\s\Web1\src\Lib1
2020-07-31T01:40:27.2407321Z INFO: Source paths: HostingEnvironmentEx.cs, Proxies/ApplicationBuilderEx.cs, Pro...
2020-07-31T01:40:27.2574463Z INFO: Included sources: **/src/**
2020-07-31T01:40:27.3013486Z INFO: Excluded sources: **/*stub.ts, **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.3374310Z INFO: Included tests: **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.3804896Z INFO: Indexing files of module 'Tst2'
2020-07-31T01:40:27.4225439Z INFO: Base dir: D:\1\s\Web1\tst\Tst2
2020-07-31T01:40:27.4227080Z INFO: Test paths: Bootstrap/BootstrapTests.cs, Bootstrap/InSightBootstrapTests.cs...
2020-07-31T01:40:27.4252821Z INFO: Included sources: **/src/**
2020-07-31T01:40:27.4253361Z INFO: Excluded sources: **/*stub.ts, **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.4253688Z INFO: Included tests: **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.4254279Z INFO: Indexing files of module 'Tst3'
2020-07-31T01:40:27.4254629Z INFO: Base dir: D:\1\s\Web2\tst\Tst3
2020-07-31T01:40:27.4254943Z INFO: Test paths: AccountControllerIntegrationTests.cs, AccountControllerUnitTest...
2020-07-31T01:40:27.4255382Z INFO: Included sources: **/src/**
2020-07-31T01:40:27.4255690Z INFO: Excluded sources: **/*stub.ts, **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.4256011Z INFO: Included tests: **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.4256353Z INFO: Indexing files of module 'Lib2'
2020-07-31T01:40:27.4256674Z INFO: Base dir: D:\1\s\Web1\src\Lib2
2020-07-31T01:40:27.4256982Z INFO: Source paths: Extensions/ModelBuilderExtensions.cs, Extensions/ServiceColle...
2020-07-31T01:40:27.4257301Z INFO: Included sources: **/src/**
2020-07-31T01:40:27.4257605Z INFO: Excluded sources: **/*stub.ts, **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.4257925Z INFO: Included tests: **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.4258230Z INFO: Indexing files of module 'Lib3'
2020-07-31T01:40:27.4258557Z INFO: Base dir: D:\1\s\Web1\src\Lib3
2020-07-31T01:40:27.4258864Z INFO: Source paths: Constants/EventCodes.cs, Constants/IdentityExpressConstants.c...
2020-07-31T01:40:27.4259194Z INFO: Included sources: **/src/**
2020-07-31T01:40:27.4259498Z INFO: Excluded sources: **/*stub.ts, **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.4259831Z INFO: Included tests: **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.5062956Z INFO: Indexing files of module 'Tst4'
2020-07-31T01:40:27.5063934Z INFO: Base dir: D:\1\s\Web3\tst\Tst4
2020-07-31T01:40:27.5064259Z INFO: Test paths: Unit/EnvironmentControllerTests.cs
2020-07-31T01:40:27.5064557Z INFO: Included sources: **/src/**
2020-07-31T01:40:27.5064839Z INFO: Excluded sources: **/*stub.ts, **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.5065130Z INFO: Included tests: **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.5077578Z INFO: Indexing files of module 'IMS_Master'
2020-07-31T01:40:27.5078081Z INFO: Base dir: D:\1\s
2020-07-31T01:40:27.5111857Z INFO: Included sources: **/src/**
2020-07-31T01:40:27.5113034Z INFO: Excluded sources: **/*stub.ts, **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.5113413Z INFO: Included tests: **/*.spec.ts, **/tests/**
2020-07-31T01:40:27.5113857Z INFO: 134 files indexed
2020-07-31T01:40:27.5114588Z INFO: 0 files ignored because of inclusion/exclusion patterns
2020-07-31T01:40:27.5114923Z INFO: 0 files ignored because of scm ignore settings
2020-07-31T01:40:27.5115227Z INFO: Quality profile for cs: Sonar way
2020-07-31T01:40:27.5115542Z INFO: ------------- Run sensors on module Tst2
2020-07-31T01:40:27.7470293Z INFO: Load metrics repository
2020-07-31T01:40:27.7770344Z INFO: Load metrics repository (done) | time=31ms
2020-07-31T01:40:29.9133971Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2020-07-31T01:40:29.9699499Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2020-07-31T01:40:30.0287553Z INFO: Sensor JavaXmlSensor [java]
2020-07-31T01:40:30.0772370Z INFO: Sensor JavaXmlSensor [java] (done) | time=16ms
2020-07-31T01:40:30.1088187Z INFO: ------------- Run sensors on module Tst3
2020-07-31T01:40:30.1190397Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2020-07-31T01:40:30.1192391Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2020-07-31T01:40:30.1193048Z INFO: Sensor JavaXmlSensor [java]
2020-07-31T01:40:30.1193653Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms
2020-07-31T01:40:30.1207850Z INFO: ------------- Run sensors on module Lib1
2020-07-31T01:40:30.1328424Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2020-07-31T01:40:30.1329090Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2020-07-31T01:40:30.1329409Z INFO: Sensor C# Properties [csharp]
2020-07-31T01:40:30.1417484Z INFO: Sensor C# Properties [csharp] (done) | time=15ms
2020-07-31T01:40:30.1418183Z INFO: Sensor JavaXmlSensor [java]
2020-07-31T01:40:30.1418513Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms
2020-07-31T01:40:30.1418811Z INFO: Sensor HTML [web]
2020-07-31T01:40:30.1649713Z INFO: Sensor HTML [web] (done) | time=16ms
2020-07-31T01:40:30.2050903Z INFO: ------------- Run sensors on module Tst4
2020-07-31T01:40:30.2547676Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2020-07-31T01:40:30.3108772Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2020-07-31T01:40:30.3213253Z INFO: Sensor JavaXmlSensor [java]
2020-07-31T01:40:30.3569159Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms
2020-07-31T01:40:30.4150751Z INFO: ------------- Run sensors on module Lib3
2020-07-31T01:40:30.4761399Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2020-07-31T01:40:30.5416895Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=16ms
2020-07-31T01:40:30.5867575Z INFO: Sensor C# Properties [csharp]
2020-07-31T01:40:30.5951853Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2020-07-31T01:40:30.5952748Z INFO: Sensor JavaXmlSensor [java]
2020-07-31T01:40:30.5953082Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms
2020-07-31T01:40:30.5953266Z INFO: Sensor HTML [web]
2020-07-31T01:40:30.5953452Z INFO: Sensor HTML [web] (done) | time=0ms
2020-07-31T01:40:30.5953642Z INFO: ------------- Run sensors on module Exe1
2020-07-31T01:40:30.5953830Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2020-07-31T01:40:30.5954005Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2020-07-31T01:40:30.5954188Z INFO: Sensor C# Properties [csharp]
2020-07-31T01:40:30.5954362Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2020-07-31T01:40:30.5954530Z INFO: Sensor JavaXmlSensor [java]
2020-07-31T01:40:30.5954728Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms
2020-07-31T01:40:30.5954896Z INFO: Sensor HTML [web]
2020-07-31T01:40:30.5955078Z INFO: Sensor HTML [web] (done) | time=0ms
2020-07-31T01:40:30.5955252Z INFO: ------------- Run sensors on module Lib2
2020-07-31T01:40:30.5955782Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2020-07-31T01:40:30.5956922Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2020-07-31T01:40:30.5957284Z INFO: Sensor C# Properties [csharp]
2020-07-31T01:40:30.5957700Z INFO: Sensor C# Properties [csharp] (done) | time=0ms
2020-07-31T01:40:30.5957890Z INFO: Sensor JavaXmlSensor [java]
2020-07-31T01:40:30.5958062Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms
2020-07-31T01:40:30.5958243Z INFO: Sensor HTML [web]
2020-07-31T01:40:30.5958409Z INFO: Sensor HTML [web] (done) | time=0ms
2020-07-31T01:40:30.5958693Z INFO: ------------- Run sensors on module Tst1
2020-07-31T01:40:30.5961531Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2020-07-31T01:40:30.5961798Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2020-07-31T01:40:30.5961972Z INFO: Sensor JavaXmlSensor [java]
2020-07-31T01:40:30.5962161Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms
2020-07-31T01:40:30.5962350Z INFO: ------------- Run sensors on module IMS_Master
2020-07-31T01:40:30.6043794Z INFO: Sensor JaCoCo XML Report Importer [jacoco]
2020-07-31T01:40:30.6044351Z INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
2020-07-31T01:40:30.6044618Z INFO: Sensor JavaXmlSensor [java]
2020-07-31T01:40:30.6044797Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms
2020-07-31T01:40:30.6044986Z INFO: Sensor C# [csharp]
2020-07-31T01:40:30.6166613Z INFO: Importing results from 6 proto files in 'D:\1\.sonarqube\out\1\output-cs'
2020-07-31T01:40:30.7747325Z INFO: Importing results from 6 proto files in 'D:\1\.sonarqube\out\11\output-cs'
2020-07-31T01:40:30.7820287Z INFO: Importing results from 6 proto files in 'D:\1\.sonarqube\out\7\output-cs'
2020-07-31T01:40:30.7924802Z INFO: Importing results from 6 proto files in 'D:\1\.sonarqube\out\2\output-cs'
2020-07-31T01:40:31.3293851Z INFO: Importing results from 6 proto files in 'D:\1\.sonarqube\out\10\output-cs'
2020-07-31T01:40:31.3361994Z INFO: Importing results from 6 proto files in 'D:\1\.sonarqube\out\0\output-cs'
2020-07-31T01:40:31.3821460Z INFO: Importing results from 6 proto files in 'D:\1\.sonarqube\out\6\output-cs'
2020-07-31T01:40:31.6365639Z INFO: Importing 4 Roslyn reports
2020-07-31T01:40:31.8396132Z INFO: Sensor C# [csharp] (done) | time=1218ms
2020-07-31T01:40:31.8721697Z INFO: Sensor C# Tests Coverage Report Import [csharp]
2020-07-31T01:40:37.3824990Z INFO: Parsing the Visual Studio coverage XML report D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_38_17\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_38_08.coveragexml
2020-07-31T01:40:37.5846494Z INFO: Adding this code coverage report to the cache for later reuse: D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_38_17\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_38_08.coveragexml
2020-07-31T01:40:37.6235340Z INFO: Parsing the Visual Studio coverage XML report D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_38_30\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_38_22.coveragexml
2020-07-31T01:40:37.6625819Z INFO: Adding this code coverage report to the cache for later reuse: D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_38_30\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_38_22.coveragexml
2020-07-31T01:40:37.6692452Z INFO: Parsing the Visual Studio coverage XML report D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_37_32\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_37_18.coveragexml
2020-07-31T01:40:37.7123530Z INFO: Adding this code coverage report to the cache for later reuse: D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_37_32\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_37_18.coveragexml
2020-07-31T01:40:37.7134146Z INFO: Parsing the Visual Studio coverage XML report D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_37_28\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_37_19.coveragexml
2020-07-31T01:40:37.7801895Z INFO: Adding this code coverage report to the cache for later reuse: D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_37_28\In\BWeb3MAC1909\buiusr00_BWeb3MAC1909_2020-07-31.03_37_19.coveragexml
2020-07-31T01:40:37.8351249Z INFO: Sensor C# Tests Coverage Report Import [csharp] (done) | time=6016ms
2020-07-31T01:40:37.8351962Z INFO: Sensor C# Unit Test Results Import [csharp]
2020-07-31T01:40:37.8365773Z INFO: Parsing the Visual Studio Test Results file D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_37_28.trx
2020-07-31T01:40:37.8984442Z INFO: Parsing the Visual Studio Test Results file D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_37_32.trx
2020-07-31T01:40:37.9081304Z INFO: Parsing the Visual Studio Test Results file D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_38_17.trx
2020-07-31T01:40:37.9085282Z INFO: Parsing the Visual Studio Test Results file D:\1\s\TestResults\buiusr00_BWeb3MAC1909_2020-07-31_03_38_30.trx
2020-07-31T01:40:37.9088004Z INFO: Parsing the Visual Studio Test Results file D:\1\s\Web3\src\Web3\TestResults\karma-test-results.trx
2020-07-31T01:40:37.9088572Z INFO: Sensor C# Unit Test Results Import [csharp] (done) | time=63ms
2020-07-31T01:40:37.9089702Z INFO: ------------- Run sensors on project
2020-07-31T01:40:37.9090095Z INFO: Sensor Zero Coverage Sensor
2020-07-31T01:40:37.9217609Z INFO: Sensor Zero Coverage Sensor (done) | time=15ms
2020-07-31T01:40:38.0072954Z INFO: 27 files had no CPD blocks
2020-07-31T01:40:38.0075639Z INFO: Calculating CPD for 107 files
2020-07-31T01:40:38.1017193Z INFO: CPD calculation finished
2020-07-31T01:40:38.3941738Z INFO: Analysis report generated in 234ms, dir size=812 KB
2020-07-31T01:40:39.4935683Z INFO: Analysis report compressed in 1093ms, zip size=382 KB
2020-07-31T01:40:39.5537553Z INFO: Analysis report uploaded in 63ms
2020-07-31T01:40:39.6320397Z INFO: ANALYSIS SUCCESSFUL, you can browse http://sonarserver/dashboard?id=IMS
2020-07-31T01:40:39.6705451Z INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
2020-07-31T01:40:39.6888528Z INFO: More about the report processing at http://sonarserver/api/ce/task?id=AXOihzuIbSYPr2Y8z85Q
2020-07-31T01:40:39.7385571Z INFO: Analysis total time: 15.719 s
2020-07-31T01:40:39.7611378Z INFO: ------------------------------------------------------------------------
2020-07-31T01:40:39.7892566Z INFO: EXECUTION SUCCESS
2020-07-31T01:40:39.8397747Z INFO: ------------------------------------------------------------------------
2020-07-31T01:40:39.8421288Z INFO: Total time: 18.047s
2020-07-31T01:40:39.8766857Z INFO: Final Memory: 18M/275M
2020-07-31T01:40:39.8767580Z INFO: ------------------------------------------------------------------------
2020-07-31T01:40:39.9439877Z The SonarQube Scanner has finished
2020-07-31T01:40:39.9474690Z 03:40:39.935 Post-processing succeeded.
2020-07-31T01:40:39.9670352Z ##[section]Finishing: Run Code Analysis