MSBuild.SonarQube.Runner errors out on running the 'end' process with no details of the problem

3,368 views
Skip to first unread message

Spencer

unread,
Jul 26, 2016, 2:44:11 PM7/26/16
to SonarQube
Is there a way to get info on what is causing the MSBuild.SonarQube.Runner.exe to return one when called "end".   The script worked at one point but then broke.    All the build is doing is compiling a csproj.   The project file lives inside the folder where the powershell script is executed.   Debugging is turned on but no debug info to explain issue is displayed.    Is there way to see more info?

PS C:\Paylocity\Escher> .\BuildNoPSake.ps1
Bootstrap nuget
-------------------------[Preconditions]-------------------------
Creating output directory - output
-------------------------[Start]-------------------------
SonarQube Scanner for MSBuild 2.0
Default properties file was found at C:\Paylocity\Escher\buildscripts\Shared\packages\MSBuild.SonarQube.Runner.2.0.0\tools\SonarQube.Analysis.xml
Loading analysis properties from C:\Paylocity\Escher\buildscripts\Shared\packages\MSBuild.SonarQube.Runner.2.0.0\tools\SonarQube.Analysis.xml
sonar.log.level=DEBUG was specified - setting the log verbosity to 'DEBUG'
Pre-processing started.
Using environment variables to determine the download directory...
Preparing working directories...
Removing the existing directory: C:\Paylocity\Escher\.sonarqube
Creating directory: C:\Paylocity\Escher\.sonarqube
Creating directory: C:\Paylocity\Escher\.sonarqube\bin
SonarQube server url: http://localhost:9000
Checking for updates...
Downloading SonarQube.MSBuild.Runner.Implementation.zip from http://localhost:9000/static/csharp/SonarQube.MSBuild.Runner.Implementation.zip to C:\Paylocity\Escher\.sonarqube\bin\SonarQube.MSBuild.Runner.I
mplementation.zip
Extracting files to C:\Paylocity\Escher\.sonarqube\bin...
Executing file C:\Paylocity\Escher\.sonarqube\bin\MSBuild.SonarQube.Internal.PreProcess.exe
  Args: /d:sonar.host.url=http://localhost:9000 /k:TestMe /n:TestMe /v:1.1 /d:sonar.log.level=DEBUG /s:C:\Paylocity\Escher\buildscripts\Shared\packages\MSBuild.SonarQube.Runner.2.0.0\tools\SonarQube.Analys
is.xml <sensitive data removed>
  Working directory: C:\Paylocity\Escher\.sonarqube
  Timeout (ms):-1
  Process id: 21084
SonarQube Scanner for MSBuild Begin Step 2.1
12:38:06.701  Loading analysis properties from C:\Paylocity\Escher\buildscripts\Shared\packages\MSBuild.SonarQube.Runner.2.0.0\tools\SonarQube.Analysis.xml
12:38:06.722  sonar.log.level=DEBUG was specified - setting the log verbosity to 'DEBUG'
12:38:06.723  Updating build integration targets...
12:38:06.725  The file SonarQube.Integration.ImportBefore.targets is up to date at C:\Users\sflanders\AppData\Local\Microsoft\MSBuild\14.0\Microsoft.Common.targets\ImportBefore
12:38:06.726  The file SonarQube.Integration.ImportBefore.targets is up to date at C:\Users\sflanders\AppData\Local\Microsoft\MSBuild\12.0\Microsoft.Common.targets\ImportBefore
12:38:06.726  Creating config and output folders...
12:38:06.727  Creating directory: C:\Paylocity\Escher\.sonarqube\conf
12:38:06.727  Creating directory: C:\Paylocity\Escher\.sonarqube\out
12:38:06.73  Fetching analysis configuration settings...
12:38:06.739  Fetching properties for project 'TestMe' from http://localhost:9000/api/properties?resource=TestMe...
12:38:06.802  Generating rulesets...
12:38:06.803  Generating the FxCop ruleset: C:\Paylocity\Escher\.sonarqube\conf\SonarQubeFxCop-cs.ruleset
12:38:06.906  Generating the FxCop ruleset: C:\Paylocity\Escher\.sonarqube\conf\SonarQubeFxCop-vbnet.ruleset
12:38:07.229  Found profile export 'roslyn-cs' for project 'TestMe'
12:38:07.258  Writing Roslyn generated ruleset to C:\Paylocity\Escher\.sonarqube\conf\SonarQubeRoslyn-cs.ruleset...
12:38:07.263  Writing Roslyn analyzer additional file to C:\Paylocity\Escher\.sonarqube\conf\SonarLint.xml...
12:38:07.268  Provisioning analyzer assemblies...
12:38:07.269  Installing required Roslyn analyzers...
12:38:07.269  Local analyzer cache: C:\Users\sflanders\AppData\Local\Temp\.sonarqube\.static
12:38:07.27  Processing plugin: csharp version 1.13.0
12:38:07.271  Cache hit: using plugin files from C:\Users\sflanders\AppData\Local\Temp\.sonarqube\.static\csharp_1.13.0\SonarAnalyzer.zip
Process returned exit code 0
Pre-processing succeeded.
-------------------------[Build]-------------------------

... as you can see the build has warnings

    614 Warning(s)
    0 Error(s)

Time Elapsed 00:00:01.92
-------------------------[Test]-------------------------
-------------------------[Stop]-------------------------
SonarQube Scanner for MSBuild 2.0
Default properties file was found at C:\Paylocity\Escher\buildscripts\Shared\packages\MSBuild.SonarQube.Runner.2.0.0\tools\SonarQube.Analysis.xml
Loading analysis properties from C:\Paylocity\Escher\buildscripts\Shared\packages\MSBuild.SonarQube.Runner.2.0.0\tools\SonarQube.Analysis.xml
sonar.log.level=DEBUG was specified - setting the log verbosity to 'DEBUG'
Post-processing started.
Using environment variables to determine the download directory...
Executing file C:\Paylocity\Escher\.sonarqube\bin\MSBuild.SonarQube.Internal.PostProcess.exe
  Args: 
  Working directory: C:\Paylocity\Escher\.sonarqube
  Timeout (ms):-1
  Process id: 19412
SonarQube Scanner for MSBuild End Step 2.1
12:38:10.045  sonar.log.level=DEBUG was specified - setting the log verbosity to 'DEBUG'
12:38:10.049  Loading the SonarQube analysis config from C:\Paylocity\Escher\.sonarqube\conf\SonarQubeAnalysisConfig.xml
12:38:10.049  Not running under TeamBuild
12:38:10.05  Analysis base directory: C:\Paylocity\Escher\.sonarqube
Build directory: 
Bin directory: C:\Paylocity\Escher\.sonarqube\bin
Config directory: C:\Paylocity\Escher\.sonarqube\conf
Output directory: C:\Paylocity\Escher\.sonarqube\out
Config file: C:\Paylocity\Escher\.sonarqube\out
Generating SonarQube project properties file to C:\Paylocity\Escher\.sonarqube\out\sonar-project.properties
The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: C:\Paylocity\Escher\_Source\output\Escher.dll.RoslynCA.json
WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Paylocity\Escher\AssemblyInfoVersion.cs, project: C:\Paylocity\Escher\_Source\Escher.csproj
Setting analysis property: sonar.visualstudio.enable=false
Writing processing summary to C:\Paylocity\Escher\.sonarqube\out\ProjectInfo.log
Creating directory: C:\Paylocity\Escher\.sonarqube\bin\sonar-scanner
SONAR_SCANNER_OPTS is not configured. Setting it to the default value of -Xmx1024m
Calling the SonarQube Scanner...
Setting environment variable 'SONAR_SCANNER_OPTS'. Value: -Xmx1024m
Executing file C:\Paylocity\Escher\.sonarqube\bin\sonar-scanner\bin\sonar-scanner.bat
  Args: -Dproject.settings=C:\Paylocity\Escher\.sonarqube\out\sonar-project.properties -e 
  Working directory: C:\Paylocity\Escher
  Timeout (ms):-1
  Process id: 15576
Process returned exit code 1
MSBuild.SonarQube.Runner.exe : The SonarQube Scanner did not complete successfully
At C:\Paylocity\Escher\buildscripts\Shared\Invoke-StopSonarQubeAnalysis.ps1:22 char:1
+ & $sonarqubePackagePath $arguments # needs to run in the same executi ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (The SonarQube S...te successfully:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
12:38:10.258  Creating a summary markdown file...
Process returned exit code 1
Post-processing failed. Exit code: 1
1
At C:\Paylocity\Escher\buildscripts\Shared\Invoke-StopSonarQubeAnalysis.ps1:23 char:28
+ if ($lastexitcode -ne 0) { throw $lastexitcode }
+                            ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (1:Int32) [], RuntimeException
    + FullyQualifiedErrorId : 1
 

PS C:\Paylocity\Escher> 

spencer....@gmail.com

unread,
Jul 26, 2016, 5:48:10 PM7/26/16
to SonarQube, spencer....@gmail.com
I saw this in the windows event log

Faulting application name: MSBuild.SonarQube.Runner.exe, version: 2.0.0.0, time stamp: 0x56be05ea
Faulting module name: KERNELBASE.dll, version: 6.3.9600.18264, time stamp: 0x56e1b34d
Exception code: 0xe0434352
Fault offset: 0x00015b68
Faulting process id: 0x3c74
Faulting application start time: 0x01d1e786899c6797
Faulting application path: C:\Paylocity\Escher\buildscripts\Shared\packages\MSBuild.SonarQube.Runner.2.0.0\tools\MSBuild.SonarQube.Runner.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: c7622fcf-5379-11e6-8269-5891cf7856a3
Faulting package full name: 
Faulting package-relative application ID: 

Julien HENRY

unread,
Jul 27, 2016, 9:52:00 AM7/27/16
to SonarQube, spencer....@gmail.com
Hi,

Could you manually run the shell script to see if you get more logs:

cd C:\Paylocity\Escher
.sonarqube\bin\sonar-scanner\bin\sonar-scanner.bat -Dproject.settings=C:\Paylocity\Escher\.sonarqube\out\sonar-project.properties -e 

Thanks,

Julien

spencer....@gmail.com

unread,
Jul 27, 2016, 11:08:44 AM7/27/16
to SonarQube, spencer....@gmail.com
So that worked.   

C:\Paylocity\Escher\.sonarqube\bin\sonar-scanner\bin\..
INFO: Scanner configuration file: C:\Paylocity\Escher\.sonarqube\bin\sonar-scanner\bin\..\conf\sonar-scanner.properties
INFO: Project root configuration file: C:\Paylocity\Escher\.sonarqube\out\sonar-project.properties
INFO: SonarQube Scanner 2.6
INFO: Java 1.8.0_91 Oracle Corporation (64-bit)
INFO: Windows 8.1 6.3 amd64
INFO: Error stacktraces are turned on.
INFO: User cache: C:\Users\sflanders\.sonar\cache
DEBUG: Extract sonar-scanner-api-batch in temp...
DEBUG: Get bootstrap index...
DEBUG: Get bootstrap completed
DEBUG: Create isolated classloader...
DEBUG: Start temp cleaning...
DEBUG: Temp cleaning done
DEBUG: Execution getVersion
DEBUG: Execution start
DEBUG: Publish global mode
DEBUG: cache: C:\Users\sflanders\.sonar\ws_cache\http%3A%2F%2Flocalhost%3A9000\global
INFO: Load global repositories
DEBUG: GET 200 http://localhost:9000/batch/global | time=40ms
INFO: Load global repositories (done) | time=96ms
INFO: User cache: C:\Users\sflanders\.sonar\cache
INFO: Load plugins index
INFO: Load plugins index (done) | time=6ms
DEBUG: Load plugins
DEBUG: Load plugins (done) | time=11ms
DEBUG: API compatibility mode is enabled on plugin Cobertura [cobertura] (built with API lower than 5.2)
DEBUG: API compatibility mode is enabled on plugin C# [csharp] (built with API lower than 5.2)
DEBUG: API compatibility mode is enabled on plugin Java [java] (built with API lower than 5.2)
DEBUG: API compatibility mode is enabled on plugin Git [scmgit] (built with API lower than 5.2)
DEBUG: API compatibility mode is enabled on plugin SVN [scmsvn] (built with API lower than 5.2)
DEBUG: API compatibility mode is enabled on plugin JavaScript [javascript] (built with API lower than 5.2)
DEBUG: API compatibility mode is enabled on plugin NDepend [ndepend] (built with API lower than 5.2)
DEBUG: Plugins:
DEBUG:   * Cobertura 1.6.3 (cobertura)
DEBUG:   * C# 5.3.1 (csharp)
DEBUG:   * Java 3.14 (java)
DEBUG:   * Code Smells 3.0.0 (smells)
DEBUG:   * Git 1.2 (scmgit)
DEBUG:   * SVN 1.3 (scmsvn)
DEBUG:   * JavaScript 2.13 (javascript)
DEBUG:   * NDepend 1.0-SNAPSHOT (ndepend)
DEBUG: Execution getVersion
INFO: SonarQube server 5.5
INFO: Default locale: "en_US", source code encoding: "UTF-8"
DEBUG: Work directory: C:\Paylocity\Escher\.sonarqube\out\.sonar
DEBUG: Execution getVersion
DEBUG: Execution execute
INFO: Process project properties
DEBUG: Process project properties (done) | time=7ms
DEBUG: cache: C:\Users\sflanders\.sonar\ws_cache\http%3A%2F%2Flocalhost%3A9000\5.5\projects\TestMe
INFO: Load project repositories
INFO: Load project repositories (done) | time=69ms
DEBUG: Available languages:
DEBUG:   * C# => "cs"
DEBUG:   * Java => "java"
DEBUG:   * JavaScript => "js"
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=22ms
INFO: Load active rules
INFO: Load active rules (done) | time=271ms
INFO: Publish mode
DEBUG: Start recursive analysis of project modules
INFO: -------------  Scan Escher
INFO: Load server rules
INFO: Load server rules (done) | time=110ms
DEBUG: Initializers : 
INFO: Base dir: C:\Paylocity\Escher\_Source
INFO: Working dir: C:\Paylocity\Escher\.sonarqube\out\.sonar\TestMe_TestMe_DAC61CE4-6271-4E51-AF79-2B8842E6276C
INFO: Source paths: AssemblyInfo.cs, BaseException.cs, CaseInsensitiveDictionary.cs, Configuration/ConfigManager.cs, Configuration/ConnectionString.cs, Configuration/Constants.cs, Configuration/DBConnection.cs, Configuration/DBConnectionCollection.cs, Configuration/Decoder.cs, Configuration/FtpConfig.cs, Configuration/IWebApiConfig.cs, Configuration/SettingsHelper.cs, Configuration/SFTPConnection.cs, Configuration/WebApiConfig.cs, Configuration/WindowsAccount.cs, Configuration/WindowsAccountCollection.cs, CSVExport.cs, DayOfMonth.cs, INotificationUrlNavigationHelper.cs, Logging/IEscherLog.cs, Logging/LogExtra.cs, Logging/SoapExceptionLogger.cs, EscherNotificationUrlNavigationHelper.cs, NumberUtilities.cs, CryptographyUtilities.cs, Encoder.cs, Format.cs, Logging/EscherADONetAppender.cs, Logging/Log.cs, NullParser.cs, NullValue.cs, PerformanceTimer.cs, ReportXmlParmParser.cs, Validate.cs, packages.config
INFO: Source encoding: UTF-8, default locale: en_US
INFO: Index files
DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js
DEBUG: Language of file 'AssemblyInfo.cs' is detected to be 'cs'
DEBUG: Language of file 'BaseException.cs' is detected to be 'cs'
DEBUG: Language of file 'CaseInsensitiveDictionary.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/ConfigManager.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/ConnectionString.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/Constants.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/DBConnection.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/Decoder.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/DBConnectionCollection.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/FtpConfig.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/IWebApiConfig.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/SettingsHelper.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/SFTPConnection.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/WebApiConfig.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/WindowsAccount.cs' is detected to be 'cs'
DEBUG: Language of file 'Configuration/WindowsAccountCollection.cs' is detected to be 'cs'
DEBUG: Language of file 'CSVExport.cs' is detected to be 'cs'
DEBUG: Language of file 'DayOfMonth.cs' is detected to be 'cs'
DEBUG: Language of file 'INotificationUrlNavigationHelper.cs' is detected to be 'cs'
DEBUG: Language of file 'Logging/IEscherLog.cs' is detected to be 'cs'
DEBUG: Language of file 'Logging/LogExtra.cs' is detected to be 'cs'
DEBUG: Language of file 'Logging/SoapExceptionLogger.cs' is detected to be 'cs'
DEBUG: Language of file 'NumberUtilities.cs' is detected to be 'cs'
DEBUG: Language of file 'EscherNotificationUrlNavigationHelper.cs' is detected to be 'cs'
DEBUG: Language of file 'CryptographyUtilities.cs' is detected to be 'cs'
DEBUG: Language of file 'Encoder.cs' is detected to be 'cs'
DEBUG: Language of file 'Format.cs' is detected to be 'cs'
DEBUG: Language of file 'Logging/EscherADONetAppender.cs' is detected to be 'cs'
DEBUG: Language of file 'Logging/Log.cs' is detected to be 'cs'
DEBUG: Language of file 'NullValue.cs' is detected to be 'cs'
DEBUG: Language of file 'NullParser.cs' is detected to be 'cs'
DEBUG: Language of file 'PerformanceTimer.cs' is detected to be 'cs'
DEBUG: Language of file 'ReportXmlParmParser.cs' is detected to be 'cs'
DEBUG: Language of file 'Validate.cs' is detected to be 'cs'
INFO: Invalid character encountered in file C:\Paylocity\Escher\_Source\Validate.cs at line 433 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: 34 files indexed
INFO: Quality profile for cs: Sonar way
INFO: All FxCop rules are disabled, skipping its execution.
INFO: JaCoCoSensor: JaCoCo report not found : C:\Paylocity\Escher\_Source\target\jacoco.exec
INFO: JaCoCoItSensor: JaCoCo IT report not found: C:\Paylocity\Escher\_Source\target\jacoco-it.exec
INFO: All NDepend rules are disabled, skipping its execution.
DEBUG: Code colorizer, supported languages: cs
DEBUG: Sensors : Lines Sensor (wrapped) -> org.sonar.plugins.csharp.CSharpSensor@6629ad09 -> SCM Sensor (wrapped) -> Zero Coverage Sensor (wrapped) -> Code Colorizer Sensor (wrapped) -> CPD Block Indexer (wrapped)
INFO: Sensor Lines Sensor (wrapped)
INFO: Sensor Lines Sensor (wrapped) (done) | time=13ms
INFO: Sensor org.sonar.plugins.csharp.CSharpSensor
INFO: SonarLint for Visual Studio version 1.13.0.0
INFO: 0/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\AssemblyInfo.cs
INFO: 1/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\BaseException.cs
INFO: 2/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\CSVExport.cs
INFO: 3/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\CaseInsensitiveDictionary.cs
INFO: 4/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\ConfigManager.cs
INFO: 5/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\ConnectionString.cs
INFO: 6/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\Constants.cs
INFO: 7/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\DBConnection.cs
INFO: 8/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\DBConnectionCollection.cs
INFO: 9/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\Decoder.cs
INFO: 10/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\FtpConfig.cs
INFO: 11/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\IWebApiConfig.cs
INFO: 12/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\SFTPConnection.cs
INFO: 13/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\SettingsHelper.cs
INFO: 14/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\WebApiConfig.cs
INFO: 15/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\WindowsAccount.cs
INFO: 16/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Configuration\WindowsAccountCollection.cs
INFO: 17/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\CryptographyUtilities.cs
INFO: 18/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\DayOfMonth.cs
INFO: 19/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Encoder.cs
INFO: 20/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\EscherNotificationUrlNavigationHelper.cs
INFO: 21/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Format.cs
INFO: 22/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\INotificationUrlNavigationHelper.cs
INFO: 23/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Logging\EscherADONetAppender.cs
INFO: 24/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Logging\IEscherLog.cs
INFO: 25/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Logging\Log.cs
INFO: 26/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Logging\LogExtra.cs
INFO: 27/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Logging\SoapExceptionLogger.cs
INFO: 28/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\NullParser.cs
INFO: 29/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\NullValue.cs
INFO: 30/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\NumberUtilities.cs
INFO: 31/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\PerformanceTimer.cs
INFO: 32/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\ReportXmlParmParser.cs
INFO: 33/34 files analyzed, starting to analyze: C:\Paylocity\Escher\_Source\Validate.cs
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored.
DEBUG: No repository key for issue with rule ID: CS0108
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1573
DEBUG: No repository key for issue with rule ID: CS1573
DEBUG: No repository key for issue with rule ID: CS1573
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1573
DEBUG: No repository key for issue with rule ID: CS1573
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1572
DEBUG: No repository key for issue with rule ID: CS1573
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1572
DEBUG: No repository key for issue with rule ID: CS1572
DEBUG: No repository key for issue with rule ID: CS1573
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
DEBUG: No repository key for issue with rule ID: CS1591
INFO: Sensor org.sonar.plugins.csharp.CSharpSensor (done) | time=2302ms
INFO: Sensor SCM Sensor (wrapped)
INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
INFO: Sensor Zero Coverage Sensor (wrapped)
INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=29ms
INFO: Sensor Code Colorizer Sensor (wrapped)
INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=179ms
INFO: Sensor CPD Block Indexer (wrapped)
INFO: DefaultCpdBlockIndexer is used for cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/AssemblyInfo.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/BaseException.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/CSVExport.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/CaseInsensitiveDictionary.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/ConfigManager.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/ConnectionString.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/Constants.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/DBConnection.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/DBConnectionCollection.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/Decoder.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/FtpConfig.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/IWebApiConfig.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/SFTPConnection.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/SettingsHelper.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/WebApiConfig.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/WindowsAccount.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Configuration/WindowsAccountCollection.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/CryptographyUtilities.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/DayOfMonth.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Encoder.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/EscherNotificationUrlNavigationHelper.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Format.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/INotificationUrlNavigationHelper.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Logging/EscherADONetAppender.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Logging/IEscherLog.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Logging/Log.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Logging/LogExtra.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Logging/SoapExceptionLogger.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/NullParser.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/NullValue.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/NumberUtilities.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/PerformanceTimer.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/ReportXmlParmParser.cs
DEBUG: Populating index from C:/Paylocity/Escher/_Source/Validate.cs
INFO: Sensor CPD Block Indexer (wrapped) (done) | time=162ms
INFO: -------------  Scan TestMe
DEBUG: Initializers : 
INFO: Base dir: C:\Paylocity\Escher\_Source
INFO: Working dir: C:\Paylocity\Escher\.sonarqube\out\.sonar
INFO: Source encoding: UTF-8, default locale: en_US
INFO: JaCoCoSensor: JaCoCo report not found : C:\Paylocity\Escher\_Source\target\jacoco.exec
INFO: JaCoCoItSensor: JaCoCo IT report not found: C:\Paylocity\Escher\_Source\target\jacoco-it.exec
DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> Zero Coverage Sensor (wrapped) -> Code Colorizer Sensor (wrapped) -> CPD Block Indexer (wrapped)
INFO: Sensor Lines Sensor (wrapped)
INFO: Sensor Lines Sensor (wrapped) (done) | time=0ms
INFO: Sensor SCM Sensor (wrapped)
INFO: Sensor SCM Sensor (wrapped) (done) | time=1ms
INFO: Sensor Zero Coverage Sensor (wrapped)
INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=0ms
INFO: Sensor Code Colorizer Sensor (wrapped)
INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=0ms
INFO: Sensor CPD Block Indexer (wrapped)
INFO: Sensor CPD Block Indexer (wrapped) (done) | time=0ms
INFO: Calculating CPD for 34 files
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/FtpConfig.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/Decoder.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/IWebApiConfig.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:CryptographyUtilities.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Logging/SoapExceptionLogger.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:PerformanceTimer.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Logging/LogExtra.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/DBConnection.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:AssemblyInfo.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Logging/Log.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:BaseException.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/Constants.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/WindowsAccountCollection.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:CaseInsensitiveDictionary.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:DayOfMonth.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/DBConnectionCollection.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:NullParser.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/ConfigManager.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/ConnectionString.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Validate.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:NullValue.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Logging/IEscherLog.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Encoder.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/WebApiConfig.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:EscherNotificationUrlNavigationHelper.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:ReportXmlParmParser.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/SettingsHelper.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:CSVExport.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Logging/EscherADONetAppender.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:NumberUtilities.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:INotificationUrlNavigationHelper.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/WindowsAccount.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Configuration/SFTPConnection.cs
DEBUG: Detection of duplications for TestMe:TestMe:DAC61CE4-6271-4E51-AF79-2B8842E6276C:Format.cs
INFO: CPD calculation finished
INFO: Analysis report generated in 313ms, dir size=554 KB
INFO: Analysis reports compressed in 159ms, zip size=172 KB
DEBUG: Upload report
INFO: Analysis report uploaded in 63ms
INFO: ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard/index/TestMe
INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
INFO: More about the report processing at http://localhost:9000/api/ce/task?id=AVYs5cGyu2sJKsaweDGb
DEBUG: Report metadata written to C:\Paylocity\Escher\.sonarqube\out\.sonar\report-task.txt
DEBUG: Post-jobs : 
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 5.916s
INFO: Final Memory: 46M/374M
INFO: ------------------------------------------------------------------------
DEBUG: Execution getVersion
DEBUG: Execution stop

However i run the commands that created that metadata from a command line or powershell it errors out.  I can see in the metadata its adding the "-e" parameter

"c:\Paylocity\Escher\packages\MSBuild.SonarQube.Runner.2.0.0\tools\MSBuild.SonarQube.Runner.exe" begin /d:sonar.host.url="http://localhost:9000" /d:sonar.login="admin" /d:sonar.password="admin" /k:"TestMe" /n:"TestMe" /v:"1" /d:sonar.log.level=DEBUG

"C:\Program Files (x86)\MSBuild\14.0\bin\MSBuild.exe" "C:\Paylocity\Escher\_Source\Escher.csproj" /m /nr:false /t:Clean,Rebuild /p:Configuration=Release

"c:\Paylocity\Escher\packages\MSBuild.SonarQube.Runner.2.0.0\tools\MSBuild.SonarQube.Runner.exe" end


C:\Paylocity\Escher>"c:\Paylocity\Escher\packages\MSBuild.SonarQube.Runner.2.0.0

\tools\MSBuild.SonarQube.Runner.exe" end

SonarQube Scanner for MSBuild 2.0

Default properties file was found at c:\Paylocity\Escher\packages\MSBuild.SonarQ

ube.Runner.2.0.0\tools\SonarQube.Analysis.xml

Loading analysis properties from c:\Paylocity\Escher\packages\MSBuild.SonarQube.

Runner.2.0.0\tools\SonarQube.Analysis.xml

sonar.log.level=DEBUG was specified - setting the log verbosity to 'DEBUG'

Post-processing started.

Using environment variables to determine the download directory...

Executing file C:\Paylocity\Escher\.sonarqube\bin\MSBuild.SonarQube.Internal.Pos

tProcess.exe

  Args:

  Working directory: C:\Paylocity\Escher\.sonarqube

  Timeout (ms):-1

  Process id: 21376

SonarQube Scanner for MSBuild End Step 2.1

09:02:59.525  sonar.log.level=DEBUG was specified - setting the log verbosity to 'DEBUG'

09:02:59.529  Loading the SonarQube analysis config from C:\Paylocity\Escher\.sonarqube\conf\SonarQubeAnalysisConfig.xml

09:02:59.529  Not running under TeamBuild

09:02:59.529  Analysis base directory: C:\Paylocity\Escher\.sonarqube

Build directory:

Bin directory: C:\Paylocity\Escher\.sonarqube\bin

Config directory: C:\Paylocity\Escher\.sonarqube\conf

Output directory: C:\Paylocity\Escher\.sonarqube\out

Config file: C:\Paylocity\Escher\.sonarqube\out

Generating SonarQube project properties file to C:\Paylocity\Escher\.sonarqube\out\sonar-project.properties

The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: C:\Paylocity\Escher\bin\Escher.dll.RoslynCA.json WARNING: File is not under the project directory and cannot currently be analyse

d by SonarQube. File: C:\Paylocity\Escher\AssemblyInfoVersion.cs, project: C:\Paylocity\Escher\_Source\Escher.csproj

Setting analysis property: sonar.visualstudio.enable=false

Writing processing summary to C:\Paylocity\Escher\.sonarqube\out\ProjectInfo.log


Creating directory: C:\Paylocity\Escher\.sonarqube\bin\sonar-scanner

SONAR_SCANNER_OPTS is not configured. Setting it to the default value of -Xmx102

4m

Calling the SonarQube Scanner...

Setting environment variable 'SONAR_SCANNER_OPTS'. Value: -Xmx1024m

Executing file C:\Paylocity\Escher\.sonarqube\bin\sonar-scanner\bin\sonar-scanner.bat

  Args: -Dproject.settings=C:\Paylocity\Escher\.sonarqube\out\sonar-project.properties -e

  Working directory: C:\Paylocity\Escher

  Timeout (ms):-1

  Process id: 21092

Process returned exit code 1

The SonarQube Scanner did not complete successfully

09:02:59.73  Creating a summary markdown file...

Process returned exit code 1

Post-processing failed. Exit code: 1



spencer....@gmail.com

unread,
Jul 27, 2016, 8:05:18 PM7/27/16
to SonarQube, spencer....@gmail.com
So in my powershell i test for that EXE erroring out and then i try running the command you sent as a fallback.  Seems to work fine as a workaround.   Would be nice to figure out what is causing the EXE to crash.
...

Julien HENRY

unread,
Jul 28, 2016, 3:18:32 AM7/28/16
to SonarQube, spencer....@gmail.com
Can you try to run the end step from a "normal" cmd prompt (not powershell)?
...

spencer....@gmail.com

unread,
Jul 28, 2016, 9:15:48 AM7/28/16
to SonarQube, spencer....@gmail.com
Actually i was using the command line for testing to find the solution i mentioned.   The issue seems to be specific to certain .net solutions.  I think it crashes before it even tries to run that batch file.

Julien HENRY

unread,
Jul 28, 2016, 11:20:24 AM7/28/16
to SonarQube, spencer....@gmail.com
OK, would you be able to create a small reproducer from one of this solution so that we can investigate (removing source code, keeping only config stuff)? You can send it to me privately if you care about privacy.

Thanks

spencer....@gmail.com

unread,
Jul 28, 2016, 1:03:42 PM7/28/16
to SonarQube, spencer....@gmail.com
Is there an internal debugging build of the msbuild.runner.exe that dumps out details about what the exe is doing?  That might be easier than trying to figure a way to remove everything and still get the weird behavior.   This solution is massive, plus its my companies code so i'd need to find out what a can and can't send.
...

Julien HENRY

unread,
Jul 29, 2016, 3:14:49 AM7/29/16
to SonarQube, spencer....@gmail.com
You can append /d:sonar.verbose=true to the begin step to activate verbose output.

spencer....@gmail.com

unread,
Jul 29, 2016, 8:45:40 AM7/29/16
to SonarQube, spencer....@gmail.com
All the stuff posted here already had that flag turned on.   When the app crashes it gives no details beyond what you've already seen

spencer....@gmail.com

unread,
Aug 1, 2016, 9:16:07 PM8/1/16
to SonarQube, spencer....@gmail.com
So i have some info that may help you.   My opencover file is 1.6 gigs after running unit tests and it appears to fail because of that.

 INFO: Parsing the OpenCover report C:\Paylocity\Escher\OpenCoverResult.xml
         DEBUG: Skipping the import of OpenCover code coverage for the invalid file path: d:\Dev\dapper-dot-net\Dapper NET40\SqlMapper.cs at line 14490217
         java.io.IOException: The device is not ready
          at java.io.WinNTFileSystem.canonicalize0(Native Method) ~[na:1.8.0_91]
          at java.io.WinNTFileSystem.canonicalize(Unknown Source) ~[na:1.8.0_91]
          at java.io.File.getCanonicalPath(Unknown Source) ~[na:1.8.0_91]
          at org.sonar.plugins.dotnet.tests.OpenCoverReportParser$Parser.handleFileTag(OpenCoverReportParser.java:86) [sonar-dotnet-tests-library-1.3.2.jar:na]
          at org.sonar.plugins.dotnet.tests.OpenCoverReportParser$Parser.dispatchTags(OpenCoverReportParser.java:68) [sonar-dotnet-tests-library-1.3.2.jar:na]
          at org.sonar.plugins.dotnet.tests.OpenCoverReportParser$Parser.parse(OpenCoverReportParser.java:56) [sonar-dotnet-tests-library-1.3.2.jar:na]
          at org.sonar.plugins.dotnet.tests.OpenCoverReportParser.parse(OpenCoverReportParser.java:36) [sonar-dotnet-tests-library-1.3.2.jar:na]
          at org.sonar.plugins.dotnet.tests.CoverageCache.readCoverageFromCacheOrParse(CoverageCache.java:38) [sonar-dotnet-tests-library-1.3.2.jar:na]
          at org.sonar.plugins.dotnet.tests.CoverageAggregator.aggregate(CoverageAggregator.java:107) [sonar-dotnet-tests-library-1.3.2.jar:na]
          at org.sonar.plugins.dotnet.tests.CoverageAggregator.aggregate(CoverageAggregator.java:90) [sonar-dotnet-tests-library-1.3.2.jar:na]
          at org.sonar.plugins.dotnet.tests.CoverageReportImportSensor.analyze(CoverageReportImportSensor.java:79) [sonar-dotnet-tests-library-1.3.2.jar:na]
          at org.sonar.plugins.dotnet.tests.CoverageReportImportSensor.analyse(CoverageReportImportSensor.java:74) [sonar-dotnet-tests-library-1.3.2.jar:na]
          at org.sonar.batch.phases.SensorsExecutor.executeSensor(SensorsExecutor.java:58) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:50) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.phases.AbstractPhaseExecutor.execute(AbstractPhaseExecutor.java:83) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:189) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:142) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:127) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.scan.ProjectScanContainer.scan(ProjectScanContainer.java:265) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:260) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:258) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:250) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:142) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.scan.ProjectScanContainer.startComponents(ProjectScanContainer.java:128) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:127) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.task.ScanTask.execute(ScanTask.java:55) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.task.TaskContainer.doAfterStart(TaskContainer.java:86) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:142) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:127) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.bootstrap.GlobalContainer.executeTask(GlobalContainer.java:124) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonar.batch.bootstrapper.Batch.executeTask(Batch.java:119) [sonar-scanner-engine-shaded-5.5.jar:na]
          at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:62) [sonar-scanner-api-batch8928106591239802649.jar:na]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_91]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_91]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_91]
          at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60) [sonar-scanner-cli-2.6.jar:na]
          at com.sun.proxy.$Proxy0.execute(Unknown Source) [na:na]
          at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:240) [sonar-scanner-cli-2.6.jar:na]
          at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis(EmbeddedScanner.java:151) [sonar-scanner-cli-2.6.jar:na]
          at org.sonarsource.scanner.cli.Main.runAnalysis(Main.java:110) [sonar-scanner-cli-2.6.jar:na]
          at org.sonarsource.scanner.cli.Main.execute(Main.java:72) [sonar-scanner-cli-2.6.jar:na]
          at org.sonarsource.scanner.cli.Main.main(Main.java:60) [sonar-scanner-cli-2.6.jar:na]
...

spencer....@gmail.com

unread,
Aug 1, 2016, 9:20:50 PM8/1/16
to SonarQube, spencer....@gmail.com
Fails as in hangs for a really long time and i have to cancel the script.  If i rerun the batch file manually i get:

ERROR: Error during SonarQube Scanner execution
java.lang.IllegalStateException: Can't create measure for line 703 for file 'C:/
Paylocity/Escher/BusinessFacade/Notification/notification.cs' with 699 lines
        at org.sonar.batch.sensor.coverage.CoverageExclusions.validateMaxLine(Co
verageExclusions.java:158)
        at org.sonar.batch.sensor.coverage.CoverageExclusions.validate(CoverageE
xclusions.java:129)
        at org.sonar.batch.deprecated.DeprecatedSensorContext.saveMeasure(Deprec
atedSensorContext.java:205)
        at org.sonar.plugins.dotnet.tests.CoverageReportImportSensor.analyze(Cov
erageReportImportSensor.java:103)
        at org.sonar.plugins.dotnet.tests.CoverageReportImportSensor.analyse(Cov
erageReportImportSensor.java:74)
        at org.sonar.batch.phases.SensorsExecutor.executeSensor(SensorsExecutor.
java:58)
        at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:5
0)
        at org.sonar.batch.phases.AbstractPhaseExecutor.execute(AbstractPhaseExe
cutor.java:83)
        at org.sonar.batch.scan.ModuleScanContainer.doAfterStart(ModuleScanConta
iner.java:189)
        at org.sonar.core.platform.ComponentContainer.startComponents(ComponentC
ontainer.java:142)
        at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer
.java:127)
        at org.sonar.batch.scan.ProjectScanContainer.scan(ProjectScanContainer.j
ava:265)
        at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScan
Container.java:260)
        at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScan
Container.java:258)
        at org.sonar.batch.scan.ProjectScanContainer.doAfterStart(ProjectScanCon
tainer.java:250)
        at org.sonar.core.platform.ComponentContainer.startComponents(ComponentC
ontainer.java:142)
        at org.sonar.batch.scan.ProjectScanContainer.startComponents(ProjectScan
Container.java:128)
        at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer
.java:127)
        at org.sonar.batch.task.ScanTask.execute(ScanTask.java:55)
        at org.sonar.batch.task.TaskContainer.doAfterStart(TaskContainer.java:86
)
        at org.sonar.core.platform.ComponentContainer.startComponents(ComponentC
ontainer.java:142)
        at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer
.java:127)
        at org.sonar.batch.bootstrap.GlobalContainer.executeTask(GlobalContainer
.java:124)
        at org.sonar.batch.bootstrapper.Batch.executeTask(Batch.java:119)
        at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.exec
ute(BatchIsolatedLauncher.java:62)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(Iso
latedLauncherProxy.java:60)
        at com.sun.proxy.$Proxy0.execute(Unknown Source)
        at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner
.java:240)
        at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis(EmbeddedScann
er.java:151)
        at org.sonarsource.scanner.cli.Main.runAnalysis(Main.java:110)
        at org.sonarsource.scanner.cli.Main.execute(Main.java:72)
        at org.sonarsource.scanner.cli.Main.main(Main.java:60)

spencer....@gmail.com

unread,
Aug 2, 2016, 9:49:00 AM8/2/16
to SonarQube, spencer....@gmail.com
This may be related to a new issue i'm seeing where it doesn't always pull down the "sonar.exclusion" settings.
Reply all
Reply to author
Forward
0 new messages