C# detection problem in VSTS

956 views
Skip to first unread message

javier...@ef.com

unread,
Jul 4, 2017, 8:32:33 AM7/4/17
to SonarQube

Hi, I am using VSTS and SonarCloud. But our projects never get any metric regarding C# files because they are not recognized, sonarcloud only recognized the xml files. Only in projects that do not have .xml C# files are recognized.
I execute the scanner with this parameters(I use the .trx file from vsts, even without the parameter sonar.cs.msbuild.testProjectPattern c# files are not recognized):

/d:"sonar.organization=org-key" /d:sonar.cs.vstest.reportsPaths="$(Build.SourcesDirectory)\TestResults\*.trx" /d:sonar.cs.msbuild.testProjectPattern="**test;**UnitTests".

This is a sample screen:


Can you let me know what I am missing ?
Besides how do I import .coverage files into SonarCloud ?

Thanks in Advance

Javier

Fabrice Bellingard

unread,
Jul 5, 2017, 4:55:13 AM7/5/17
to javier...@ef.com, SonarQube
Hi Javier,

Do you see anything special in the logs? You should see something like:

Inline image 1

(I've added "/d:sonar.verbose=true" to get more details about what's happening)

For this sample project (sources are here), I get the expected results in SonarCloud: https://sonarcloud.io/dashboard?id=test-sample-dotnet-project


For the coverage, you are probably hitting https://jira.sonarsource.com/browse/SONARMSBRU-330 that we will fix soon.

Best regards,
Fabrice Bellingard | SonarSource
SonarQube & SonarCloud Product Manager
http://sonarsource.com

--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/0723f07a-b161-4ffd-9836-6c14e6036e2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

javier...@ef.com

unread,
Jul 6, 2017, 1:26:12 PM7/6/17
to SonarQube, javier...@ef.com
Hi, thanks for helping me. I have the following structure of folders:

MediaService
/Mediaservice
/src
/MediaService
/MediaService.Contract
/MediaService.Model
/MediaService.ServiceFabric

/test
/MediaService.IntegrationTests
/MediaService.UnitTests

I am using these parameter sin the scanner:  /d:"sonar.organization=key" /d:sonar.cs.vstest.reportsPaths="$(Build.SourcesDirectory)\TestResults\*.trx" "/d:sonar.verbose=true 
and the scanner only indexes MediaService.ServiceFabric(which has only xml config files) and the tests projects as Test Paths, but not the rest of the projects that contain the real .cs files.
Is my folder structure confusing SonarCloud ?

also regarding code coverage i am using the hosted version of VSTS and I see this line in the log:
WARNING: Failed to find the code coverage command line tool. Possible cause: Visual Studio is not installed, or the installed version does not support code coverage.

What else I can do to test/troubleshoot ?


On Wednesday, July 5, 2017 at 10:55:13 AM UTC+2, Fabrice Bellingard wrote:
Hi Javier,

Do you see anything special in the logs? You should see something like:

Inline image 1

(I've added "/d:sonar.verbose=true" to get more details about what's happening)

For this sample project (sources are here), I get the expected results in SonarCloud: https://sonarcloud.io/dashboard?id=test-sample-dotnet-project


For the coverage, you are probably hitting https://jira.sonarsource.com/browse/SONARMSBRU-330 that we will fix soon.

Best regards,
Fabrice Bellingard | SonarSource
SonarQube & SonarCloud Product Manager
http://sonarsource.com

On Tue, Jul 4, 2017 at 2:32 PM, <javier...@ef.com> wrote:

Hi, I am using VSTS and SonarCloud. But our projects never get any metric regarding C# files because they are not recognized, sonarcloud only recognized the xml files. Only in projects that do not have .xml C# files are recognized.
I execute the scanner with this parameters(I use the .trx file from vsts, even without the parameter sonar.cs.msbuild.testProjectPattern c# files are not recognized):

/d:"sonar.organization=org-key" /d:sonar.cs.vstest.reportsPaths="$(Build.SourcesDirectory)\TestResults\*.trx" /d:sonar.cs.msbuild.testProjectPattern="**test;**UnitTests".

This is a sample screen:


Can you let me know what I am missing ?
Besides how do I import .coverage files into SonarCloud ?

Thanks in Advance

Javier

--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.

Fabrice Bellingard

unread,
Jul 7, 2017, 3:44:54 AM7/7/17
to javier...@ef.com, SonarQube
Hi,

without logs, it's almost impossible to help you efficiently with so little information. One guess is that you are not using the "Scanner for MSBuild" (with its 2 "Begin" and "End" steps), but the "Scanner for CLI" which is not appropriate for .NET solutions. To clarify this point, do you have a build definition that looks like this:


Inline image 1


For the coverage, let's not even try to address this topic before you fixed the first point (especially since I'm quite sure this relates to the bug I mentioned and that we are aware of).


Best regards,
Fabrice Bellingard | SonarSource
SonarQube & SonarCloud Product Manager
http://sonarsource.com
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/5a78bf50-d239-46e9-b794-9d70beec4f23%40googlegroups.com.

javier...@ef.com

unread,
Jul 7, 2017, 10:04:54 AM7/7/17
to SonarQube, javier...@ef.com

Hi, I am using the latest scanner, have a look:

Anyways, here you have the full log that only counts 3 projects out of the 6 and only counts xml files.

2017-07-07T13:53:37.4264633Z ##[debug]Evaluating condition for step: 'Complete the SonarQube analysis'

2017-07-07T13:53:37.4264633Z ##[debug]Evaluating: succeeded()

2017-07-07T13:53:37.4264633Z ##[debug]Evaluating succeeded:

2017-07-07T13:53:37.4264633Z ##[debug]=> (Boolean) True

2017-07-07T13:53:37.4274642Z ##[debug]Expanded: True

2017-07-07T13:53:37.4274642Z ##[debug]Result: True

2017-07-07T13:53:37.4274642Z ##[section]Starting: Complete the SonarQube analysis

2017-07-07T13:53:37.4274642Z ==============================================================================

2017-07-07T13:53:37.4284641Z Task         : SonarQube  Scanner for MSBuild - End Analysis (new)

2017-07-07T13:53:37.4284641Z Description  : Complete the SonarQube analysis of your solution

2017-07-07T13:53:37.4284641Z Version      : 3.0.0

2017-07-07T13:53:37.4284641Z Author       : SonarSource

2017-07-07T13:53:37.4284641Z Help         : Version: 3.0.0. [More Information](http://redirect.sonarsource.com/doc/install-configure-scanner-tfs-ts.html)

2017-07-07T13:53:37.4284641Z ==============================================================================

2017-07-07T13:53:37.4294640Z Preparing task execution handler.

2017-07-07T13:53:37.9807598Z Executing the powershell script: d:\a\_tasks\SonarQubeScannerMsBuildEnd_6d01813a-9589-4b15-8491-8164aeb38055\3.0.0\SonarQubePostTest.ps1

2017-07-07T13:53:37.9814822Z ##[debug]PowerShellHandler.Execute - AddCommand(d:\a\_tasks\SonarQubeScannerMsBuildEnd_6d01813a-9589-4b15-8491-8164aeb38055\3.0.0\SonarQubePostTest.ps1)

2017-07-07T13:53:38.1044846Z ##[debug]PowerShellHandler.Execute - Invoke

2017-07-07T13:53:38.1684864Z ##[debug]Starting SonarQube PostBuild Step

2017-07-07T13:53:38.1704864Z ##[debug]Loading module from path 'C:\LR\mms\Services\Mms\Provisioner\TaskAgent\agents\2.119.1\externals\vstshost\Microsoft.TeamFoundation.DistributedTask.Task.Common\Microsoft.TeamFoundation.DistributedTask.Task.Common.psd1'.

2017-07-07T13:53:38.1704864Z ##[debug]Loading module from path 'C:\LR\mms\Services\Mms\Provisioner\TaskAgent\agents\2.119.1\externals\vstshost\Microsoft.TeamFoundation.DistributedTask.Task.Common\Microsoft.TeamFoundation.DistributedTask.Task.Common.psm1'.

2017-07-07T13:53:38.1704864Z ##[debug]Loading module from path 'C:\LR\mms\Services\Mms\Provisioner\TaskAgent\agents\2.119.1\externals\vstshost\Microsoft.TeamFoundation.DistributedTask.Task.LegacySDK.dll'.

2017-07-07T13:53:38.1784863Z ##[debug]Importing cmdlet 'Invoke-ResultPublisher'.

2017-07-07T13:53:38.1784863Z ##[debug]Importing cmdlet 'Publish-TestResults'.

2017-07-07T13:53:38.1784863Z ##[debug]Importing cmdlet 'Add-BuildArtifactLink'.

2017-07-07T13:53:38.1784863Z ##[debug]Importing cmdlet 'Add-BuildAttachment'.

2017-07-07T13:53:38.1794861Z ##[debug]Importing cmdlet 'Convert-String'.

2017-07-07T13:53:38.1794861Z ##[debug]Importing cmdlet 'Copy-BuildArtifact'.

2017-07-07T13:53:38.1794861Z ##[debug]Importing cmdlet 'Get-JavaDevelopmentKitPath'.

2017-07-07T13:53:38.1794861Z ##[debug]Importing cmdlet 'Get-MSBuildLocation'.

2017-07-07T13:53:38.1794861Z ##[debug]Importing cmdlet 'Get-ServiceEndpoint'.

2017-07-07T13:53:38.1794861Z ##[debug]Importing cmdlet 'Get-TaskVariable'.

2017-07-07T13:53:38.1794861Z ##[debug]Importing cmdlet 'Get-TfsClientCredentials'.

2017-07-07T13:53:38.1794861Z ##[debug]Importing cmdlet 'Get-ToolPath'.

2017-07-07T13:53:38.1794861Z ##[debug]Importing cmdlet 'Get-VisualStudioPath'.

2017-07-07T13:53:38.1804852Z ##[debug]Importing cmdlet 'Get-VssConnection'.

2017-07-07T13:53:38.1804852Z ##[debug]Importing cmdlet 'Invoke-Ant'.

2017-07-07T13:53:38.1804852Z ##[debug]Importing cmdlet 'Invoke-BatchScript'.

2017-07-07T13:53:38.1804852Z ##[debug]Importing cmdlet 'Invoke-Maven'.

2017-07-07T13:53:38.1804852Z ##[debug]Importing cmdlet 'Invoke-MSBuild'.

2017-07-07T13:53:38.1804852Z ##[debug]Importing cmdlet 'Invoke-Tool'.

2017-07-07T13:53:38.1944860Z ##[debug]Importing cmdlet 'Invoke-VSTest'.

2017-07-07T13:53:38.1944860Z ##[debug]Importing cmdlet 'Publish-BuildArtifact'.

2017-07-07T13:53:38.1944860Z ##[debug]Importing cmdlet 'Register-XamarinLicense'.

2017-07-07T13:53:38.1944860Z ##[debug]Importing cmdlet 'Unregister-XamarinLicense'.

2017-07-07T13:53:38.1954867Z ##[debug]Importing cmdlet 'Get-X509Certificate'.

2017-07-07T13:53:38.1954867Z ##[debug]Importing cmdlet 'Invoke-DeployTestAgent'.

2017-07-07T13:53:38.1954867Z ##[debug]Importing cmdlet 'Invoke-RunDistributedTests'.

2017-07-07T13:53:38.1954867Z ##[debug]Importing cmdlet 'Invoke-BlockEnvironment'.

2017-07-07T13:53:38.1954867Z ##[debug]Importing cmdlet 'Copy-FilesToAzureBlob'.

2017-07-07T13:53:38.1954867Z ##[debug]Importing cmdlet 'Copy-FilesToTargetMachine'.

2017-07-07T13:53:38.1954867Z ##[debug]Importing cmdlet 'Copy-ToAzureMachines'.

2017-07-07T13:53:38.1954867Z ##[debug]Importing cmdlet 'Remove-Environment'.

2017-07-07T13:53:38.1964870Z ##[debug]Importing cmdlet 'Remove-EnvironmentResources'.

2017-07-07T13:53:38.1964870Z ##[debug]Importing cmdlet 'Complete-EnvironmentOperation'.

2017-07-07T13:53:38.1964870Z ##[debug]Importing cmdlet 'Complete-EnvironmentResourceOperation'.

2017-07-07T13:53:38.1964870Z ##[debug]Importing cmdlet 'Complete-ResourceOperation'.

2017-07-07T13:53:38.1964870Z ##[debug]Importing cmdlet 'Get-Environment'.

2017-07-07T13:53:38.1964870Z ##[debug]Importing cmdlet 'Get-EnvironmentProperty'.

2017-07-07T13:53:38.1964870Z ##[debug]Importing cmdlet 'Get-EnvironmentResources'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Get-ExternalIpAddress'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Get-ParsedSessionVariables'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Get-ProviderData'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Invoke-EnvironmentOperation'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Invoke-ResourceOperation'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Invoke-PsOnRemote'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'New-OperationLog'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Copy-FilesToRemote'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Register-Environment'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Register-EnvironmentDefinition'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Register-Provider'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Register-ProviderData'.

2017-07-07T13:53:38.1974866Z ##[debug]Importing cmdlet 'Invoke-UnblockEnvironment'.

2017-07-07T13:53:38.1984872Z ##[debug]Importing cmdlet 'Add-TaskIssue'.

2017-07-07T13:53:38.1984872Z ##[debug]Importing cmdlet 'Complete-Task'.

2017-07-07T13:53:38.1984872Z ##[debug]Importing cmdlet 'Find-Files'.

2017-07-07T13:53:38.1984872Z ##[debug]Importing cmdlet 'Get-LocalizedString'.

2017-07-07T13:53:38.1984872Z ##[debug]Importing cmdlet 'Set-TaskProgress'.

2017-07-07T13:53:38.1984872Z ##[debug]Importing cmdlet 'Set-TaskVariable'.

2017-07-07T13:53:38.1984872Z ##[debug]Importing cmdlet 'Write-TaskDetail'.

2017-07-07T13:53:38.1984872Z ##[debug]Importing cmdlet 'Enable-CodeCoverage'.

2017-07-07T13:53:38.1984872Z ##[debug]Importing cmdlet 'Publish-CodeCoverage'.

2017-07-07T13:53:38.1994934Z ##[debug]Exporting cmdlet 'Add-TaskIssue'.

2017-07-07T13:53:38.1994934Z ##[debug]Exporting cmdlet 'Complete-Task'.

2017-07-07T13:53:38.1994934Z ##[debug]Exporting cmdlet 'Find-Files'.

2017-07-07T13:53:38.1994934Z ##[debug]Exporting cmdlet 'Get-LocalizedString'.

2017-07-07T13:53:38.1994934Z ##[debug]Exporting cmdlet 'Set-TaskProgress'.

2017-07-07T13:53:38.1994934Z ##[debug]Exporting cmdlet 'Set-TaskVariable'.

2017-07-07T13:53:38.1994934Z ##[debug]Exporting cmdlet 'Write-TaskDetail'.

2017-07-07T13:53:38.2004877Z ##[debug]Importing cmdlet 'Add-TaskIssue'.

2017-07-07T13:53:38.2004877Z ##[debug]Importing cmdlet 'Complete-Task'.

2017-07-07T13:53:38.2004877Z ##[debug]Importing cmdlet 'Find-Files'.

2017-07-07T13:53:38.2004877Z ##[debug]Importing cmdlet 'Get-LocalizedString'.

2017-07-07T13:53:38.2004877Z ##[debug]Importing cmdlet 'Set-TaskProgress'.

2017-07-07T13:53:38.2004877Z ##[debug]Importing cmdlet 'Set-TaskVariable'.

2017-07-07T13:53:38.2004877Z ##[debug]Importing cmdlet 'Write-TaskDetail'.

2017-07-07T13:53:40.5913239Z ##[debug]Importing cmdlet 'Invoke-ResultPublisher'.

2017-07-07T13:53:40.5913239Z ##[debug]Importing cmdlet 'Publish-TestResults'.

2017-07-07T13:53:40.5913239Z ##[debug]Importing cmdlet 'Add-BuildArtifactLink'.

2017-07-07T13:53:40.5913239Z ##[debug]Importing cmdlet 'Add-BuildAttachment'.

2017-07-07T13:53:40.5913239Z ##[debug]Importing cmdlet 'Convert-String'.

2017-07-07T13:53:40.5923240Z ##[debug]Importing cmdlet 'Copy-BuildArtifact'.

2017-07-07T13:53:40.5923240Z ##[debug]Importing cmdlet 'Get-JavaDevelopmentKitPath'.

2017-07-07T13:53:40.5923240Z ##[debug]Importing cmdlet 'Get-MSBuildLocation'.

2017-07-07T13:53:40.5923240Z ##[debug]Importing cmdlet 'Get-ServiceEndpoint'.

2017-07-07T13:53:40.5923240Z ##[debug]Importing cmdlet 'Get-TaskVariable'.

2017-07-07T13:53:40.5923240Z ##[debug]Importing cmdlet 'Get-TfsClientCredentials'.

2017-07-07T13:53:40.5923240Z ##[debug]Importing cmdlet 'Get-ToolPath'.

2017-07-07T13:53:40.5923240Z ##[debug]Importing cmdlet 'Get-VisualStudioPath'.

2017-07-07T13:53:40.5923240Z ##[debug]Importing cmdlet 'Get-VssConnection'.

2017-07-07T13:53:40.5933239Z ##[debug]Importing cmdlet 'Invoke-Ant'.

2017-07-07T13:53:40.5933239Z ##[debug]Importing cmdlet 'Invoke-BatchScript'.

2017-07-07T13:53:40.5933239Z ##[debug]Importing cmdlet 'Invoke-Maven'.

2017-07-07T13:53:40.5933239Z ##[debug]Importing cmdlet 'Invoke-MSBuild'.

2017-07-07T13:53:40.5933239Z ##[debug]Importing cmdlet 'Invoke-Tool'.

2017-07-07T13:53:40.5933239Z ##[debug]Importing cmdlet 'Invoke-VSTest'.

2017-07-07T13:53:40.5933239Z ##[debug]Importing cmdlet 'Publish-BuildArtifact'.

2017-07-07T13:53:40.5933239Z ##[debug]Importing cmdlet 'Register-XamarinLicense'.

2017-07-07T13:53:40.5933239Z ##[debug]Importing cmdlet 'Unregister-XamarinLicense'.

2017-07-07T13:53:40.5943238Z ##[debug]Importing cmdlet 'Get-X509Certificate'.

2017-07-07T13:53:40.5943238Z ##[debug]Importing cmdlet 'Invoke-DeployTestAgent'.

2017-07-07T13:53:40.5943238Z ##[debug]Importing cmdlet 'Invoke-RunDistributedTests'.

2017-07-07T13:53:40.5943238Z ##[debug]Importing cmdlet 'Invoke-BlockEnvironment'.

2017-07-07T13:53:40.5943238Z ##[debug]Importing cmdlet 'Copy-FilesToAzureBlob'.

2017-07-07T13:53:40.5943238Z ##[debug]Importing cmdlet 'Copy-FilesToTargetMachine'.

2017-07-07T13:53:40.5943238Z ##[debug]Importing cmdlet 'Copy-ToAzureMachines'.

2017-07-07T13:53:40.5943238Z ##[debug]Importing cmdlet 'Remove-Environment'.

2017-07-07T13:53:40.5953251Z ##[debug]Importing cmdlet 'Remove-EnvironmentResources'.

2017-07-07T13:53:40.5953251Z ##[debug]Importing cmdlet 'Complete-EnvironmentOperation'.

2017-07-07T13:53:40.5953251Z ##[debug]Importing cmdlet 'Complete-EnvironmentResourceOperation'.

2017-07-07T13:53:40.5953251Z ##[debug]Importing cmdlet 'Complete-ResourceOperation'.

2017-07-07T13:53:40.5953251Z ##[debug]Importing cmdlet 'Get-Environment'.

2017-07-07T13:53:40.5953251Z ##[debug]Importing cmdlet 'Get-EnvironmentProperty'.

2017-07-07T13:53:40.5953251Z ##[debug]Importing cmdlet 'Get-EnvironmentResources'.

2017-07-07T13:53:40.5953251Z ##[debug]Importing cmdlet 'Get-ExternalIpAddress'.

2017-07-07T13:53:40.5963238Z ##[debug]Importing cmdlet 'Get-ParsedSessionVariables'.

2017-07-07T13:53:40.5963238Z ##[debug]Importing cmdlet 'Get-ProviderData'.

2017-07-07T13:53:40.5963238Z ##[debug]Importing cmdlet 'Invoke-EnvironmentOperation'.

2017-07-07T13:53:40.5963238Z ##[debug]Importing cmdlet 'Invoke-ResourceOperation'.

2017-07-07T13:53:40.5963238Z ##[debug]Importing cmdlet 'Invoke-PsOnRemote'.

2017-07-07T13:53:40.5963238Z ##[debug]Importing cmdlet 'New-OperationLog'.

2017-07-07T13:53:40.5963238Z ##[debug]Importing cmdlet 'Copy-FilesToRemote'.

2017-07-07T13:53:40.5963238Z ##[debug]Importing cmdlet 'Register-Environment'.

2017-07-07T13:53:40.5963238Z ##[debug]Importing cmdlet 'Register-EnvironmentDefinition'.

2017-07-07T13:53:40.5973234Z ##[debug]Importing cmdlet 'Register-Provider'.

2017-07-07T13:53:40.5973234Z ##[debug]Importing cmdlet 'Register-ProviderData'.

2017-07-07T13:53:40.5973234Z ##[debug]Importing cmdlet 'Invoke-UnblockEnvironment'.

2017-07-07T13:53:40.5973234Z ##[debug]Importing cmdlet 'Add-TaskIssue'.

2017-07-07T13:53:40.5973234Z ##[debug]Importing cmdlet 'Complete-Task'.

2017-07-07T13:53:40.5973234Z ##[debug]Importing cmdlet 'Find-Files'.

2017-07-07T13:53:40.5973234Z ##[debug]Importing cmdlet 'Get-LocalizedString'.

2017-07-07T13:53:40.5973234Z ##[debug]Importing cmdlet 'Set-TaskProgress'.

2017-07-07T13:53:40.5983233Z ##[debug]Importing cmdlet 'Set-TaskVariable'.

2017-07-07T13:53:40.5983233Z ##[debug]Importing cmdlet 'Write-TaskDetail'.

2017-07-07T13:53:40.5983233Z ##[debug]Importing cmdlet 'Enable-CodeCoverage'.

2017-07-07T13:53:40.5983233Z ##[debug]Importing cmdlet 'Publish-CodeCoverage'.

2017-07-07T13:53:40.5983233Z ##[debug]Exporting cmdlet 'Add-BuildArtifactLink'.

2017-07-07T13:53:40.5983233Z ##[debug]Exporting cmdlet 'Add-BuildAttachment'.

2017-07-07T13:53:40.5983233Z ##[debug]Exporting cmdlet 'Convert-String'.

2017-07-07T13:53:40.5983233Z ##[debug]Exporting cmdlet 'Copy-BuildArtifact'.

2017-07-07T13:53:40.5983233Z ##[debug]Exporting cmdlet 'Get-JavaDevelopmentKitPath'.

2017-07-07T13:53:40.5993235Z ##[debug]Exporting cmdlet 'Get-MSBuildLocation'.

2017-07-07T13:53:40.5993235Z ##[debug]Exporting cmdlet 'Get-ServiceEndpoint'.

2017-07-07T13:53:40.5993235Z ##[debug]Exporting cmdlet 'Get-TaskVariable'.

2017-07-07T13:53:40.5993235Z ##[debug]Exporting cmdlet 'Get-TfsClientCredentials'.

2017-07-07T13:53:40.5993235Z ##[debug]Exporting cmdlet 'Get-ToolPath'.

2017-07-07T13:53:40.5993235Z ##[debug]Exporting cmdlet 'Get-VisualStudioPath'.

2017-07-07T13:53:40.5993235Z ##[debug]Exporting cmdlet 'Get-VssConnection'.

2017-07-07T13:53:40.5993235Z ##[debug]Exporting cmdlet 'Invoke-Ant'.

2017-07-07T13:53:40.5993235Z ##[debug]Exporting cmdlet 'Invoke-BatchScript'.

2017-07-07T13:53:40.6003231Z ##[debug]Exporting cmdlet 'Invoke-Maven'.

2017-07-07T13:53:40.6003231Z ##[debug]Exporting cmdlet 'Invoke-MSBuild'.

2017-07-07T13:53:40.6003231Z ##[debug]Exporting cmdlet 'Invoke-Tool'.

2017-07-07T13:53:40.6003231Z ##[debug]Exporting cmdlet 'Invoke-VSTest'.

2017-07-07T13:53:40.6003231Z ##[debug]Exporting cmdlet 'Publish-BuildArtifact'.

2017-07-07T13:53:40.6003231Z ##[debug]Exporting cmdlet 'Register-XamarinLicense'.

2017-07-07T13:53:40.6003231Z ##[debug]Exporting cmdlet 'Unregister-XamarinLicense'.

2017-07-07T13:53:40.6003231Z ##[debug]Exporting cmdlet 'Get-X509Certificate'.

2017-07-07T13:53:40.6013232Z ##[debug]Processed: ##vso[task.setprogress value=-1;] 

2017-07-07T13:53:40.6243253Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:53:40.6293242Z ##[debug]Variable read: MSBuild.SonarQube.Internal.BootstrapperPath = D:\a\_tasks\SonarQubeScannerMsBuildBegin_15b84ca1-b62f-4a2a-a403-89b77a063157\3.0.0\SonarQubeScannerMsBuild\MSBuild.SonarQube.Runner.exe

2017-07-07T13:53:40.6383247Z ##[debug]bootstrapperPath: D:\a\_tasks\SonarQubeScannerMsBuildBegin_15b84ca1-b62f-4a2a-a403-89b77a063157\3.0.0\SonarQubeScannerMsBuild\MSBuild.SonarQube.Runner.exe

2017-07-07T13:53:40.6443257Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:53:40.6443257Z ##[debug]Variable read: MSBuild.SonarQube.ServerUsername = ********

2017-07-07T13:53:40.6443257Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:53:40.6443257Z ##[debug]Variable read: MSBuild.SonarQube.ServerPassword = 

2017-07-07T13:53:40.6453258Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:53:40.6453258Z ##[debug]Variable read: MSBuild.SonarQube.DbUsername = 

2017-07-07T13:53:40.6453258Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:53:40.6453258Z ##[debug]Variable read: MSBuild.SonarQube.DbPassword = 

2017-07-07T13:53:40.6783256Z ##[debug]Running batch script.

2017-07-07T13:53:40.6794969Z ##[debug]   Path: D:\a\_tasks\SonarQubeScannerMsBuildBegin_15b84ca1-b62f-4a2a-a403-89b77a063157\3.0.0\SonarQubeScannerMsBuild\MSBuild.SonarQube.Runner.exe

2017-07-07T13:53:40.6794969Z ##[debug]   Arguments: end /d:sonar.login=********

2017-07-07T13:53:40.6794969Z ##[debug]   WorkingFolder: 

2017-07-07T13:53:40.6863260Z ##[debug]Entering ProcessWrapper.CreateStartInfo

2017-07-07T13:53:40.6863260Z ##[debug]   workingFolder = D:\a\_tasks\SonarQubeScannerMsBuildBegin_15b84ca1-b62f-4a2a-a403-89b77a063157\3.0.0\SonarQubeScannerMsBuild

2017-07-07T13:53:40.6863260Z ##[debug]   filename = cmd.exe

2017-07-07T13:53:40.6863260Z ##[debug]   arguments = /c ""D:\a\_tasks\SonarQubeScannerMsBuildBegin_15b84ca1-b62f-4a2a-a403-89b77a063157\3.0.0\SonarQubeScannerMsBuild\MSBuild.SonarQube.Runner.exe" end /d:sonar.login=********"

2017-07-07T13:53:40.6863260Z ##[debug]Leaving ProcessWrapper.CreateStartInfo

2017-07-07T13:53:40.6903254Z ##[debug]ProcessWrapper.Start - enter

2017-07-07T13:53:40.6903254Z ##[debug]ProcessWrapper.Start - starting process

2017-07-07T13:53:40.6943268Z ##[debug]ProcessWrapper.Start - process started

2017-07-07T13:53:40.6973264Z ##[debug]ProcessWrapper.Start - leave

2017-07-07T13:53:42.1943794Z SonarQube Scanner for MSBuild 3.0

2017-07-07T13:53:42.1943794Z Default properties file was found at D:\a\_tasks\SonarQubeScannerMsBuildBegin_15b84ca1-b62f-4a2a-a403-89b77a063157\3.0.0\SonarQubeScannerMsBuild\SonarQube.Analysis.xml

2017-07-07T13:53:42.1953793Z Loading analysis properties from D:\a\_tasks\SonarQubeScannerMsBuildBegin_15b84ca1-b62f-4a2a-a403-89b77a063157\3.0.0\SonarQubeScannerMsBuild\SonarQube.Analysis.xml

2017-07-07T13:53:42.1953793Z Post-processing started.

2017-07-07T13:53:42.1953793Z 13:53:40.891  Loading the SonarQube analysis config from d:\a\1\.sonarqube\conf\SonarQubeAnalysisConfig.xml

2017-07-07T13:53:42.1953793Z 13:53:40.892  TeamBuild environment detected

2017-07-07T13:53:42.1953793Z 13:53:40.893  Analysis base directory: d:\a\1\.sonarqube

2017-07-07T13:53:42.1953793Z Build directory: d:\a\1

2017-07-07T13:53:42.1953793Z Bin directory: d:\a\1\.sonarqube\bin

2017-07-07T13:53:42.1953793Z Config directory: d:\a\1\.sonarqube\conf

2017-07-07T13:53:42.1953793Z Output directory: d:\a\1\.sonarqube\out

2017-07-07T13:53:42.1983779Z Config file: d:\a\1\.sonarqube\conf\SonarQubeAnalysisConfig.xml

2017-07-07T13:53:42.1983779Z 13:53:40.898  Attempting to locate the CodeCoverage.exe tool...

2017-07-07T13:53:42.1983779Z 13:53:40.902  13:53:40.902  WARNING: Failed to find the code coverage command line tool. Possible cause: Visual Studio is not installed, or the installed version does not support code coverage.

2017-07-07T13:53:42.1983779Z Generating SonarQube project properties file to d:\a\1\.sonarqube\out\sonar-project.properties

2017-07-07T13:53:42.1983779Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\buildguest\.nuget\packages\xunit.runner.visualstudio\2.2.0\build\_common\xunit.runner.visualstudio.testadapter.dll, project: d:\a\1\s\MediaService\test\CulturalCare.MediaService.IntegrationTests\CulturalCare.MediaService.IntegrationTests.csproj

2017-07-07T13:53:42.1983779Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\buildguest\.nuget\packages\xunit.runner.visualstudio\2.2.0\build\_common\xunit.runner.utility.net35.dll, project: d:\a\1\s\MediaService\test\CulturalCare.MediaService.IntegrationTests\CulturalCare.MediaService.IntegrationTests.csproj

2017-07-07T13:53:42.1983779Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\buildguest\.nuget\packages\xunit.runner.visualstudio\2.2.0\build\_common\xunit.runner.reporters.net452.dll, project: d:\a\1\s\MediaService\test\CulturalCare.MediaService.IntegrationTests\CulturalCare.MediaService.IntegrationTests.csproj

2017-07-07T13:53:42.1993776Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\buildguest\.nuget\packages\xunit.runner.visualstudio\2.2.0\build\_common\xunit.abstractions.dll, project: d:\a\1\s\MediaService\test\CulturalCare.MediaService.IntegrationTests\CulturalCare.MediaService.IntegrationTests.csproj

2017-07-07T13:53:42.1993776Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\buildguest\.nuget\packages\xunit.runner.visualstudio\2.2.0\build\_common\xunit.runner.visualstudio.testadapter.dll, project: d:\a\1\s\MediaService\test\CulturalCare.MediaService.UnitTests\CulturalCare.MediaService.UnitTests.csproj

2017-07-07T13:53:42.1993776Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\buildguest\.nuget\packages\xunit.runner.visualstudio\2.2.0\build\_common\xunit.runner.utility.net35.dll, project: d:\a\1\s\MediaService\test\CulturalCare.MediaService.UnitTests\CulturalCare.MediaService.UnitTests.csproj

2017-07-07T13:53:42.1993776Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\buildguest\.nuget\packages\xunit.runner.visualstudio\2.2.0\build\_common\xunit.runner.reporters.net452.dll, project: d:\a\1\s\MediaService\test\CulturalCare.MediaService.UnitTests\CulturalCare.MediaService.UnitTests.csproj

2017-07-07T13:53:42.1993776Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\buildguest\.nuget\packages\xunit.runner.visualstudio\2.2.0\build\_common\xunit.abstractions.dll, project: d:\a\1\s\MediaService\test\CulturalCare.MediaService.UnitTests\CulturalCare.MediaService.UnitTests.csproj

2017-07-07T13:53:42.2003791Z Setting analysis property: sonar.visualstudio.enable=false

2017-07-07T13:53:42.2003791Z Writing processing summary to d:\a\1\.sonarqube\out\ProjectInfo.log

2017-07-07T13:53:42.2003791Z SONAR_SCANNER_OPTS is not configured. Setting it to the default value of -Xmx1024m

2017-07-07T13:53:42.2003791Z Calling the SonarQube Scanner...

2017-07-07T13:53:42.2003791Z Setting environment variable 'SONAR_SCANNER_OPTS'. Value: -Xmx1024m

2017-07-07T13:53:42.2003791Z Executing file D:\a\_tasks\SonarQubeScannerMsBuildBegin_15b84ca1-b62f-4a2a-a403-89b77a063157\3.0.0\SonarQubeScannerMsBuild\sonar-scanner-3.0.3.778\bin\sonar-scanner.bat

2017-07-07T13:53:42.2020287Z Args: -Dsonar.scanAllFiles=true -Dproject.settings=d:\a\1\.sonarqube\out\sonar-project.properties <sensitive data removed>

2017-07-07T13:53:42.2020287Z Working directory: d:\a\1

2017-07-07T13:53:42.2020287Z Timeout (ms):-1

2017-07-07T13:53:42.2020287Z Process id: 1688

2017-07-07T13:53:43.6025010Z INFO: Scanner configuration file: D:\a\_tasks\SonarQubeScannerMsBuildBegin_15b84ca1-b62f-4a2a-a403-89b77a063157\3.0.0\SonarQubeScannerMsBuild\sonar-scanner-3.0.3.778\bin\..\conf\sonar-scanner.properties

2017-07-07T13:53:43.6025010Z INFO: Project root configuration file: d:\a\1\.sonarqube\out\sonar-project.properties

2017-07-07T13:53:43.8041688Z 13:53:43.716 INFO: SonarQube Scanner 3.0.3.778

2017-07-07T13:53:43.8041688Z 13:53:43.769 INFO: Java 1.8.0_102 Oracle Corporation (64-bit)

2017-07-07T13:53:43.8041688Z 13:53:43.769 INFO: Windows NT (unknown) 10.0 amd64

2017-07-07T13:53:43.8041688Z 13:53:43.769 INFO: SONAR_SCANNER_OPTS=-Xmx1024m

2017-07-07T13:53:44.8106914Z 13:53:44.705 DEBUG: keyStore is :

2017-07-07T13:53:44.8106914Z 13:53:44.705 DEBUG: keyStore type is : jks

2017-07-07T13:53:44.8106914Z 13:53:44.705 DEBUG: keyStore provider is :

2017-07-07T13:53:44.8106914Z 13:53:44.705 DEBUG: init keystore

2017-07-07T13:53:44.8106914Z 13:53:44.707 DEBUG: init keymanager of type SunX509

2017-07-07T13:53:45.0256949Z 13:53:44.934 DEBUG: Create : C:\Users\buildguest\.sonar\cache

2017-07-07T13:53:45.0256949Z 13:53:44.938 INFO: User cache: C:\Users\buildguest\.sonar\cache

2017-07-07T13:53:45.0256949Z 13:53:44.938 DEBUG: Create : C:\Users\buildguest\.sonar\cache\_tmp

2017-07-07T13:53:45.0256949Z 13:53:44.939 DEBUG: Extract sonar-scanner-api-batch in temp...

2017-07-07T13:53:45.0256949Z 13:53:44.989 DEBUG: Get bootstrap index...

2017-07-07T13:53:45.0256949Z 13:53:44.989 DEBUG: Download: https://sonarcloud.io/batch/index

2017-07-07T13:53:46.3355220Z 13:53:46.209 DEBUG: Get bootstrap completed

2017-07-07T13:53:46.3355220Z 13:53:46.241 DEBUG: Download https://sonarcloud.io/batch/file?name=sonar-scanner-engine-shaded-6.5-M2.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache3064950077669876099.tmp

2017-07-07T13:53:50.6145667Z 13:53:50.431 DEBUG: Create isolated classloader...

2017-07-07T13:53:50.7154289Z 13:53:50.552 DEBUG: Start temp cleaning...

2017-07-07T13:53:50.8161763Z 13:53:50.675 DEBUG: Temp cleaning done

2017-07-07T13:53:50.8161763Z 13:53:50.675 DEBUG: Execution getVersion

2017-07-07T13:53:50.8161763Z 13:53:50.686 DEBUG: Execution start

2017-07-07T13:53:51.5208740Z 13:53:51.409 DEBUG: Publish global mode

2017-07-07T13:53:51.7225850Z 13:53:51.619 INFO: Load global settings

2017-07-07T13:53:52.3285288Z 13:53:52.207 DEBUG: GET 200 https://sonarcloud.io/api/settings/values.protobuf | time=576ms

2017-07-07T13:53:52.3285288Z 13:53:52.232 INFO: Load global settings (done) | time=614ms

2017-07-07T13:53:52.3285288Z 13:53:52.255 INFO: User cache: C:\Users\buildguest\.sonar\cache

2017-07-07T13:53:52.9324749Z 13:53:52.787 INFO: Load plugins index

2017-07-07T13:53:53.0331225Z 13:53:52.874 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/index.txt | time=87ms

2017-07-07T13:53:53.0331225Z 13:53:52.876 INFO: Load plugins index (done) | time=89ms

2017-07-07T13:53:53.0331225Z 13:53:52.877 DEBUG: Load plugins

2017-07-07T13:53:53.0331225Z 13:53:52.880 DEBUG: Download plugin sonar-scm-cvs-plugin-1.0.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache7137904375731575557.tmp

2017-07-07T13:53:53.1337650Z 13:53:52.965 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/scmcvs/sonar-scm-cvs-plugin-1.0.jar | time=85ms

2017-07-07T13:53:53.5349906Z 13:53:53.395 DEBUG: Download plugin sonar-scm-svn-plugin-1.3.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache7640688238968300627.tmp

2017-07-07T13:53:53.5349906Z 13:53:53.480 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/scmsvn/sonar-scm-svn-plugin-1.3.jar | time=85ms

2017-07-07T13:53:55.0438926Z 13:53:54.963 DEBUG: Download plugin sonar-plsql-plugin-2.9.1.1051.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache6146436144611555739.tmp

2017-07-07T13:53:55.1445382Z 13:53:55.048 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/plsql/sonar-plsql-plugin-2.9.1.1051.jar | time=85ms

2017-07-07T13:53:55.8500536Z 13:53:55.708 DEBUG: Download plugin sonar-billing-plugin-1.0.0.449.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache2739506784590693605.tmp

2017-07-07T13:53:55.9510554Z 13:53:55.793 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/billing/sonar-billing-plugin-1.0.0.449.jar | time=85ms

2017-07-07T13:53:56.7558761Z 13:53:56.684 DEBUG: Download plugin sonar-csharp-plugin-6.1.0.2359.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache739003784622327184.tmp

2017-07-07T13:53:56.9573691Z 13:53:56.769 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/csharp/sonar-csharp-plugin-6.1.0.2359.jar | time=85ms

2017-07-07T13:53:57.3601692Z 13:53:57.241 DEBUG: Download plugin sonar-java-plugin-4.11.0.10660.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache471019485181502294.tmp

2017-07-07T13:53:57.4641271Z 13:53:57.327 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/java/sonar-java-plugin-4.11.0.10660.jar | time=86ms

2017-07-07T13:53:58.2693299Z 13:53:58.137 DEBUG: Download plugin sonar-web-plugin-2.5.0.476.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache8252699630752679592.tmp

2017-07-07T13:53:58.3695432Z 13:53:58.223 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/web/sonar-web-plugin-2.5.0.476.jar | time=86ms

2017-07-07T13:53:58.6725520Z 13:53:58.523 DEBUG: Download plugin sonar-flex-plugin-2.3.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache1138346546458170545.tmp

2017-07-07T13:53:58.6725520Z 13:53:58.608 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/flex/sonar-flex-plugin-2.3.jar | time=85ms

2017-07-07T13:53:58.9749252Z 13:53:58.893 DEBUG: Download plugin sonar-xml-plugin-1.4.2.885.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache231170451026720700.tmp

2017-07-07T13:53:59.0757819Z 13:53:58.978 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/xml/sonar-xml-plugin-1.4.2.885.jar | time=84ms

2017-07-07T13:54:00.3843830Z 13:54:00.263 DEBUG: Download plugin sonar-vbnet-plugin-3.0.3.346.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache8589012646031581090.tmp

2017-07-07T13:54:00.3843830Z 13:54:00.350 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/vbnet/sonar-vbnet-plugin-3.0.3.346.jar | time=86ms

2017-07-07T13:54:01.9959137Z 13:54:01.886 DEBUG: Download plugin sonar-swift-plugin-2.0.0.1127.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache1128220033045199789.tmp

2017-07-07T13:54:02.0967338Z 13:54:01.974 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/swift/sonar-swift-plugin-2.0.0.1127.jar | time=88ms

2017-07-07T13:54:02.6007746Z 13:54:02.455 DEBUG: Download plugin sonar-github-plugin-1.4.1.822.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache5020095948723290883.tmp

2017-07-07T13:54:02.6007746Z 13:54:02.540 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/github/sonar-github-plugin-1.4.1.822.jar | time=85ms

2017-07-07T13:54:02.9024066Z 13:54:02.839 DEBUG: Download plugin sonar-cfamily-plugin-4.10.0.8366.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache2998361957699164307.tmp

2017-07-07T13:54:03.0029996Z 13:54:02.925 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/cpp/sonar-cfamily-plugin-4.10.0.8366.jar | time=85ms

2017-07-07T13:54:04.1110141Z 13:54:03.999 DEBUG: Download plugin sonar-python-plugin-1.8.0.1496.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache6191180368433883152.tmp

2017-07-07T13:54:04.2120160Z 13:54:04.084 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/python/sonar-python-plugin-1.8.0.1496.jar | time=85ms

2017-07-07T13:54:04.8158152Z 13:54:04.710 DEBUG: Download plugin sonar-auth-github-plugin-1.3.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache380488399861314284.tmp

2017-07-07T13:54:04.9166783Z 13:54:04.795 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/authgithub/sonar-auth-github-plugin-1.3.jar | time=85ms

2017-07-07T13:54:04.9166783Z 13:54:04.815 DEBUG: Download plugin sonar-rpg-plugin-2.1.0.736.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache3944731403032223596.tmp

2017-07-07T13:54:05.0173156Z 13:54:04.900 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/rpg/sonar-rpg-plugin-2.1.0.736.jar | time=85ms

2017-07-07T13:54:05.3200372Z 13:54:05.265 DEBUG: Download plugin sonar-scm-mercurial-plugin-1.1.1.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache8576872904831707064.tmp

2017-07-07T13:54:05.4209683Z 13:54:05.350 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/scmmercurial/sonar-scm-mercurial-plugin-1.1.1.jar | time=84ms

2017-07-07T13:54:05.4209683Z 13:54:05.354 DEBUG: Download plugin sonar-googleanalytics-plugin-1.1.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache4825101358271362255.tmp

2017-07-07T13:54:05.5216113Z 13:54:05.439 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/googleanalytics/sonar-googleanalytics-plugin-1.1.jar | time=84ms

2017-07-07T13:54:05.5216113Z 13:54:05.442 DEBUG: Download plugin sonar-pli-plugin-1.5.1.872.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache4333000193721664228.tmp

2017-07-07T13:54:05.6222546Z 13:54:05.527 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/pli/sonar-pli-plugin-1.5.1.872.jar | time=85ms

2017-07-07T13:54:05.9247427Z 13:54:05.829 DEBUG: Download plugin sonar-javascript-plugin-3.1.1.5128.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache7418273539636716637.tmp

2017-07-07T13:54:06.0254786Z 13:54:05.914 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/javascript/sonar-javascript-plugin-3.1.1.5128.jar | time=85ms

2017-07-07T13:54:06.6304186Z 13:54:06.531 DEBUG: Download plugin sonar-cobol-plugin-3.4.0.1932.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache7058017469794627839.tmp

2017-07-07T13:54:06.7314206Z 13:54:06.617 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/cobol/sonar-cobol-plugin-3.4.0.1932.jar | time=85ms

2017-07-07T13:54:07.3356508Z 13:54:07.168 DEBUG: Download plugin sonar-scm-git-plugin-1.2.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache3276354126878846459.tmp

2017-07-07T13:54:07.4362852Z 13:54:07.252 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/scmgit/sonar-scm-git-plugin-1.2.jar | time=84ms

2017-07-07T13:54:07.8373206Z 13:54:07.715 DEBUG: Download plugin sonar-php-plugin-2.10.0.2087.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache4579886825010771717.tmp

2017-07-07T13:54:07.9375829Z 13:54:07.800 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/php/sonar-php-plugin-2.10.0.2087.jar | time=85ms

2017-07-07T13:54:08.4411693Z 13:54:08.341 DEBUG: Download plugin sonar-abap-plugin-3.3.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache6143867614591132061.tmp

2017-07-07T13:54:08.5414742Z 13:54:08.426 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/abap/sonar-abap-plugin-3.3.jar | time=85ms

2017-07-07T13:54:08.9447740Z 13:54:08.806 DEBUG: Download plugin qualinsight-sonarqube-badges-3.0.1.jar to C:\Users\buildguest\.sonar\cache\_tmp\fileCache3999157218820704045.tmp

2017-07-07T13:54:08.9447740Z 13:54:08.891 DEBUG: GET 200 https://sonarcloud.io/deploy/plugins/status/qualinsight-sonarqube-badges-3.0.1.jar | time=85ms

2017-07-07T13:54:09.9525833Z 13:54:09.778 DEBUG: Load plugins (done) | time=16901ms

2017-07-07T13:54:09.9525833Z 13:54:09.809 DEBUG: API compatibility mode is enabled on plugin CVS [scmcvs] (built with API lower than 5.2)

2017-07-07T13:54:10.0575863Z 13:54:09.945 DEBUG: API compatibility mode is enabled on plugin SVN [scmsvn] (built with API lower than 5.2)

2017-07-07T13:54:10.4615954Z 13:54:10.361 DEBUG: API compatibility mode is enabled on plugin Mercurial [scmmercurial] (built with API lower than 5.2)

2017-07-07T13:54:10.4615954Z 13:54:10.363 DEBUG: API compatibility mode is enabled on plugin Google Analytics [googleanalytics] (built with API lower than 5.2)

2017-07-07T13:54:10.5618875Z 13:54:10.448 DEBUG: API compatibility mode is enabled on plugin Git [scmgit] (built with API lower than 5.2)

2017-07-07T13:54:11.3786245Z 13:54:11.280 DEBUG: Plugins:

2017-07-07T13:54:11.3786245Z 13:54:11.280 DEBUG:   * CVS 1.0 (scmcvs)

2017-07-07T13:54:11.3786245Z 13:54:11.280 DEBUG:   * SVN 1.3 (scmsvn)

2017-07-07T13:54:11.3796243Z 13:54:11.281 DEBUG:   * SonarPLSQL 2.9.1.1051 (plsql)

2017-07-07T13:54:11.3796243Z 13:54:11.281 DEBUG:   * Billing 1.0.0.449 (billing)

2017-07-07T13:54:11.3796243Z 13:54:11.281 DEBUG:   * C# 6.1.0.2359 (csharp)

2017-07-07T13:54:11.3796243Z 13:54:11.281 DEBUG:   * SonarJava 4.11.0.10660 (java)

2017-07-07T13:54:11.3796243Z 13:54:11.281 DEBUG:   * Web 2.5.0.476 (web)

2017-07-07T13:54:11.3796243Z 13:54:11.281 DEBUG:   * Flex 2.3 (flex)

2017-07-07T13:54:11.3796243Z 13:54:11.282 DEBUG:   * SonarXML 1.4.2.885 (xml)

2017-07-07T13:54:11.3796243Z 13:54:11.282 DEBUG:   * VB.NET 3.0.3.346 (vbnet)

2017-07-07T13:54:11.3796243Z 13:54:11.282 DEBUG:   * Swift 2.0.0.1127 (swift)

2017-07-07T13:54:11.3796243Z 13:54:11.282 DEBUG:   * GitHub 1.4.1.822 (github)

2017-07-07T13:54:11.3816244Z 13:54:11.282 DEBUG:   * SonarCFamily 4.10.0.8366 (cpp)

2017-07-07T13:54:11.3816244Z 13:54:11.282 DEBUG:   * SonarPython 1.8.0.1496 (python)

2017-07-07T13:54:11.3816244Z 13:54:11.282 DEBUG:   * GitHub Authentication for SonarQube 1.3 (authgithub)

2017-07-07T13:54:11.3816244Z 13:54:11.282 DEBUG:   * SonarRPG 2.1.0.736 (rpg)

2017-07-07T13:54:11.3816244Z 13:54:11.282 DEBUG:   * Mercurial 1.1.1 (scmmercurial)

2017-07-07T13:54:11.3816244Z 13:54:11.282 DEBUG:   * Google Analytics 1.1 (googleanalytics)

2017-07-07T13:54:11.3816244Z 13:54:11.282 DEBUG:   * SonarPLI 1.5.1.872 (pli)

2017-07-07T13:54:11.3816244Z 13:54:11.283 DEBUG:   * SonarJS 3.1.1.5128 (javascript)

2017-07-07T13:54:11.3816244Z 13:54:11.283 DEBUG:   * SonarCOBOL 3.4.0.1932 (cobol)

2017-07-07T13:54:11.3826244Z 13:54:11.283 DEBUG:   * Git 1.2 (scmgit)

2017-07-07T13:54:11.3826244Z 13:54:11.283 DEBUG:   * SonarPHP 2.10.0.2087 (php)

2017-07-07T13:54:11.3826244Z 13:54:11.283 DEBUG:   * ABAP 3.3 (abap)

2017-07-07T13:54:11.3826244Z 13:54:11.283 DEBUG:   * SVG Badges 3.0.1 (status)

2017-07-07T13:54:11.4886253Z 13:54:11.317 DEBUG: Execution getVersion

2017-07-07T13:54:11.4886253Z 13:54:11.318 INFO: SonarQube server 6.5.0

2017-07-07T13:54:11.4896267Z 13:54:11.318 INFO: Default locale: "en_US", source code encoding: "windows-1252" (analysis is platform dependent)

2017-07-07T13:54:11.4896267Z 13:54:11.319 DEBUG: Work directory: d:\a\1\.sonarqube\out\.sonar

2017-07-07T13:54:11.4896267Z 13:54:11.319 DEBUG: Execution getVersion

2017-07-07T13:54:11.4896267Z 13:54:11.320 DEBUG: Execution execute

2017-07-07T13:54:12.5906552Z 13:54:12.459 INFO: Process project properties

2017-07-07T13:54:12.5906552Z 13:54:12.464 DEBUG: Process project properties (done) | time=5ms

2017-07-07T13:54:12.8036008Z 13:54:12.712 INFO: Load project repositories

2017-07-07T13:54:12.9045246Z 13:54:12.808 DEBUG: GET 200 https://sonarcloud.io/batch/project.protobuf?key=MediaServiceClone | time=95ms

2017-07-07T13:54:13.0046454Z 13:54:12.886 INFO: Load project repositories (done) | time=174ms

2017-07-07T13:54:13.3387766Z 13:54:13.185 INFO: Execute project builders

2017-07-07T13:54:13.3387766Z 13:54:13.186 INFO: Execute project builders (done) | time=1ms

2017-07-07T13:54:13.3387766Z 13:54:13.202 DEBUG: Available languages:

2017-07-07T13:54:13.3387766Z 13:54:13.203 DEBUG:   * PL/SQL => "plsql"

2017-07-07T13:54:13.3387766Z 13:54:13.210 DEBUG:   * C# => "cs"

2017-07-07T13:54:13.3387766Z 13:54:13.210 DEBUG:   * Java => "java"

2017-07-07T13:54:13.3387766Z 13:54:13.210 DEBUG:   * Web => "web"

2017-07-07T13:54:13.3397770Z 13:54:13.210 DEBUG:   * Flex => "flex"

2017-07-07T13:54:13.3397770Z 13:54:13.211 DEBUG:   * XML => "xml"

2017-07-07T13:54:13.3397770Z 13:54:13.211 DEBUG:   * Visual Basic .NET => "vbnet"

2017-07-07T13:54:13.3397770Z 13:54:13.211 DEBUG:   * Swift => "swift"

2017-07-07T13:54:13.3397770Z 13:54:13.211 DEBUG:   * C => "c"

2017-07-07T13:54:13.3397770Z 13:54:13.211 DEBUG:   * C++ => "cpp"

2017-07-07T13:54:13.3397770Z 13:54:13.211 DEBUG:   * Objective-C => "objc"

2017-07-07T13:54:13.3397770Z 13:54:13.211 DEBUG:   * Python => "py"

2017-07-07T13:54:13.3397770Z 13:54:13.211 DEBUG:   * RPG => "rpg"

2017-07-07T13:54:13.3397770Z 13:54:13.211 DEBUG:   * PL/I => "pli"

2017-07-07T13:54:13.3397770Z 13:54:13.211 DEBUG:   * JavaScript => "js"

2017-07-07T13:54:13.3397770Z 13:54:13.212 DEBUG:   * COBOL => "cobol"

2017-07-07T13:54:13.3397770Z 13:54:13.214 DEBUG:   * PHP => "php"

2017-07-07T13:54:13.3407765Z 13:54:13.214 DEBUG:   * ABAP => "abap"

2017-07-07T13:54:13.3407765Z 13:54:13.232 INFO: Load quality profiles

2017-07-07T13:54:13.5487820Z 13:54:13.368 DEBUG: GET 200 https://sonarcloud.io/api/qualityprofiles/search.protobuf?projectKey=MediaServiceClone&organization=aupairproject-github | time=134ms

2017-07-07T13:54:13.5487820Z 13:54:13.417 INFO: Load quality profiles (done) | time=185ms

2017-07-07T13:54:13.5487820Z 13:54:13.444 INFO: Load active rules

2017-07-07T13:54:13.7507890Z 13:54:13.621 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WFIFNNGQWIvNVV&p=1&ps=500 | time=177ms

2017-07-07T13:54:14.1584248Z 13:54:13.981 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WFIFNNGQWIvNVO&p=1&ps=500 | time=132ms

2017-07-07T13:54:14.2594248Z 13:54:14.093 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WEIFNNGQWIvNVL&p=1&ps=500 | time=99ms

2017-07-07T13:54:14.3602825Z 13:54:14.204 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WFIFNNGQWIvNVS&p=1&ps=500 | time=107ms

2017-07-07T13:54:14.4607150Z 13:54:14.314 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WEIFNNGQWIvNU6&p=1&ps=500 | time=99ms

2017-07-07T13:54:14.5613583Z 13:54:14.411 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WFIFNNGQWIvNVU&p=1&ps=500 | time=95ms

2017-07-07T13:54:14.6616491Z 13:54:14.525 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WEIFNNGQWIvNU_&p=1&ps=500 | time=113ms

2017-07-07T13:54:14.7618619Z 13:54:14.688 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WEIFNNGQWIvNVM&p=1&ps=500 | time=150ms

2017-07-07T13:54:14.9627981Z 13:54:14.883 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WFIFNNGQWIvNVR&p=1&ps=500 | time=152ms

2017-07-07T13:54:15.0634423Z 13:54:15.004 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WEIFNNGQWIvNVJ&p=1&ps=500 | time=109ms

2017-07-07T13:54:15.1637322Z 13:54:15.143 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WFIFNNGQWIvNVP&p=1&ps=500 | time=129ms

2017-07-07T13:54:15.3650270Z 13:54:15.250 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WEIFNNGQWIvNU7&p=1&ps=500 | time=106ms

2017-07-07T13:54:15.4657501Z 13:54:15.353 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WEIFNNGQWIvNVI&p=1&ps=500 | time=94ms

2017-07-07T13:54:15.5667400Z 13:54:15.456 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WEIFNNGQWIvNU-&p=1&ps=500 | time=103ms

2017-07-07T13:54:15.6678144Z 13:54:15.561 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WEIFNNGQWIvNVN&p=1&ps=500 | time=102ms

2017-07-07T13:54:15.7688161Z 13:54:15.666 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WEIFNNGQWIvNVK&p=1&ps=500 | time=103ms

2017-07-07T13:54:15.8698171Z 13:54:15.792 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WFIFNNGQWIvNVW&p=1&ps=500 | time=124ms

2017-07-07T13:54:15.9706507Z 13:54:15.900 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AVzUs8WEIFNNGQWIvNVB&p=1&ps=500 | time=103ms

2017-07-07T13:54:15.9706507Z 13:54:15.936 INFO: Load active rules (done) | time=2492ms

2017-07-07T13:54:15.9706507Z 13:54:15.944 INFO: Load metrics repository

2017-07-07T13:54:16.0712541Z 13:54:16.037 DEBUG: GET 200 https://sonarcloud.io/api/metrics/search?f=name,description,direction,qualitative,custom&ps=500&p=1 | time=93ms

2017-07-07T13:54:16.9070546Z 13:54:16.710 INFO: Load metrics repository (done) | time=767ms

2017-07-07T13:54:16.9070546Z 13:54:16.794 INFO: Publish mode

2017-07-07T13:54:16.9070546Z 13:54:16.794 INFO: Project key: MediaServiceClone

2017-07-07T13:54:16.9070546Z 13:54:16.794 INFO: Organization key: aupairproject-github

2017-07-07T13:54:16.9070546Z 13:54:16.794 DEBUG: Start recursive analysis of project modules

2017-07-07T13:54:16.9070546Z 13:54:16.797 INFO: -------------  Scan CulturalCare.MediaService.UnitTests

2017-07-07T13:54:17.0940573Z 13:54:17.088 INFO: Load server rules

2017-07-07T13:54:17.3969994Z 13:54:17.247 DEBUG: GET 200 https://sonarcloud.io/api/rules/list.protobuf | time=159ms

2017-07-07T13:54:17.7176464Z 13:54:17.589 INFO: Load server rules (done) | time=501ms

2017-07-07T13:54:17.8466503Z ##[error]13:54:17.667 WARN: Property 'sonar.issue.enforce.multicriteria' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:17.9476525Z 13:54:17.799 DEBUG: Declared extensions of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.sql,**/*.tab,**/*.pkb

2017-07-07T13:54:17.9476525Z 13:54:17.800 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs

2017-07-07T13:54:17.9476525Z 13:54:17.800 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav

2017-07-07T13:54:17.9476525Z 13:54:17.800 DEBUG: Declared extensions of language Web were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.rhtml,**/*.shtml

2017-07-07T13:54:17.9476525Z 13:54:17.800 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as

2017-07-07T13:54:17.9486528Z 13:54:17.801 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl

2017-07-07T13:54:17.9486528Z 13:54:17.801 DEBUG: Declared extensions of language Visual Basic .NET were converted to sonar.lang.patterns.vbnet : **/*.vb

2017-07-07T13:54:17.9486528Z 13:54:17.801 DEBUG: Declared extensions of language Swift were converted to sonar.lang.patterns.swift : **/*.swift

2017-07-07T13:54:17.9486528Z 13:54:17.801 DEBUG: Declared extensions of language C were converted to sonar.lang.patterns.c : **/*.c,**/*.h

2017-07-07T13:54:17.9486528Z 13:54:17.802 DEBUG: Declared extensions of language C++ were converted to sonar.lang.patterns.cpp : **/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp

2017-07-07T13:54:17.9486528Z 13:54:17.802 DEBUG: Declared extensions of language Objective-C were converted to sonar.lang.patterns.objc : **/*.m

2017-07-07T13:54:17.9486528Z 13:54:17.802 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py

2017-07-07T13:54:17.9486528Z 13:54:17.803 DEBUG: Declared extensions of language RPG were converted to sonar.lang.patterns.rpg : **/*.rpg,**/*.rpgle,**/*.rpg,**/*.rpgle

2017-07-07T13:54:17.9486528Z 13:54:17.803 DEBUG: Declared extensions of language PL/I were converted to sonar.lang.patterns.pli : **/*.pli

2017-07-07T13:54:17.9496526Z 13:54:17.803 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.vue

2017-07-07T13:54:17.9496526Z 13:54:17.803 DEBUG: Declared extensions of language COBOL were converted to sonar.lang.patterns.cobol :

2017-07-07T13:54:17.9496526Z 13:54:17.804 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc

2017-07-07T13:54:17.9496526Z 13:54:17.804 DEBUG: Declared extensions of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow

2017-07-07T13:54:17.9496526Z ##[error]13:54:17.808 WARN: Property 'sonar.issue.ignore.multicriteria' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:17.9496526Z ##[error]13:54:17.808 WARN: Property 'sonar.issue.ignore.block' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:17.9496526Z ##[error]13:54:17.808 WARN: Property 'sonar.issue.ignore.allfile' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:18.2311418Z 13:54:17.906 DEBUG: Initializers :

2017-07-07T13:54:18.2316577Z 13:54:17.906 INFO: Base dir: D:\a\1\s\MediaService\test\CulturalCare.MediaService.UnitTests

2017-07-07T13:54:18.2316577Z 13:54:17.906 INFO: Working dir: d:\a\1\.sonarqube\out\.sonar\mod2

2017-07-07T13:54:18.2316577Z 13:54:17.908 INFO: Test paths: DocumentsServiceTests.cs, ImagesServiceTests.cs

2017-07-07T13:54:18.2316577Z 13:54:17.909 INFO: Source encoding: UTF-8, default locale: en_US

2017-07-07T13:54:18.2316577Z 13:54:17.910 INFO: Index files

2017-07-07T13:54:18.2316577Z 13:54:17.932 DEBUG: 'DocumentsServiceTests.cs' indexed as test with language 'cs'

2017-07-07T13:54:18.2316577Z 13:54:17.935 DEBUG: 'ImagesServiceTests.cs' indexed as test with language 'cs'

2017-07-07T13:54:18.2316577Z 13:54:17.936 INFO: 2 files indexed

2017-07-07T13:54:18.2316577Z 13:54:17.967 INFO: Quality profile for cs: Sonar way

2017-07-07T13:54:20.3356964Z 13:54:20.115 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing

2017-07-07T13:54:20.3356964Z 13:54:20.115 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing

2017-07-07T13:54:20.3356964Z 13:54:20.117 DEBUG: 'PL/SQL Sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3356964Z 13:54:20.119 DEBUG: 'SurefireSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3356964Z 13:54:20.119 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3356964Z 13:54:20.119 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3356964Z 13:54:20.119 DEBUG: 'Web' skipped because there is no related file in current project

2017-07-07T13:54:20.3356964Z 13:54:20.120 DEBUG: 'Flex' skipped because there is no related file in current project

2017-07-07T13:54:20.3366964Z 13:54:20.120 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project

2017-07-07T13:54:20.3366964Z 13:54:20.120 DEBUG: 'XML Sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3366964Z 13:54:20.121 DEBUG: 'VB.NET' skipped because there is no related file in current project

2017-07-07T13:54:20.3366964Z 13:54:20.121 DEBUG: 'Swift Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3366964Z 13:54:20.121 DEBUG: 'C' skipped because there is no related file in current project

2017-07-07T13:54:20.3366964Z 13:54:20.121 DEBUG: 'C++' skipped because there is no related file in current project

2017-07-07T13:54:20.3366964Z 13:54:20.122 DEBUG: 'Objective-C' skipped because there is no related file in current project

2017-07-07T13:54:20.3366964Z 13:54:20.123 DEBUG: 'gcov' skipped because there is no related file in current project

2017-07-07T13:54:20.3366964Z 13:54:20.123 DEBUG: 'llvm-cov' skipped because there is no related file in current project

2017-07-07T13:54:20.3366964Z 13:54:20.123 DEBUG: 'cppunit' skipped because there is no related file in current project

2017-07-07T13:54:20.3376968Z 13:54:20.123 DEBUG: 'VisualStudioCoverage' skipped because there is no related file in current project

2017-07-07T13:54:20.3376968Z 13:54:20.124 DEBUG: 'bullseye' skipped because there is no related file in current project

2017-07-07T13:54:20.3376968Z 13:54:20.124 DEBUG: 'Python Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3376968Z 13:54:20.125 DEBUG: 'RPG sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3376968Z 13:54:20.125 DEBUG: 'PliSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3376968Z 13:54:20.125 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3376968Z 13:54:20.126 DEBUG: 'CobolSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3376968Z 13:54:20.126 DEBUG: 'PHP sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3376968Z 13:54:20.126 DEBUG: 'AbapSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.3376968Z 13:54:20.133 DEBUG: Sensors : C# -> SonarJavaXmlFileSensor -> Coverage Report Import -> Coverage Report Import -> Unit Test Results Import -> Analyzer for "php.ini" files

2017-07-07T13:54:20.3387076Z 13:54:20.135 INFO: Sensor C# [csharp]

2017-07-07T13:54:20.3387076Z 13:54:20.143 DEBUG: No files to analyze. Skip Sensor.

2017-07-07T13:54:20.3387076Z 13:54:20.144 INFO: Sensor C# [csharp] (done) | time=9ms

2017-07-07T13:54:20.3387076Z 13:54:20.144 INFO: Sensor SonarJavaXmlFileSensor [java]

2017-07-07T13:54:20.3387076Z 13:54:20.144 INFO: Sensor SonarJavaXmlFileSensor [java] (done) | time=0ms

2017-07-07T13:54:20.3387076Z 13:54:20.144 INFO: Sensor Coverage Report Import [vbnet]

2017-07-07T13:54:20.3387076Z 13:54:20.144 DEBUG: No coverage property. Skip Sensor

2017-07-07T13:54:20.3387076Z 13:54:20.145 INFO: Sensor Coverage Report Import [vbnet] (done) | time=1ms

2017-07-07T13:54:20.3387076Z 13:54:20.145 INFO: Sensor Coverage Report Import [vbnet]

2017-07-07T13:54:20.3387076Z 13:54:20.145 DEBUG: No coverage property. Skip Sensor

2017-07-07T13:54:20.3387076Z 13:54:20.145 INFO: Sensor Coverage Report Import [vbnet] (done) | time=0ms

2017-07-07T13:54:20.3387076Z 13:54:20.145 INFO: Sensor Unit Test Results Import [vbnet]

2017-07-07T13:54:20.3396968Z 13:54:20.145 DEBUG: No unit test results property. Skip Sensor

2017-07-07T13:54:20.3396968Z 13:54:20.145 INFO: Sensor Unit Test Results Import [vbnet] (done) | time=0ms

2017-07-07T13:54:20.3396968Z 13:54:20.145 INFO: Sensor Analyzer for "php.ini" files [php]

2017-07-07T13:54:20.3396968Z 13:54:20.150 INFO: Sensor Analyzer for "php.ini" files [php] (done) | time=5ms

2017-07-07T13:54:20.3396968Z 13:54:20.210 DEBUG: 'DocumentsServiceTests.cs' generated metadata as test  with charset 'UTF-8'

2017-07-07T13:54:20.3396968Z 13:54:20.233 DEBUG: 'ImagesServiceTests.cs' generated metadata as test  with charset 'UTF-8'

2017-07-07T13:54:20.3396968Z 13:54:20.236 INFO: -------------  Scan CulturalCare.MediaService.ServiceFabric

2017-07-07T13:54:20.3396968Z ##[error]13:54:20.276 WARN: Property 'sonar.issue.enforce.multicriteria' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:20.3406979Z ##[error]13:54:20.289 WARN: Property 'sonar.issue.ignore.multicriteria' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:20.3406979Z ##[error]13:54:20.290 WARN: Property 'sonar.issue.ignore.block' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:20.3406979Z ##[error]13:54:20.290 WARN: Property 'sonar.issue.ignore.allfile' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:20.3406979Z 13:54:20.280 DEBUG: Declared extensions of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.sql,**/*.tab,**/*.pkb

2017-07-07T13:54:20.3406979Z 13:54:20.282 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs

2017-07-07T13:54:20.3406979Z 13:54:20.282 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav

2017-07-07T13:54:20.3416977Z 13:54:20.282 DEBUG: Declared extensions of language Web were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.rhtml,**/*.shtml

2017-07-07T13:54:20.3416977Z 13:54:20.282 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as

2017-07-07T13:54:20.3416977Z 13:54:20.283 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl

2017-07-07T13:54:20.3416977Z 13:54:20.283 DEBUG: Declared extensions of language Visual Basic .NET were converted to sonar.lang.patterns.vbnet : **/*.vb

2017-07-07T13:54:20.3416977Z 13:54:20.283 DEBUG: Declared extensions of language Swift were converted to sonar.lang.patterns.swift : **/*.swift

2017-07-07T13:54:20.3416977Z 13:54:20.283 DEBUG: Declared extensions of language C were converted to sonar.lang.patterns.c : **/*.c,**/*.h

2017-07-07T13:54:20.3416977Z 13:54:20.283 DEBUG: Declared extensions of language C++ were converted to sonar.lang.patterns.cpp : **/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp

2017-07-07T13:54:20.3416977Z 13:54:20.283 DEBUG: Declared extensions of language Objective-C were converted to sonar.lang.patterns.objc : **/*.m

2017-07-07T13:54:20.3416977Z 13:54:20.283 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py

2017-07-07T13:54:20.3426975Z 13:54:20.285 DEBUG: Declared extensions of language RPG were converted to sonar.lang.patterns.rpg : **/*.rpg,**/*.rpgle,**/*.rpg,**/*.rpgle

2017-07-07T13:54:20.3426975Z 13:54:20.285 DEBUG: Declared extensions of language PL/I were converted to sonar.lang.patterns.pli : **/*.pli

2017-07-07T13:54:20.3426975Z 13:54:20.285 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.vue

2017-07-07T13:54:20.3436979Z 13:54:20.285 DEBUG: Declared extensions of language COBOL were converted to sonar.lang.patterns.cobol :

2017-07-07T13:54:20.3476975Z 13:54:20.285 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc

2017-07-07T13:54:20.3476975Z 13:54:20.286 DEBUG: Declared extensions of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow

2017-07-07T13:54:20.3476975Z 13:54:20.325 DEBUG: Initializers :

2017-07-07T13:54:20.3476975Z 13:54:20.325 INFO: Base dir: D:\a\1\s\MediaService\src\CulturalCare.MediaService.ServiceFabric

2017-07-07T13:54:20.3476975Z 13:54:20.326 INFO: Working dir: d:\a\1\.sonarqube\out\.sonar\mod1

2017-07-07T13:54:20.3476975Z 13:54:20.332 INFO: Source paths: packages.config, ApplicationPackageRoot/ApplicationManifest.xml, ApplicationParameters/Cloud.xml, ApplicationParameters/Local.1Node.xml, ApplicationParameters/Local.5Node.xml, PublishProfiles/Cloud.xml, PublishProfiles/Local.1Node.xml, PublishProfiles/Local.5Node.xml, Scripts/Deploy-FabricApplication.ps1

2017-07-07T13:54:20.3476975Z 13:54:20.332 INFO: Source encoding: windows-1252, default locale: en_US

2017-07-07T13:54:20.3486978Z 13:54:20.332 INFO: Index files

2017-07-07T13:54:20.5587009Z 13:54:20.344 DEBUG: 'packages.config' indexed with language 'null'

2017-07-07T13:54:20.5587009Z 13:54:20.346 DEBUG: 'ApplicationPackageRoot/ApplicationManifest.xml' indexed with language 'xml'

2017-07-07T13:54:20.5587009Z 13:54:20.355 DEBUG: 'ApplicationParameters/Cloud.xml' indexed with language 'xml'

2017-07-07T13:54:20.5587009Z 13:54:20.359 DEBUG: 'ApplicationParameters/Local.1Node.xml' indexed with language 'xml'

2017-07-07T13:54:20.5587009Z 13:54:20.365 DEBUG: 'ApplicationParameters/Local.5Node.xml' indexed with language 'xml'

2017-07-07T13:54:20.5597008Z 13:54:20.366 DEBUG: 'PublishProfiles/Cloud.xml' indexed with language 'xml'

2017-07-07T13:54:20.5597008Z 13:54:20.370 DEBUG: 'PublishProfiles/Local.1Node.xml' indexed with language 'xml'

2017-07-07T13:54:20.5597008Z 13:54:20.372 DEBUG: 'PublishProfiles/Local.5Node.xml' indexed with language 'xml'

2017-07-07T13:54:20.5597008Z 13:54:20.373 DEBUG: 'Scripts/Deploy-FabricApplication.ps1' indexed with language 'null'

2017-07-07T13:54:20.5597008Z 13:54:20.374 INFO: 9 files indexed

2017-07-07T13:54:20.5597008Z 13:54:20.375 INFO: Quality profile for xml: Sonar way

2017-07-07T13:54:20.5597008Z 13:54:20.445 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing

2017-07-07T13:54:20.5597008Z 13:54:20.445 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing

2017-07-07T13:54:20.5597008Z 13:54:20.445 DEBUG: 'PL/SQL Sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.5597008Z 13:54:20.446 DEBUG: 'C#' skipped because there is no related file in current project

2017-07-07T13:54:20.5607008Z 13:54:20.447 DEBUG: 'C# Tests Coverage Report Import' skipped because there is no related file in current project

2017-07-07T13:54:20.5607008Z 13:54:20.447 DEBUG: '[Deprecated] C# Integration Tests Coverage Report Import' skipped because there is no related file in current project

2017-07-07T13:54:20.5607008Z 13:54:20.447 DEBUG: 'C# Unit Test Results Import' skipped because there is no related file in current project

2017-07-07T13:54:20.5607008Z 13:54:20.447 DEBUG: 'SurefireSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.5607008Z 13:54:20.448 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.5607008Z 13:54:20.448 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.5607008Z 13:54:20.448 DEBUG: 'Web' skipped because there is no related file in current project

2017-07-07T13:54:20.5607008Z 13:54:20.448 DEBUG: 'Flex' skipped because there is no related file in current project

2017-07-07T13:54:20.5607008Z 13:54:20.448 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project

2017-07-07T13:54:20.5607008Z 13:54:20.448 DEBUG: 'VB.NET' skipped because there is no related file in current project

2017-07-07T13:54:20.5617011Z 13:54:20.450 DEBUG: 'Swift Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.5617011Z 13:54:20.450 DEBUG: 'C' skipped because there is no related file in current project

2017-07-07T13:54:20.5617011Z 13:54:20.450 DEBUG: 'C++' skipped because there is no related file in current project

2017-07-07T13:54:20.5617011Z 13:54:20.452 DEBUG: 'Objective-C' skipped because there is no related file in current project

2017-07-07T13:54:20.5617011Z 13:54:20.452 DEBUG: 'gcov' skipped because there is no related file in current project

2017-07-07T13:54:20.5617011Z 13:54:20.452 DEBUG: 'llvm-cov' skipped because there is no related file in current project

2017-07-07T13:54:20.5617011Z 13:54:20.452 DEBUG: 'cppunit' skipped because there is no related file in current project

2017-07-07T13:54:20.5617011Z 13:54:20.452 DEBUG: 'VisualStudioCoverage' skipped because there is no related file in current project

2017-07-07T13:54:20.6627070Z 13:54:20.455 DEBUG: 'bullseye' skipped because there is no related file in current project

2017-07-07T13:54:20.6627070Z 13:54:20.458 DEBUG: 'Python Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.6627070Z 13:54:20.458 DEBUG: 'RPG sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.6637165Z 13:54:20.459 DEBUG: 'PliSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.6637165Z 13:54:20.459 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.6637165Z 13:54:20.459 DEBUG: 'CobolSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.6637165Z 13:54:20.461 DEBUG: 'PHP sensor' skipped because there is no related file in current project

2017-07-07T13:54:20.6637165Z 13:54:20.462 DEBUG: 'AbapSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:20.6637165Z 13:54:20.463 DEBUG: Sensors : SonarJavaXmlFileSensor -> XML Sensor -> Coverage Report Import -> Coverage Report Import -> Unit Test Results Import -> Analyzer for "php.ini" files

2017-07-07T13:54:20.6637165Z 13:54:20.463 INFO: Sensor SonarJavaXmlFileSensor [java]

2017-07-07T13:54:20.7637128Z 13:54:20.599 INFO: 7 source files to be analyzed

2017-07-07T13:54:21.0577111Z 13:54:20.880 INFO: Sensor SonarJavaXmlFileSensor [java] (done) | time=417ms

2017-07-07T13:54:21.0577111Z 13:54:20.880 INFO: Sensor XML Sensor [xml]

2017-07-07T13:54:21.0577111Z 13:54:20.902 DEBUG: 'ApplicationPackageRoot/ApplicationManifest.xml' generated metadata  with charset 'UTF-8'

2017-07-07T13:54:21.0577111Z 13:54:20.905 INFO: 7/7 source files have been analyzed

2017-07-07T13:54:21.3137152Z 13:54:20.909 DEBUG: Count lines in d:/a/1/s/MediaService/src/CulturalCare.MediaService.ServiceFabric/ApplicationPackageRoot/ApplicationManifest.xml

2017-07-07T13:54:21.3137152Z 13:54:21.209 DEBUG: 'ApplicationParameters/Cloud.xml' generated metadata  with charset 'UTF-8'

2017-07-07T13:54:21.3147149Z 13:54:21.209 DEBUG: Count lines in d:/a/1/s/MediaService/src/CulturalCare.MediaService.ServiceFabric/ApplicationParameters/Cloud.xml

2017-07-07T13:54:21.3147149Z 13:54:21.230 DEBUG: 'ApplicationParameters/Local.1Node.xml' generated metadata  with charset 'UTF-8'

2017-07-07T13:54:21.3147149Z 13:54:21.231 DEBUG: Count lines in d:/a/1/s/MediaService/src/CulturalCare.MediaService.ServiceFabric/ApplicationParameters/Local.1Node.xml

2017-07-07T13:54:21.3147149Z 13:54:21.245 DEBUG: 'ApplicationParameters/Local.5Node.xml' generated metadata  with charset 'UTF-8'

2017-07-07T13:54:21.3147149Z 13:54:21.245 DEBUG: Count lines in d:/a/1/s/MediaService/src/CulturalCare.MediaService.ServiceFabric/ApplicationParameters/Local.5Node.xml

2017-07-07T13:54:21.3147149Z 13:54:21.265 DEBUG: 'PublishProfiles/Cloud.xml' generated metadata  with charset 'UTF-8'

2017-07-07T13:54:21.3147149Z 13:54:21.265 DEBUG: Count lines in d:/a/1/s/MediaService/src/CulturalCare.MediaService.ServiceFabric/PublishProfiles/Cloud.xml

2017-07-07T13:54:21.3157151Z 13:54:21.290 DEBUG: 'PublishProfiles/Local.1Node.xml' generated metadata  with charset 'UTF-8'

2017-07-07T13:54:21.3157151Z 13:54:21.291 DEBUG: Count lines in d:/a/1/s/MediaService/src/CulturalCare.MediaService.ServiceFabric/PublishProfiles/Local.1Node.xml

2017-07-07T13:54:21.4247161Z 13:54:21.313 DEBUG: 'PublishProfiles/Local.5Node.xml' generated metadata  with charset 'UTF-8'

2017-07-07T13:54:21.4257169Z 13:54:21.314 DEBUG: Count lines in d:/a/1/s/MediaService/src/CulturalCare.MediaService.ServiceFabric/PublishProfiles/Local.5Node.xml

2017-07-07T13:54:21.4257169Z 13:54:21.323 INFO: Sensor XML Sensor [xml] (done) | time=443ms

2017-07-07T13:54:21.4257169Z 13:54:21.323 INFO: Sensor Coverage Report Import [vbnet]

2017-07-07T13:54:21.4257169Z 13:54:21.323 DEBUG: No coverage property. Skip Sensor

2017-07-07T13:54:21.4257169Z 13:54:21.323 INFO: Sensor Coverage Report Import [vbnet] (done) | time=0ms

2017-07-07T13:54:21.4257169Z 13:54:21.323 INFO: Sensor Coverage Report Import [vbnet]

2017-07-07T13:54:21.4257169Z 13:54:21.323 DEBUG: No coverage property. Skip Sensor

2017-07-07T13:54:21.4257169Z 13:54:21.323 INFO: Sensor Coverage Report Import [vbnet] (done) | time=0ms

2017-07-07T13:54:21.4257169Z 13:54:21.323 INFO: Sensor Unit Test Results Import [vbnet]

2017-07-07T13:54:21.4267161Z 13:54:21.324 DEBUG: No unit test results property. Skip Sensor

2017-07-07T13:54:21.4267161Z 13:54:21.324 INFO: Sensor Unit Test Results Import [vbnet] (done) | time=1ms

2017-07-07T13:54:21.4267161Z 13:54:21.324 INFO: Sensor Analyzer for "php.ini" files [php]

2017-07-07T13:54:21.4267161Z 13:54:21.325 INFO: Sensor Analyzer for "php.ini" files [php] (done) | time=1ms

2017-07-07T13:54:21.4267161Z 13:54:21.327 INFO: -------------  Scan CulturalCare.MediaService.IntegrationTests

2017-07-07T13:54:21.4267161Z ##[error]13:54:21.354 WARN: Property 'sonar.issue.enforce.multicriteria' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:21.4267161Z ##[error]13:54:21.362 WARN: Property 'sonar.issue.ignore.multicriteria' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:21.4267161Z ##[error]13:54:21.362 WARN: Property 'sonar.issue.ignore.block' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:21.4277155Z ##[error]13:54:21.363 WARN: Property 'sonar.issue.ignore.allfile' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:21.4277155Z 13:54:21.357 DEBUG: Declared extensions of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.sql,**/*.tab,**/*.pkb

2017-07-07T13:54:21.4277155Z 13:54:21.357 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs

2017-07-07T13:54:21.4277155Z 13:54:21.357 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav

2017-07-07T13:54:21.4277155Z 13:54:21.357 DEBUG: Declared extensions of language Web were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.rhtml,**/*.shtml

2017-07-07T13:54:21.4277155Z 13:54:21.357 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as

2017-07-07T13:54:21.4277155Z 13:54:21.358 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl

2017-07-07T13:54:21.4287162Z 13:54:21.358 DEBUG: Declared extensions of language Visual Basic .NET were converted to sonar.lang.patterns.vbnet : **/*.vb

2017-07-07T13:54:21.4287162Z 13:54:21.358 DEBUG: Declared extensions of language Swift were converted to sonar.lang.patterns.swift : **/*.swift

2017-07-07T13:54:21.4287162Z 13:54:21.358 DEBUG: Declared extensions of language C were converted to sonar.lang.patterns.c : **/*.c,**/*.h

2017-07-07T13:54:21.4287162Z 13:54:21.358 DEBUG: Declared extensions of language C++ were converted to sonar.lang.patterns.cpp : **/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp

2017-07-07T13:54:21.4287162Z 13:54:21.358 DEBUG: Declared extensions of language Objective-C were converted to sonar.lang.patterns.objc : **/*.m

2017-07-07T13:54:21.4287162Z 13:54:21.358 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py

2017-07-07T13:54:21.4287162Z 13:54:21.358 DEBUG: Declared extensions of language RPG were converted to sonar.lang.patterns.rpg : **/*.rpg,**/*.rpgle,**/*.rpg,**/*.rpgle

2017-07-07T13:54:21.4287162Z 13:54:21.358 DEBUG: Declared extensions of language PL/I were converted to sonar.lang.patterns.pli : **/*.pli

2017-07-07T13:54:21.4287162Z 13:54:21.360 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.vue

2017-07-07T13:54:21.4297155Z 13:54:21.360 DEBUG: Declared extensions of language COBOL were converted to sonar.lang.patterns.cobol :

2017-07-07T13:54:21.4297155Z 13:54:21.360 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc

2017-07-07T13:54:21.4297155Z 13:54:21.361 DEBUG: Declared extensions of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow

2017-07-07T13:54:21.4297155Z 13:54:21.379 DEBUG: Initializers :

2017-07-07T13:54:21.4297155Z 13:54:21.383 INFO: Base dir: D:\a\1\s\MediaService\test\CulturalCare.MediaService.IntegrationTests

2017-07-07T13:54:21.4297155Z 13:54:21.396 INFO: Working dir: d:\a\1\.sonarqube\out\.sonar\mod0

2017-07-07T13:54:21.4297155Z 13:54:21.396 INFO: Test paths: ControllerTestsBase.cs, DocumentsServiceTests.cs, ImagesServiceTests.cs, appsettings.json, Data/current.jpg, Data/new.jpg, Data/TextFile.txt, app.config

2017-07-07T13:54:21.4297155Z 13:54:21.397 INFO: Source encoding: UTF-8, default locale: en_US

2017-07-07T13:54:21.4297155Z 13:54:21.397 INFO: Index files

2017-07-07T13:54:21.6717197Z 13:54:21.399 DEBUG: 'ControllerTestsBase.cs' indexed as test with language 'cs'

2017-07-07T13:54:21.6717197Z 13:54:21.400 DEBUG: 'DocumentsServiceTests.cs' indexed as test with language 'cs'

2017-07-07T13:54:21.6717197Z 13:54:21.402 DEBUG: 'ImagesServiceTests.cs' indexed as test with language 'cs'

2017-07-07T13:54:21.6717197Z 13:54:21.404 DEBUG: 'appsettings.json' indexed as test with language 'null'

2017-07-07T13:54:21.6717197Z 13:54:21.405 DEBUG: 'Data/current.jpg' indexed as test with language 'null'

2017-07-07T13:54:21.6717197Z 13:54:21.406 DEBUG: 'Data/new.jpg' indexed as test with language 'null'

2017-07-07T13:54:21.6717197Z 13:54:21.407 DEBUG: 'Data/TextFile.txt' indexed as test with language 'null'

2017-07-07T13:54:21.6727196Z 13:54:21.408 DEBUG: 'app.config' indexed as test with language 'null'

2017-07-07T13:54:21.6727196Z 13:54:21.409 INFO: 8 files indexed

2017-07-07T13:54:21.6727196Z 13:54:21.409 INFO: Quality profile for cs: Sonar way

2017-07-07T13:54:21.6727196Z 13:54:21.477 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing

2017-07-07T13:54:21.6727196Z 13:54:21.477 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing

2017-07-07T13:54:21.6727196Z 13:54:21.477 DEBUG: 'PL/SQL Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6727196Z 13:54:21.478 DEBUG: 'SurefireSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6727196Z 13:54:21.478 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6727196Z 13:54:21.478 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6727196Z 13:54:21.479 DEBUG: 'Web' skipped because there is no related file in current project

2017-07-07T13:54:21.6727196Z 13:54:21.479 DEBUG: 'Flex' skipped because there is no related file in current project

2017-07-07T13:54:21.6727196Z 13:54:21.479 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project

2017-07-07T13:54:21.6727196Z 13:54:21.479 DEBUG: 'XML Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6727196Z 13:54:21.480 DEBUG: 'VB.NET' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.480 DEBUG: 'Swift Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.480 DEBUG: 'C' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.480 DEBUG: 'C++' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.481 DEBUG: 'Objective-C' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.481 DEBUG: 'gcov' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.481 DEBUG: 'llvm-cov' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.481 DEBUG: 'cppunit' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.482 DEBUG: 'VisualStudioCoverage' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.482 DEBUG: 'bullseye' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.482 DEBUG: 'Python Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.482 DEBUG: 'RPG sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.483 DEBUG: 'PliSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6737184Z 13:54:21.483 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6747180Z 13:54:21.483 DEBUG: 'CobolSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6747180Z 13:54:21.483 DEBUG: 'PHP sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6747180Z 13:54:21.484 DEBUG: 'AbapSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.6747180Z 13:54:21.484 DEBUG: Sensors : C# -> SonarJavaXmlFileSensor -> Coverage Report Import -> Coverage Report Import -> Unit Test Results Import -> Analyzer for "php.ini" files

2017-07-07T13:54:21.6747180Z 13:54:21.485 INFO: Sensor C# [csharp]

2017-07-07T13:54:21.6747180Z 13:54:21.485 DEBUG: No files to analyze. Skip Sensor.

2017-07-07T13:54:21.6747180Z 13:54:21.485 INFO: Sensor C# [csharp] (done) | time=0ms

2017-07-07T13:54:21.6747180Z 13:54:21.485 INFO: Sensor SonarJavaXmlFileSensor [java]

2017-07-07T13:54:21.6747180Z 13:54:21.486 INFO: Sensor SonarJavaXmlFileSensor [java] (done) | time=0ms

2017-07-07T13:54:21.6747180Z 13:54:21.486 INFO: Sensor Coverage Report Import [vbnet]

2017-07-07T13:54:21.6747180Z 13:54:21.486 DEBUG: No coverage property. Skip Sensor

2017-07-07T13:54:21.6747180Z 13:54:21.486 INFO: Sensor Coverage Report Import [vbnet] (done) | time=0ms

2017-07-07T13:54:21.6747180Z 13:54:21.486 INFO: Sensor Coverage Report Import [vbnet]

2017-07-07T13:54:21.6757183Z 13:54:21.486 DEBUG: No coverage property. Skip Sensor

2017-07-07T13:54:21.6757183Z 13:54:21.487 INFO: Sensor Coverage Report Import [vbnet] (done) | time=1ms

2017-07-07T13:54:21.6757183Z 13:54:21.487 INFO: Sensor Unit Test Results Import [vbnet]

2017-07-07T13:54:21.6757183Z 13:54:21.487 DEBUG: No unit test results property. Skip Sensor

2017-07-07T13:54:21.6757183Z 13:54:21.487 INFO: Sensor Unit Test Results Import [vbnet] (done) | time=0ms

2017-07-07T13:54:21.6757183Z 13:54:21.487 INFO: Sensor Analyzer for "php.ini" files [php]

2017-07-07T13:54:21.6757183Z 13:54:21.488 INFO: Sensor Analyzer for "php.ini" files [php] (done) | time=1ms

2017-07-07T13:54:21.6757183Z 13:54:21.489 DEBUG: 'ControllerTestsBase.cs' generated metadata as test  with charset 'UTF-8'

2017-07-07T13:54:21.6757183Z 13:54:21.490 DEBUG: 'DocumentsServiceTests.cs' generated metadata as test  with charset 'UTF-8'

2017-07-07T13:54:21.6757183Z 13:54:21.492 DEBUG: 'ImagesServiceTests.cs' generated metadata as test  with charset 'UTF-8'

2017-07-07T13:54:21.6757183Z 13:54:21.493 INFO: -------------  Scan Media Service Clone for static analysis

2017-07-07T13:54:21.6757183Z 13:54:21.519 DEBUG: Declared extensions of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.sql,**/*.tab,**/*.pkb

2017-07-07T13:54:21.6757183Z 13:54:21.520 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs

2017-07-07T13:54:21.6757183Z 13:54:21.520 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav

2017-07-07T13:54:21.6767179Z 13:54:21.520 DEBUG: Declared extensions of language Web were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.rhtml,**/*.shtml

2017-07-07T13:54:21.6767179Z 13:54:21.520 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as

2017-07-07T13:54:21.6767179Z 13:54:21.520 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl

2017-07-07T13:54:21.6767179Z 13:54:21.521 DEBUG: Declared extensions of language Visual Basic .NET were converted to sonar.lang.patterns.vbnet : **/*.vb

2017-07-07T13:54:21.6767179Z 13:54:21.521 DEBUG: Declared extensions of language Swift were converted to sonar.lang.patterns.swift : **/*.swift

2017-07-07T13:54:21.6767179Z 13:54:21.521 DEBUG: Declared extensions of language C were converted to sonar.lang.patterns.c : **/*.c,**/*.h

2017-07-07T13:54:21.6767179Z 13:54:21.521 DEBUG: Declared extensions of language C++ were converted to sonar.lang.patterns.cpp : **/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp

2017-07-07T13:54:21.6767179Z 13:54:21.521 DEBUG: Declared extensions of language Objective-C were converted to sonar.lang.patterns.objc : **/*.m

2017-07-07T13:54:21.6767179Z 13:54:21.522 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py

2017-07-07T13:54:21.6767179Z 13:54:21.522 DEBUG: Declared extensions of language RPG were converted to sonar.lang.patterns.rpg : **/*.rpg,**/*.rpgle,**/*.rpg,**/*.rpgle

2017-07-07T13:54:21.6767179Z 13:54:21.522 DEBUG: Declared extensions of language PL/I were converted to sonar.lang.patterns.pli : **/*.pli

2017-07-07T13:54:21.6777181Z 13:54:21.522 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.vue

2017-07-07T13:54:21.6777181Z 13:54:21.522 DEBUG: Declared extensions of language COBOL were converted to sonar.lang.patterns.cobol :

2017-07-07T13:54:21.6777181Z 13:54:21.523 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc

2017-07-07T13:54:21.6777181Z 13:54:21.523 DEBUG: Declared extensions of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow

2017-07-07T13:54:21.6777181Z 13:54:21.532 DEBUG: Initializers :

2017-07-07T13:54:21.6777181Z 13:54:21.532 INFO: Base dir: D:\a\1\s

2017-07-07T13:54:21.6777181Z 13:54:21.533 INFO: Working dir: d:\a\1\.sonarqube\out\.sonar

2017-07-07T13:54:21.6777181Z 13:54:21.533 INFO: Source encoding: windows-1252, default locale: en_US

2017-07-07T13:54:21.6777181Z 13:54:21.533 INFO: Index files

2017-07-07T13:54:21.6777181Z ##[error]13:54:21.517 WARN: Property 'sonar.issue.enforce.multicriteria' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:21.6777181Z ##[error]13:54:21.524 WARN: Property 'sonar.issue.ignore.multicriteria' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:21.6777181Z ##[error]13:54:21.524 WARN: Property 'sonar.issue.ignore.block' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:21.6787181Z ##[error]13:54:21.524 WARN: Property 'sonar.issue.ignore.allfile' is not declared as multi-valued but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.

2017-07-07T13:54:21.8937328Z 13:54:21.539 INFO: 0 files indexed

2017-07-07T13:54:21.8947377Z 13:54:21.584 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing

2017-07-07T13:54:21.8947377Z 13:54:21.584 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing

2017-07-07T13:54:21.8947377Z 13:54:21.584 DEBUG: 'PL/SQL Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.8947377Z 13:54:21.584 DEBUG: 'C#' skipped because there is no related file in current project

2017-07-07T13:54:21.8947377Z 13:54:21.585 DEBUG: 'C# Tests Coverage Report Import' skipped because there is no related file in current project

2017-07-07T13:54:21.8947377Z 13:54:21.585 DEBUG: '[Deprecated] C# Integration Tests Coverage Report Import' skipped because there is no related file in current project

2017-07-07T13:54:21.8947377Z 13:54:21.585 DEBUG: 'C# Unit Test Results Import' skipped because there is no related file in current project

2017-07-07T13:54:21.8947377Z 13:54:21.585 DEBUG: 'SurefireSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.8947377Z 13:54:21.586 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.8947377Z 13:54:21.586 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.8947377Z 13:54:21.586 DEBUG: 'Web' skipped because there is no related file in current project

2017-07-07T13:54:21.8959797Z 13:54:21.586 DEBUG: 'Flex' skipped because there is no related file in current project

2017-07-07T13:54:21.8959797Z 13:54:21.587 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project

2017-07-07T13:54:21.8959797Z 13:54:21.587 DEBUG: 'XML Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.8959797Z 13:54:21.587 DEBUG: 'VB.NET' skipped because there is no related file in current project

2017-07-07T13:54:21.8959797Z 13:54:21.587 DEBUG: 'Swift Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.8959797Z 13:54:21.587 DEBUG: 'C' skipped because there is no related file in current project

2017-07-07T13:54:21.8987212Z 13:54:21.588 DEBUG: 'C++' skipped because there is no related file in current project

2017-07-07T13:54:21.8987212Z 13:54:21.588 DEBUG: 'Objective-C' skipped because there is no related file in current project

2017-07-07T13:54:21.8987212Z 13:54:21.588 DEBUG: 'gcov' skipped because there is no related file in current project

2017-07-07T13:54:21.8987212Z 13:54:21.588 DEBUG: 'llvm-cov' skipped because there is no related file in current project

2017-07-07T13:54:21.8987212Z 13:54:21.589 DEBUG: 'cppunit' skipped because there is no related file in current project

2017-07-07T13:54:21.8987212Z 13:54:21.589 DEBUG: 'VisualStudioCoverage' skipped because there is no related file in current project

2017-07-07T13:54:21.8997207Z 13:54:21.589 DEBUG: 'bullseye' skipped because there is no related file in current project

2017-07-07T13:54:21.8997207Z 13:54:21.589 DEBUG: 'Python Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.8997207Z 13:54:21.590 DEBUG: 'RPG sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.8997207Z 13:54:21.590 DEBUG: 'PliSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.8997207Z 13:54:21.590 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.8997207Z 13:54:21.590 DEBUG: 'CobolSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.8997207Z 13:54:21.591 DEBUG: 'PHP sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9007211Z 13:54:21.591 DEBUG: 'AbapSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9007211Z 13:54:21.596 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing

2017-07-07T13:54:21.9007211Z 13:54:21.596 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing

2017-07-07T13:54:21.9007211Z 13:54:21.597 DEBUG: 'PL/SQL Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9007211Z 13:54:21.597 DEBUG: 'SurefireSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9017216Z 13:54:21.597 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9017216Z 13:54:21.598 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9017216Z 13:54:21.598 DEBUG: 'Web' skipped because there is no related file in current project

2017-07-07T13:54:21.9017216Z 13:54:21.598 DEBUG: 'Flex' skipped because there is no related file in current project

2017-07-07T13:54:21.9017216Z 13:54:21.598 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project

2017-07-07T13:54:21.9017216Z 13:54:21.599 DEBUG: 'VB.NET' skipped because there is no related file in current project

2017-07-07T13:54:21.9017216Z 13:54:21.599 DEBUG: 'Swift Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9027210Z 13:54:21.599 DEBUG: 'C' skipped because there is no related file in current project

2017-07-07T13:54:21.9027210Z 13:54:21.600 DEBUG: 'C++' skipped because there is no related file in current project

2017-07-07T13:54:21.9027210Z 13:54:21.600 DEBUG: 'Objective-C' skipped because there is no related file in current project

2017-07-07T13:54:21.9027210Z 13:54:21.600 DEBUG: 'gcov' skipped because there is no related file in current project

2017-07-07T13:54:21.9027210Z 13:54:21.600 DEBUG: 'llvm-cov' skipped because there is no related file in current project

2017-07-07T13:54:21.9027210Z 13:54:21.601 DEBUG: 'cppunit' skipped because there is no related file in current project

2017-07-07T13:54:21.9037209Z 13:54:21.601 DEBUG: 'VisualStudioCoverage' skipped because there is no related file in current project

2017-07-07T13:54:21.9037209Z 13:54:21.601 DEBUG: 'bullseye' skipped because there is no related file in current project

2017-07-07T13:54:21.9037209Z 13:54:21.602 DEBUG: 'Python Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9037209Z 13:54:21.602 DEBUG: 'RPG sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9037209Z 13:54:21.602 DEBUG: 'PliSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9037209Z 13:54:21.602 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9037209Z 13:54:21.603 DEBUG: 'CobolSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9037209Z 13:54:21.603 DEBUG: 'PHP sensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9047209Z 13:54:21.603 DEBUG: 'AbapSquidSensor' skipped because there is no related file in current project

2017-07-07T13:54:21.9047209Z 13:54:21.604 DEBUG: Sensors : SonarJavaXmlFileSensor -> Coverage Report Import -> Coverage Report Import -> Unit Test Results Import -> Analyzer for "php.ini" files -> C# Tests Coverage Report Import -> [Deprecated] C# Integration Tests Coverage Report Import -> C# Unit Test Results Import -> Zero Coverage Sensor -> CPD Block Indexer

2017-07-07T13:54:21.9047209Z 13:54:21.604 INFO: Sensor SonarJavaXmlFileSensor [java]

2017-07-07T13:54:21.9047209Z 13:54:21.605 INFO: Sensor SonarJavaXmlFileSensor [java] (done) | time=1ms

2017-07-07T13:54:21.9047209Z 13:54:21.605 INFO: Sensor Coverage Report Import [vbnet]

2017-07-07T13:54:21.9047209Z 13:54:21.605 DEBUG: No coverage property. Skip Sensor

2017-07-07T13:54:21.9047209Z 13:54:21.605 INFO: Sensor Coverage Report Import [vbnet] (done) | time=0ms

2017-07-07T13:54:21.9057208Z 13:54:21.605 INFO: Sensor Coverage Report Import [vbnet]

2017-07-07T13:54:21.9057208Z 13:54:21.605 DEBUG: No coverage property. Skip Sensor

2017-07-07T13:54:21.9057208Z 13:54:21.606 INFO: Sensor Coverage Report Import [vbnet] (done) | time=1ms

2017-07-07T13:54:21.9057208Z 13:54:21.606 INFO: Sensor Unit Test Results Import [vbnet]

2017-07-07T13:54:21.9057208Z 13:54:21.606 DEBUG: No unit test results property. Skip Sensor

2017-07-07T13:54:21.9057208Z 13:54:21.606 INFO: Sensor Unit Test Results Import [vbnet] (done) | time=0ms

2017-07-07T13:54:21.9057208Z 13:54:21.606 INFO: Sensor Analyzer for "php.ini" files [php]

2017-07-07T13:54:21.9057208Z 13:54:21.607 INFO: Sensor Analyzer for "php.ini" files [php] (done) | time=1ms

2017-07-07T13:54:21.9057208Z 13:54:21.607 INFO: Sensor C# Tests Coverage Report Import [csharp]

2017-07-07T13:54:21.9057208Z 13:54:21.607 DEBUG: No coverage property. Skip Sensor

2017-07-07T13:54:21.9067205Z 13:54:21.607 INFO: Sensor C# Tests Coverage Report Import [csharp] (done) | time=0ms

2017-07-07T13:54:21.9067205Z 13:54:21.607 INFO: Sensor [Deprecated] C# Integration Tests Coverage Report Import [csharp]

2017-07-07T13:54:21.9067205Z 13:54:21.608 DEBUG: No coverage property. Skip Sensor

2017-07-07T13:54:21.9067205Z 13:54:21.608 INFO: Sensor [Deprecated] C# Integration Tests Coverage Report Import [csharp] (done) | time=1ms

2017-07-07T13:54:21.9067205Z 13:54:21.608 INFO: Sensor C# Unit Test Results Import [csharp]

2017-07-07T13:54:21.9067205Z 13:54:21.616 INFO: Parsing the Visual Studio Test Results file d:\a\1\s\TestResults\buildguest_FACTORYVM-232 2017-07-07 13_53_08.trx

2017-07-07T13:54:21.9067205Z 13:54:21.649 INFO: Sensor C# Unit Test Results Import [csharp] (done) | time=41ms

2017-07-07T13:54:21.9067205Z 13:54:21.650 INFO: Sensor Zero Coverage Sensor

2017-07-07T13:54:21.9067205Z 13:54:21.664 INFO: Sensor Zero Coverage Sensor (done) | time=14ms

2017-07-07T13:54:21.9067205Z 13:54:21.665 INFO: Sensor CPD Block Indexer

2017-07-07T13:54:21.9067205Z 13:54:21.665 DEBUG: org.sonar.scanner.cpd.deprecated.DefaultCpdBlockIndexer is used for cs

2017-07-07T13:54:21.9077208Z 13:54:21.665 DEBUG: No CpdMapping for language cs

2017-07-07T13:54:21.9077208Z 13:54:21.665 DEBUG: org.sonar.scanner.cpd.deprecated.DefaultCpdBlockIndexer is used for xml

2017-07-07T13:54:21.9077208Z 13:54:21.665 DEBUG: No CpdMapping for language xml

2017-07-07T13:54:21.9077208Z 13:54:21.666 INFO: Sensor CPD Block Indexer (done) | time=1ms

2017-07-07T13:54:21.9077208Z 13:54:21.669 INFO: Calculating CPD for 0 files

2017-07-07T13:54:21.9077208Z 13:54:21.679 INFO: CPD calculation finished

2017-07-07T13:54:21.9077208Z ##[error]13:54:21.649 WARN: Metric 'test_success_density' is an internal metric computed by SonarQube. Provided value is ignored.

2017-07-07T13:54:22.0037220Z 13:54:21.886 INFO: Analysis report generated in 204ms, dir size=143 KB

2017-07-07T13:54:22.1047233Z 13:54:21.967 INFO: Analysis reports compressed in 81ms, zip size=40 KB

2017-07-07T13:54:22.1047233Z 13:54:21.967 INFO: Analysis report generated in d:\a\1\.sonarqube\out\.sonar\batch-report

2017-07-07T13:54:22.1047233Z 13:54:21.967 DEBUG: Upload report

2017-07-07T13:54:22.2057263Z 13:54:22.174 DEBUG: POST 200 https://sonarcloud.io/api/ce/submit?organization=aupairproject-github&projectKey=MediaServiceClone&projectName=Media%20Service%20Clone%20for%20static%20analysis | time=204ms

2017-07-07T13:54:22.2057263Z 13:54:22.176 INFO: Analysis report uploaded in 209ms

2017-07-07T13:54:22.3067274Z 13:54:22.210 INFO: ANALYSIS SUCCESSFUL, you can browse https://sonarcloud.io/dashboard/index/MediaServiceClone

2017-07-07T13:54:22.3067274Z 13:54:22.210 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report

2017-07-07T13:54:22.3067274Z 13:54:22.210 INFO: More about the report processing at https://sonarcloud.io/api/ce/task?id=AV0dVHuhO4GGCLhje92_

2017-07-07T13:54:22.3067274Z 13:54:22.211 DEBUG: Report metadata written to d:\a\1\.sonarqube\out\.sonar\report-task.txt

2017-07-07T13:54:22.3067274Z 13:54:22.213 DEBUG: 'GitHub Pull Request Issue Publisher' skipped because one of the required properties is missing

2017-07-07T13:54:22.3077275Z 13:54:22.214 DEBUG: Post-jobs :

2017-07-07T13:54:22.3077275Z 13:54:22.219 INFO: Task total time: 10.892 s

2017-07-07T13:54:22.3077275Z 13:54:22.219 INFO: ------------------------------------------------------------------------

2017-07-07T13:54:22.3077275Z 13:54:22.219 INFO: EXECUTION SUCCESS

2017-07-07T13:54:22.3077275Z 13:54:22.219 INFO: ------------------------------------------------------------------------

2017-07-07T13:54:22.3077275Z 13:54:22.219 INFO: Total time: 38.837s

2017-07-07T13:54:22.7288291Z 13:54:22.507 INFO: Final Memory: 77M/441M

2017-07-07T13:54:22.7288291Z 13:54:22.507 INFO: ------------------------------------------------------------------------

2017-07-07T13:54:22.7288291Z 13:54:22.507 DEBUG: Execution getVersion

2017-07-07T13:54:22.7288291Z 13:54:22.509 DEBUG: Execution stop

2017-07-07T13:54:23.2332221Z Process returned exit code 0

2017-07-07T13:54:23.2332221Z The SonarQube Scanner has finished

2017-07-07T13:54:23.2832241Z 13:54:23.176  Creating a summary markdown file...

2017-07-07T13:54:23.2902235Z 13:54:23.177  Analysis results: https://sonarcloud.io/dashboard/index/MediaServiceClone

2017-07-07T13:54:23.2902235Z 13:54:23.178  Post-processing succeeded.

2017-07-07T13:54:23.2912243Z ##[debug]The build was not triggered by a Pull Request, not processing code analysis comments

2017-07-07T13:54:23.2912243Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:23.2912243Z ##[debug]Variable read: MSBuild.SonarQube.Internal.IncludeFullReport = true

2017-07-07T13:54:23.2912243Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:23.2912243Z ##[debug]Variable read: MSBuild.SonarQube.Internal.ServerVersion = 

2017-07-07T13:54:23.2912243Z ##[debug]Calling InvokeGetRestMethod "/api/server/version" 

2017-07-07T13:54:23.3082246Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:23.3082246Z ##[debug]Variable read: MSBuild.SonarQube.HostUrl = https://sonarcloud.io/

2017-07-07T13:54:23.3362248Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:23.3372247Z ##[debug]Variable read: MSBuild.SonarQube.ServerUsername = ********

2017-07-07T13:54:23.3372247Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:23.3372247Z ##[debug]Variable read: MSBuild.SonarQube.ServerPassword = 

2017-07-07T13:54:23.3942255Z ##[debug]GET https://sonarcloud.io/api/server/version with 0-byte payload

2017-07-07T13:54:23.7502236Z ##[debug]received 11-byte response of content type text/plain; charset=UTF-8

2017-07-07T13:54:23.8247788Z ##[debug]Processed: ##vso[task.setvariable variable=MSBuild.SonarQube.Internal.ServerVersion;]6.5.0.26805

2017-07-07T13:54:23.8257778Z 

2017-07-07T13:54:23.8257778Z 

2017-07-07T13:54:23.8287872Z ##[debug]The SonarQube server version is 6.5.0.26805

2017-07-07T13:54:23.8527792Z Waiting on the SonarQube server to finish processing in order to determine the quality gate status.

2017-07-07T13:54:23.8527792Z 

2017-07-07T13:54:23.8537793Z 

2017-07-07T13:54:23.8557791Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:23.8557791Z ##[debug]Variable read: Agent.BuildDirectory = d:\a\1

2017-07-07T13:54:23.8977797Z ##[debug]The analysis is associated with the task id AV0dVHuhO4GGCLhje92_

2017-07-07T13:54:23.9067792Z ##[debug]Calling  IsAnalysisFinished $taskId 

2017-07-07T13:54:23.9097797Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:23.9107797Z ##[debug]Variable read: MSBuild.SonarQube.HostUrl = https://sonarcloud.io/

2017-07-07T13:54:23.9107797Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:23.9107797Z ##[debug]Variable read: MSBuild.SonarQube.ServerUsername = ********

2017-07-07T13:54:23.9117795Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:23.9117795Z ##[debug]Variable read: MSBuild.SonarQube.ServerPassword = 

2017-07-07T13:54:23.9117795Z ##[debug]GET https://sonarcloud.io/api/ce/task?id=AV0dVHuhO4GGCLhje92_ with 0-byte payload

2017-07-07T13:54:24.0032144Z ##[debug]received 524-byte response of content type application/json

2017-07-07T13:54:24.0162352Z ##[debug]The task status is SUCCESS

2017-07-07T13:54:24.0202436Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.0202436Z ##[debug]Variable read: MSBuild.SonarQube.HostUrl = https://sonarcloud.io/

2017-07-07T13:54:24.0212412Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.0212412Z ##[debug]Variable read: MSBuild.SonarQube.ServerUsername = ********

2017-07-07T13:54:24.0212412Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.0222412Z ##[debug]Variable read: MSBuild.SonarQube.ServerPassword = 

2017-07-07T13:54:24.0222412Z ##[debug]GET https://sonarcloud.io/api/ce/task?id=AV0dVHuhO4GGCLhje92_ with 0-byte payload

2017-07-07T13:54:24.1144341Z ##[debug]received 524-byte response of content type application/json

2017-07-07T13:54:24.1174382Z The SonarQube analysis has finished processing.

2017-07-07T13:54:24.1174382Z 

2017-07-07T13:54:24.1174382Z 

2017-07-07T13:54:24.1174382Z ##[debug]The analysis id is AV0dVH7QNAVDjyrgUZW3

2017-07-07T13:54:24.1174382Z ##[debug]Processed: ##vso[task.setvariable variable=MSBuild.SonarQube.AnalysisId;]AV0dVH7QNAVDjyrgUZW3

2017-07-07T13:54:24.1174382Z 

2017-07-07T13:54:24.1174382Z 

2017-07-07T13:54:24.1194409Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.1194409Z ##[debug]Variable read: MSBuild.SonarQube.Internal.IncludeFullReport = true

2017-07-07T13:54:24.1204427Z Creating a summary report

2017-07-07T13:54:24.1204427Z 

2017-07-07T13:54:24.1204427Z 

2017-07-07T13:54:24.1237063Z ##[debug]Formatting the quality gate report section

2017-07-07T13:54:24.1274526Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.1274526Z ##[debug]Variable read: MSBuild.SonarQube.HostUrl = https://sonarcloud.io/

2017-07-07T13:54:24.1685078Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.1705115Z ##[debug]Variable read: MSBuild.SonarQube.ServerUsername = ********

2017-07-07T13:54:24.1705115Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.1705115Z ##[debug]Variable read: MSBuild.SonarQube.ServerPassword = 

2017-07-07T13:54:24.1705115Z ##[debug]GET https://sonarcloud.io/api/qualitygates/project_status?analysisId=AV0dVH7QNAVDjyrgUZW3 with 0-byte payload

2017-07-07T13:54:24.2727238Z ##[debug]received 516-byte response of content type application/json

2017-07-07T13:54:24.3348144Z ##[debug]Formatting the dashboard uri report section

2017-07-07T13:54:24.3348144Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.3358169Z ##[debug]Variable read: MSBuild.SonarQube.ProjectUri = https://sonarcloud.io/dashboard/index?id=MediaServiceClone

2017-07-07T13:54:24.3420567Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.3420567Z ##[debug]Variable read: Agent.BuildDirectory = d:\a\1

2017-07-07T13:54:24.3448280Z ##[debug]Produced a summary report at d:\a\1\.sonarqube\out\newSummaryReport.md

2017-07-07T13:54:24.3448280Z Uploading the report

2017-07-07T13:54:24.3448280Z 

2017-07-07T13:54:24.3448280Z 

2017-07-07T13:54:24.3488360Z ##[debug]Processed: ##vso[task.addattachment type=Distributedtask.Core.Summary;name=SonarQube Analysis Report;]d:\a\1\.sonarqube\out\newSummaryReport.md

2017-07-07T13:54:24.3488360Z 

2017-07-07T13:54:24.3488360Z 

2017-07-07T13:54:24.3500505Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.3500505Z ##[debug]Variable read: MSBuild.SonarQube.Internal.BreakBuild = true

2017-07-07T13:54:24.3548443Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.3548443Z ##[debug]Variable read: MSBuild.SonarQube.HostUrl = https://sonarcloud.io/

2017-07-07T13:54:24.3558454Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.3558454Z ##[debug]Variable read: MSBuild.SonarQube.ServerUsername = ********

2017-07-07T13:54:24.3558454Z ##[debug]Invoke - Get-TaskVariable cmdlet

2017-07-07T13:54:24.3568465Z ##[debug]Variable read: MSBuild.SonarQube.ServerPassword = 

2017-07-07T13:54:24.3568465Z ##[debug]GET https://sonarcloud.io/api/qualitygates/project_status?analysisId=AV0dVH7QNAVDjyrgUZW3 with 0-byte payload

2017-07-07T13:54:24.4484116Z ##[debug]received 516-byte response of content type application/json

2017-07-07T13:54:24.4494208Z ##[debug]Processed: ##vso[task.setvariable variable=MSBuild.SonarQube.QualityGateStatus;]OK

2017-07-07T13:54:24.4494208Z 

2017-07-07T13:54:24.4494208Z 

2017-07-07T13:54:24.4526552Z The SonarQube quality gate associated with this build has passed (status OK)

2017-07-07T13:54:24.4526552Z 

2017-07-07T13:54:24.4534259Z 

2017-07-07T13:54:24.4814623Z ##[section]Finishing: Complete the SonarQube analysis

Amaury Leve

unread,
Jul 7, 2017, 10:16:32 AM7/7/17
to javier...@ef.com, SonarQube
Hi Javier,

It seems like you are experiencing the same issue as people on this thread: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/sonarqube/tdmGPpaye9o/Qu_KObKEAgAJ

Could you have a look and get back to us if it doesn't work?

Cheers,
Amaury
--

Amaury Levé | SonarSource

Software Developer - .Net Team

http://sonarsource.com


Are you using SonarLint in your IDE? 

javier...@ef.com

unread,
Jul 7, 2017, 11:00:36 AM7/7/17
to SonarQube, javier...@ef.com
Amaury,

That makes sence for the codecoverage issue if you have VSTS on your premises but I am using the hosted version Visual Studio Online and the binary is not installed.
...

Fabrice Bellingard

unread,
Jul 10, 2017, 4:35:23 AM7/10/17
to javier...@ef.com, SonarQube
Hi Javier,

you are building 2 different solutions between the "Begin" and the "End" steps of the SonarQube analysis. Chances are that this is what is causing the issue. You can make a test and move the "Build solution **/*.sfproj" after the "End" step to see if it fixes the issue.



Best regards,
Fabrice Bellingard | SonarSource
SonarQube & SonarCloud Product Manager
http://sonarsource.com

To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/1bfa0d6c-0ef4-406a-a458-b9122b2a7647%40googlegroups.com.

javier...@ef.com

unread,
Jul 10, 2017, 7:37:01 AM7/10/17
to SonarQube, javier...@ef.com
Fabrice,

Hi, I move the solution as you suggested and it worked. But my question is why we can not have build steps, I do not have 2 solutions just 1 solution and a special project that I used the extra build step for. Is there a way to aggregate the results of both within the same sonar analysis session ?


On Monday, July 10, 2017 at 10:35:23 AM UTC+2, Fabrice Bellingard wrote:
Hi Javier,

...

Fabrice Bellingard

unread,
Jul 11, 2017, 3:58:19 AM7/11/17
to javier...@ef.com, SonarQube
On Mon, Jul 10, 2017 at 1:37 PM, <javier...@ef.com> wrote:
Fabrice,

Hi, I move the solution as you suggested and it worked.

Great, happy to hear that!

 
But my question is why we can not have build steps, I do not have 2 solutions just 1 solution and a special project that I used the extra build step for. Is there a way to aggregate the results of both within the same sonar analysis session ?

Unfortunately, it's currently not possible. The way the Scanner for MSBuild works simply does not allow this. 

Just for my knowledge: what kind of files does this "sfproj" solution reference? C# code like in the standard "sln" one?

 

--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.

javier...@ef.com

unread,
Jul 11, 2017, 4:04:13 AM7/11/17
to SonarQube, javier...@ef.com
sfproj are Microsoft Service Fabric projects, it can reference any file like in standard .csproj but in our case it contains many .xml manifests and some Powershell scripts, nothing more.
...
Reply all
Reply to author
Forward
0 new messages