SonarQube 5.6 Struggling with Volume of Data

758 views
Skip to first unread message

Brook Gillespie

unread,
Aug 17, 2016, 1:10:49 PM8/17/16
to SonarQube
I have recently installed SonarQube 5.6 on a Windows 2012 R2 server dedicated to SonarQube.  I have a TFS 2015 environment with SQL Server 2014 back end, three dedicate build servers with a total of 12 agents across the three build servers.  I have 8 solutions on which the bulk of my work is done.  The combined LOC of the solutions is a little north of 1.5 million lines, the bulk of which is in one solution with 111 projects (900K worth!).  This largest project always works with SonarQube in the fact it never throws a timeout error like many of the others do.  These other solutions do not always throw the timeout error and never do when a given solution is the only one being built .

When I check in the largest solution, it kicks of builds for all 8 solutions because of the dependencies.  The builds are even spread across three aforementioned three build servers and their agents.

The error I see is:

  1. 2016-08-17T16:36:04.5386153Z Executing the powershell script: C:\BuildAgents\Agent01\tasks\SonarQubePostTest\1.0.37\SonarQubePostTest.ps1
  2. 2016-08-17T16:36:06.4293059Z SonarQube Scanner for MSBuild 1.1
  3. 2016-08-17T16:36:06.4293059Z Default properties file was not found at C:\BuildAgents\Agent01\tasks\SonarQubePreBuild\1.0.35\MSBuild.SonarQube.Runner-1.1\SonarQube.Analysis.xml
  4. 2016-08-17T16:36:06.4293059Z Post-processing started.
  5. 2016-08-17T16:36:06.7575290Z SonarQube Scanner for MSBuild End Step 2.1
  6. 2016-08-17T16:36:07.0855688Z 12:36:06.882  Fetching code coverage report information from TFS...
  7. 2016-08-17T16:36:07.0855688Z 12:36:06.913  Attempting to locate a test results (.trx) file...
  8. 2016-08-17T16:36:07.0855688Z 12:36:06.913  Located a test results file: C:\BuildAgents\Agent01\_work\2\TestResults\PCXAdmin_VTFS2015PROBLD1 2016-08-17 12_16_19.trx
  9. 2016-08-17T16:36:37.7116672Z 12:36:37.586  WARNING: Timed out after waiting 30000 ms for process C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe to complete: it has been terminated, but its child processes may still be running.
  10. 2016-08-17T16:36:37.7116672Z ##[error]12:36:37.586  Failed to convert the downloaded code coverage tool to XML. No code coverage information will be uploaded to SonarQube.
  11. 2016-08-17T16:36:37.7116672Z ##[error]Check that the downloaded code coverage file (C:\BuildAgents\Agent01\_work\2\TestResults\PCXAdmin_VTFS2015PROBLD1 2016-08-17 12_16_19\In\VTFS2015PROBLD1\PCXAdmin_VTFS2015PROBLD1 2016-08-17 12_15_44.coverage) is valid by opening it in Visual Studio. If it is not, check that the internet security settings on the build machine allow files to be downloaded from the Team Foundation Server machine.
  12. 2016-08-17T16:36:37.7116672Z ##[error]Post-processing failed. Exit code: 1
  13. 2016-08-17T16:36:37.7116672Z ##[error]Unexpected exit code received from batch file: 1
  14. 2016-08-17T16:36:37.7429191Z ##[warning]Could not find the summary report file C:\BuildAgents\Agent01\_work\2\.sonarqube\out\summary.md
  15. 2016-08-17T16:36:37.7429191Z The build was not set to fail if the associated quality gate fails.
Obviously, specifics vary based on solutions, but the error message is the same otherwise.

To work around this problem, I am having to manually re-queue individual solutions builds.  This is not practical for me.

I have opened the specified downloaded code coverage files in Visual Studio 2015 Enterprise and all work as expected, so the files exist and are in good standing.

What configuration changes must I make?

Additional information that might be helpful:

warapper.configuration
# Path to JVM executable. By default it must be available in PATH.
# Can be an absolute path, for example:
wrapper.java.command=C:\Program Files (x86)\Java\jre1.8.0_101\bin
wrapper.java.command=java


#
# DO NOT EDIT THE FOLLOWING SECTIONS
#


#********************************************************************
# Wrapper Java
#********************************************************************
wrapper.java.additional.1=-Djava.awt.headless=true
wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
wrapper.java.classpath.1=../../lib/jsw/*.jar
wrapper.java.classpath.2=../../lib/*.jar
wrapper.java.library.path.1=./lib
wrapper.app.parameter.1=org.sonar.application.App
wrapper.java.initmemory=3
wrapper.java.maxmemory=3

#********************************************************************
# Wrapper Logs
#********************************************************************

wrapper.console.format=PM
wrapper.console.loglevel=INFO
wrapper.logfile=../../logs/sonar.log
wrapper.logfile.format=M
wrapper.logfile.loglevel=INFO

# Maximum size that the log file will be allowed to grow to before
#  the log is rolled. Size is specified in bytes.  The default value
#  of 0, disables log rolling.  May abbreviate with the 'k' (kb) or
#  'm' (mb) suffix.  For example: 10m = 10 megabytes.
#wrapper.logfile.maxsize=0

# Maximum number of rolled log files which will be allowed before old
#  files are deleted.  The default value of 0 implies no limit.
#wrapper.logfile.maxfiles=0

# Log Level for sys/event log output.  (See docs for log levels)
wrapper.syslog.loglevel=NONE

#********************************************************************
# Wrapper Windows Properties
#********************************************************************
# Title to use when running as a console
wrapper.console.title=SonarQube

# Disallow start of multiple instances of an application at the same time on Windows
wrapper.single_invocation=true

#********************************************************************
# Wrapper Windows NT/2000/XP Service Properties
#********************************************************************
# WARNING - Do not modify any of these properties when an application
#  using this configuration file has been installed as a service.
#  Please uninstall the service before modifying this section.  The
#  service can then be reinstalled.

# Name of the service

# Display name of the service
wrapper.ntservice.displayname=SonarQube

# Description of the service
wrapper.ntservice.description=SonarQube

# Service dependencies.  Add dependencies as needed starting from 1
wrapper.ntservice.dependency.1=

# Mode in which the service is installed.  AUTO_START or DEMAND_START
wrapper.ntservice.starttype=AUTO_START

# Allow the service to interact with the desktop.
wrapper.ntservice.interactive=false

#********************************************************************
# Forking Properties
#********************************************************************
wrapper.disable_restarts=TRUE
wrapper.ping.timeout=0
wrapper.shutdown.timeout=3000
wrapper.jvm_exit.timeout=3000

----------------------------------------------------------------------------------------------------------
sonar.properties
# Property values can:
# - reference an environment variable, for example sonar.jdbc.url= ${env:SONAR_JDBC_URL}

#--------------------------------------------------------------------------------------------------
# DATABASE
#
# IMPORTANT: the embedded H2 database is used by default. It is recommended for tests but not for
# production use. Supported databases are MySQL, Oracle, PostgreSQL and Microsoft SQLServer.

# User credentials.
# Permissions to create tables, indices and triggers must be granted to JDBC user.
# The schema must be created first.
#sonar.jdbc.username=
#sonar.jdbc.password=

#----- Embedded Database (default)
# H2 embedded database server listening port, defaults to 9092
#sonar.embeddedDatabase.port=9092
#----- MySQL 5.6 or greater
# Only InnoDB storage engine is supported (not myISAM).
# Only the bundled driver is supported. It can not be changed.
#sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance


#----- Oracle 11g/12c
# - Only thin client is supported
# - Only versions 11.2.x and 12.x of Oracle JDBC driver are supported
# - The JDBC driver must be copied into the directory extensions/jdbc-driver/oracle/
# - If you need to set the schema, please refer to http://jira.sonarsource.com/browse/SONAR-5000
#sonar.jdbc.url=jdbc:oracle:thin:@localhost:1521/XE


#----- PostgreSQL 8.x/9.x
# If you don't use the schema named "public", please refer to http://jira.sonarsource.com/browse/SONAR-5000
#sonar.jdbc.url=jdbc:postgresql://localhost/sonar


#----- Microsoft SQLServer 2008/2012/2014 and SQL Azure
# A database named sonar must exist and its collation must be case-sensitive (CS) and accent-sensitive (AS)
# Use the following connection string if you want to use integrated security with Microsoft Sql Server
# Do not set sonar.jdbc.username or sonar.jdbc.password property if you are using Integrated Security
# For Integrated Security to work, you have to download the Microsoft SQL JDBC driver package from
# and copy sqljdbc_auth.dll to your path. You have to copy the 32 bit or 64 bit version of the dll
# depending upon the architecture of your server machine.
# This version of SonarQube has been tested with Microsoft SQL JDBC version 4.1
sonar.jdbc.url=jdbc:sqlserver://VSQL2014ENT01\\TFS2015;databaseName=sonar;integratedSecurity=true

# Use the following connection string if you want to use SQL Auth while connecting to MS Sql Server.
# Set the sonar.jdbc.username and sonar.jdbc.password appropriately.
#sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar


#----- Connection pool settings
# The maximum number of active connections that can be allocated
# at the same time, or negative for no limit.
# The recommended value is 1.2 * max sizes of HTTP pools. For example if HTTP ports are
# enabled with default sizes (50, see property sonar.web.http.maxThreads)
# then sonar.jdbc.maxActive should be 1.2 * (50) = 120.
sonar.jdbc.maxActive=120

# The maximum number of connections that can remain idle in the
# pool, without extra ones being released, or negative for no limit.
sonar.jdbc.maxIdle=5

# The minimum number of connections that can remain idle in the pool,
# without extra ones being created, or zero to create none.
sonar.jdbc.minIdle=2

# The maximum number of milliseconds that the pool will wait (when there
# are no available connections) for a connection to be returned before
# throwing an exception, or <= 0 to wait indefinitely.
sonar.jdbc.maxWait=5000

sonar.jdbc.minEvictableIdleTimeMillis=600000
sonar.jdbc.timeBetweenEvictionRunsMillis=30000



#--------------------------------------------------------------------------------------------------
# WEB SERVER

# Web server is executed in a dedicated Java process. By default heap size is 768Mb.
# Use the following property to customize JVM options.
#    Recommendations:
#
#    The HotSpot Server VM is recommended. The property -server should be added if server mode
#    is not enabled by default on your environment: http://docs.oracle.com/javase/7/docs/technotes/guides/vm/server-class.html
#
sonar.web.javaOpts=-Xmx2048m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -server

# Same as previous property, but allows to not repeat all other settings like -Xmx
#sonar.web.javaAdditionalOpts=

# Binding IP address. For servers with more than one IP address, this property specifies which
# address will be used for listening on the specified ports.
# By default, ports will be used on all IP addresses associated with the server.
sonar.web.host=10.10.90.149

# Web context. When set, it must start with forward slash (for example /sonarqube).
# The default value is root context (empty value).
#sonar.web.context=

# TCP port for incoming HTTP connections. Disabled when value is -1.
sonar.web.port=9000


# The maximum number of connections that the server will accept and process at any given time.
# When this number has been reached, the server will not accept any more connections until
# the number of connections falls below this value. The operating system may still accept connections
# based on the sonar.web.connections.acceptCount property. The default value is 50.
sonar.web.http.maxThreads=100

# The minimum number of threads always kept running. The default value is 5.
sonar.web.http.minThreads=10

# The maximum queue length for incoming connection requests when all possible request processing
# threads are in use. Any requests received when the queue is full will be refused.
# The default value is 25.
sonar.web.http.acceptCount=50

# TCP port for incoming AJP connections. Disabled if value is -1. Disabled by default.
#sonar.ajp.port=-1


#--------------------------------------------------------------------------------------------------
# COMPUTE ENGINE
# The Compute Engine is responsible for processing background tasks.
# Compute Engine is executed in a dedicated Java process. By default heap size is 512Mb.
# Use the following property to customize JVM options.
#    Recommendations:
#
#    The HotSpot Server VM is recommended. The property -server should be added if server mode
#    is not enabled by default on your environment: http://docs.oracle.com/javase/7/docs/technotes/guides/vm/server-class.html
#
sonar.ce.javaOpts=-Xmx2048m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -server

# Same as previous property, but allows to not repeat all other settings like -Xmx
#sonar.ce.javaAdditionalOpts=
# The number of workers in the Compute Engine. Value must be greater than zero.
# By default the Compute Engine uses a single worker and therefore processes tasks one at a time.
#    Recommendations:
#
#    Using N workers will require N times as much Heap memory (see property
#    sonar.ce.javaOpts to tune heap) and produce N times as much IOs on disk, database and
#    Elasticsearch. The number of workers must suit your environment.
sonar.ce.workerCount=1


#--------------------------------------------------------------------------------------------------
# ELASTICSEARCH
# Elasticsearch is used to facilitate fast and accurate information retrieval.
# It is executed in a dedicated Java process.

# JVM options of Elasticsearch process
#    Recommendations:
#
#    Use HotSpot Server VM. The property -server should be added if server mode
#    is not enabled by default on your environment: http://docs.oracle.com/javase/7/docs/technotes/guides/vm/server-class.html
#
#sonar.search.javaOpts=-Xmx1G -Xms256m -Xss256k -Djava.net.preferIPv4Stack=true \
#  -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 \
#  -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError

# Same as previous property, but allows to not repeat all other settings like -Xmx
#sonar.search.javaAdditionalOpts=

# Elasticsearch port. Default is 9001. Use 0 to get a free port.
# As a security precaution, should be blocked by a firewall and not exposed to the Internet.
#sonar.search.port=9001

# Elasticsearch host. The search server will bind this address and the search client will connect to it.
# Default is 127.0.0.1.
# As a security precaution, should NOT be set to a publicly available address.
#sonar.search.host=127.0.0.1


#--------------------------------------------------------------------------------------------------
# UPDATE CENTER

# Update Center requires an internet connection to request http://update.sonarsource.org
# It is enabled by default.
#sonar.updatecenter.activate=true

# HTTP proxy (default none)
#http.proxyHost=
#http.proxyPort=
# HTTPS proxy (defaults are values of http.proxyHost and http.proxyPort)
#https.proxyHost=
#https.proxyPort=

# NT domain name if NTLM proxy is used
#http.auth.ntlm.domain=

# SOCKS proxy (default none)
#socksProxyHost=
#socksProxyPort=

# Proxy authentication (used for HTTP, HTTPS and SOCKS proxies)
#http.proxyUser=
#http.proxyPassword=


#--------------------------------------------------------------------------------------------------
# LOGGING

# Level of logs. Supported values are INFO(default), DEBUG and TRACE (DEBUG + SQL + ES requests)
#sonar.log.level=INFO

# Path to log files. Can be absolute or relative to installation directory.
# Default is <installation home>/logs
#sonar.path.logs=logs

# Rolling policy of log files
#    - based on time if value starts with "time:", for example by day ("time:yyyy-MM-dd")
#      or by month ("time:yyyy-MM")
#    - based on size if value starts with "size:", for example "size:10MB"
#    - disabled if value is "none".  That needs logs to be managed by an external system like logrotate.
#sonar.log.rollingPolicy=time:yyyy-MM-dd

# Maximum number of files to keep if a rolling policy is enabled.
#    - maximum value is 20 on size rolling policy
#    - unlimited on time rolling policy. Set to zero to disable old file purging.
#sonar.log.maxFiles=7

# Access log is the list of all the HTTP requests received by server. If enabled, it is stored
# in the file {sonar.path.logs}/access.log. This file follows the same rolling policy as for
# sonar.log (see sonar.log.rollingPolicy and sonar.log.maxFiles).
#sonar.web.accessLogs.enable=true

# Format of access log. It is ignored if sonar.web.accessLogs.enable=false. Possible values are:
#    - "common" is the Common Log Format, shortcut to: %h %l %u %user %date "%r" %s %b
#    - "combined" is another format widely recognized, shortcut to: %h %l %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}"
# If SonarQube is behind a reverse proxy, then the following value allows to display the correct remote IP address:
#sonar.web.accessLogs.pattern=%i{X-Forwarded-For} %l %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}"
# Default value is:
#sonar.web.accessLogs.pattern=combined


#--------------------------------------------------------------------------------------------------
# OTHERS

# Delay in seconds between processing of notification queue. Default is 60 seconds.
#sonar.notifications.delay=60

# Paths to persistent data files (embedded database and search index) and temporary files.
# Can be absolute or relative to installation directory.
# Defaults are respectively <installation home>/data and <installation home>/temp
#sonar.path.data=data
#sonar.path.temp=temp


#--------------------------------------------------------------------------------------------------
# DEVELOPMENT - only for developers
# The following properties MUST NOT be used in production environments.

# Dev mode allows to reload web sources on changes and to restart server when new versions
# of plugins are deployed.

# Path to webapp sources for hot-reloading of Ruby on Rails, JS and CSS (only core,
# plugins not supported).
#sonar.web.dev.sources=/path/to/server/sonar-web/src/main/webapp

# Elasticsearch HTTP connector, for example for KOPF:
#sonar.search.httpPort=-1

#BJG Added
sonar.exclusions=**/*.xml,**/*.dll,**/*.csv,**/*.txt

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
sonar-scanner.properties
#Configure here general information about the environment, such as SonarQube DB details for example
#No information about specific project should appear here

#----- Default SonarQube server

#----- Default source code encoding
#sonar.sourceEncoding=UTF-8

#----- Global database settings (not used for SonarQube 5.2+)
#sonar.jdbc.username=sonar
#sonar.jdbc.password=xxxxxxxxxxx

#----- PostgreSQL
#sonar.jdbc.url=jdbc:postgresql://localhost/sonar

#----- MySQL
#sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&amp;characterEncoding=utf8

#----- Oracle
#sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE

#----- Microsoft SQLServer
sonar.jdbc.url=jdbc:jtds:sqlserver://VSQL2014ENT01\TFS2015/sonar;SelectMethod=Cursor

Freddy Mallet

unread,
Aug 18, 2016, 11:32:09 AM8/18/16
to Brook Gillespie, SonarQube
Hi Brook,

Could you first confirm that when you don't try to import code coverage reports, everything works smoothly ? 
Then could you provide the version of the C# plugin that you're using and if you're not using a recent one, could you upgrade to the latest 5.3.2 version of the C# plugin, see http://docs.sonarqube.org/display/PLUG/C%23+Plugin

Thanks
Freddy





--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/eb8239bd-a68d-4c7a-a165-c68fe8c1bc89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Freddy MALLET | SonarSource
Product Director & Co-Founder
http://sonarsource.com

Brook Gillespie

unread,
Aug 19, 2016, 8:37:16 AM8/19/16
to SonarQube
I am using the current version of the C# plug-in, 5.3.2.  And yes, all works fine without code coverage.  However, code coverage is a key metric for us at PCX.

Here is how my dashboard (see below) looks to give you a sense of the size of the solutions. They are varied as you can see. One thing I have noticed is that if there are no test errors, the error to update SonarQube never occurs.  So even though PCXCoreSoltuion is by far my largest solution, it always processes successfully with SonarQube because all its 39K+ test pass.  Maybe the process is different between when test failures occur within SonarQube?  The number of test failures do not appear to be the issue.  I had only 9 failures and the update to SonarQube failed.

I hope these thoughts help.

Cheers,

Brook

QGNAME VERSIONLOCBUGSVULNERABILITIESCODE SMELLSLAST ANALYSIS
 EMS Core Solution1.0363,90600008:18
 EMS Device Solution1.044,00700408:20
 EMS WCF Services1.063,81400008:20
 PCX Core Solution1.0990,984080Aug 18 2016
 PCX Rule Engine Solution1.020,829000Aug 18 2016
 PCX WCF I-Trapper1.0124,635003Aug 18 2016
 PCX WCF I-Trapper Services1.024,505000Aug 18 2016
 PCX WCF Services1.0133,7560018Aug 16 2016
8 results

Brook Gillespie

unread,
Aug 21, 2016, 10:54:21 AM8/21/16
to SonarQube
Now all my solutions are failing to publish information to SonarQube.  I have changed no settings on SonarQube or the solution builds.  The errors all follow the one pasted below.  I have restarted the SonarQube service, but that has made no difference.

What is going on?

Cheers,

Brook


2016-08-20T19:12:36.8276113Z Executing the powershell script: C:\BuildAgents\Agent03\tasks\SonarQubePostTest\1.0.37\SonarQubePostTest.ps1

2016-08-20T19:12:38.2964069Z SonarQube Scanner for MSBuild 1.1

2016-08-20T19:12:38.2964069Z Default properties file was not found at C:\BuildAgents\Agent03\tasks\SonarQubePreBuild\1.0.35\MSBuild.SonarQube.Runner-1.1\SonarQube.Analysis.xml

2016-08-20T19:12:38.2964069Z Post-processing started.

2016-08-20T19:12:38.6245639Z SonarQube Scanner for MSBuild End Step 2.1

2016-08-20T19:12:38.6245639Z 15:12:38.608  Fetching code coverage report information from TFS...

2016-08-20T19:12:38.8432969Z 15:12:38.624  Attempting to locate a test results (.trx) file...

2016-08-20T19:12:38.8432969Z 15:12:38.624  Located a test results file: C:\buildagents\agent03\_work\e5f887d5\TestResults\PCXAdmin_VTFS2015PROBLD1 2016-08-20 15_06_51.trx

2016-08-20T19:12:55.9064214Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSBootstrapper\EMSBootstrapper.csproj

10 
2016-08-20T19:12:55.9064214Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCalculations.Test\EMSCalculations.Test.csproj

11 
2016-08-20T19:12:55.9064214Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCalculations\EMSCalculations.csproj

12 
2016-08-20T19:12:55.9064214Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCommon.IntegrationTest\EMSCommon.IntegrationTest.csproj

13 
2016-08-20T19:12:56.0157855Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCommonArguments.Test\EMSCommonArguments.Test.csproj

14 
2016-08-20T19:12:56.0157855Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCommonArguments\EMSCommonArguments.csproj

15 
2016-08-20T19:12:56.0157855Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCommonClients.Test\EMSCommonClients.Test.csproj

16 
2016-08-20T19:12:56.1251666Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCommonClients\EMSCommonClients.csproj

17 
2016-08-20T19:12:56.1251666Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCommon\EMSCommon.csproj

18 
2016-08-20T19:12:56.1251666Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCore.Test\EMSCore.Test.csproj

19 
2016-08-20T19:12:56.1251666Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCoreInterfaceNulls\EMSCoreInterfaceNulls.csproj

20 
2016-08-20T19:12:56.2345456Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCoreInterfaces\EMSCoreInterfaces.csproj

21 
2016-08-20T19:12:56.2345456Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCore\EMSCore.csproj

22 
2016-08-20T19:12:56.2345456Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCustomStoredProcedures.IntegrationTest\EMSCustomStoredProcedures.IntegrationTest.csproj

23 
2016-08-20T19:12:56.2345456Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCustomStoredProcedures.Test\EMSCustomStoredProcedures.Test.csproj

24 
2016-08-20T19:12:56.2345456Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSCustomStoredProcedures\EMSCustomStoredProcedures.csproj

25 
2016-08-20T19:12:56.2501360Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDataCollectionDevices.Test\EMSDataCollectionDevices.Test.csproj

26 
2016-08-20T19:12:56.2501360Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDataCollectionDevices\EMSDataCollectionDevices.csproj

27 
2016-08-20T19:12:56.2501360Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainBase.Test\EMSDomainBase.Test.csproj

28 
2016-08-20T19:12:56.2501360Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainBase\EMSDomainBase.csproj

29 
2016-08-20T19:12:56.3595596Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainDataCollectionDevices.Test\EMSDomainDataCollectionDevices.Test.csproj

30 
2016-08-20T19:12:56.3595596Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainDataCollectionDevices\EMSDomainDataCollectionDevices.csproj

31 
2016-08-20T19:12:56.3595596Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainMeters.Test\EMSDomainMeters.Test.csproj

32 
2016-08-20T19:12:56.3595596Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainMeters\EMSDomainMeters.csproj

33 
2016-08-20T19:12:56.3595596Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainQueueTaskMetaData.Test\EMSDomainQueueTaskMetaData.Test.csproj

34 
2016-08-20T19:12:56.3595596Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainQueueTaskMetaData\EMSDomainQueueTaskMetaData.csproj

35 
2016-08-20T19:12:56.4689841Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainTables.Test\EMSDomainTables.Test.csproj

36 
2016-08-20T19:12:56.4689841Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainTables\EMSDomainTables.csproj

37 
2016-08-20T19:12:56.4689841Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainThermostats.Test\EMSDomainThermostats.Test.csproj

38 
2016-08-20T19:12:56.4689841Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainThermostatsForEcobee.Test\EMSDomainThermostatsForEcobee.Test.csproj

39 
2016-08-20T19:12:56.4689841Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainThermostatsForEcobee\EMSDomainThermostatsForEcobee.csproj

40 
2016-08-20T19:12:56.5783043Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSDomainThermostats\EMSDomainThermostats.csproj

41 
2016-08-20T19:12:56.5783043Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSFactories\EMSFactories.csproj

42 
2016-08-20T19:12:56.5783043Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSMocks\EMSMocks.csproj

43 
2016-08-20T19:12:56.5783043Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSRuleEngineExtensions.Test\EMSRuleEngineExtensions.Test.csproj

44 
2016-08-20T19:12:56.5783043Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSRuleEngineExtensions\EMSRuleEngineExtensions.csproj

45 
2016-08-20T19:12:56.5783043Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSServiceInterfaces\EMSServiceInterfaces.csproj

46 
2016-08-20T19:12:56.6876505Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSStoredProcedures.IntegrationTest\EMSStoredProcedures.IntegrationTest.csproj

47 
2016-08-20T19:12:56.6876505Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSStoredProcedures.Test\EMSStoredProcedures.Test.csproj

48 
2016-08-20T19:12:56.6876505Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSStoredProcedures\EMSStoredProcedures.csproj

49 
2016-08-20T19:12:56.6876505Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatCommandsForEcoBee.Test\EMSThermostatCommandsForEcoBee.Test.csproj

50 
2016-08-20T19:12:56.6876505Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatCommandsForEcoBee\EMSThermostatCommandsForEcoBee.csproj

51 
2016-08-20T19:12:56.6876505Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatCommandsForHoneywell.Test\EMSThermostatCommandsForHoneywell.Test.csproj

52 
2016-08-20T19:12:56.6876505Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatCommandsForHoneywell\EMSThermostatCommandsForHoneywell.csproj

53 
2016-08-20T19:12:56.6876505Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatCommandsForNest.Test\EMSThermostatCommandsForNest.Test.csproj

54 
2016-08-20T19:12:56.6876505Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatCommandsForNest\EMSThermostatCommandsForNest.csproj

55 
2016-08-20T19:12:56.8126844Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatCommandsForRp32Up32.Test\EMSThermostatCommandsForRp32Up32.Test.csproj

56 
2016-08-20T19:12:56.8126844Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatCommandsForRp32Up32\EMSThermostatCommandsForRp32Up32.csproj

57 
2016-08-20T19:12:56.8126844Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatCommandsForVenStar.Test\EMSThermostatCommandsForVenStar.Test.csproj

58 
2016-08-20T19:12:56.8126844Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatCommandsForVenStar\EMSThermostatCommandsForVenStar.csproj

59 
2016-08-20T19:12:56.8126844Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostats.IntegrationTest\EMSThermostats.IntegrationTest.csproj

60 
2016-08-20T19:12:56.8126844Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostats.Test\EMSThermostats.Test.csproj

61 
2016-08-20T19:12:56.8126844Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatServiceLibrary.IntegrationTest\EMSThermostatServiceLibrary.IntegrationTest.csproj

62 
2016-08-20T19:12:56.8126844Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatServiceLibrary.Test\EMSThermostatServiceLibrary.Test.csproj

63 
2016-08-20T19:12:56.8126844Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatServiceLibrary\EMSThermostatServiceLibrary.csproj

64 
2016-08-20T19:12:56.9376887Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatService\EMSThermostatService.csproj

65 
2016-08-20T19:12:56.9376887Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatSimulatorServiceLibrary.Test\EMSThermostatSimulatorServiceLibrary.Test.csproj

66 
2016-08-20T19:12:56.9376887Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatSimulatorServiceLibrary\EMSThermostatSimulatorServiceLibrary.csproj

67 
2016-08-20T19:12:56.9376887Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostatSimulatorService\EMSThermostatSimulatorService.csproj

68 
2016-08-20T19:12:56.9376887Z WARNING: File is not under the project directory and cannot currently be analysed by SonarQube. File: C:\Users\PCXAdmin\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.cs, project: C:\buildagents\agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSThermostats\EMSThermostats.csproj

69 
2016-08-20T19:12:57.0470841Z SONAR_SCANNER_OPTS is not configured. Setting it to the default value of -Xmx1024m

70 
2016-08-20T19:12:57.0470841Z Calling the SonarQube Scanner...

71 
2016-08-20T19:12:57.1564324Z C:\BuildAgents\Agent03\_work\e5f887d5\.sonarqube\bin\sonar-scanner\bin\..

72 
2016-08-20T19:12:58.2459195Z INFO: Scanner configuration file: C:\BuildAgents\Agent03\_work\e5f887d5\.sonarqube\bin\sonar-scanner\bin\..\conf\sonar-scanner.properties

73 
2016-08-20T19:12:58.2459195Z INFO: Project root configuration file: C:\buildagents\agent03\_work\e5f887d5\.sonarqube\out\sonar-project.properties

74 
2016-08-20T19:12:58.4646873Z INFO: SonarQube Scanner 2.6

75 
2016-08-20T19:12:58.4646873Z INFO: Java 1.8.0_101 Oracle Corporation (32-bit)

76 
2016-08-20T19:12:58.4646873Z INFO: Windows Server 2012 R2 6.3 x86

77 
2016-08-20T19:12:58.4646873Z INFO: SONAR_SCANNER_OPTS=-Xmx1024m

78 
2016-08-20T19:12:58.4646873Z INFO: Error stacktraces are turned on.

79 
2016-08-20T19:12:59.5584816Z INFO: User cache: C:\Users\PCXAdmin\.sonar\cache

80 
2016-08-20T19:13:01.9647836Z INFO: Load global repositories

81 
2016-08-20T19:13:02.5117175Z INFO: Load global repositories (done) | time=562ms

82 
2016-08-20T19:13:02.6211032Z INFO: User cache: C:\Users\PCXAdmin\.sonar\cache

83 
2016-08-20T19:13:03.2773440Z INFO: Load plugins index

84 
2016-08-20T19:13:03.2773440Z INFO: Load plugins index (done) | time=16ms

85 
2016-08-20T19:13:04.0430156Z INFO: SonarQube server 5.6

86 
2016-08-20T19:13:04.0430156Z INFO: Default locale: "en_US", source code encoding: "UTF-8"

87 
2016-08-20T19:13:04.8086574Z INFO: Process project properties

88 
2016-08-20T19:13:05.9024404Z INFO: Load project repositories

89 
2016-08-20T19:13:07.1056408Z INFO: Load project repositories (done) | time=1203ms

90 
2016-08-20T19:13:07.2149927Z INFO: Load quality profiles

91 
2016-08-20T19:13:07.4337589Z INFO: Load quality profiles (done) | time=219ms

92 
2016-08-20T19:13:07.4337589Z INFO: Load active rules

93 
2016-08-20T19:13:08.6369168Z INFO: Load active rules (done) | time=1203ms

94 
2016-08-20T19:13:08.9650319Z INFO: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project.

95 
2016-08-20T19:13:08.9650319Z INFO: Publish mode

96 
2016-08-20T19:13:08.9650319Z INFO: -------------  Scan EMSBootstrapper

97 
2016-08-20T19:13:09.1838560Z INFO: Load server rules

98 
2016-08-20T19:13:09.4025372Z INFO: Load server rules (done) | time=203ms

99 
2016-08-20T19:13:09.6213065Z INFO: Base dir: C:\BuildAgents\Agent03\_work\e5f887d5\PCX\EMS\EMSCoreSolution\EMSBootstrapper

100 
2016-08-20T19:13:09.6213065Z INFO: Working dir: C:\buildagents\agent03\_work\e5f887d5\.sonarqube\out\.sonar\EMSCoreSolution_EMSCoreSolution_DE7B984E-3494-48D4-BA16-E8FAC9F24937

101 
2016-08-20T19:13:09.6213065Z INFO: Source paths: EMSCoreDependencyInjection.cs, Properties/AssemblyInfo.cs, packages.config

102 
2016-08-20T19:13:09.6213065Z INFO: Source encoding: UTF-8, default locale: en_US

103 
2016-08-20T19:13:09.6213065Z INFO: Index files

104 
2016-08-20T19:13:09.7306737Z INFO: 2 files indexed

105 
2016-08-20T19:13:09.7306737Z INFO: Quality profile for cs: Sonar way

106 
2016-08-20T19:13:09.8400538Z INFO: All FxCop rules are disabled, skipping its execution.

107 
2016-08-20T19:13:11.1526153Z INFO: Sensor Lines Sensor

108 
2016-08-20T19:13:11.1526153Z INFO: Sensor Lines Sensor (done) | time=16ms

109 
2016-08-20T19:13:11.1526153Z INFO: Sensor org.sonar.plugins.csharp.CSharpSensor

110 
2016-08-20T19:13:11.8089022Z INFO: ------------------------------------------------------------------------

111 
2016-08-20T19:13:11.8089022Z INFO: EXECUTION FAILURE

112 
2016-08-20T19:13:11.8089022Z INFO: ------------------------------------------------------------------------

113 
2016-08-20T19:13:11.8089022Z INFO: Total time: 13.751s

114 
2016-08-20T19:13:11.9182469Z INFO: Final Memory: 41M/109M

115 
2016-08-20T19:13:11.9182469Z INFO: ------------------------------------------------------------------------

116 
2016-08-20T19:13:11.9182469Z ##[error]ERROR: Error during SonarQube Scanner execution

117 
2016-08-20T19:13:11.9182469Z ##[error]org.sonar.api.utils.command.CommandException: java.io.IOException: Cannot run program "C:\buildagents\agent03\_work\e5f887d5\.sonarqube\out\.sonar\SonarLint.Runner\SonarLint.Runner.exe": CreateProcess error=2, The system cannot find the file specified

118 
2016-08-20T19:13:11.9182469Z ##[error]at org.sonar.api.utils.command.CommandExecutor.execute(CommandExecutor.java:108)

119 
2016-08-20T19:13:11.9182469Z ##[error]at org.sonar.plugins.csharp.CSharpSensor.analyze(CSharpSensor.java:149)

120 
2016-08-20T19:13:11.9182469Z ##[error]at org.sonar.plugins.csharp.CSharpSensor.analyse(CSharpSensor.java:109)

121 
2016-08-20T19:13:11.9182469Z ##[error]at org.sonar.batch.phases.SensorsExecutor.executeSensor(SensorsExecutor.java:58)

122 
2016-08-20T19:13:11.9182469Z ##[error]at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:50)

123 
2016-08-20T19:13:11.9182469Z ##[error]at org.sonar.batch.phases.AbstractPhaseExecutor.execute(AbstractPhaseExecutor.java:83)

124 
2016-08-20T19:13:11.9182469Z ##[error]at org.sonar.batch.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:192)

125 
2016-08-20T19:13:11.9182469Z ##[error]at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:142)

126 
2016-08-20T19:13:11.9182469Z ##[error]at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:127)

127 
2016-08-20T19:13:11.9182469Z ##[error]at org.sonar.batch.scan.ProjectScanContainer.scan(ProjectScanContainer.java:241)

128 
2016-08-20T19:13:11.9182469Z ##[error]at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:236)

129 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:234)

130 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonar.batch.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:226)

131 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:142)

132 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:127)

133 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonar.batch.task.ScanTask.execute(ScanTask.java:47)

134 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonar.batch.task.TaskContainer.doAfterStart(TaskContainer.java:86)

135 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:142)

136 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:127)

137 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonar.batch.bootstrap.GlobalContainer.executeTask(GlobalContainer.java:106)

138 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonar.batch.bootstrapper.Batch.executeTask(Batch.java:119)

139 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:62)

140 
2016-08-20T19:13:11.9338716Z ##[error]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

141 
2016-08-20T19:13:11.9338716Z ##[error]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

142 
2016-08-20T19:13:11.9338716Z ##[error]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

143 
2016-08-20T19:13:11.9338716Z ##[error]at java.lang.reflect.Method.invoke(Unknown Source)

144 
2016-08-20T19:13:11.9338716Z ##[error]at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)

145 
2016-08-20T19:13:11.9338716Z ##[error]at com.sun.proxy.$Proxy0.execute(Unknown Source)

146 
2016-08-20T19:13:11.9495004Z ##[error]at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:240)

147 
2016-08-20T19:13:11.9495004Z ##[error]at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis(EmbeddedScanner.java:151)

148 
2016-08-20T19:13:11.9495004Z ##[error]at org.sonarsource.scanner.cli.Main.runAnalysis(Main.java:110)

149 
2016-08-20T19:13:11.9495004Z ##[error]at org.sonarsource.scanner.cli.Main.execute(Main.java:72)

150 
2016-08-20T19:13:11.9495004Z ##[error]at org.sonarsource.scanner.cli.Main.main(Main.java:60)

151 
2016-08-20T19:13:11.9495004Z ##[error]Caused by: java.io.IOException: Cannot run program "C:\buildagents\agent03\_work\e5f887d5\.sonarqube\out\.sonar\SonarLint.Runner\SonarLint.Runner.exe": CreateProcess error=2, The system cannot find the file specified

152 
2016-08-20T19:13:11.9495004Z ##[error]at java.lang.ProcessBuilder.start(Unknown Source)

153 
2016-08-20T19:13:11.9495004Z ##[error]at org.sonar.api.utils.command.CommandExecutor.execute(CommandExecutor.java:74)

154 
2016-08-20T19:13:11.9495004Z ##[error]... 32 more

155 
2016-08-20T19:13:11.9495004Z ##[error]Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified

156 
2016-08-20T19:13:11.9495004Z ##[error]at java.lang.ProcessImpl.create(Native Method)

157 
2016-08-20T19:13:11.9495004Z ##[error]at java.lang.ProcessImpl.<init>(Unknown Source)

158 
2016-08-20T19:13:11.9495004Z ##[error]at java.lang.ProcessImpl.start(Unknown Source)

159 
2016-08-20T19:13:11.9495004Z ##[error]... 34 more

160 
2016-08-20T19:13:11.9495004Z ##[error]ERROR:

161 
2016-08-20T19:13:11.9495004Z ##[error]ERROR: Re-run SonarQube Scanner using the -X switch to enable full debug logging.

162 
2016-08-20T19:13:11.9495004Z ##[error]The SonarQube Scanner did not complete successfully

163 
2016-08-20T19:13:11.9651210Z 15:13:11.902  Creating a summary markdown file...

164 
2016-08-20T19:13:11.9651210Z ##[error]Post-processing failed. Exit code: 1

165 
2016-08-20T19:13:12.0901498Z ##[error]Unexpected exit code received from batch file: 1

166 
2016-08-20T19:13:12.1370182Z The build was not set to fail if the associated quality gate fails.


     


































































































_________________________________________________________________________________________________

On Wednesday, August 17, 2016 at 1:10:49 PM UTC-4, Brook Gillespie wrote:

Freddy Mallet

unread,
Aug 24, 2016, 7:47:29 AM8/24/16
to Brook Gillespie, SonarQube
Hi Brook,

Am I correct by saying that you've fixed your second issue and now we're back to your first request [1] : how to feed the SonarQube analyzer with a big coverage report ? 

Thanks


--
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.

For more options, visit https://groups.google.com/d/optout.

mohu...@gmail.com

unread,
Dec 8, 2016, 4:43:01 PM12/8/16
to SonarQube, pcxb...@gmail.com
Can you share the resolution/workaround to the following message "Timed out after waiting 30000 ms for process D:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe". We are experiencing the same behavior.

Thanks. 
...
Reply all
Reply to author
Forward
0 new messages