check logs below, i don't see anything related to coverage in specific sonarqube analysis. I have separated logs in three parts.
First part is reading the properties passed in job configuration. It's starting sonar in verbose mode.
Second part is where MSTest or VSTest is running a test cases and result file location.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
beginning of build:
[PricingAPI_Test] $ D:\jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQubeScanner_MSBuild\MSBuild.SonarQube.Runner.exe begin /k:PricingAPI_Jenkins
\TestResults\*.trx /d:sonar.cs.vscoveragexml.reportsPaths=D:\jenkins\workspace\PricingAPI_Test\TestResults\**\*.coveragexml /d:sonar.verbose=true
SonarQube Scanner for MSBuild 2.3.2
Default properties file was found at D:\jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQubeScanner_MSBuild\SonarQube.Analysis.xml
Loading analysis properties from D:\jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQubeScanner_MSBuild\SonarQube.Analysis.xml
sonar.verbose=true was specified - setting the log verbosity to 'Debug'
Pre-processing started.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test execution:
Starting test execution, please wait...
Warning: Using Isolation mode to run tests as required by effective Platform:X64 and .Net Framework:Framework45 settings for test run. Use the /inIsolation parameter to
suppress this warning.
Passed UpdatePriceMockedCall
Passed UpdatePriceMockedCall_SalesChannel
Failed DeletePriceMockedCall
Error Message:
Assert.AreEqual failed. Expected:<True>. Actual:<False>.
Stack Trace:
at PricingAPI.Tests.AdminControllerTests.DeletePriceMockedCall() in D:\jenkins\workspace\PricingAPI_Test\PricingAPI.Tests\AdminControllerTests.cs:line 233
Failed DeletePriceMockedCall_SalesChannel
Error Message:
Assert.AreEqual failed. Expected:<True>. Actual:<False>.
Stack Trace:
at PricingAPI.Tests.AdminControllerTests.DeletePriceMockedCall_SalesChannel() in D:\jenkins\workspace\PricingAPI_Test\PricingAPI.Tests\AdminControllerTests.cs:line 271
Failed GetPriceMockedCall
Error Message:
Assert.AreEqual failed. Expected:<True>. Actual:<False>.
Stack Trace:
at PricingAPI.Tests.AdminControllerTests.GetPriceMockedCall() in D:\jenkins\workspace\PricingAPI_Test\PricingAPI.Tests\AdminControllerTests.cs:line 296
Passed Test_RequestHelper_GetClientType
Passed Test_VersionContraint_Class
Passed Test_RequestHelper_CheckNUlls
Passed CalculateDistanceYieldValidDistance
Passed GetCrowFlyDistanceYieldValidDistance
Passed GetStateCodeYieldValidStateCode
Passed GetStateCodeYieldAllWhenLatLongNotProvided
Passed Test_GetMethodHealthController_WithMock
Passed CheckErrorCodeValues
Passed Check_PricingEnums
Passed Check_TowServiceDTPMapper_WithMock
Passed Check_StateEnums
Passed Check_AgeroException_Class
Passed Test_MapperClasses
Passed Test_TowServiceDtoMapper_ForNullValues
Passed Test_RoadServiceDtoMapper_ForNullValues
Passed Test_PriceConfigDtoMapper_ForNullValues
Passed Test_Error_Class
Passed Test_TowServicePriceBreakupInfo_Class
Passed Test_HealthResponseDto_Class
Passed CreateErrorResponse_WhenCalledWithMock_ReceivesCall
Passed CalculatePriceTest
Failed RoadSidePrice_WhenCalledWithMock_ReceivesCall
Error Message:
Test method PricingAPI.Tests.PrincingControllerTests.RoadSidePrice_WhenCalledWithMock_ReceivesCall threw exception:
NSubstitute.Exceptions.ReceivedCallsException: Expected to receive exactly 1 call matching:
GetPrice("BNK", "Fuel Delivery", 0, "ALL", "ALL", "ALL")
Actually received no matching calls.
Stack Trace:
at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw(ICallSpecification callSpecification, IEnumerable`1 matchingCalls, IEnumerable`1 nonMatchingCalls, Quantity
requiredQuantity)
at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle(ICall call)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at NSubstitute.Routing.Route.Handle(ICall call)
at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.IPricingRepositoryProxy.GetPrice(String programCode, String productCode, Decimal distance, String state, String equipment, String salesChannel)
at PricingAPI.Tests.PrincingControllerTests.RoadSidePrice_WhenCalledWithMock_ReceivesCall() in D:\jenkins\workspace\PricingAPI_Test\PricingAPI.Tests
\PrincingControllerTests.cs:line 103
Passed RoadSidePrice_SalesChannel_WhenCalledWithMock_ReceivesCall
Passed TowPrice_WhenCalledWithMock_ReceivesCall
Passed TowPrice_SalesChannel_WhenCalledWithMock_ReceivesCall
Passed GetSalesChannelEmptyMockCall
Results File: D:\jenkins\workspace\PricingAPI_Test\TestResults\SYSTEM_A-JENKINS 2017-06-22 18_14_43.trx
Attachments:
D:\jenkins\workspace\PricingAPI_Test\TestResults\16828d4e-d468-45b7-b2e5-3a2d57125683\SYSTEM_A-JENKINS 2017-06-22 18_14_41.coverage
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SonarQube execution:
[PricingAPI_Test] $ D:\jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQubeScanner_MSBuild\MSBuild.SonarQube.Runner.exe end ********
SonarQube Scanner for MSBuild 2.3.2
Default properties file was found at D:\jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQubeScanner_MSBuild\SonarQube.Analysis.xml
Loading analysis properties from D:\jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQubeScanner_MSBuild\SonarQube.Analysis.xml
Post-processing started.
18:14:44.689 Loading the SonarQube analysis config from D:\jenkins\workspace\PricingAPI_Test\.sonarqube\conf\SonarQubeAnalysisConfig.xml
18:14:44.69 Not running under TeamBuild
18:14:44.69 Analysis base directory: D:\jenkins\workspace\PricingAPI_Test\.sonarqube
Build directory:
Bin directory: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\bin
Config directory: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\conf
Output directory: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out
Config file: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\conf\SonarQubeAnalysisConfig.xml
Generating SonarQube project properties file to D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\sonar-project.properties
The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: D:\jenkins\workspace\PricingAPI_Test\PricingAPI
\Agero.PricingApi.Client.dll.RoslynCA.json
The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: D:\jenkins\workspace\PricingAPI_Test\PricingAPI
\Agero.PricingApi.Domain.dll.RoslynCA.json
The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: D:\jenkins\workspace\PricingAPI_Test\PricingAPI\Infrastructure.dll.RoslynCA.json
The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: D:\jenkins\workspace\PricingAPI_Test\PricingAPI
\Agero.PricingApi.Repository.dll.RoslynCA.json
The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: D:\jenkins\workspace\PricingAPI_Test\PricingAPI\PricingAPI.dll.RoslynCA.json
Setting analysis property: sonar.visualstudio.enable=false
Writing processing summary to D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\ProjectInfo.log
SONAR_SCANNER_OPTS is not configured. Setting it to the default value of -Xmx1024m
Calling the SonarQube Scanner...
Setting environment variable 'SONAR_SCANNER_OPTS'. Value: -Xmx1024m
Executing file D:\jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQubeScanner_MSBuild\sonar-scanner-3.0.3.778\bin\sonar-scanner.bat
Args: -Dsonar.scanAllFiles=true -Dproject.settings=D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\sonar-project.properties <sensitive data removed>
Working directory: D:\jenkins\workspace\PricingAPI_Test
Timeout (ms):-1
Process id: 3180
INFO: Scanner configuration file: D:\jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQubeScanner_MSBuild\sonar-scanner-3.0.3.778\bin\..\conf\sonar-
scanner.properties
INFO: Project root configuration file: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\sonar-project.properties
18:14:45.035 INFO: SonarQube Scanner 3.0.3.778
18:14:45.038 INFO: Java 1.8.0_131 Oracle Corporation (32-bit)
18:14:45.038 INFO: Windows Server 2012 R2 6.3 x86
18:14:45.038 INFO: SONAR_SCANNER_OPTS=-Xmx1024m
18:14:45.200 DEBUG: keyStore is :
18:14:45.200 DEBUG: keyStore type is : jks
18:14:45.200 DEBUG: keyStore provider is :
18:14:45.200 DEBUG: init keystore
18:14:45.201 DEBUG: init keymanager of type SunX509
18:14:45.354 INFO: User cache: C:\Windows\system32\config\systemprofile\.sonar\cache
18:14:45.354 DEBUG: Extract sonar-scanner-api-batch in temp...
18:14:45.357 DEBUG: Get bootstrap index...
18:14:45.425 DEBUG: Get bootstrap completed
18:14:45.425 DEBUG: Create isolated classloader...
18:14:45.434 DEBUG: Start temp cleaning...
18:14:45.441 DEBUG: Temp cleaning done
18:14:45.441 DEBUG: Execution getVersion
18:14:45.446 DEBUG: Execution start
18:14:45.706 DEBUG: Publish global mode
18:14:45.821 INFO: Load global repositories
18:14:45.962 INFO: Load global repositories (done) | time=141ms
18:14:45.983 INFO: User cache: C:\Windows\system32\config\systemprofile\.sonar\cache
18:14:46.243 INFO: Load plugins index
18:14:46.249 INFO: Load plugins index (done) | time=6ms
18:14:46.249 DEBUG: Load plugins
18:14:46.263 DEBUG: Load plugins (done) | time=14ms
18:14:46.273 DEBUG: API compatibility mode is enabled on plugin CVS [scmcvs] (built with API lower than 5.2)
18:14:46.274 DEBUG: API compatibility mode is enabled on plugin Dependency-Check [dependencycheck] (built with API lower than 5.2)
18:14:46.276 DEBUG: API compatibility mode is enabled on plugin Git [scmgit] (built with API lower than 5.2)
18:14:46.277 DEBUG: API compatibility mode is enabled on plugin SVN [scmsvn] (built with API lower than 5.2)
18:14:46.278 DEBUG: API compatibility mode is enabled on plugin TFVC [scmtfvc] (built with API lower than 5.2)
18:14:46.279 DEBUG: API compatibility mode is enabled on plugin Checkmarx [checkmarx] (built with API lower than 5.2)
18:14:46.397 INFO: Checkmarx plugin loaded
18:14:46.398 DEBUG: Plugins:
18:14:46.398 DEBUG: * CVS 1.0 (scmcvs)
18:14:46.398 DEBUG: * Dependency-Check 1.0.3 (dependencycheck)
18:14:46.398 DEBUG: * C# 5.10.1.1411 (csharp)
18:14:46.398 DEBUG: * SonarJava 4.9.0.9858 (java)
18:14:46.398 DEBUG: * Git 1.2 (scmgit)
18:14:46.398 DEBUG: * FxCop 1.0 (fxcop)
18:14:46.398 DEBUG: * SVN 1.4.0.522 (scmsvn)
18:14:46.398 DEBUG: * SonarJS 3.0.0.4962 (javascript)
18:14:46.398 DEBUG: * TFVC 2.1.2 (scmtfvc)
18:14:46.398 DEBUG: * Checkmarx 7.2.2.5-20151207-1150 (checkmarx)
18:14:46.416 DEBUG: Execution getVersion
18:14:46.416 INFO: SonarQube server 5.6
18:14:46.417 INFO: Default locale: "en_US", source code encoding: "windows-1252" (analysis is platform dependent)
18:14:46.417 DEBUG: Work directory: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar
18:14:46.417 DEBUG: Execution getVersion
18:14:46.417 DEBUG: Execution execute
18:14:46.756 INFO: Process project properties
18:14:46.764 DEBUG: Process project properties (done) | time=8ms
18:14:46.870 INFO: Load project repositories
18:14:46.998 INFO: Load project repositories (done) | time=128ms
18:14:47.065 DEBUG: Available languages:
18:14:47.065 DEBUG: * Neutral => "neutral"
18:14:47.065 DEBUG: * C# => "cs"
18:14:47.065 DEBUG: * Java => "java"
18:14:47.065 DEBUG: * JavaScript => "js"
18:14:47.068 INFO: Load quality profiles
18:14:47.118 INFO: Load quality profiles (done) | time=50ms
18:14:47.121 INFO: Load active rules
f=repo,name,severity,lang,internalKey,templateKey,params,actives&activation=true&qprofile=cs-c-_all_rules-41677&p=1&ps=500 | time=299ms
f=repo,name,severity,lang,internalKey,templateKey,params,actives&activation=true&qprofile=java-sonar-way-59151&p=1&ps=500 | time=183ms
f=repo,name,severity,lang,internalKey,templateKey,params,actives&activation=true&qprofile=js-sonar-way-65564&p=1&ps=500 | time=75ms
f=repo,name,severity,lang,internalKey,templateKey,params,actives&activation=true&qprofile=neutral-neutral-90241&p=1&ps=500 | time=120ms
18:14:47.869 INFO: Load active rules (done) | time=748ms
18:14:47.920 WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project.
18:14:47.920 INFO: Publish mode
18:14:47.920 DEBUG: Start recursive analysis of project modules
18:14:47.921 INFO: ------------- Scan Agero.BlinkRoadSide.Specs
18:14:48.017 INFO: Load server rules
18:14:48.172 INFO: Load server rules (done) | time=155ms
18:14:48.235 DEBUG: Initializers :
18:14:48.235 INFO: Base dir: D:\jenkins\workspace\PricingAPI_Test\SeleniumTestTwo
18:14:48.235 INFO: Working dir: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar\mod0
18:14:48.237 INFO: Test paths: Driver.cs, Properties/AssemblyInfo.cs, SeleniumTest.cs, Steps/TestFeatureSteps.cs, App.config, Feature/TestFeature.feature, packages.config
18:14:48.237 INFO: Source encoding: UTF-8, default locale: en_US
18:14:48.237 INFO: Index files
18:14:48.242 DEBUG: Declared extensions of language Neutral were converted to sonar.lang.patterns.neutral :
18:14:48.242 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
18:14:48.243 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
18:14:48.243 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js
18:14:48.251 DEBUG: Language of file 'Driver.cs' is detected to be 'cs'
18:14:48.259 DEBUG: Language of file 'Properties/AssemblyInfo.cs' is detected to be 'cs'
18:14:48.264 DEBUG: Language of file 'SeleniumTest.cs' is detected to be 'cs'
18:14:48.272 DEBUG: Language of file 'Steps/TestFeatureSteps.cs' is detected to be 'cs'
18:14:48.275 INFO: 4 files indexed
18:14:48.279 INFO: Quality profile for cs: C#_ALL_Rules
18:14:48.305 DEBUG: Code colorizer, supported languages:
18:14:48.762 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
18:14:48.762 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
18:14:48.762 DEBUG: 'JaCoCoItSensor' skipped because there is no related file in current project
18:14:48.763 DEBUG: 'JaCoCoOverallSensor' skipped because there is no related file in current project
18:14:48.763 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
18:14:48.763 DEBUG: 'FxCop (cs)' skipped because there is no related file in current project
18:14:48.763 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
18:14:48.764 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
18:14:48.769 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# (wrapped) -> C# Unit Tests Coverage Report Import (wrapped) -> C# Integration Tests Coverage
Report Import (wrapped) -> C# Unit Test Results Import (wrapped) -> SonarJavaXmlFileSensor (wrapped) -> Zero Coverage Sensor (wrapped) -> Code Colorizer Sensor (wrapped) ->
CPD Block Indexer (wrapped)
18:14:48.769 INFO: Sensor Lines Sensor (wrapped)
18:14:48.769 INFO: Sensor Lines Sensor (wrapped) (done) | time=0ms
18:14:48.769 INFO: Sensor SCM Sensor (wrapped)
18:14:48.770 INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
18:14:48.770 INFO: Sensor SCM Sensor (wrapped) (done) | time=1ms
18:14:48.770 INFO: Sensor C# (wrapped)
18:14:48.777 DEBUG: No files to analyze. Skip Sensor.
18:14:48.777 INFO: Sensor C# (wrapped) (done) | time=7ms
18:14:48.777 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped)
18:14:48.812 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped) (done) | time=35ms
18:14:48.813 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped)
18:14:48.813 DEBUG: No coverage property. Skip Sensor
18:14:48.813 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped) (done) | time=0ms
18:14:48.813 INFO: Sensor C# Unit Test Results Import (wrapped)
18:14:48.813 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=0ms
18:14:48.814 INFO: Sensor SonarJavaXmlFileSensor (wrapped)
18:14:48.814 INFO: Sensor SonarJavaXmlFileSensor (wrapped) (done) | time=0ms
18:14:48.814 INFO: Sensor Zero Coverage Sensor (wrapped)
18:14:48.814 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=0ms
18:14:48.815 INFO: Sensor Code Colorizer Sensor (wrapped)
18:14:48.816 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=1ms
18:14:48.816 INFO: Sensor CPD Block Indexer (wrapped)
18:14:48.816 INFO: DefaultCpdBlockIndexer is used for cs
18:14:48.817 DEBUG: No CpdMapping for language cs
18:14:48.817 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=1ms
18:14:48.817 INFO: ------------- Scan Agero.PricingApi.Client.Tests
18:14:48.835 DEBUG: Initializers :
18:14:48.835 INFO: Base dir: D:\jenkins\workspace\PricingAPI_Test\Agero.PricingApi.Client.Tests
18:14:48.835 INFO: Working dir: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar\mod1
18:14:48.836 INFO: Test paths: PricingApiClientTest.cs, Properties/AssemblyInfo.cs, App.config, packages.config
18:14:48.836 INFO: Source encoding: UTF-8, default locale: en_US
18:14:48.836 INFO: Index files
18:14:48.836 DEBUG: Declared extensions of language Neutral were converted to sonar.lang.patterns.neutral :
18:14:48.837 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
18:14:48.837 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
18:14:48.837 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js
18:14:48.839 DEBUG: Language of file 'PricingApiClientTest.cs' is detected to be 'cs'
18:14:48.846 DEBUG: Language of file 'Properties/AssemblyInfo.cs' is detected to be 'cs'
18:14:48.846 INFO: 2 files indexed
18:14:48.847 INFO: Quality profile for cs: C#_ALL_Rules
18:14:48.876 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
18:14:48.877 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
18:14:48.877 DEBUG: 'JaCoCoItSensor' skipped because there is no related file in current project
18:14:48.877 DEBUG: 'JaCoCoOverallSensor' skipped because there is no related file in current project
18:14:48.877 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
18:14:48.878 DEBUG: 'FxCop (cs)' skipped because there is no related file in current project
18:14:48.878 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
18:14:48.878 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
18:14:48.879 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# (wrapped) -> C# Unit Tests Coverage Report Import (wrapped) -> C# Integration Tests Coverage
Report Import (wrapped) -> C# Unit Test Results Import (wrapped) -> SonarJavaXmlFileSensor (wrapped) -> Zero Coverage Sensor (wrapped) -> Code Colorizer Sensor (wrapped) ->
CPD Block Indexer (wrapped)
18:14:48.879 INFO: Sensor Lines Sensor (wrapped)
18:14:48.879 INFO: Sensor Lines Sensor (wrapped) (done) | time=0ms
18:14:48.880 INFO: Sensor SCM Sensor (wrapped)
18:14:48.880 INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
18:14:48.880 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
18:14:48.880 INFO: Sensor C# (wrapped)
18:14:48.880 DEBUG: No files to analyze. Skip Sensor.
18:14:48.880 INFO: Sensor C# (wrapped) (done) | time=0ms
18:14:48.881 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped)
18:14:48.884 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped) (done) | time=3ms
18:14:48.884 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped)
18:14:48.884 DEBUG: No coverage property. Skip Sensor
18:14:48.884 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped) (done) | time=0ms
18:14:48.885 INFO: Sensor C# Unit Test Results Import (wrapped)
18:14:48.885 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=1ms
18:14:48.885 INFO: Sensor SonarJavaXmlFileSensor (wrapped)
18:14:48.885 INFO: Sensor SonarJavaXmlFileSensor (wrapped) (done) | time=0ms
18:14:48.885 INFO: Sensor Zero Coverage Sensor (wrapped)
18:14:48.885 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=0ms
18:14:48.886 INFO: Sensor Code Colorizer Sensor (wrapped)
18:14:48.886 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=0ms
18:14:48.886 INFO: Sensor CPD Block Indexer (wrapped)
18:14:48.886 INFO: DefaultCpdBlockIndexer is used for cs
18:14:48.886 DEBUG: No CpdMapping for language cs
18:14:48.886 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=0ms
18:14:48.887 INFO: ------------- Scan Agero.PricingApi.Client
18:14:48.906 DEBUG: Initializers :
18:14:48.906 INFO: Base dir: D:\jenkins\workspace\PricingAPI_Test\Agero.PricingApi.Client
18:14:48.906 INFO: Working dir: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar\mod2
18:14:48.908 INFO: Source paths: Configuration/ClientConfigurationSection.cs, Configuration/ConfigurationService.cs, Exception/PricingApiClientException.cs,
Helpers/Checker.cs, IPricingApiClient.cs, Model/LocationInfo.cs, Model/RoadServicePriceBreakupInfo.cs, Model/RoadServicePricingResponseDTO.cs, Model/RoadServiceRequestDTO.cs,
Model/TowServicePriceBreakupInfo.cs, Model/TowServicePricingResponseDTO.cs, Model/TowServiceRequestDTO.cs, PricingApiClient.cs, Properties/AssemblyInfo.cs, packages.config
18:14:48.908 INFO: Source encoding: UTF-8, default locale: en_US
18:14:48.909 INFO: Index files
18:14:48.909 DEBUG: Declared extensions of language Neutral were converted to sonar.lang.patterns.neutral :
18:14:48.909 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
18:14:48.909 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
18:14:48.910 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js
18:14:48.915 DEBUG: Language of file 'Configuration/ClientConfigurationSection.cs' is detected to be 'cs'
18:14:48.918 INFO: Analyzer working directory contains 5 .pb file(s)
18:14:48.981 DEBUG: Language of file 'Configuration/ConfigurationService.cs' is detected to be 'cs'
18:14:48.982 DEBUG: Language of file 'Exception/PricingApiClientException.cs' is detected to be 'cs'
18:14:48.983 DEBUG: Language of file 'Helpers/Checker.cs' is detected to be 'cs'
18:14:48.983 DEBUG: Language of file 'IPricingApiClient.cs' is detected to be 'cs'
18:14:48.985 DEBUG: Language of file 'Model/LocationInfo.cs' is detected to be 'cs'
18:14:48.985 DEBUG: Language of file 'Model/RoadServicePriceBreakupInfo.cs' is detected to be 'cs'
18:14:48.986 DEBUG: Language of file 'Model/RoadServicePricingResponseDTO.cs' is detected to be 'cs'
18:14:48.988 DEBUG: Language of file 'Model/RoadServiceRequestDTO.cs' is detected to be 'cs'
18:14:48.991 DEBUG: Language of file 'Model/TowServicePriceBreakupInfo.cs' is detected to be 'cs'
18:14:48.992 DEBUG: Language of file 'Model/TowServicePricingResponseDTO.cs' is detected to be 'cs'
18:14:48.993 DEBUG: Language of file 'Model/TowServiceRequestDTO.cs' is detected to be 'cs'
18:14:48.993 DEBUG: Language of file 'PricingApiClient.cs' is detected to be 'cs'
18:14:48.995 DEBUG: Language of file 'Properties/AssemblyInfo.cs' is detected to be 'cs'
18:14:48.996 INFO: 14 files indexed
18:14:48.997 INFO: Quality profile for cs: C#_ALL_Rules
18:14:49.027 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
18:14:49.028 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
18:14:49.028 DEBUG: 'JaCoCoItSensor' skipped because there is no related file in current project
18:14:49.028 DEBUG: 'JaCoCoOverallSensor' skipped because there is no related file in current project
18:14:49.028 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
18:14:49.029 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
18:14:49.029 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
18:14:49.030 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# (wrapped) -> C# Unit Tests Coverage Report Import (wrapped) -> C# Integration Tests Coverage
Report Import (wrapped) -> C# Unit Test Results Import (wrapped) -> SonarJavaXmlFileSensor (wrapped) -> FxCop (cs) (wrapped) -> Zero Coverage Sensor (wrapped) -> Code
Colorizer Sensor (wrapped) -> CPD Block Indexer (wrapped)
18:14:49.030 INFO: Sensor Lines Sensor (wrapped)
18:14:49.043 INFO: Sensor Lines Sensor (wrapped) (done) | time=13ms
18:14:49.043 INFO: Sensor SCM Sensor (wrapped)
18:14:49.043 INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
18:14:49.043 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
18:14:49.043 INFO: Sensor C# (wrapped)
18:14:49.044 INFO: SonarAnalyzer.Scanner needs to be executed: false
18:14:49.044 INFO: Importing analysis results from D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\Agero.PricingApi.Client_9106\output-cs
18:14:49.155 INFO: Importing Roslyn report
18:14:49.217 INFO: Sensor C# (wrapped) (done) | time=174ms
18:14:49.218 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped)
18:14:49.221 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped) (done) | time=3ms
18:14:49.221 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped)
18:14:49.221 DEBUG: No coverage property. Skip Sensor
18:14:49.221 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped) (done) | time=0ms
18:14:49.221 INFO: Sensor C# Unit Test Results Import (wrapped)
18:14:49.221 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=0ms
18:14:49.222 INFO: Sensor SonarJavaXmlFileSensor (wrapped)
18:14:49.222 INFO: Sensor SonarJavaXmlFileSensor (wrapped) (done) | time=0ms
18:14:49.222 INFO: Sensor FxCop (cs) (wrapped)
18:14:49.230 DEBUG: Using the provided FxCop reportD:\jenkins\workspace\PricingAPI_Test/PricingAPI\Agero.PricingApi.Client.dll.CodeAnalysisLog.xml
18:14:49.303 INFO: Sensor FxCop (cs) (wrapped) (done) | time=81ms
18:14:49.304 INFO: Sensor Zero Coverage Sensor (wrapped)
18:14:49.335 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=31ms
18:14:49.336 INFO: Sensor Code Colorizer Sensor (wrapped)
18:14:49.336 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=1ms
18:14:49.336 INFO: Sensor CPD Block Indexer (wrapped)
18:14:49.336 INFO: DefaultCpdBlockIndexer is used for cs
18:14:49.337 DEBUG: No CpdMapping for language cs
18:14:49.337 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=1ms
18:14:49.337 INFO: ------------- Scan Agero.PricingApi.Domain
18:14:49.355 DEBUG: Initializers :
18:14:49.355 INFO: Base dir: D:\jenkins\workspace\PricingAPI_Test\Agero.PricingApi.Domain
18:14:49.355 INFO: Working dir: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar\mod3
18:14:49.356 INFO: Source paths: AddressFinderHelper.cs, ILocation.cs, IPrice.cs, IPriceConfigData.cs, Location.cs, Price.cs, PriceConfigData.cs, Properties/AssemblyInfo.cs,
app.config, packages.config
18:14:49.356 INFO: Source encoding: UTF-8, default locale: en_US
18:14:49.357 INFO: Index files
18:14:49.357 DEBUG: Declared extensions of language Neutral were converted to sonar.lang.patterns.neutral :
18:14:49.357 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
18:14:49.357 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
18:14:49.357 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js
18:14:49.360 DEBUG: Language of file 'AddressFinderHelper.cs' is detected to be 'cs'
18:14:49.361 INFO: Analyzer working directory contains 5 .pb file(s)
18:14:49.364 DEBUG: Language of file 'ILocation.cs' is detected to be 'cs'
18:14:49.364 DEBUG: Language of file 'IPrice.cs' is detected to be 'cs'
18:14:49.365 DEBUG: Language of file 'IPriceConfigData.cs' is detected to be 'cs'
18:14:49.366 DEBUG: Language of file 'Location.cs' is detected to be 'cs'
18:14:49.367 DEBUG: Language of file 'Price.cs' is detected to be 'cs'
18:14:49.367 DEBUG: Language of file 'PriceConfigData.cs' is detected to be 'cs'
18:14:49.368 DEBUG: Language of file 'Properties/AssemblyInfo.cs' is detected to be 'cs'
18:14:49.369 INFO: 8 files indexed
18:14:49.370 INFO: Quality profile for cs: C#_ALL_Rules
18:14:49.405 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
18:14:49.405 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
18:14:49.405 DEBUG: 'JaCoCoItSensor' skipped because there is no related file in current project
18:14:49.405 DEBUG: 'JaCoCoOverallSensor' skipped because there is no related file in current project
18:14:49.406 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
18:14:49.407 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
18:14:49.407 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
18:14:49.410 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# (wrapped) -> C# Unit Tests Coverage Report Import (wrapped) -> C# Integration Tests Coverage
Report Import (wrapped) -> C# Unit Test Results Import (wrapped) -> SonarJavaXmlFileSensor (wrapped) -> FxCop (cs) (wrapped) -> Zero Coverage Sensor (wrapped) -> Code
Colorizer Sensor (wrapped) -> CPD Block Indexer (wrapped)
18:14:49.410 INFO: Sensor Lines Sensor (wrapped)
18:14:49.411 INFO: Sensor Lines Sensor (wrapped) (done) | time=1ms
18:14:49.411 INFO: Sensor SCM Sensor (wrapped)
18:14:49.411 INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
18:14:49.411 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
18:14:49.412 INFO: Sensor C# (wrapped)
18:14:49.412 INFO: SonarAnalyzer.Scanner needs to be executed: false
18:14:49.412 INFO: Importing analysis results from D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\Agero.PricingApi.Domain_5321\output-cs
18:14:49.439 INFO: Importing Roslyn report
18:14:49.444 INFO: Sensor C# (wrapped) (done) | time=32ms
18:14:49.445 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped)
18:14:49.448 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped) (done) | time=3ms
18:14:49.448 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped)
18:14:49.448 DEBUG: No coverage property. Skip Sensor
18:14:49.448 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped) (done) | time=0ms
18:14:49.448 INFO: Sensor C# Unit Test Results Import (wrapped)
18:14:49.448 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=0ms
18:14:49.449 INFO: Sensor SonarJavaXmlFileSensor (wrapped)
18:14:49.449 INFO: Sensor SonarJavaXmlFileSensor (wrapped) (done) | time=0ms
18:14:49.449 INFO: Sensor FxCop (cs) (wrapped)
18:14:49.450 DEBUG: Using the provided FxCop reportD:\jenkins\workspace\PricingAPI_Test/PricingAPI\Agero.PricingApi.Domain.dll.CodeAnalysisLog.xml
18:14:49.458 INFO: Sensor FxCop (cs) (wrapped) (done) | time=9ms
18:14:49.458 INFO: Sensor Zero Coverage Sensor (wrapped)
18:14:49.467 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=8ms
18:14:49.467 INFO: Sensor Code Colorizer Sensor (wrapped)
18:14:49.467 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=0ms
18:14:49.467 INFO: Sensor CPD Block Indexer (wrapped)
18:14:49.468 INFO: DefaultCpdBlockIndexer is used for cs
18:14:49.468 DEBUG: No CpdMapping for language cs
18:14:49.468 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=1ms
18:14:49.468 INFO: ------------- Scan Agero.PricingApi.Infrastructure
18:14:49.484 DEBUG: Initializers :
18:14:49.484 INFO: Base dir: D:\jenkins\workspace\PricingAPI_Test\Infrastructure
18:14:49.484 INFO: Working dir: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar\mod4
18:14:49.485 INFO: Source paths: AgeroException.cs, ErrorCodes.cs, ErrorMessageConstants.cs, Logger/ILogger.cs, Logger/Logger.cs, PricingEnums.cs, Properties/AssemblyInfo.cs,
StateEnums.cs, packages.config
18:14:49.485 INFO: Source encoding: UTF-8, default locale: en_US
18:14:49.486 INFO: Index files
18:14:49.486 DEBUG: Declared extensions of language Neutral were converted to sonar.lang.patterns.neutral :
18:14:49.486 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
18:14:49.486 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
18:14:49.487 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js
18:14:49.489 DEBUG: Language of file 'AgeroException.cs' is detected to be 'cs'
18:14:49.490 INFO: Analyzer working directory contains 5 .pb file(s)
18:14:49.491 DEBUG: Language of file 'ErrorCodes.cs' is detected to be 'cs'
18:14:49.492 DEBUG: Language of file 'ErrorMessageConstants.cs' is detected to be 'cs'
18:14:49.492 DEBUG: Language of file 'Logger/ILogger.cs' is detected to be 'cs'
18:14:49.493 DEBUG: Language of file 'Logger/Logger.cs' is detected to be 'cs'
18:14:49.496 DEBUG: Language of file 'PricingEnums.cs' is detected to be 'cs'
18:14:49.497 DEBUG: Language of file 'Properties/AssemblyInfo.cs' is detected to be 'cs'
18:14:49.497 DEBUG: Language of file 'StateEnums.cs' is detected to be 'cs'
18:14:49.498 INFO: 8 files indexed
18:14:49.499 INFO: Quality profile for cs: C#_ALL_Rules
18:14:49.517 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
18:14:49.518 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
18:14:49.518 DEBUG: 'JaCoCoItSensor' skipped because there is no related file in current project
18:14:49.518 DEBUG: 'JaCoCoOverallSensor' skipped because there is no related file in current project
18:14:49.518 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
18:14:49.519 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
18:14:49.519 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
18:14:49.520 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# (wrapped) -> C# Unit Tests Coverage Report Import (wrapped) -> C# Integration Tests Coverage
Report Import (wrapped) -> C# Unit Test Results Import (wrapped) -> SonarJavaXmlFileSensor (wrapped) -> FxCop (cs) (wrapped) -> Zero Coverage Sensor (wrapped) -> Code
Colorizer Sensor (wrapped) -> CPD Block Indexer (wrapped)
18:14:49.520 INFO: Sensor Lines Sensor (wrapped)
18:14:49.520 INFO: Sensor Lines Sensor (wrapped) (done) | time=0ms
18:14:49.521 INFO: Sensor SCM Sensor (wrapped)
18:14:49.521 INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
18:14:49.521 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
18:14:49.521 INFO: Sensor C# (wrapped)
18:14:49.521 INFO: SonarAnalyzer.Scanner needs to be executed: false
18:14:49.521 INFO: Importing analysis results from D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\Agero.PricingApi.Infrastructure_6330\output-cs
18:14:49.564 INFO: Importing Roslyn report
18:14:49.571 INFO: Sensor C# (wrapped) (done) | time=50ms
18:14:49.571 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped)
18:14:49.574 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped) (done) | time=3ms
18:14:49.575 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped)
18:14:49.575 DEBUG: No coverage property. Skip Sensor
18:14:49.575 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped) (done) | time=0ms
18:14:49.575 INFO: Sensor C# Unit Test Results Import (wrapped)
18:14:49.575 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=0ms
18:14:49.576 INFO: Sensor SonarJavaXmlFileSensor (wrapped)
18:14:49.576 INFO: Sensor SonarJavaXmlFileSensor (wrapped) (done) | time=0ms
18:14:49.576 INFO: Sensor FxCop (cs) (wrapped)
18:14:49.576 DEBUG: Using the provided FxCop reportD:\jenkins\workspace\PricingAPI_Test/PricingAPI\Infrastructure.dll.CodeAnalysisLog.xml
18:14:49.582 INFO: Sensor FxCop (cs) (wrapped) (done) | time=6ms
18:14:49.582 INFO: Sensor Zero Coverage Sensor (wrapped)
18:14:49.588 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=6ms
18:14:49.589 INFO: Sensor Code Colorizer Sensor (wrapped)
18:14:49.589 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=0ms
18:14:49.589 INFO: Sensor CPD Block Indexer (wrapped)
18:14:49.589 INFO: DefaultCpdBlockIndexer is used for cs
18:14:49.589 DEBUG: No CpdMapping for language cs
18:14:49.590 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=1ms
18:14:49.590 INFO: ------------- Scan Agero.PricingApi.Repository
18:14:49.608 DEBUG: Initializers :
18:14:49.609 INFO: Base dir: D:\jenkins\workspace\PricingAPI_Test\Agero.PricingApi.Repository
18:14:49.609 INFO: Working dir: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar\mod5
18:14:49.610 INFO: Source paths: DynamoDBPoco.cs, IPricingRepository.cs, PriceConfig.cs, PricingRepository.cs, Properties/AssemblyInfo.cs, app.config, packages.config
18:14:49.610 INFO: Source encoding: UTF-8, default locale: en_US
18:14:49.610 INFO: Index files
18:14:49.610 DEBUG: Declared extensions of language Neutral were converted to sonar.lang.patterns.neutral :
18:14:49.611 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
18:14:49.611 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
18:14:49.612 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js
18:14:49.616 DEBUG: Language of file 'DynamoDBPoco.cs' is detected to be 'cs'
18:14:49.617 INFO: Analyzer working directory contains 5 .pb file(s)
18:14:49.618 DEBUG: Language of file 'IPricingRepository.cs' is detected to be 'cs'
18:14:49.618 DEBUG: Language of file 'PriceConfig.cs' is detected to be 'cs'
18:14:49.619 DEBUG: Language of file 'PricingRepository.cs' is detected to be 'cs'
18:14:49.620 DEBUG: Language of file 'Properties/AssemblyInfo.cs' is detected to be 'cs'
18:14:49.621 INFO: 5 files indexed
18:14:49.622 INFO: Quality profile for cs: C#_ALL_Rules
18:14:49.642 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
18:14:49.642 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
18:14:49.643 DEBUG: 'JaCoCoItSensor' skipped because there is no related file in current project
18:14:49.643 DEBUG: 'JaCoCoOverallSensor' skipped because there is no related file in current project
18:14:49.643 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
18:14:49.643 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
18:14:49.643 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
18:14:49.644 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# (wrapped) -> C# Unit Tests Coverage Report Import (wrapped) -> C# Integration Tests Coverage
Report Import (wrapped) -> C# Unit Test Results Import (wrapped) -> SonarJavaXmlFileSensor (wrapped) -> FxCop (cs) (wrapped) -> Zero Coverage Sensor (wrapped) -> Code
Colorizer Sensor (wrapped) -> CPD Block Indexer (wrapped)
18:14:49.644 INFO: Sensor Lines Sensor (wrapped)
18:14:49.645 INFO: Sensor Lines Sensor (wrapped) (done) | time=1ms
18:14:49.645 INFO: Sensor SCM Sensor (wrapped)
18:14:49.645 INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
18:14:49.645 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
18:14:49.646 INFO: Sensor C# (wrapped)
18:14:49.646 INFO: SonarAnalyzer.Scanner needs to be executed: false
18:14:49.646 INFO: Importing analysis results from D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\Agero.PricingApi.Repository_0433\output-cs
18:14:49.681 INFO: Importing Roslyn report
18:14:49.698 INFO: Sensor C# (wrapped) (done) | time=52ms
18:14:49.698 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped)
18:14:49.701 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped) (done) | time=3ms
18:14:49.701 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped)
18:14:49.702 DEBUG: No coverage property. Skip Sensor
18:14:49.702 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped) (done) | time=1ms
18:14:49.702 INFO: Sensor C# Unit Test Results Import (wrapped)
18:14:49.702 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=0ms
18:14:49.702 INFO: Sensor SonarJavaXmlFileSensor (wrapped)
18:14:49.702 INFO: Sensor SonarJavaXmlFileSensor (wrapped) (done) | time=0ms
18:14:49.702 INFO: Sensor FxCop (cs) (wrapped)
18:14:49.702 DEBUG: Using the provided FxCop reportD:\jenkins\workspace\PricingAPI_Test/PricingAPI\Agero.PricingApi.Repository.dll.CodeAnalysisLog.xml
18:14:49.713 INFO: Sensor FxCop (cs) (wrapped) (done) | time=11ms
18:14:49.713 INFO: Sensor Zero Coverage Sensor (wrapped)
18:14:49.724 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=11ms
18:14:49.725 INFO: Sensor Code Colorizer Sensor (wrapped)
18:14:49.725 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=0ms
18:14:49.725 INFO: Sensor CPD Block Indexer (wrapped)
18:14:49.725 INFO: DefaultCpdBlockIndexer is used for cs
18:14:49.725 DEBUG: No CpdMapping for language cs
18:14:49.725 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=0ms
18:14:49.725 INFO: ------------- Scan Agero.PricingAPI.Specs
18:14:49.738 DEBUG: Initializers :
18:14:49.739 INFO: Base dir: D:\jenkins\workspace\PricingAPI_Test\Agero.PricingAPI.Specs
18:14:49.739 INFO: Working dir: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar\mod6
18:14:49.739 INFO: Test paths: PricingCalculationSteps.cs, Properties/AssemblyInfo.cs, TowPriceCalculationSteps.cs, App.config, packages.config, PricingCalculation.feature,
TowPricing.feature
18:14:49.739 INFO: Source encoding: UTF-8, default locale: en_US
18:14:49.739 INFO: Index files
18:14:49.740 DEBUG: Declared extensions of language Neutral were converted to sonar.lang.patterns.neutral :
18:14:49.740 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
18:14:49.740 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
18:14:49.740 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js
18:14:49.742 DEBUG: Language of file 'PricingCalculationSteps.cs' is detected to be 'cs'
18:14:49.742 DEBUG: Language of file 'Properties/AssemblyInfo.cs' is detected to be 'cs'
18:14:49.743 DEBUG: Language of file 'TowPriceCalculationSteps.cs' is detected to be 'cs'
18:14:49.743 INFO: 3 files indexed
18:14:49.744 INFO: Quality profile for cs: C#_ALL_Rules
18:14:49.768 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
18:14:49.768 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
18:14:49.768 DEBUG: 'JaCoCoItSensor' skipped because there is no related file in current project
18:14:49.768 DEBUG: 'JaCoCoOverallSensor' skipped because there is no related file in current project
18:14:49.768 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
18:14:49.769 DEBUG: 'FxCop (cs)' skipped because there is no related file in current project
18:14:49.769 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
18:14:49.769 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
18:14:49.769 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# (wrapped) -> C# Unit Tests Coverage Report Import (wrapped) -> C# Integration Tests Coverage
Report Import (wrapped) -> C# Unit Test Results Import (wrapped) -> SonarJavaXmlFileSensor (wrapped) -> Zero Coverage Sensor (wrapped) -> Code Colorizer Sensor (wrapped) ->
CPD Block Indexer (wrapped)
18:14:49.769 INFO: Sensor Lines Sensor (wrapped)
18:14:50.349 INFO: Sensor Lines Sensor (wrapped) (done) | time=580ms
18:14:50.349 INFO: Sensor SCM Sensor (wrapped)
18:14:50.349 INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
18:14:50.349 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
18:14:50.349 INFO: Sensor C# (wrapped)
18:14:50.349 DEBUG: No files to analyze. Skip Sensor.
18:14:50.349 INFO: Sensor C# (wrapped) (done) | time=0ms
18:14:50.349 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped)
18:14:50.352 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped) (done) | time=3ms
18:14:50.352 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped)
18:14:50.352 DEBUG: No coverage property. Skip Sensor
18:14:50.352 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped) (done) | time=0ms
18:14:50.352 INFO: Sensor C# Unit Test Results Import (wrapped)
18:14:50.353 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=0ms
18:14:50.353 INFO: Sensor SonarJavaXmlFileSensor (wrapped)
18:14:50.354 INFO: Sensor SonarJavaXmlFileSensor (wrapped) (done) | time=1ms
18:14:50.354 INFO: Sensor Zero Coverage Sensor (wrapped)
18:14:50.354 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=0ms
18:14:50.354 INFO: Sensor Code Colorizer Sensor (wrapped)
18:14:50.354 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=0ms
18:14:50.354 INFO: Sensor CPD Block Indexer (wrapped)
18:14:50.354 INFO: DefaultCpdBlockIndexer is used for cs
18:14:50.354 DEBUG: No CpdMapping for language cs
18:14:50.354 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=0ms
18:14:50.355 INFO: ------------- Scan Agero.PricingAPI
18:14:50.366 DEBUG: Initializers :
18:14:50.366 INFO: Base dir: D:\jenkins\workspace\PricingAPI_Test\PricingAPI
18:14:50.366 INFO: Working dir: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar\mod7
18:14:50.370 INFO: Source paths: ActionResults/PriceConfigResponse.cs, App_Start/FilterConfig.cs, App_Start/RouteConfig.cs, App_Start/UnityConfig.cs,
App_Start/UnityMvcActivator.cs, App_Start/UnityWebApiActivator.cs, App_Start/WebApiConfig.cs, Controllers/AdminController.cs, Controllers/HealthController.cs,
Controllers/PricingController.cs, DTOMappers/IMapper.cs, DTOMappers/PriceConfigDtoMapper.cs, DTOMappers/RoadServiceDTOMapper.cs, DTOMappers/TowServiceDTOMapper.cs,
Filters/AuthorizationFilter.cs, Filters/GlobalExceptionFilter.cs, Global.asax.cs, Helpers/ErrorHandlerAttribute.cs, Helpers/RequestHelper.cs, Helpers/VersionContraint.cs,
Helpers/VersionRoute.cs, Models/DTO/Error.cs, ActionResults/BadHealthResponse.cs, Models/DTO/HealthResponseDTO.cs, Models/DTO/LocationInfo.cs,
ActionResults/OkHealthResponse.cs, Models/DTO/PriceConfigRequestDto.cs, Models/DTO/PriceConfigResponseDto.cs, Models/DTO/RoadServicePriceBreakupInfo.cs,
Models/DTO/RoadServiceRequestDTO.cs, Models/DTO/RoadServicePricingResponseDTO.cs, Models/DTO/TowServicePriceBreakupInfo.cs, Models/DTO/TowServicePricingResponseDTO.cs,
Models/DTO/TowServiceRequestDTO.cs, Properties/AssemblyInfo.cs, ActionResults/ErrorResponse.cs, ActionResults/IResponseFactory.cs, ActionResults/ResponseFactory.cs,
ActionResults/RoadServiceResponse.cs, ActionResults/TowServiceResponse.cs, favicon.ico, Global.asax, ApplicationInsights.config, Web.config, Web.Prod.config, Web.QA.config,
Web.Stage.config, packages.config, Newrelic.config, .ebextensions/5_ccas_root_cert.config, .ebextensions/4_corppvt_aws_cert.config, .ebextensions/3_newrelic.config,
.ebextensions/2_CICD.config, .ebextensions/1_iis.config, .ebextensions/0_enableLogs.config, Properties/Resources.resx, Web.Debug.config, Web.Release.config,
Project_Readme.html, Properties/PublishProfiles/AWS_WebDeploy_QA.pubxml, Properties/PublishProfiles/FileDeploy.pubxml, Properties/PublishProfiles/QA_FileDeploy.pubxml
18:14:50.372 INFO: Source encoding: UTF-8, default locale: en_US
18:14:50.372 INFO: Index files
18:14:50.373 DEBUG: Declared extensions of language Neutral were converted to sonar.lang.patterns.neutral :
18:14:50.373 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
18:14:50.373 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
18:14:50.373 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js
18:14:50.387 DEBUG: Language of file 'ActionResults/PriceConfigResponse.cs' is detected to be 'cs'
18:14:50.387 INFO: Analyzer working directory contains 5 .pb file(s)
18:14:50.389 DEBUG: Language of file 'App_Start/FilterConfig.cs' is detected to be 'cs'
18:14:50.390 DEBUG: Language of file 'App_Start/RouteConfig.cs' is detected to be 'cs'
18:14:50.390 DEBUG: Language of file 'App_Start/UnityConfig.cs' is detected to be 'cs'
18:14:50.391 DEBUG: Language of file 'App_Start/UnityMvcActivator.cs' is detected to be 'cs'
18:14:50.391 DEBUG: Language of file 'App_Start/UnityWebApiActivator.cs' is detected to be 'cs'
18:14:50.392 DEBUG: Language of file 'App_Start/WebApiConfig.cs' is detected to be 'cs'
18:14:50.392 DEBUG: Language of file 'Controllers/AdminController.cs' is detected to be 'cs'
18:14:50.393 DEBUG: Language of file 'Controllers/HealthController.cs' is detected to be 'cs'
18:14:50.394 DEBUG: Language of file 'Controllers/PricingController.cs' is detected to be 'cs'
18:14:50.394 DEBUG: Language of file 'DTOMappers/IMapper.cs' is detected to be 'cs'
18:14:50.395 DEBUG: Language of file 'DTOMappers/PriceConfigDtoMapper.cs' is detected to be 'cs'
18:14:50.396 DEBUG: Language of file 'DTOMappers/RoadServiceDTOMapper.cs' is detected to be 'cs'
18:14:50.396 DEBUG: Language of file 'DTOMappers/TowServiceDTOMapper.cs' is detected to be 'cs'
18:14:50.397 DEBUG: Language of file 'Filters/AuthorizationFilter.cs' is detected to be 'cs'
18:14:50.398 DEBUG: Language of file 'Filters/GlobalExceptionFilter.cs' is detected to be 'cs'
18:14:50.399 DEBUG: Language of file 'Global.asax.cs' is detected to be 'cs'
18:14:50.400 DEBUG: Language of file 'Helpers/ErrorHandlerAttribute.cs' is detected to be 'cs'
18:14:50.403 DEBUG: Language of file 'Helpers/RequestHelper.cs' is detected to be 'cs'
18:14:50.403 DEBUG: Language of file 'Helpers/VersionContraint.cs' is detected to be 'cs'
18:14:50.404 DEBUG: Language of file 'Helpers/VersionRoute.cs' is detected to be 'cs'
18:14:50.404 DEBUG: Language of file 'Models/DTO/Error.cs' is detected to be 'cs'
18:14:50.405 DEBUG: Language of file 'ActionResults/BadHealthResponse.cs' is detected to be 'cs'
18:14:50.405 DEBUG: Language of file 'Models/DTO/HealthResponseDTO.cs' is detected to be 'cs'
18:14:50.406 DEBUG: Language of file 'Models/DTO/LocationInfo.cs' is detected to be 'cs'
18:14:50.406 DEBUG: Language of file 'ActionResults/OkHealthResponse.cs' is detected to be 'cs'
18:14:50.407 DEBUG: Language of file 'Models/DTO/PriceConfigRequestDto.cs' is detected to be 'cs'
18:14:50.407 DEBUG: Language of file 'Models/DTO/PriceConfigResponseDto.cs' is detected to be 'cs'
18:14:50.408 DEBUG: Language of file 'Models/DTO/RoadServicePriceBreakupInfo.cs' is detected to be 'cs'
18:14:50.408 DEBUG: Language of file 'Models/DTO/RoadServiceRequestDTO.cs' is detected to be 'cs'
18:14:50.409 DEBUG: Language of file 'Models/DTO/RoadServicePricingResponseDTO.cs' is detected to be 'cs'
18:14:50.409 DEBUG: Language of file 'Models/DTO/TowServicePriceBreakupInfo.cs' is detected to be 'cs'
18:14:50.410 DEBUG: Language of file 'Models/DTO/TowServicePricingResponseDTO.cs' is detected to be 'cs'
18:14:50.411 DEBUG: Language of file 'Models/DTO/TowServiceRequestDTO.cs' is detected to be 'cs'
18:14:50.411 DEBUG: Language of file 'Properties/AssemblyInfo.cs' is detected to be 'cs'
18:14:50.412 DEBUG: Language of file 'ActionResults/ErrorResponse.cs' is detected to be 'cs'
18:14:50.412 DEBUG: Language of file 'ActionResults/IResponseFactory.cs' is detected to be 'cs'
18:14:50.413 DEBUG: Language of file 'ActionResults/ResponseFactory.cs' is detected to be 'cs'
18:14:50.414 DEBUG: Language of file 'ActionResults/RoadServiceResponse.cs' is detected to be 'cs'
18:14:50.414 DEBUG: Language of file 'ActionResults/TowServiceResponse.cs' is detected to be 'cs'
18:14:50.417 INFO: 40 files indexed
18:14:50.419 INFO: Quality profile for cs: C#_ALL_Rules
18:14:50.449 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
18:14:50.449 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
18:14:50.449 DEBUG: 'JaCoCoItSensor' skipped because there is no related file in current project
18:14:50.450 DEBUG: 'JaCoCoOverallSensor' skipped because there is no related file in current project
18:14:50.450 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
18:14:50.450 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
18:14:50.450 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
18:14:50.451 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# (wrapped) -> C# Unit Tests Coverage Report Import (wrapped) -> C# Integration Tests Coverage
Report Import (wrapped) -> C# Unit Test Results Import (wrapped) -> SonarJavaXmlFileSensor (wrapped) -> FxCop (cs) (wrapped) -> Zero Coverage Sensor (wrapped) -> Code
Colorizer Sensor (wrapped) -> CPD Block Indexer (wrapped)
18:14:50.451 INFO: Sensor Lines Sensor (wrapped)
18:14:50.453 INFO: Sensor Lines Sensor (wrapped) (done) | time=2ms
18:14:50.453 INFO: Sensor SCM Sensor (wrapped)
18:14:50.453 INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
18:14:50.453 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
18:14:50.453 INFO: Sensor C# (wrapped)
18:14:50.453 INFO: SonarAnalyzer.Scanner needs to be executed: false
18:14:50.454 INFO: Importing analysis results from D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\Agero.PricingAPI_6874\output-cs
18:14:50.536 INFO: Importing Roslyn report
18:14:50.560 INFO: Sensor C# (wrapped) (done) | time=107ms
18:14:50.560 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped)
18:14:50.564 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped) (done) | time=3ms
18:14:50.564 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped)
18:14:50.564 DEBUG: No coverage property. Skip Sensor
18:14:50.564 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped) (done) | time=0ms
18:14:50.564 INFO: Sensor C# Unit Test Results Import (wrapped)
18:14:50.564 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=0ms
18:14:50.564 INFO: Sensor SonarJavaXmlFileSensor (wrapped)
18:14:50.564 INFO: Sensor SonarJavaXmlFileSensor (wrapped) (done) | time=0ms
18:14:50.564 INFO: Sensor FxCop (cs) (wrapped)
18:14:50.564 DEBUG: Using the provided FxCop reportD:\jenkins\workspace\PricingAPI_Test/PricingAPI\PricingAPI.dll.CodeAnalysisLog.xml
18:14:50.577 INFO: Sensor FxCop (cs) (wrapped) (done) | time=13ms
18:14:50.577 INFO: Sensor Zero Coverage Sensor (wrapped)
18:14:50.591 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=14ms
18:14:50.591 INFO: Sensor Code Colorizer Sensor (wrapped)
18:14:50.593 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=2ms
18:14:50.593 INFO: Sensor CPD Block Indexer (wrapped)
18:14:50.593 INFO: DefaultCpdBlockIndexer is used for cs
18:14:50.593 DEBUG: No CpdMapping for language cs
18:14:50.593 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=0ms
18:14:50.594 INFO: ------------- Scan PricingAPI.Tests
18:14:50.604 DEBUG: Initializers :
18:14:50.604 INFO: Base dir: D:\jenkins\workspace\PricingAPI_Test\PricingAPI.Tests
18:14:50.604 INFO: Working dir: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar\mod8
18:14:50.605 INFO: Test paths: AdminControllerTests.cs, PricingHelperTests.cs, PricingDomainTests.cs, PricingHealthControllerTests.cs, PricingInfrastructureTests.cs,
PricingMapperTests.cs, PricingResponseFactoryTests.cs, PricingRepositoryTests.cs, PrincingControllerTests.cs, Properties/AssemblyInfo.cs, App.config, packages.config
18:14:50.605 INFO: Source encoding: UTF-8, default locale: en_US
18:14:50.605 INFO: Index files
18:14:50.605 DEBUG: Declared extensions of language Neutral were converted to sonar.lang.patterns.neutral :
18:14:50.605 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
18:14:50.605 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
18:14:50.605 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js
18:14:50.610 DEBUG: Language of file 'AdminControllerTests.cs' is detected to be 'cs'
18:14:50.611 DEBUG: Language of file 'PricingHelperTests.cs' is detected to be 'cs'
18:14:50.611 DEBUG: Language of file 'PricingDomainTests.cs' is detected to be 'cs'
18:14:50.612 DEBUG: Language of file 'PricingHealthControllerTests.cs' is detected to be 'cs'
18:14:50.612 DEBUG: Language of file 'PricingInfrastructureTests.cs' is detected to be 'cs'
18:14:50.613 DEBUG: Language of file 'PricingMapperTests.cs' is detected to be 'cs'
18:14:50.614 DEBUG: Language of file 'PricingResponseFactoryTests.cs' is detected to be 'cs'
18:14:50.615 DEBUG: Language of file 'PricingRepositoryTests.cs' is detected to be 'cs'
18:14:50.616 DEBUG: Language of file 'PrincingControllerTests.cs' is detected to be 'cs'
18:14:50.618 DEBUG: Language of file 'Properties/AssemblyInfo.cs' is detected to be 'cs'
18:14:50.619 INFO: 10 files indexed
18:14:50.620 INFO: Quality profile for cs: C#_ALL_Rules
18:14:50.648 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
18:14:50.648 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
18:14:50.648 DEBUG: 'JaCoCoItSensor' skipped because there is no related file in current project
18:14:50.648 DEBUG: 'JaCoCoOverallSensor' skipped because there is no related file in current project
18:14:50.648 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
18:14:50.649 DEBUG: 'FxCop (cs)' skipped because there is no related file in current project
18:14:50.649 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
18:14:50.649 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
18:14:50.649 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# (wrapped) -> C# Unit Tests Coverage Report Import (wrapped) -> C# Integration Tests Coverage
Report Import (wrapped) -> C# Unit Test Results Import (wrapped) -> SonarJavaXmlFileSensor (wrapped) -> Zero Coverage Sensor (wrapped) -> Code Colorizer Sensor (wrapped) ->
CPD Block Indexer (wrapped)
18:14:50.649 INFO: Sensor Lines Sensor (wrapped)
18:14:50.649 INFO: Sensor Lines Sensor (wrapped) (done) | time=0ms
18:14:50.649 INFO: Sensor SCM Sensor (wrapped)
18:14:50.649 INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
18:14:50.649 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
18:14:50.650 INFO: Sensor C# (wrapped)
18:14:50.650 DEBUG: No files to analyze. Skip Sensor.
18:14:50.650 INFO: Sensor C# (wrapped) (done) | time=0ms
18:14:50.650 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped)
18:14:50.654 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped) (done) | time=4ms
18:14:50.654 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped)
18:14:50.654 DEBUG: No coverage property. Skip Sensor
18:14:50.654 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped) (done) | time=0ms
18:14:50.654 INFO: Sensor C# Unit Test Results Import (wrapped)
18:14:50.655 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=1ms
18:14:50.655 INFO: Sensor SonarJavaXmlFileSensor (wrapped)
18:14:50.655 INFO: Sensor SonarJavaXmlFileSensor (wrapped) (done) | time=0ms
18:14:50.655 INFO: Sensor Zero Coverage Sensor (wrapped)
18:14:50.655 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=0ms
18:14:50.655 INFO: Sensor Code Colorizer Sensor (wrapped)
18:14:50.656 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=1ms
18:14:50.656 INFO: Sensor CPD Block Indexer (wrapped)
18:14:50.656 INFO: DefaultCpdBlockIndexer is used for cs
18:14:50.656 DEBUG: No CpdMapping for language cs
18:14:50.657 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=1ms
18:14:50.657 INFO: ------------- Scan PricingAPI_Jenkins
18:14:50.665 DEBUG: Initializers :
18:14:50.666 INFO: Base dir: D:\jenkins\workspace\PricingAPI_Test
18:14:50.666 INFO: Working dir: D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar
18:14:50.666 INFO: Source encoding: windows-1252, default locale: en_US
18:14:50.685 DEBUG: 'C#' skipped because there is no related file in current project
18:14:50.685 DEBUG: 'C# Unit Tests Coverage Report Import' skipped because there is no related file in current project
18:14:50.685 DEBUG: 'C# Integration Tests Coverage Report Import' skipped because there is no related file in current project
18:14:50.685 DEBUG: 'C# Unit Test Results Import' skipped because there is no related file in current project
18:14:50.685 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
18:14:50.686 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
18:14:50.686 DEBUG: 'JaCoCoItSensor' skipped because there is no related file in current project
18:14:50.686 DEBUG: 'JaCoCoOverallSensor' skipped because there is no related file in current project
18:14:50.686 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
18:14:50.686 DEBUG: 'FxCop (cs)' skipped because there is no related file in current project
18:14:50.686 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
18:14:50.686 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
18:14:50.687 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> SonarJavaXmlFileSensor (wrapped) -> Zero Coverage Sensor (wrapped) -> Code Colorizer Sensor
(wrapped) -> CPD Block Indexer (wrapped)
18:14:50.687 INFO: Sensor Lines Sensor (wrapped)
18:14:50.687 INFO: Sensor Lines Sensor (wrapped) (done) | time=0ms
18:14:50.688 INFO: Sensor SCM Sensor (wrapped)
18:14:50.688 INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
18:14:50.688 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
18:14:50.688 INFO: Sensor SonarJavaXmlFileSensor (wrapped)
18:14:50.688 INFO: Sensor SonarJavaXmlFileSensor (wrapped) (done) | time=0ms
18:14:50.688 INFO: Sensor Zero Coverage Sensor (wrapped)
18:14:50.688 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=0ms
18:14:50.689 INFO: Sensor Code Colorizer Sensor (wrapped)
18:14:50.689 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=0ms
18:14:50.689 INFO: Sensor CPD Block Indexer (wrapped)
18:14:50.689 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=0ms
18:14:50.694 INFO: Calculating CPD for 60 files
18:14:50.695 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:D26C245B-9C44-40E7-9AC2-40C02ECB5D9F:PriceConfigData.cs
18:14:50.701 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:App_Start/FilterConfig.cs
18:14:50.701 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:ActionResults/PriceConfigResponse.cs
18:14:50.702 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:58F59E25-DD83-476F-BAB8-F17B5663C09F:IPricingApiClient.cs
18:14:50.703 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Filters/AuthorizationFilter.cs
18:14:50.703 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:ActionResults/ErrorResponse.cs
18:14:50.704 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:ActionResults/TowServiceResponse.cs
18:14:50.704 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Models/DTO/RoadServiceRequestDTO.cs
18:14:50.705 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Models/DTO/TowServicePricingResponseDTO.cs
18:14:50.710 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:58F59E25-DD83-476F-BAB8-F17B5663C09F:Model/RoadServiceRequestDTO.cs
18:14:50.711 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Controllers/AdminController.cs
18:14:50.713 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:58F59E25-DD83-476F-BAB8-F17B5663C09F:Model/TowServicePricingResponseDTO.cs
18:14:50.714 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Controllers/PricingController.cs
18:14:50.715 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:58F59E25-DD83-476F-BAB8-F17B5663C09F:Properties/AssemblyInfo.cs
18:14:50.715 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:58F59E25-DD83-476F-BAB8-F17B5663C09F:Model/RoadServicePricingResponseDTO.cs
18:14:50.716 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:DTOMappers/RoadServiceDTOMapper.cs
18:14:50.716 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:ActionResults/ResponseFactory.cs
18:14:50.718 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Helpers/VersionRoute.cs
18:14:50.718 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:BDD1CFA2-66EB-4BD8-9FA4-FDBC70BF5BDA:PriceConfig.cs
18:14:50.718 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:App_Start/UnityWebApiActivator.cs
18:14:50.719 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:DTOMappers/TowServiceDTOMapper.cs
18:14:50.719 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Models/DTO/LocationInfo.cs
18:14:50.719 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:App_Start/RouteConfig.cs
18:14:50.720 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:58F59E25-DD83-476F-BAB8-F17B5663C09F:Helpers/Checker.cs
18:14:50.721 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:DTOMappers/PriceConfigDtoMapper.cs
18:14:50.722 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:BDD1CFA2-66EB-4BD8-9FA4-FDBC70BF5BDA:IPricingRepository.cs
18:14:50.722 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:ActionResults/BadHealthResponse.cs
18:14:50.722 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Helpers/ErrorHandlerAttribute.cs
18:14:50.723 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Models/DTO/TowServicePriceBreakupInfo.cs
18:14:50.724 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:App_Start/WebApiConfig.cs
18:14:50.724 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:E1C5CD83-89C1-40BB-8635-018875CF3E8C:Logger/Logger.cs
18:14:50.725 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:BDD1CFA2-66EB-4BD8-9FA4-FDBC70BF5BDA:DynamoDBPoco.cs
18:14:50.725 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:58F59E25-DD83-476F-BAB8-F17B5663C09F:Configuration/ConfigurationService.cs
18:14:50.725 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Models/DTO/PriceConfigRequestDto.cs
18:14:50.727 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:BDD1CFA2-66EB-4BD8-9FA4-FDBC70BF5BDA:PricingRepository.cs
18:14:50.727 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:ActionResults/IResponseFactory.cs
18:14:50.728 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Models/DTO/HealthResponseDTO.cs
18:14:50.729 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Global.asax.cs
18:14:50.729 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Models/DTO/RoadServicePricingResponseDTO.cs
18:14:50.730 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:D26C245B-9C44-40E7-9AC2-40C02ECB5D9F:AddressFinderHelper.cs
18:14:50.730 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:E1C5CD83-89C1-40BB-8635-018875CF3E8C:ErrorMessageConstants.cs
18:14:50.730 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:ActionResults/OkHealthResponse.cs
18:14:50.731 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:D26C245B-9C44-40E7-9AC2-40C02ECB5D9F:Location.cs
18:14:50.731 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:E1C5CD83-89C1-40BB-8635-018875CF3E8C:ErrorCodes.cs
18:14:50.731 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:58F59E25-DD83-476F-BAB8-F17B5663C09F:Model/TowServicePriceBreakupInfo.cs
18:14:50.732 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:App_Start/UnityConfig.cs
18:14:50.732 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:E1C5CD83-89C1-40BB-8635-018875CF3E8C:AgeroException.cs
18:14:50.733 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Models/DTO/PriceConfigResponseDto.cs
18:14:50.733 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:App_Start/UnityMvcActivator.cs
18:14:50.734 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:D26C245B-9C44-40E7-9AC2-40C02ECB5D9F:IPriceConfigData.cs
18:14:50.734 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Helpers/RequestHelper.cs
18:14:50.734 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Controllers/HealthController.cs
18:14:50.734 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Helpers/VersionContraint.cs
18:14:50.735 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Models/DTO/Error.cs
18:14:50.735 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:ActionResults/RoadServiceResponse.cs
18:14:50.736 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:6E742768-098D-4564-8360-D4099317B4CC:Filters/GlobalExceptionFilter.cs
18:14:50.736 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:58F59E25-DD83-476F-BAB8-F17B5663C09F:PricingApiClient.cs
18:14:50.737 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:E1C5CD83-89C1-40BB-8635-018875CF3E8C:StateEnums.cs
18:14:50.738 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:58F59E25-DD83-476F-BAB8-F17B5663C09F:Configuration/ClientConfigurationSection.cs
18:14:50.738 DEBUG: Detection of duplications for PricingAPI_Jenkins:PricingAPI_Jenkins:E1C5CD83-89C1-40BB-8635-018875CF3E8C:PricingEnums.cs
18:14:50.738 INFO: CPD calculation finished
18:14:50.944 INFO: Analysis report generated in 190ms, dir size=475 KB
18:14:51.094 INFO: Analysis reports compressed in 148ms, zip size=234 KB
18:14:51.094 INFO: Analysis report generated in D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar\batch-report
18:14:51.094 DEBUG: Upload report
18:14:51.167 INFO: Analysis report uploaded in 73ms
18:14:51.167 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
18:14:51.171 DEBUG: Report metadata written to D:\jenkins\workspace\PricingAPI_Test\.sonarqube\out\.sonar\report-task.txt
18:14:51.172 DEBUG: Post-jobs :
18:14:51.175 INFO: ------------------------------------------------------------------------
18:14:51.175 INFO: EXECUTION SUCCESS
18:14:51.175 INFO: ------------------------------------------------------------------------
18:14:51.175 INFO: Total time: 6.198s
18:14:51.221 INFO: Final Memory: 42M/105M
18:14:51.221 INFO: ------------------------------------------------------------------------
18:14:51.221 DEBUG: Execution getVersion
18:14:51.222 DEBUG: Execution stop
Process returned exit code 0
The SonarQube Scanner has finished
18:14:51.298 Creating a summary markdown file...
18:14:51.298 Post-processing succeeded.
[MSTEST-PLUGIN] Processing test results in file(s) TestResults/*.trx
MSTest: D:\jenkins\workspace\PricingAPI_Test\TestResults\SYSTEM_A-JENKINS 2017-06-22 15_44_36.trx
MSTest: D:\jenkins\workspace\PricingAPI_Test\TestResults\SYSTEM_A-JENKINS 2017-06-22 15_58_44.trx
MSTest: D:\jenkins\workspace\PricingAPI_Test\TestResults\SYSTEM_A-JENKINS 2017-06-22 16_01_16.trx
MSTest: D:\jenkins\workspace\PricingAPI_Test\TestResults\SYSTEM_A-JENKINS 2017-06-22 16_04_51.trx
MSTest: D:\jenkins\workspace\PricingAPI_Test\TestResults\SYSTEM_A-JENKINS 2017-06-22 16_07_05.trx
MSTest: D:\jenkins\workspace\PricingAPI_Test\TestResults\SYSTEM_A-JENKINS 2017-06-22 18_10_07.trx
MSTest: D:\jenkins\workspace\PricingAPI_Test\TestResults\SYSTEM_A-JENKINS 2017-06-22 18_14_43.trx