Skip to content

Instantly share code, notes, and snippets.

@markvincze
Last active May 22, 2017 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markvincze/cb5b61d2e1fc32fa71e088592df32604 to your computer and use it in GitHub Desktop.
Save markvincze/cb5b61d2e1fc32fa71e088592df32604 to your computer and use it in GitHub Desktop.
SonarQube .NET Core on Linux output
INFO: Scanner configuration file: /home/mvincze/sonar-scanner-3.0.3.778-linux/conf/sonar-scanner.properties
INFO: Project root configuration file: NONE
INFO: SonarQube Scanner 3.0.3.778
INFO: Java 1.8.0_121 Oracle Corporation (64-bit)
INFO: Linux 4.8.0-36-generic amd64
INFO: User cache: /home/mvincze/.sonar/cache
INFO: Load global settings
INFO: Load global settings (done) | time=710ms
INFO: User cache: /home/mvincze/.sonar/cache
INFO: Load plugins index
INFO: Load plugins index (done) | time=586ms
INFO: SonarQube server 6.3.0
INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
INFO: Process project properties
INFO: Load project repositories
INFO: Load project repositories (done) | time=747ms
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=140ms
INFO: Load active rules
INFO: Load active rules (done) | time=931ms
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=469ms
INFO: Publish mode
INFO: Project key: MyProject
INFO: ------------- Scan MyProject
INFO: Load server rules
INFO: Load server rules (done) | time=603ms
INFO: Initializer GenericCoverageSensor
INFO: Initializer GenericCoverageSensor (done) | time=0ms
INFO: Base dir: /home/mvincze/Workspaces/myproject
INFO: Working dir: /home/mvincze/Workspaces/myproject/.scannerwork
INFO: Source paths: .
INFO: Source encoding: UTF-8, default locale: en_US
INFO: Index files
INFO: 113 files indexed
INFO: Quality profile for cs: Sonar way
INFO: Sensor C# [csharp]
INFO: Sensor C# [csharp] (done) | time=156ms
INFO: Sensor C# Unit Tests Coverage Report Import [csharp]
INFO: Sensor C# Unit Tests Coverage Report Import [csharp] (done) | time=1ms
INFO: Sensor C# Integration Tests Coverage Report Import [csharp]
INFO: Sensor C# Integration Tests Coverage Report Import [csharp] (done) | time=0ms
INFO: Sensor C# Unit Test Results Import [csharp]
INFO: Sensor C# Unit Test Results Import [csharp] (done) | time=0ms
INFO: Sensor XmlFileSensor [java]
INFO: 4 source files to be analyzed
INFO: 4/4 source files have been analyzed
INFO: Sensor XmlFileSensor [java] (done) | time=898ms
INFO: Sensor Zero Coverage Sensor
INFO: Sensor Zero Coverage Sensor (done) | time=347ms
INFO: Sensor Code Colorizer Sensor
INFO: Sensor Code Colorizer Sensor (done) | time=40ms
INFO: Sensor CPD Block Indexer
INFO: org.sonar.scanner.cpd.deprecated.DefaultCpdBlockIndexer@12b5736c is used for cs
INFO: Sensor CPD Block Indexer (done) | time=1ms
INFO: SCM provider for this project is: git
INFO: 6 files to be analyzed
INFO: 0/6 files analyzed
WARN: Missing blame information for the following files:
WARN: * /home/mvincze/Workspaces/myproject/test/MyProject.UnitTests/obj/Debug/netcoreapp1.1/MyProject.UnitTests.AssemblyInfo.cs
WARN: * /home/mvincze/Workspaces/myproject/src/MyProject.WebService/Startup.cs
WARN: This may lead to missing/broken features in SonarQube
INFO: Calculating CPD for 0 files
INFO: CPD calculation finished
INFO: Analysis report generated in 668ms, dir size=111 KB
INFO: Analysis reports compressed in 289ms, zip size=54 KB
INFO: Analysis report uploaded in 239ms
INFO: ANALYSIS SUCCESSFUL, you can browse https://oursonarserver.example.com/dashboard/index/MyProject
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 https://oursonarserver.examplecom/api/ce/task?id=abc123
INFO: Task total time: 19.407 s
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 34.006s
INFO: Final Memory: 48M/116M
INFO: ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment