Skip to content

Instantly share code, notes, and snippets.

@zygm0nt
Created May 26, 2014 12:46
Show Gist options
  • Select an option

  • Save zygm0nt/0ec12209d02b2c284efb to your computer and use it in GitHub Desktop.

Select an option

Save zygm0nt/0ec12209d02b2c284efb to your computer and use it in GitHub Desktop.
sonar-scoverage-plugin.error
SonarQube Runner 2.4
Java 1.7.0_55 Oracle Corporation (64-bit)
Linux 3.8.0-38-generic amd64
INFO: Error stacktraces are turned on.
INFO: Runner configuration file: /home/user/Downloads/sonar-runner-2.4/conf/sonar-runner.properties
INFO: Project configuration file: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/sonar-project.properties
INFO: Default locale: "en_GB", source code encoding: "UTF-8" (analysis is platform dependent)
INFO: Work directory: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/./.sonar
INFO: SonarQube Server 4.3
14:39:07.867 INFO - Load batch settings
14:39:07.874 DEBUG - Download: http://localhost:9000/batch_bootstrap/properties?dryRun=false (no proxy)
14:39:07.950 INFO - User cache: /home/user/.sonar/cache
14:39:07.956 INFO - Install plugins
14:39:07.956 DEBUG - Download index of plugins
14:39:07.956 DEBUG - Download: http://localhost:9000/deploy/plugins/index.txt (no proxy)
14:39:08.123 INFO - Install JDBC driver
14:39:08.123 DEBUG - Download index of jdbc-driver
14:39:08.123 DEBUG - Download: http://localhost:9000/deploy/jdbc-driver.txt (no proxy)
14:39:08.127 WARN - H2 database should be used for evaluation purpose only
14:39:08.128 INFO - Create JDBC datasource for jdbc:h2:tcp://localhost/sonar
14:39:08.588 DEBUG - Testing JDBC connection
14:39:09.277 DEBUG - Download: http://localhost:9000/api/server (no proxy)
14:39:09.294 INFO - Initializing Hibernate
14:39:09.295 DEBUG - hibernate.generate_statistics: false
14:39:09.295 DEBUG - hibernate.dialect: org.hibernate.dialect.H2Dialect
14:39:09.295 DEBUG - hibernate.connection.provider_class: org.sonar.jpa.session.CustomHibernateConnectionProvider
14:39:09.838 DEBUG - Loaded 2498 properties from l10n bundles
14:39:10.261 ERROR - No license for plugin views
14:39:10.261 ERROR - No license for plugin report
14:39:10.666 INFO - Load project settings
14:39:10.666 DEBUG - Download: http://localhost:9000/batch_bootstrap/properties?project=com.buransky:multi-module&dryRun=false (no proxy)
14:39:10.688 INFO - Apply project exclusions
14:39:10.693 DEBUG - ooo Using Connection [jdbc:h2:tcp://localhost/sonar, UserName=SONAR, H2 JDBC Driver]
14:39:10.696 DEBUG - ==> Preparing: select rootProject.* from projects p inner join snapshots s on s.project_id=p.id and s.islast=true inner join projects rootProject on rootProject.id=s.root_project_id WHERE p.kee=?
14:39:10.708 DEBUG - ==> Parameters: com.buransky:multi-module:module1(String)
14:39:10.719 DEBUG - ooo Using Connection [jdbc:h2:tcp://localhost/sonar, UserName=SONAR, H2 JDBC Driver]
14:39:10.719 DEBUG - ==> Preparing: select rootProject.* from projects p inner join snapshots s on s.project_id=p.id and s.islast=true inner join projects rootProject on rootProject.id=s.root_project_id WHERE p.kee=?
14:39:10.720 DEBUG - ==> Parameters: com.buransky:multi-module:module2(String)
14:39:10.820 DEBUG - Acquire semaphore on project : org.sonar.api.resources.Project@3b71b63e[id=277,key=com.buransky:multi-module,qualifier=TRK], with key batch-com.buransky:multi-module
14:39:10.830 INFO - ------------- Scan module1
14:39:10.833 INFO - Load module settings
14:39:10.835 DEBUG - Download: http://localhost:9000/batch_bootstrap/properties?project=com.buransky:multi-module:module1&dryRun=false (no proxy)
14:39:10.939 DEBUG - Available languages:
14:39:10.939 DEBUG - * Java => "java"
14:39:10.939 DEBUG - * Scala => "scala"
14:39:10.950 INFO - Language is forced to scala
14:39:11.100 INFO - Loading technical debt model...
14:39:11.109 INFO - Loading technical debt model done: 9 ms
14:39:11.109 INFO - Loading rules...
14:39:11.375 INFO - Loading rules done: 266 ms
14:39:11.386 INFO - Configure Maven plugins
14:39:11.446 INFO - Compare to previous analysis (2014-05-26)
14:39:11.452 INFO - Compare over 30 days (2014-04-26, analysis of 2014-05-26 14:18:00.588)
14:39:11.452 INFO - No quality gate is configured.
14:39:11.517 DEBUG - Initializers :
14:39:11.517 INFO - Base dir: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/module1
14:39:11.517 INFO - Working dir: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/./.sonar/com.buransky_multi-module_module1
14:39:11.517 INFO - Source dirs: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/module1/src/main/scala
14:39:11.517 INFO - Test dirs: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/module1/src/test/scala
14:39:11.517 INFO - Source encoding: UTF-8, default locale: en_GB
14:39:11.517 INFO - Index files
14:39:11.519 DEBUG - Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
14:39:11.519 DEBUG - Declared extensions of language Scala were converted to sonar.lang.patterns.scala : **/*.scala
14:39:11.530 DEBUG - Language of file 'src/main/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module1/Pub.scala' is detected to be 'scala'
14:39:11.543 DEBUG - Language of file 'src/main/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module1/Beer.scala' is detected to be 'scala'
14:39:11.544 DEBUG - Language of file 'src/test/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module1/BeerSpec.scala' is detected to be 'scala'
14:39:11.545 DEBUG - Language of file 'src/test/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module1/PubSpec.scala' is detected to be 'scala'
14:39:11.545 INFO - 4 files indexed
14:39:11.584 WARN - No Quality profile found for language scala
14:39:11.599 DEBUG - Sensors : Scoverage source importer -> QProfileSensor -> CpdSensor -> ScoverageSensor -> InitialOpenIssuesSensor -> ProfileEventsSensor -> ProjectLinksSensor -> VersionEventsSensor -> FileHashSensor
14:39:11.599 INFO - Sensor Scoverage source importer...
14:39:11.604 DEBUG - Plugins are no more responsible for indexing physical resources like directories and files. This is now handled by the platform.
org.sonar.api.utils.SonarException: Plugin should not index physical resources
at org.sonar.batch.DefaultSensorContext.logWarning(DefaultSensorContext.java:87) [sonar-batch-4.3.jar:na]
at org.sonar.batch.DefaultSensorContext.index(DefaultSensorContext.java:64) [sonar-batch-4.3.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor.com$buransky$plugins$scoverage$sensor$ScoverageSourceImporterSensor$$addFileToSonar(ScoverageSourceImporterSensor.scala:62) [sonar-scoverage-plugin-1.0.2.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor$$anonfun$analyse$1.apply(ScoverageSourceImporterSensor.scala:49) [sonar-scoverage-plugin-1.0.2.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor$$anonfun$analyse$1.apply(ScoverageSourceImporterSensor.scala:48) [sonar-scoverage-plugin-1.0.2.jar:na]
at scala.collection.immutable.List.foreach(List.scala:309) [scala-library-2.10.0.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor.analyse(ScoverageSourceImporterSensor.scala:48) [sonar-scoverage-plugin-1.0.2.jar:na]
at org.sonar.batch.phases.SensorsExecutor.executeSensor(SensorsExecutor.java:79) [sonar-batch-4.3.jar:na]
at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:70) [sonar-batch-4.3.jar:na]
at org.sonar.batch.phases.PhaseExecutor.execute(PhaseExecutor.java:131) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:178) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scan(ProjectScanContainer.java:199) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:194) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:192) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:187) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.scan.ScanTask.scan(ScanTask.java:56) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ScanTask.execute(ScanTask.java:44) [sonar-batch-4.3.jar:na]
at org.sonar.batch.bootstrap.TaskContainer.doAfterStart(TaskContainer.java:82) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.bootstrap.BootstrapContainer.executeTask(BootstrapContainer.java:175) [sonar-batch-4.3.jar:na]
at org.sonar.batch.bootstrap.BootstrapContainer.doAfterStart(BootstrapContainer.java:163) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.bootstrapper.Batch.startBatch(Batch.java:92) [sonar-batch-4.3.jar:na]
at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:74) [sonar-batch-4.3.jar:na]
at org.sonar.runner.batch.IsolatedLauncher.execute(IsolatedLauncher.java:48) [sonar-runner-batch8353360773705823180.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_55]
at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_55]
at org.sonar.runner.impl.BatchLauncher$1.delegateExecution(BatchLauncher.java:87) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.impl.BatchLauncher$1.run(BatchLauncher.java:75) [sonar-runner-dist-2.4.jar:na]
at java.security.AccessController.doPrivileged(Native Method) [na:1.7.0_55]
at org.sonar.runner.impl.BatchLauncher.doExecute(BatchLauncher.java:69) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.impl.BatchLauncher.execute(BatchLauncher.java:50) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.api.EmbeddedRunner.doExecute(EmbeddedRunner.java:102) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.api.Runner.execute(Runner.java:100) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.Main.executeTask(Main.java:70) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.Main.execute(Main.java:59) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.Main.main(Main.java:53) [sonar-runner-dist-2.4.jar:na]
14:39:11.605 DEBUG - Plugins are no more responsible for indexing physical resources like directories and files. This is now handled by the platform.
org.sonar.api.utils.SonarException: Plugin should not index physical resources
at org.sonar.batch.DefaultSensorContext.logWarning(DefaultSensorContext.java:87) [sonar-batch-4.3.jar:na]
at org.sonar.batch.DefaultSensorContext.index(DefaultSensorContext.java:64) [sonar-batch-4.3.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor.com$buransky$plugins$scoverage$sensor$ScoverageSourceImporterSensor$$addFileToSonar(ScoverageSourceImporterSensor.scala:62) [sonar-scoverage-plugin-1.0.2.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor$$anonfun$analyse$1.apply(ScoverageSourceImporterSensor.scala:49) [sonar-scoverage-plugin-1.0.2.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor$$anonfun$analyse$1.apply(ScoverageSourceImporterSensor.scala:48) [sonar-scoverage-plugin-1.0.2.jar:na]
at scala.collection.immutable.List.foreach(List.scala:309) [scala-library-2.10.0.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor.analyse(ScoverageSourceImporterSensor.scala:48) [sonar-scoverage-plugin-1.0.2.jar:na]
at org.sonar.batch.phases.SensorsExecutor.executeSensor(SensorsExecutor.java:79) [sonar-batch-4.3.jar:na]
at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:70) [sonar-batch-4.3.jar:na]
at org.sonar.batch.phases.PhaseExecutor.execute(PhaseExecutor.java:131) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:178) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scan(ProjectScanContainer.java:199) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:194) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:192) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:187) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.scan.ScanTask.scan(ScanTask.java:56) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ScanTask.execute(ScanTask.java:44) [sonar-batch-4.3.jar:na]
at org.sonar.batch.bootstrap.TaskContainer.doAfterStart(TaskContainer.java:82) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.bootstrap.BootstrapContainer.executeTask(BootstrapContainer.java:175) [sonar-batch-4.3.jar:na]
at org.sonar.batch.bootstrap.BootstrapContainer.doAfterStart(BootstrapContainer.java:163) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.bootstrapper.Batch.startBatch(Batch.java:92) [sonar-batch-4.3.jar:na]
at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:74) [sonar-batch-4.3.jar:na]
at org.sonar.runner.batch.IsolatedLauncher.execute(IsolatedLauncher.java:48) [sonar-runner-batch8353360773705823180.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_55]
at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_55]
at org.sonar.runner.impl.BatchLauncher$1.delegateExecution(BatchLauncher.java:87) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.impl.BatchLauncher$1.run(BatchLauncher.java:75) [sonar-runner-dist-2.4.jar:na]
at java.security.AccessController.doPrivileged(Native Method) [na:1.7.0_55]
at org.sonar.runner.impl.BatchLauncher.doExecute(BatchLauncher.java:69) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.impl.BatchLauncher.execute(BatchLauncher.java:50) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.api.EmbeddedRunner.doExecute(EmbeddedRunner.java:102) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.api.Runner.execute(Runner.java:100) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.Main.executeTask(Main.java:70) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.Main.execute(Main.java:59) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.Main.main(Main.java:53) [sonar-runner-dist-2.4.jar:na]
14:39:11.605 INFO - Sensor Scoverage source importer done: 6 ms
14:39:11.605 INFO - Sensor QProfileSensor...
14:39:11.606 INFO - Sensor QProfileSensor done: 1 ms
14:39:11.606 INFO - Sensor CpdSensor...
14:39:11.606 DEBUG - Detection of duplicated code is not supported for scala
14:39:11.606 INFO - Sensor CpdSensor done: 0 ms
14:39:11.606 INFO - Sensor ScoverageSensor...
14:39:11.609 DEBUG - [scoverage] Reading report. [/tmp/sonar-scoverage-plugin/samples/sbt/multi-module/module1/target/scala-2.10/scoverage-report/scoverage.xml]
14:39:11.659 DEBUG - Current file path: com/buransky/plugins/scoverage/samples/sbt/multiModule/module1/Pub.scala
14:39:11.665 DEBUG - Statement added: 9, 1, 193
14:39:11.671 DEBUG - Statement added: 9, 1, 210
14:39:11.675 DEBUG - Statement added: 9, 1, 188
14:39:11.694 DEBUG - Statement added: 10, 2, 260
14:39:11.697 DEBUG - Statement added: 10, 1, 277
14:39:11.700 DEBUG - Statement added: 10, 1, 247
14:39:11.707 DEBUG - Current file path: com/buransky/plugins/scoverage/samples/sbt/multiModule/module1/Beer.scala
14:39:11.711 DEBUG - Statement added: 26, 1, 559
14:39:11.713 DEBUG - Current file path: com/buransky/plugins/scoverage/samples/sbt/multiModule/module1/Beer.scala
14:39:11.716 DEBUG - Statement added: 15, 0, 294
14:39:11.718 DEBUG - Current file path: com/buransky/plugins/scoverage/samples/sbt/multiModule/module1/Beer.scala
14:39:11.721 DEBUG - Statement added: 7, 1, 157
14:39:11.723 DEBUG - Current file path: com/buransky/plugins/scoverage/samples/sbt/multiModule/module1/Beer.scala
14:39:11.725 DEBUG - Statement added: 19, 1, 355
14:39:11.727 DEBUG - Statement added: 20, 0, 374
14:39:11.730 DEBUG - Statement added: 20, 0, 374
14:39:11.732 DEBUG - Statement added: 19, 1, 351
14:39:11.734 DEBUG - Statement added: 19, 1, 351
14:39:11.737 DEBUG - Statement added: 22, 1, 468
14:39:11.774 DEBUG - [scoverage] Save measures [80.0, 15, 12, com.buransky:multi-module:module1]
14:39:11.774 INFO - [scoverage] Statement coverage for com.buransky:multi-module:module1 is 80.00
14:39:11.775 DEBUG - [scoverage] Save measures [80.0, 15, 12, null]
14:39:11.775 DEBUG - [scoverage] Save measures [80.0, 15, 12, null]
14:39:11.775 DEBUG - [scoverage] Save measures [80.0, 15, 12, null]
14:39:11.775 DEBUG - [scoverage] Save measures [80.0, 15, 12, null]
14:39:11.775 DEBUG - [scoverage] Save measures [80.0, 15, 12, null]
14:39:11.775 DEBUG - [scoverage] Save measures [80.0, 15, 12, null]
14:39:11.776 DEBUG - [scoverage] Save measures [80.0, 15, 12, null]
14:39:11.776 DEBUG - Resource com.buransky.plugins.scoverage.resource.SingleDirectory@1b24154d[key=src/test/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module1,deprecatedKey=com/buransky/plugins/scoverage/samples/sbt/multiModule/module1,path=src/test/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module1] was found using deprecated key. Please update your plugin.
14:39:11.776 DEBUG - [scoverage] Save measures [80.0, 15, 12, src/test/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module1]
14:39:11.776 DEBUG - [scoverage] Save measures [66.66666666666666, 9, 6, com/buransky/plugins/scoverage/samples/sbt/multiModule/module1/Beer.scala]
14:39:11.781 DEBUG - [scoverage] Save measures [100.0, 6, 6, com/buransky/plugins/scoverage/samples/sbt/multiModule/module1/Pub.scala]
14:39:11.782 INFO - Sensor ScoverageSensor done: 176 ms
14:39:11.782 INFO - Sensor InitialOpenIssuesSensor...
14:39:11.786 INFO - Sensor InitialOpenIssuesSensor done: 4 ms
14:39:11.786 INFO - Sensor ProfileEventsSensor...
14:39:11.797 INFO - Sensor ProfileEventsSensor done: 11 ms
14:39:11.797 INFO - Sensor ProjectLinksSensor...
14:39:11.800 INFO - Sensor ProjectLinksSensor done: 3 ms
14:39:11.800 INFO - Sensor VersionEventsSensor...
14:39:11.807 INFO - Sensor VersionEventsSensor done: 7 ms
14:39:11.808 INFO - Sensor FileHashSensor...
14:39:11.809 INFO - Sensor FileHashSensor done: 1 ms
14:39:12.006 INFO - Execute decorators...
14:39:12.007 DEBUG - Decorators: ManualMeasureDecorator -> SumDuplicationsDecorator -> org.sonar.plugins.core.issue.IssueTrackingDecorator@60b56ff4 -> UnitTestDecorator -> org.sonar.plugins.core.security.ApplyProjectRolesDecorator@3182afc9 -> org.sonar.plugins.core.sensors.DirectoriesDecorator@5aa80281 -> org.sonar.plugins.core.sensors.FilesDecorator@4c3c91a6 -> org.sonar.plugins.core.timemachine.TimeMachineConfigurationPersister@29808222 -> org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer@1c7e5064 -> org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer@28cfe3d9 -> org.sonar.plugins.core.timemachine.NewOverallCoverageFileAnalyzer@6877d07d -> org.sonar.plugins.core.timemachine.NewCoverageAggregator@1218f420 -> org.sonar.plugins.design.batch.ProjectDsmDecorator@33df9b77 -> FileTangleIndexDecorator -> f(lines) -> f(generated_lines) -> f(ncloc) -> f(generated_ncloc) -> f(classes) -> f(packages) -> f(functions) -> f(accessors) -> f(statements) -> f(public_api) -> f(comment_lines) -> f(comment_blank_lines) -> f(public_undocumented_api) -> f(commented_out_code_lines) -> f(complexity) -> f(complexity_in_classes) -> f(complexity_in_functions) -> f(class_complexity_distribution) -> f(function_complexity_distribution) -> f(file_complexity_distribution) -> f(lines_to_cover) -> f(uncovered_lines) -> f(conditions_to_cover) -> f(uncovered_conditions) -> f(it_lines_to_cover) -> f(it_uncovered_lines) -> f(it_conditions_to_cover) -> f(it_uncovered_conditions) -> f(overall_lines_to_cover) -> f(overall_uncovered_lines) -> f(overall_conditions_to_cover) -> f(overall_uncovered_conditions) -> f(rfc) -> f(rfc_distribution) -> f(lcom4_distribution) -> f(package_cycles) -> f(package_tangles) -> f(package_feedback_edges) -> f(package_edges_weight) -> f(covered_statements) -> f(new_lines_to_cover) -> f(new_uncovered_lines) -> f(new_conditions_to_cover) -> f(new_uncovered_conditions) -> f(new_it_lines_to_cover) -> f(new_it_uncovered_lines) -> f(new_it_conditions_to_cover) -> f(new_it_uncovered_conditions) -> f(new_overall_lines_to_cover) -> f(new_overall_uncovered_lines) -> f(new_overall_conditions_to_cover) -> f(new_overall_uncovered_conditions) -> org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator@3a472aa2 -> CountUnresolvedIssuesDecorator -> CountFalsePositivesDecorator -> org.sonar.plugins.core.technicaldebt.DebtDecorator@58f14411 -> org.sonar.plugins.core.technicaldebt.NewDebtDecorator@47abe5b5 -> CommentDensityDecorator -> PackageTangleIndexDecorator -> f(file_complexity) -> f(class_complexity) -> f(function_complexity) -> org.sonar.plugins.core.sensors.CoverageDecorator@220c5ae0 -> org.sonar.plugins.core.sensors.LineCoverageDecorator@59223996 -> org.sonar.plugins.core.sensors.BranchCoverageDecorator@55f2d491 -> org.sonar.plugins.core.sensors.ItLineCoverageDecorator@4999b280 -> org.sonar.plugins.core.sensors.ItCoverageDecorator@9961740 -> org.sonar.plugins.core.sensors.ItBranchCoverageDecorator@5cd06faa -> org.sonar.plugins.core.sensors.OverallLineCoverageDecorator@78533180 -> org.sonar.plugins.core.sensors.OverallCoverageDecorator@1dd70837 -> org.sonar.plugins.core.sensors.OverallBranchCoverageDecorator@105c622f -> org.sonar.plugins.core.issue.WeightedIssuesDecorator@4a62e29f -> IssuesDensityDecorator -> org.sonar.plugins.core.timemachine.TendencyDecorator@4064397c -> VariationDecorator
14:39:12.113 DEBUG - Decorator time:
ManualMeasureDecorator: 7ms
SumDuplicationsDecorator: 1ms
org.sonar.plugins.core.issue.IssueTrackingDecorator@60b56ff4: 11ms
UnitTestDecorator: 0ms
org.sonar.plugins.core.security.ApplyProjectRolesDecorator@3182afc9: 0ms
org.sonar.plugins.core.sensors.DirectoriesDecorator@5aa80281: 0ms
org.sonar.plugins.core.sensors.FilesDecorator@4c3c91a6: 1ms
org.sonar.plugins.core.timemachine.TimeMachineConfigurationPersister@29808222: 4ms
org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer@1c7e5064: 1ms
org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer@28cfe3d9: 0ms
org.sonar.plugins.core.timemachine.NewOverallCoverageFileAnalyzer@6877d07d: 1ms
org.sonar.plugins.core.timemachine.NewCoverageAggregator@1218f420: 1ms
org.sonar.plugins.design.batch.ProjectDsmDecorator@33df9b77: 0ms
FileTangleIndexDecorator: 0ms
f(lines): 0ms
f(generated_lines): 0ms
f(ncloc): 0ms
f(generated_ncloc): 1ms
f(classes): 0ms
f(packages): 0ms
f(functions): 0ms
f(accessors): 0ms
f(statements): 0ms
f(public_api): 0ms
f(comment_lines): 0ms
f(comment_blank_lines): 0ms
f(public_undocumented_api): 0ms
f(commented_out_code_lines): 0ms
f(complexity): 0ms
f(complexity_in_classes): 0ms
f(complexity_in_functions): 0ms
f(class_complexity_distribution): 0ms
f(function_complexity_distribution): 0ms
f(file_complexity_distribution): 0ms
f(lines_to_cover): 0ms
f(uncovered_lines): 0ms
f(conditions_to_cover): 0ms
f(uncovered_conditions): 0ms
f(it_lines_to_cover): 0ms
f(it_uncovered_lines): 0ms
f(it_conditions_to_cover): 0ms
f(it_uncovered_conditions): 1ms
f(overall_lines_to_cover): 0ms
f(overall_uncovered_lines): 0ms
f(overall_conditions_to_cover): 0ms
f(overall_uncovered_conditions): 0ms
f(rfc): 0ms
f(rfc_distribution): 0ms
f(lcom4_distribution): 0ms
f(package_cycles): 0ms
f(package_tangles): 0ms
f(package_feedback_edges): 0ms
f(package_edges_weight): 1ms
f(covered_statements): 0ms
f(new_lines_to_cover): 0ms
f(new_uncovered_lines): 0ms
f(new_conditions_to_cover): 0ms
f(new_uncovered_conditions): 0ms
f(new_it_lines_to_cover): 2ms
f(new_it_uncovered_lines): 0ms
f(new_it_conditions_to_cover): 0ms
f(new_it_uncovered_conditions): 0ms
f(new_overall_lines_to_cover): 0ms
f(new_overall_uncovered_lines): 0ms
f(new_overall_conditions_to_cover): 1ms
f(new_overall_uncovered_conditions): 0ms
org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator@3a472aa2: 0ms
CountUnresolvedIssuesDecorator: 10ms
CountFalsePositivesDecorator: 0ms
org.sonar.plugins.core.technicaldebt.DebtDecorator@58f14411: 3ms
org.sonar.plugins.core.technicaldebt.NewDebtDecorator@47abe5b5: 0ms
CommentDensityDecorator: 0ms
PackageTangleIndexDecorator: 0ms
f(file_complexity): 0ms
f(class_complexity): 0ms
f(function_complexity): 0ms
org.sonar.plugins.core.sensors.CoverageDecorator@220c5ae0: 1ms
org.sonar.plugins.core.sensors.LineCoverageDecorator@59223996: 1ms
org.sonar.plugins.core.sensors.BranchCoverageDecorator@55f2d491: 0ms
org.sonar.plugins.core.sensors.ItLineCoverageDecorator@4999b280: 1ms
org.sonar.plugins.core.sensors.ItCoverageDecorator@9961740: 0ms
org.sonar.plugins.core.sensors.ItBranchCoverageDecorator@5cd06faa: 1ms
org.sonar.plugins.core.sensors.OverallLineCoverageDecorator@78533180: 1ms
org.sonar.plugins.core.sensors.OverallCoverageDecorator@1dd70837: 0ms
org.sonar.plugins.core.sensors.OverallBranchCoverageDecorator@105c622f: 0ms
org.sonar.plugins.core.issue.WeightedIssuesDecorator@4a62e29f: 0ms
IssuesDensityDecorator: 0ms
org.sonar.plugins.core.timemachine.TendencyDecorator@4064397c: 41ms
VariationDecorator: 12ms
14:39:12.113 DEBUG - 167 measures to dump
14:39:12.160 INFO - ------------- Scan module2
14:39:12.160 INFO - Load module settings
14:39:12.162 DEBUG - Download: http://localhost:9000/batch_bootstrap/properties?project=com.buransky:multi-module:module2&dryRun=false (no proxy)
14:39:12.199 INFO - Language is forced to scala
14:39:12.219 INFO - Configure Maven plugins
14:39:12.220 INFO - Compare to previous analysis (2014-05-26)
14:39:12.221 INFO - Compare over 30 days (2014-04-26, analysis of 2014-05-26 14:18:00.588)
14:39:12.222 INFO - No quality gate is configured.
14:39:12.231 DEBUG - Initializers :
14:39:12.231 INFO - Base dir: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/module2
14:39:12.231 INFO - Working dir: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/./.sonar/com.buransky_multi-module_module2
14:39:12.231 INFO - Source dirs: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/module2/src/main/scala
14:39:12.231 INFO - Test dirs: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/module2/src/test/scala
14:39:12.231 INFO - Source encoding: UTF-8, default locale: en_GB
14:39:12.231 INFO - Index files
14:39:12.231 DEBUG - Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
14:39:12.231 DEBUG - Declared extensions of language Scala were converted to sonar.lang.patterns.scala : **/*.scala
14:39:12.235 DEBUG - Language of file 'src/main/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module2/Animal.scala' is detected to be 'scala'
14:39:12.236 DEBUG - Language of file 'src/test/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module2/AnimalSpec.scala' is detected to be 'scala'
14:39:12.237 INFO - 2 files indexed
14:39:12.249 WARN - No Quality profile found for language scala
14:39:12.253 DEBUG - Sensors : Scoverage source importer -> QProfileSensor -> CpdSensor -> ScoverageSensor -> InitialOpenIssuesSensor -> ProfileEventsSensor -> ProjectLinksSensor -> VersionEventsSensor -> FileHashSensor
14:39:12.253 INFO - Sensor Scoverage source importer...
14:39:12.254 DEBUG - Plugins are no more responsible for indexing physical resources like directories and files. This is now handled by the platform.
org.sonar.api.utils.SonarException: Plugin should not index physical resources
at org.sonar.batch.DefaultSensorContext.logWarning(DefaultSensorContext.java:87) [sonar-batch-4.3.jar:na]
at org.sonar.batch.DefaultSensorContext.index(DefaultSensorContext.java:64) [sonar-batch-4.3.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor.com$buransky$plugins$scoverage$sensor$ScoverageSourceImporterSensor$$addFileToSonar(ScoverageSourceImporterSensor.scala:62) [sonar-scoverage-plugin-1.0.2.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor$$anonfun$analyse$1.apply(ScoverageSourceImporterSensor.scala:49) [sonar-scoverage-plugin-1.0.2.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor$$anonfun$analyse$1.apply(ScoverageSourceImporterSensor.scala:48) [sonar-scoverage-plugin-1.0.2.jar:na]
at scala.collection.immutable.List.foreach(List.scala:309) [scala-library-2.10.0.jar:na]
at com.buransky.plugins.scoverage.sensor.ScoverageSourceImporterSensor.analyse(ScoverageSourceImporterSensor.scala:48) [sonar-scoverage-plugin-1.0.2.jar:na]
at org.sonar.batch.phases.SensorsExecutor.executeSensor(SensorsExecutor.java:79) [sonar-batch-4.3.jar:na]
at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:70) [sonar-batch-4.3.jar:na]
at org.sonar.batch.phases.PhaseExecutor.execute(PhaseExecutor.java:131) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:178) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scan(ProjectScanContainer.java:199) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:194) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:192) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:187) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.scan.ScanTask.scan(ScanTask.java:56) [sonar-batch-4.3.jar:na]
at org.sonar.batch.scan.ScanTask.execute(ScanTask.java:44) [sonar-batch-4.3.jar:na]
at org.sonar.batch.bootstrap.TaskContainer.doAfterStart(TaskContainer.java:82) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.bootstrap.BootstrapContainer.executeTask(BootstrapContainer.java:175) [sonar-batch-4.3.jar:na]
at org.sonar.batch.bootstrap.BootstrapContainer.doAfterStart(BootstrapContainer.java:163) [sonar-batch-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:92) [sonar-plugin-api-4.3.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:77) [sonar-plugin-api-4.3.jar:na]
at org.sonar.batch.bootstrapper.Batch.startBatch(Batch.java:92) [sonar-batch-4.3.jar:na]
at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:74) [sonar-batch-4.3.jar:na]
at org.sonar.runner.batch.IsolatedLauncher.execute(IsolatedLauncher.java:48) [sonar-runner-batch8353360773705823180.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_55]
at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_55]
at org.sonar.runner.impl.BatchLauncher$1.delegateExecution(BatchLauncher.java:87) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.impl.BatchLauncher$1.run(BatchLauncher.java:75) [sonar-runner-dist-2.4.jar:na]
at java.security.AccessController.doPrivileged(Native Method) [na:1.7.0_55]
at org.sonar.runner.impl.BatchLauncher.doExecute(BatchLauncher.java:69) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.impl.BatchLauncher.execute(BatchLauncher.java:50) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.api.EmbeddedRunner.doExecute(EmbeddedRunner.java:102) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.api.Runner.execute(Runner.java:100) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.Main.executeTask(Main.java:70) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.Main.execute(Main.java:59) [sonar-runner-dist-2.4.jar:na]
at org.sonar.runner.Main.main(Main.java:53) [sonar-runner-dist-2.4.jar:na]
14:39:12.255 INFO - Sensor Scoverage source importer done: 2 ms
14:39:12.255 INFO - Sensor QProfileSensor...
14:39:12.255 INFO - Sensor QProfileSensor done: 0 ms
14:39:12.255 INFO - Sensor CpdSensor...
14:39:12.255 DEBUG - Detection of duplicated code is not supported for scala
14:39:12.255 INFO - Sensor CpdSensor done: 0 ms
14:39:12.255 INFO - Sensor ScoverageSensor...
14:39:12.255 DEBUG - [scoverage] Reading report. [/tmp/sonar-scoverage-plugin/samples/sbt/multi-module/module2/target/scala-2.10/scoverage-report/scoverage.xml]
14:39:12.256 DEBUG - Current file path: com/buransky/plugins/scoverage/samples/sbt/multiModule/module2/Animal.scala
14:39:12.258 DEBUG - Statement added: 12, 0, 255
14:39:12.259 DEBUG - Statement added: 12, 0, 275
14:39:12.260 DEBUG - Statement added: 12, 0, 292
14:39:12.261 DEBUG - Statement added: 12, 1, 243
14:39:12.264 DEBUG - [scoverage] Save measures [25.0, 4, 1, com.buransky:multi-module:module2]
14:39:12.265 INFO - [scoverage] Statement coverage for com.buransky:multi-module:module2 is 25.00
14:39:12.265 DEBUG - [scoverage] Save measures [25.0, 4, 1, null]
14:39:12.265 DEBUG - [scoverage] Save measures [25.0, 4, 1, null]
14:39:12.265 DEBUG - [scoverage] Save measures [25.0, 4, 1, null]
14:39:12.265 DEBUG - [scoverage] Save measures [25.0, 4, 1, null]
14:39:12.265 DEBUG - [scoverage] Save measures [25.0, 4, 1, null]
14:39:12.265 DEBUG - [scoverage] Save measures [25.0, 4, 1, null]
14:39:12.265 DEBUG - [scoverage] Save measures [25.0, 4, 1, null]
14:39:12.265 DEBUG - Resource com.buransky.plugins.scoverage.resource.SingleDirectory@3a8389d8[key=src/test/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module2,deprecatedKey=com/buransky/plugins/scoverage/samples/sbt/multiModule/module2,path=src/test/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module2] was found using deprecated key. Please update your plugin.
14:39:12.266 DEBUG - [scoverage] Save measures [25.0, 4, 1, src/test/scala/com/buransky/plugins/scoverage/samples/sbt/multiModule/module2]
14:39:12.266 DEBUG - [scoverage] Save measures [25.0, 4, 1, com/buransky/plugins/scoverage/samples/sbt/multiModule/module2/Animal.scala]
14:39:12.266 INFO - Sensor ScoverageSensor done: 11 ms
14:39:12.266 INFO - Sensor InitialOpenIssuesSensor...
14:39:12.270 INFO - Sensor InitialOpenIssuesSensor done: 4 ms
14:39:12.270 INFO - Sensor ProfileEventsSensor...
14:39:12.271 INFO - Sensor ProfileEventsSensor done: 1 ms
14:39:12.271 INFO - Sensor ProjectLinksSensor...
14:39:12.273 INFO - Sensor ProjectLinksSensor done: 2 ms
14:39:12.273 INFO - Sensor VersionEventsSensor...
14:39:12.275 INFO - Sensor VersionEventsSensor done: 2 ms
14:39:12.275 INFO - Sensor FileHashSensor...
14:39:12.276 INFO - Sensor FileHashSensor done: 1 ms
14:39:12.398 INFO - Execute decorators...
14:39:12.398 DEBUG - Decorators: ManualMeasureDecorator -> SumDuplicationsDecorator -> org.sonar.plugins.core.issue.IssueTrackingDecorator@73fb57df -> UnitTestDecorator -> org.sonar.plugins.core.security.ApplyProjectRolesDecorator@7a462cf5 -> org.sonar.plugins.core.sensors.DirectoriesDecorator@48fbbf69 -> org.sonar.plugins.core.sensors.FilesDecorator@7d3abee -> org.sonar.plugins.core.timemachine.TimeMachineConfigurationPersister@5cec9b6b -> org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer@59bc9a45 -> org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer@6d345609 -> org.sonar.plugins.core.timemachine.NewOverallCoverageFileAnalyzer@6fca0e2 -> org.sonar.plugins.core.timemachine.NewCoverageAggregator@33a65903 -> org.sonar.plugins.design.batch.ProjectDsmDecorator@31cfbd76 -> FileTangleIndexDecorator -> f(lines) -> f(generated_lines) -> f(ncloc) -> f(generated_ncloc) -> f(classes) -> f(packages) -> f(functions) -> f(accessors) -> f(statements) -> f(public_api) -> f(comment_lines) -> f(comment_blank_lines) -> f(public_undocumented_api) -> f(commented_out_code_lines) -> f(complexity) -> f(complexity_in_classes) -> f(complexity_in_functions) -> f(class_complexity_distribution) -> f(function_complexity_distribution) -> f(file_complexity_distribution) -> f(lines_to_cover) -> f(uncovered_lines) -> f(conditions_to_cover) -> f(uncovered_conditions) -> f(it_lines_to_cover) -> f(it_uncovered_lines) -> f(it_conditions_to_cover) -> f(it_uncovered_conditions) -> f(overall_lines_to_cover) -> f(overall_uncovered_lines) -> f(overall_conditions_to_cover) -> f(overall_uncovered_conditions) -> f(rfc) -> f(rfc_distribution) -> f(lcom4_distribution) -> f(package_cycles) -> f(package_tangles) -> f(package_feedback_edges) -> f(package_edges_weight) -> f(covered_statements) -> f(new_lines_to_cover) -> f(new_uncovered_lines) -> f(new_conditions_to_cover) -> f(new_uncovered_conditions) -> f(new_it_lines_to_cover) -> f(new_it_uncovered_lines) -> f(new_it_conditions_to_cover) -> f(new_it_uncovered_conditions) -> f(new_overall_lines_to_cover) -> f(new_overall_uncovered_lines) -> f(new_overall_conditions_to_cover) -> f(new_overall_uncovered_conditions) -> org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator@7fd8ddf0 -> CountUnresolvedIssuesDecorator -> CountFalsePositivesDecorator -> org.sonar.plugins.core.technicaldebt.DebtDecorator@294ec2c1 -> org.sonar.plugins.core.technicaldebt.NewDebtDecorator@71d42216 -> CommentDensityDecorator -> PackageTangleIndexDecorator -> f(file_complexity) -> f(class_complexity) -> f(function_complexity) -> org.sonar.plugins.core.sensors.CoverageDecorator@5687fc74 -> org.sonar.plugins.core.sensors.LineCoverageDecorator@79cf500d -> org.sonar.plugins.core.sensors.BranchCoverageDecorator@1990c3f5 -> org.sonar.plugins.core.sensors.ItLineCoverageDecorator@25ca1a0c -> org.sonar.plugins.core.sensors.ItCoverageDecorator@77741d35 -> org.sonar.plugins.core.sensors.ItBranchCoverageDecorator@6829bfd7 -> org.sonar.plugins.core.sensors.OverallLineCoverageDecorator@cf1f1ae -> org.sonar.plugins.core.sensors.OverallCoverageDecorator@6031dd25 -> org.sonar.plugins.core.sensors.OverallBranchCoverageDecorator@69add979 -> org.sonar.plugins.core.issue.WeightedIssuesDecorator@60f4cff -> IssuesDensityDecorator -> org.sonar.plugins.core.timemachine.TendencyDecorator@77233fe4 -> VariationDecorator
14:39:12.450 DEBUG - Decorator time:
ManualMeasureDecorator: 4ms
SumDuplicationsDecorator: 1ms
org.sonar.plugins.core.issue.IssueTrackingDecorator@73fb57df: 5ms
UnitTestDecorator: 1ms
org.sonar.plugins.core.security.ApplyProjectRolesDecorator@7a462cf5: 0ms
org.sonar.plugins.core.sensors.DirectoriesDecorator@48fbbf69: 0ms
org.sonar.plugins.core.sensors.FilesDecorator@7d3abee: 0ms
org.sonar.plugins.core.timemachine.TimeMachineConfigurationPersister@5cec9b6b: 2ms
org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer@59bc9a45: 0ms
org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer@6d345609: 0ms
org.sonar.plugins.core.timemachine.NewOverallCoverageFileAnalyzer@6fca0e2: 0ms
org.sonar.plugins.core.timemachine.NewCoverageAggregator@33a65903: 0ms
org.sonar.plugins.design.batch.ProjectDsmDecorator@31cfbd76: 0ms
FileTangleIndexDecorator: 1ms
f(lines): 0ms
f(generated_lines): 0ms
f(ncloc): 0ms
f(generated_ncloc): 0ms
f(classes): 0ms
f(packages): 0ms
f(functions): 0ms
f(accessors): 0ms
f(statements): 0ms
f(public_api): 0ms
f(comment_lines): 0ms
f(comment_blank_lines): 0ms
f(public_undocumented_api): 0ms
f(commented_out_code_lines): 0ms
f(complexity): 0ms
f(complexity_in_classes): 0ms
f(complexity_in_functions): 1ms
f(class_complexity_distribution): 0ms
f(function_complexity_distribution): 0ms
f(file_complexity_distribution): 0ms
f(lines_to_cover): 1ms
f(uncovered_lines): 0ms
f(conditions_to_cover): 0ms
f(uncovered_conditions): 0ms
f(it_lines_to_cover): 0ms
f(it_uncovered_lines): 0ms
f(it_conditions_to_cover): 0ms
f(it_uncovered_conditions): 0ms
f(overall_lines_to_cover): 0ms
f(overall_uncovered_lines): 0ms
f(overall_conditions_to_cover): 0ms
f(overall_uncovered_conditions): 0ms
f(rfc): 0ms
f(rfc_distribution): 0ms
f(lcom4_distribution): 0ms
f(package_cycles): 0ms
f(package_tangles): 0ms
f(package_feedback_edges): 1ms
f(package_edges_weight): 0ms
f(covered_statements): 0ms
f(new_lines_to_cover): 0ms
f(new_uncovered_lines): 1ms
f(new_conditions_to_cover): 0ms
f(new_uncovered_conditions): 0ms
f(new_it_lines_to_cover): 0ms
f(new_it_uncovered_lines): 0ms
f(new_it_conditions_to_cover): 0ms
f(new_it_uncovered_conditions): 0ms
f(new_overall_lines_to_cover): 0ms
f(new_overall_uncovered_lines): 0ms
f(new_overall_conditions_to_cover): 0ms
f(new_overall_uncovered_conditions): 0ms
org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator@7fd8ddf0: 0ms
CountUnresolvedIssuesDecorator: 6ms
CountFalsePositivesDecorator: 0ms
org.sonar.plugins.core.technicaldebt.DebtDecorator@294ec2c1: 2ms
org.sonar.plugins.core.technicaldebt.NewDebtDecorator@71d42216: 0ms
CommentDensityDecorator: 0ms
PackageTangleIndexDecorator: 0ms
f(file_complexity): 0ms
f(class_complexity): 0ms
f(function_complexity): 1ms
org.sonar.plugins.core.sensors.CoverageDecorator@5687fc74: 0ms
org.sonar.plugins.core.sensors.LineCoverageDecorator@79cf500d: 0ms
org.sonar.plugins.core.sensors.BranchCoverageDecorator@1990c3f5: 0ms
org.sonar.plugins.core.sensors.ItLineCoverageDecorator@25ca1a0c: 0ms
org.sonar.plugins.core.sensors.ItCoverageDecorator@77741d35: 1ms
org.sonar.plugins.core.sensors.ItBranchCoverageDecorator@6829bfd7: 0ms
org.sonar.plugins.core.sensors.OverallLineCoverageDecorator@cf1f1ae: 0ms
org.sonar.plugins.core.sensors.OverallCoverageDecorator@6031dd25: 0ms
org.sonar.plugins.core.sensors.OverallBranchCoverageDecorator@69add979: 0ms
org.sonar.plugins.core.issue.WeightedIssuesDecorator@60f4cff: 1ms
IssuesDensityDecorator: 0ms
org.sonar.plugins.core.timemachine.TendencyDecorator@77233fe4: 12ms
VariationDecorator: 11ms
14:39:12.451 DEBUG - 125 measures to dump
14:39:12.485 INFO - ------------- Scan Sonar Scoverage plugin multi-module sample project
14:39:12.485 INFO - Load module settings
14:39:12.487 DEBUG - Download: http://localhost:9000/batch_bootstrap/properties?project=com.buransky:multi-module&dryRun=false (no proxy)
14:39:12.518 INFO - Language is forced to scala
14:39:12.536 INFO - Configure Maven plugins
14:39:12.538 INFO - Compare to previous analysis (2014-05-26)
14:39:12.539 INFO - Compare over 30 days (2014-04-26, analysis of 2014-05-26 14:18:00.588)
14:39:12.540 INFO - No quality gate is configured.
14:39:12.547 DEBUG - Initializers :
14:39:12.547 INFO - Base dir: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/.
14:39:12.547 INFO - Working dir: /tmp/sonar-scoverage-plugin/samples/sbt/multi-module/./.sonar
14:39:12.547 INFO - Source encoding: UTF-8, default locale: en_GB
14:39:12.548 WARN - No Quality profile found for language scala
14:39:12.549 DEBUG - Sensors : Scoverage source importer -> QProfileSensor -> CpdSensor -> ScoverageSensor -> InitialOpenIssuesSensor -> ProfileEventsSensor -> ProjectLinksSensor -> VersionEventsSensor -> FileHashSensor
14:39:12.550 INFO - Sensor Scoverage source importer...
14:39:12.550 INFO - Sensor Scoverage source importer done: 0 ms
14:39:12.550 INFO - Sensor QProfileSensor...
14:39:12.550 INFO - Sensor QProfileSensor done: 0 ms
14:39:12.550 INFO - Sensor CpdSensor...
14:39:12.550 DEBUG - Detection of duplicated code is not supported for scala
14:39:12.550 INFO - Sensor CpdSensor done: 0 ms
14:39:12.550 INFO - Sensor ScoverageSensor...
14:39:12.551 DEBUG - [scoverage] Statement count for module1 module. [15.0]
14:39:12.551 DEBUG - [scoverage] Statement count for module2 module. [4.0]
14:39:12.552 DEBUG - [scoverage] Covered statement count for module1 module. [12.0]
14:39:12.552 DEBUG - [scoverage] Covered statement count for module2 module. [1.0]
14:39:12.552 INFO - [scoverage] Overall statement coverage is 68.42
14:39:12.553 INFO - Sensor ScoverageSensor done: 3 ms
14:39:12.553 INFO - Sensor InitialOpenIssuesSensor...
14:39:12.556 INFO - Sensor InitialOpenIssuesSensor done: 3 ms
14:39:12.556 INFO - Sensor ProfileEventsSensor...
14:39:12.558 INFO - Sensor ProfileEventsSensor done: 2 ms
14:39:12.558 INFO - Sensor ProjectLinksSensor...
14:39:12.559 INFO - Sensor ProjectLinksSensor done: 1 ms
14:39:12.559 INFO - Sensor VersionEventsSensor...
14:39:12.561 INFO - Sensor VersionEventsSensor done: 2 ms
14:39:12.561 INFO - Sensor FileHashSensor...
14:39:12.561 INFO - Sensor FileHashSensor done: 0 ms
14:39:12.638 INFO - Execute decorators...
14:39:12.638 DEBUG - Decorators: ManualMeasureDecorator -> SumDuplicationsDecorator -> org.sonar.plugins.core.issue.IssueTrackingDecorator@4c7cd76a -> UnitTestDecorator -> org.sonar.plugins.core.security.ApplyProjectRolesDecorator@18229761 -> org.sonar.plugins.core.sensors.DirectoriesDecorator@480ee892 -> org.sonar.plugins.core.sensors.FilesDecorator@4ac6ee33 -> org.sonar.plugins.core.timemachine.TimeMachineConfigurationPersister@216c31b7 -> org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer@4a407c9f -> org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer@4fb5d0ce -> org.sonar.plugins.core.timemachine.NewOverallCoverageFileAnalyzer@299fad44 -> org.sonar.plugins.core.timemachine.NewCoverageAggregator@322860b5 -> org.sonar.plugins.design.batch.ProjectDsmDecorator@492f3339 -> FileTangleIndexDecorator -> f(lines) -> f(generated_lines) -> f(ncloc) -> f(generated_ncloc) -> f(classes) -> f(packages) -> f(functions) -> f(accessors) -> f(statements) -> f(public_api) -> f(comment_lines) -> f(comment_blank_lines) -> f(public_undocumented_api) -> f(commented_out_code_lines) -> f(complexity) -> f(complexity_in_classes) -> f(complexity_in_functions) -> f(class_complexity_distribution) -> f(function_complexity_distribution) -> f(file_complexity_distribution) -> f(lines_to_cover) -> f(uncovered_lines) -> f(conditions_to_cover) -> f(uncovered_conditions) -> f(it_lines_to_cover) -> f(it_uncovered_lines) -> f(it_conditions_to_cover) -> f(it_uncovered_conditions) -> f(overall_lines_to_cover) -> f(overall_uncovered_lines) -> f(overall_conditions_to_cover) -> f(overall_uncovered_conditions) -> f(rfc) -> f(rfc_distribution) -> f(lcom4_distribution) -> f(package_cycles) -> f(package_tangles) -> f(package_feedback_edges) -> f(package_edges_weight) -> f(covered_statements) -> f(new_lines_to_cover) -> f(new_uncovered_lines) -> f(new_conditions_to_cover) -> f(new_uncovered_conditions) -> f(new_it_lines_to_cover) -> f(new_it_uncovered_lines) -> f(new_it_conditions_to_cover) -> f(new_it_uncovered_conditions) -> f(new_overall_lines_to_cover) -> f(new_overall_uncovered_lines) -> f(new_overall_conditions_to_cover) -> f(new_overall_uncovered_conditions) -> org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator@10bf7fed -> CountUnresolvedIssuesDecorator -> CountFalsePositivesDecorator -> org.sonar.plugins.core.technicaldebt.DebtDecorator@65a98f3b -> org.sonar.plugins.core.technicaldebt.NewDebtDecorator@5efa9ea1 -> CommentDensityDecorator -> PackageTangleIndexDecorator -> f(file_complexity) -> f(class_complexity) -> f(function_complexity) -> org.sonar.plugins.core.sensors.CoverageDecorator@4cf70998 -> org.sonar.plugins.core.sensors.LineCoverageDecorator@6e9701a1 -> org.sonar.plugins.core.sensors.BranchCoverageDecorator@7bec29bf -> org.sonar.plugins.core.sensors.ItLineCoverageDecorator@68f41a22 -> org.sonar.plugins.core.sensors.ItCoverageDecorator@71dfe402 -> org.sonar.plugins.core.sensors.ItBranchCoverageDecorator@21f279b6 -> org.sonar.plugins.core.sensors.OverallLineCoverageDecorator@3614ad23 -> org.sonar.plugins.core.sensors.OverallCoverageDecorator@772f092 -> org.sonar.plugins.core.sensors.OverallBranchCoverageDecorator@b100510 -> org.sonar.plugins.core.issue.WeightedIssuesDecorator@4a5bbd83 -> IssuesDensityDecorator -> org.sonar.plugins.core.timemachine.TendencyDecorator@2d1f342f -> VariationDecorator
14:39:12.667 DEBUG - Decorator time:
ManualMeasureDecorator: 1ms
SumDuplicationsDecorator: 0ms
org.sonar.plugins.core.issue.IssueTrackingDecorator@4c7cd76a: 1ms
UnitTestDecorator: 0ms
org.sonar.plugins.core.security.ApplyProjectRolesDecorator@18229761: 1ms
org.sonar.plugins.core.sensors.DirectoriesDecorator@480ee892: 0ms
org.sonar.plugins.core.sensors.FilesDecorator@4ac6ee33: 1ms
org.sonar.plugins.core.timemachine.TimeMachineConfigurationPersister@216c31b7: 2ms
org.sonar.plugins.core.timemachine.NewCoverageFileAnalyzer@4a407c9f: 0ms
org.sonar.plugins.core.timemachine.NewItCoverageFileAnalyzer@4fb5d0ce: 0ms
org.sonar.plugins.core.timemachine.NewOverallCoverageFileAnalyzer@299fad44: 0ms
org.sonar.plugins.core.timemachine.NewCoverageAggregator@322860b5: 0ms
org.sonar.plugins.design.batch.ProjectDsmDecorator@492f3339: 5ms
FileTangleIndexDecorator: 0ms
f(lines): 0ms
f(generated_lines): 0ms
f(ncloc): 0ms
f(generated_ncloc): 0ms
f(classes): 0ms
f(packages): 0ms
f(functions): 0ms
f(accessors): 0ms
f(statements): 1ms
f(public_api): 0ms
f(comment_lines): 0ms
f(comment_blank_lines): 0ms
f(public_undocumented_api): 0ms
f(commented_out_code_lines): 0ms
f(complexity): 0ms
f(complexity_in_classes): 0ms
f(complexity_in_functions): 0ms
f(class_complexity_distribution): 0ms
f(function_complexity_distribution): 0ms
f(file_complexity_distribution): 0ms
f(lines_to_cover): 0ms
f(uncovered_lines): 0ms
f(conditions_to_cover): 0ms
f(uncovered_conditions): 0ms
f(it_lines_to_cover): 0ms
f(it_uncovered_lines): 0ms
f(it_conditions_to_cover): 0ms
f(it_uncovered_conditions): 0ms
f(overall_lines_to_cover): 0ms
f(overall_uncovered_lines): 0ms
f(overall_conditions_to_cover): 0ms
f(overall_uncovered_conditions): 0ms
f(rfc): 0ms
f(rfc_distribution): 0ms
f(lcom4_distribution): 0ms
f(package_cycles): 0ms
f(package_tangles): 0ms
f(package_feedback_edges): 0ms
f(package_edges_weight): 0ms
f(covered_statements): 1ms
f(new_lines_to_cover): 0ms
f(new_uncovered_lines): 0ms
f(new_conditions_to_cover): 0ms
f(new_uncovered_conditions): 0ms
f(new_it_lines_to_cover): 0ms
f(new_it_uncovered_lines): 0ms
f(new_it_conditions_to_cover): 0ms
f(new_it_uncovered_conditions): 0ms
f(new_overall_lines_to_cover): 0ms
f(new_overall_uncovered_lines): 0ms
f(new_overall_conditions_to_cover): 0ms
f(new_overall_uncovered_conditions): 0ms
org.sonar.plugins.cpd.decorators.DuplicationDensityDecorator@10bf7fed: 0ms
CountUnresolvedIssuesDecorator: 1ms
CountFalsePositivesDecorator: 1ms
org.sonar.plugins.core.technicaldebt.DebtDecorator@65a98f3b: 0ms
org.sonar.plugins.core.technicaldebt.NewDebtDecorator@5efa9ea1: 0ms
CommentDensityDecorator: 0ms
PackageTangleIndexDecorator: 0ms
f(file_complexity): 0ms
f(class_complexity): 1ms
f(function_complexity): 0ms
org.sonar.plugins.core.sensors.CoverageDecorator@4cf70998: 0ms
org.sonar.plugins.core.sensors.LineCoverageDecorator@6e9701a1: 0ms
org.sonar.plugins.core.sensors.BranchCoverageDecorator@7bec29bf: 0ms
org.sonar.plugins.core.sensors.ItLineCoverageDecorator@68f41a22: 0ms
org.sonar.plugins.core.sensors.ItCoverageDecorator@71dfe402: 0ms
org.sonar.plugins.core.sensors.ItBranchCoverageDecorator@21f279b6: 0ms
org.sonar.plugins.core.sensors.OverallLineCoverageDecorator@3614ad23: 0ms
org.sonar.plugins.core.sensors.OverallCoverageDecorator@772f092: 0ms
org.sonar.plugins.core.sensors.OverallBranchCoverageDecorator@b100510: 0ms
org.sonar.plugins.core.issue.WeightedIssuesDecorator@4a5bbd83: 0ms
IssuesDensityDecorator: 0ms
org.sonar.plugins.core.timemachine.TendencyDecorator@2d1f342f: 7ms
VariationDecorator: 5ms
14:39:12.667 DEBUG - 35 measures to dump
14:39:12.683 INFO - Store results in database
14:39:12.683 DEBUG - Execute org.sonar.batch.index.ComponentDataPersister
14:39:12.687 DEBUG - Execute org.sonar.batch.issue.IssuePersister
14:39:12.689 DEBUG - Execute org.sonar.batch.phases.GraphPersister
14:39:12.718 INFO - ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard/index/com.buransky:multi-module
14:39:12.719 DEBUG - Evict preview database
14:39:12.719 DEBUG - Download: http://localhost:9000/batch_bootstrap/evict?project=277 (no proxy)
14:39:12.736 DEBUG - Post-jobs : org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob@6b17ecf4 -> org.sonar.plugins.core.batch.IndexProjectPostJob@6fc5be19 -> org.sonar.plugins.dbcleaner.ProjectPurgePostJob@1f4394a3
14:39:12.736 INFO - Executing post-job class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob
14:39:12.737 INFO - Executing post-job class org.sonar.plugins.core.batch.IndexProjectPostJob
14:39:12.755 INFO - Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob
14:39:12.761 INFO - -> Keep one snapshot per day between 2014-04-28 and 2014-05-25
14:39:12.762 INFO - -> Keep one snapshot per week between 2013-05-27 and 2014-04-28
14:39:12.762 INFO - -> Keep one snapshot per month between 2009-06-01 and 2013-05-27
14:39:12.763 INFO - -> Delete data prior to: 2009-06-01
14:39:12.763 DEBUG - ooo Using Connection [jdbc:h2:tcp://localhost/sonar, UserName=SONAR, H2 JDBC Driver]
14:39:12.763 DEBUG - ==> Preparing: select * from projects p where p.id=?
14:39:12.764 DEBUG - ==> Parameters: 277(Long)
14:39:12.764 DEBUG - ooo Using Connection [jdbc:h2:tcp://localhost/sonar, UserName=SONAR, H2 JDBC Driver]
14:39:12.765 DEBUG - ==> Preparing: select * from projects where scope='PRJ' and root_id=?
14:39:12.765 DEBUG - ==> Parameters: 277(Long)
14:39:12.766 DEBUG - ooo Using Connection [jdbc:h2:tcp://localhost/sonar, UserName=SONAR, H2 JDBC Driver]
14:39:12.766 DEBUG - ==> Preparing: select * from projects where scope='PRJ' and root_id=?
14:39:12.766 DEBUG - ==> Parameters: 278(Long)
14:39:12.766 DEBUG - ooo Using Connection [jdbc:h2:tcp://localhost/sonar, UserName=SONAR, H2 JDBC Driver]
14:39:12.766 DEBUG - ==> Preparing: select * from projects where scope='PRJ' and root_id=?
14:39:12.766 DEBUG - ==> Parameters: 279(Long)
14:39:12.767 INFO - -> Clean Sonar Scoverage plugin multi-module sample project [id=277]
14:39:12.769 INFO - <- Clean snapshot 345
14:39:12.803 INFO - -> Clean module1 [id=278]
14:39:12.804 INFO - -> Clean module2 [id=279]
14:39:12.810 DEBUG - Release semaphore on project : org.sonar.api.resources.Project@3b71b63e[id=277,key=com.buransky:multi-module,qualifier=TRK], with key batch-com.buransky:multi-module
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
Total time: 5.362s
Final Memory: 17M/673M
INFO: ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment