Skip to content

Instantly share code, notes, and snippets.

@przodownikR1
Created December 17, 2014 11:36
Show Gist options
  • Save przodownikR1/0578b686a7852c9e8abf to your computer and use it in GitHub Desktop.
Save przodownikR1/0578b686a7852c9e8abf to your computer and use it in GitHub Desktop.
:sonarRunner
jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true
jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true
SonarQube Runner 2.3
Java 1.8.0_25 Oracle Corporation (64-bit)
Linux 3.13.0-30-generic amd64
INFO: Runner configuration file: NONE
INFO: Project configuration file: /home/przodownik/.jenkins/jobs/basicEntitySonar/workspace/build/tmp/sonarRunner/sonar-project.properties
INFO: Default locale: "pl_PL", source code encoding: "UTF-8" (analysis is platform dependent)
INFO: Work directory: /home/przodownik/.jenkins/jobs/basicEntitySonar/workspace/build/sonar
INFO: SonarQube Server 4.5.1
12:23:51.876 INFO - Load global referentials...
12:23:52.092 INFO - Load global referentials done: 218 ms
12:23:52.103 INFO - User cache: /home/przodownik/.sonar/cache
12:23:52.111 INFO - Install plugins
12:23:52.187 INFO - Install JDBC driver
12:23:52.194 INFO - Create JDBC datasource for jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true
12:23:53.539 INFO - Initializing Hibernate
12:23:55.321 INFO - Load project referentials...
12:23:55.490 INFO - Load project referentials done: 169 ms
12:23:55.490 INFO - Load project settings
12:23:56.476 INFO - Loading technical debt model...
12:23:56.493 INFO - Loading technical debt model done: 17 ms
12:23:56.497 INFO - Apply project exclusions
12:23:56.667 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used.
12:23:56.774 INFO - ------------- Scan basicEntity
12:23:56.782 INFO - Load module settings
12:23:57.251 WARN - sonar.binaries and sonar.libraries are deprecated since version 2.5 of sonar-java-plugin, please use sonar.java.binaries and sonar.java.libraries instead
12:23:57.254 INFO - Loading rules...
12:23:57.554 INFO - Loading rules done: 300 ms
12:23:57.598 INFO - Configure Maven plugins
12:23:57.905 INFO - Compare to previous analysis (2014-12-17)
12:23:57.913 INFO - Compare over 30 days (2014-11-17, analysis of 2014-12-04 15:25:33.0)
12:23:57.921 INFO - Compare to previous version (2014-12-11)
12:23:57.922 INFO - No quality gate is configured.
12:23:58.120 INFO - Base dir: /home/przodownik/.jenkins/jobs/basicEntitySonar/workspace
12:23:58.120 INFO - Working dir: /home/przodownik/.jenkins/jobs/basicEntitySonar/workspace/build/sonar
12:23:58.121 INFO - Source paths: src/main/resources, src/main/java
12:23:58.121 INFO - Test paths: src/test/java
12:23:58.122 INFO - Binary dirs: build/classes/main, build/resources/main
12:23:58.122 INFO - Source encoding: UTF-8, default locale: pl_PL
12:23:58.122 INFO - Index files
12:23:58.197 INFO - 16 files indexed
12:23:59.575 INFO - Quality profile for java: Sonar way
12:23:59.602 WARN - ----------------------------------------------------------------
12:23:59.603 WARN - Sonargraph: ProjectbasicEntity [basicEntity] is not processed, since no Sonargraph rules are activated in current SonarQube quality profile.
12:23:59.603 WARN - ----------------------------------------------------------------
12:23:59.614 INFO - Trying to guess scm provider from project layout...
12:23:59.614 INFO - Found SCM type: git
12:23:59.621 INFO - Sensor JavaSquidSensor...
12:23:59.916 INFO - Java Main Files AST scan...
12:23:59.921 INFO - 14 source files to be analyzed
12:24:00.520 INFO - Java Main Files AST scan done: 604 ms
12:24:00.520 INFO - 14/14 source files analyzed
12:24:00.521 INFO - Java bytecode scan...
12:24:00.574 INFO - Java bytecode scan done: 53 ms
12:24:00.574 INFO - Java Test Files AST scan...
12:24:00.574 INFO - 2 source files to be analyzed
12:24:00.589 INFO - Java Test Files AST scan done: 15 ms
12:24:00.592 INFO - Package design analysis...
12:24:00.595 INFO - 2/2 source files analyzed
12:24:00.614 INFO - Package design analysis done: 22 ms
12:24:00.642 INFO - Sensor JavaSquidSensor done: 1021 ms
12:24:00.693 INFO - Sensor QProfileSensor...
12:24:00.698 INFO - Sensor QProfileSensor done: 5 ms
12:24:00.698 INFO - Sensor CoberturaSensor...
12:24:00.698 WARN - Cobertura report not found at /home/przodownik/.jenkins/jobs/basicEntitySonar/workspace/target/site/cobertura/coverage.xml
12:24:00.698 INFO - Sensor CoberturaSensor done: 0 ms
12:24:00.698 INFO - Sensor JMeterSensor...
12:24:00.698 INFO - Sensor JMeterSensor done: 0 ms
12:24:00.698 INFO - Sensor InitialOpenIssuesSensor...
12:24:00.723 INFO - Sensor InitialOpenIssuesSensor done: 25 ms
12:24:00.723 INFO - Sensor ProjectLinksSensor...
12:24:00.728 INFO - Sensor ProjectLinksSensor done: 5 ms
12:24:00.729 INFO - Sensor VersionEventsSensor...
12:24:00.844 INFO - Sensor VersionEventsSensor done: 115 ms
12:24:00.844 INFO - Sensor FileHashSensor...
12:24:00.847 INFO - Sensor FileHashSensor done: 2 ms
12:24:00.847 INFO - Sensor JaCoCoOverallSensor...
12:24:00.869 INFO - Analysing /home/przodownik/.jenkins/jobs/basicEntitySonar/workspace/build/sonar/jacoco-overall.exec
12:24:00.964 INFO - No information about coverage per test.
12:24:00.964 INFO - Sensor JaCoCoOverallSensor done: 117 ms
12:24:00.964 INFO - Sensor ScmStatsSensor...
12:24:00.965 INFO - Collection SCM Change log for the last 0 days
12:24:00.994 INFO - Executing: /bin/sh -c cd /home/przodownik/.jenkins/jobs/basicEntitySonar/workspace && git whatchanged '--until=2014-12-17 11:24:00 +0000' --date=iso -- /home/przodownik/.jenkins/jobs/basicEntitySonar/workspace
12:24:00.994 INFO - Working directory: /home/przodownik/.jenkins/jobs/basicEntitySonar/workspace
12:24:01.123 INFO - Sensor ScmStatsSensor done: 159 ms
12:24:01.123 INFO - Sensor ScmActivitySensor...
12:24:01.123 INFO - Trying to guess scm provider from project layout...
12:24:01.124 INFO - Found SCM type: git
12:24:01.125 INFO - Retrieve SCM blame information with encoding UTF-8...
12:24:01.285 INFO - Retrieve SCM blame information with encoding UTF-8 done: 160 ms
12:24:01.285 INFO - Sensor ScmActivitySensor done: 162 ms
12:24:01.288 INFO - Sensor SurefireSensor...
12:24:01.289 INFO - parsing /home/przodownik/.jenkins/jobs/basicEntitySonar/workspace/build/test-results
12:24:01.364 INFO - Sensor SurefireSensor done: 76 ms
12:24:01.364 INFO - Sensor JaCoCoSensor...
12:24:01.366 INFO - Analysing /home/przodownik/.jenkins/jobs/basicEntitySonar/workspace/build/jacoco/test.exec
12:24:01.387 INFO - No information about coverage per test.
12:24:01.387 INFO - Sensor JaCoCoSensor done: 23 ms
12:24:01.387 INFO - Sensor CPD Sensor (wrapped)...
12:24:01.387 INFO - JavaCpdEngine is used for java
12:24:01.389 INFO - Cross-project analysis disabled
12:24:01.438 INFO - Sensor CPD Sensor (wrapped) done: 51 ms
12:24:01.709 INFO - Execute decorators...
12:24:02.377 INFO - Store results in database
12:24:03.188 INFO - ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard/index/basicEntity
12:24:03.387 INFO - Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob
12:24:03.397 INFO - -> Keep one snapshot per day between 2014-11-19 and 2014-12-16
12:24:03.398 INFO - -> Keep one snapshot per week between 2013-12-18 and 2014-11-19
12:24:03.398 INFO - -> Keep one snapshot per month between 2009-12-23 and 2013-12-18
12:24:03.399 INFO - -> Delete data prior to: 2009-12-23
12:24:03.403 INFO - -> Clean basicEntity [id=1]
12:24:03.407 INFO - <- Clean snapshot 878
12:24:03.786 INFO - Executing post-job class org.sonar.plugins.doxygen.DoxygenPostJob
12:24:03.786 ERROR - The global property 'sonar.doxygen.deploymentPath' is not set. Set it in SONAR and run another analysis.
12:24:03.787 INFO - Executing post-job class org.sonar.plugins.jmeter.JMeterPostJob
12:24:03.787 INFO - No JTL files found in target/jmeter-reportsnull
12:24:03.787 INFO - Executing post-job class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob
12:24:03.788 INFO - Executing post-job class org.sonar.plugins.core.batch.IndexProjectPostJob
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
Total time: 12.746s
Final Memory: 23M/800M
INFO: ------------------------------------------------------------------------
BUILD SUCCESSFUL
Total time: 14.416 secs
Build step 'Invoke Gradle script' changed build result to SUCCESS
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment