Skip to content

Instantly share code, notes, and snippets.

@ludofleury
Created December 5, 2011 15:06
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 ludofleury/1433882 to your computer and use it in GitHub Desktop.
Save ludofleury/1433882 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1323095602">
<project timestamp="1323095602">
<package name="Plemi\Bundle\PayboxBundle\Model">
<file name="/var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/Model/Calculator.php">
<class name="Calculator" namespace="Plemi\Bundle\PayboxBundle\Model">
<metrics methods="1" coveredmethods="0" conditionals="0" coveredconditionals="0" statements="1" coveredstatements="0" elements="2" coveredelements="0"/>
</class>
<line num="20" type="method" name="add" crap="2" count="0"/>
<line num="22" type="stmt" count="0"/>
<line num="24" type="stmt" count="0"/>
<metrics loc="23" ncloc="10" classes="1" methods="1" coveredmethods="0" conditionals="0" coveredconditionals="0" statements="1" coveredstatements="0" elements="2" coveredelements="0"/>
</file>
</package>
<file name="/var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/PlemiPayboxBundle.php">
<line num="1" type="stmt" count="0"/>
<metrics loc="0" ncloc="0" classes="0" methods="0" coveredmethods="0" conditionals="0" coveredconditionals="0" statements="0" coveredstatements="0" elements="0" coveredelements="0"/>
</file>
<metrics files="2" loc="23" ncloc="10" classes="1" methods="1" coveredmethods="0" conditionals="0" coveredconditionals="0" statements="1" coveredstatements="0" elements="2" coveredelements="0"/>
</project>
</coverage>
~
[INFO] Parsing file: /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/junit.xml
[DEBUG] Tests suites: org.sonar.plugins.php.phpunit.xml.TestSuites@427379b5
[INFO] Parsing file: /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/clover.xml
[DEBUG] JDBC Driver [Proxy: com.mysql.jdbc.Driver@74455aa8] deregistered
[DEBUG] To prevent a memory leak, the JDBC Driver [com.mysql.jdbc.Driver] has been forcibly deregistered
[DEBUG] Delete temporary directories
[DEBUG] Delete temporary directory: /tmp/sonar-batch67919297510064356621477159475036280
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.671s
[INFO] Finished at: Mon Dec 05 17:04:14 CET 2011
[INFO] Final Memory: 16M/301M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0:sonar (default-cli) on project PlemiPayboxBundle: Can not execute Sonar: NumberFormatException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0:sonar (default-cli) on project PlemiPayboxBundle: Can not execute Sonar
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: Can not execute Sonar
at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:118)
at org.codehaus.mojo.sonar.Bootstraper.start(Bootstraper.java:65)
at org.codehaus.mojo.sonar.SonarMojo.execute(SonarMojo.java:90)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: java.lang.NumberFormatException
at java.math.BigDecimal.<init>(BigDecimal.java:459)
at java.math.BigDecimal.<init>(BigDecimal.java:728)
at java.math.BigDecimal.valueOf(BigDecimal.java:1054)
at org.sonar.api.utils.ParsingUtils.scaleValue(ParsingUtils.java:70)
at org.sonar.api.utils.ParsingUtils.scaleValue(ParsingUtils.java:63)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.saveCoverageMeasure(PhpUnitCoverageResultParser.java:157)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.parseFileNodes(PhpUnitCoverageResultParser.java:123)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.parseFile(PhpUnitCoverageResultParser.java:107)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.parse(PhpUnitCoverageResultParser.java:91)
at org.sonar.plugins.php.phpunit.PhpUnitSensor.analyse(PhpUnitSensor.java:74)
at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:64)
at org.sonar.batch.phases.Phases.execute(Phases.java:93)
at org.sonar.batch.bootstrap.ProjectModule.doStart(ProjectModule.java:143)
at org.sonar.batch.bootstrap.Module.start(Module.java:89)
at org.sonar.batch.bootstrap.BatchModule.analyze(BatchModule.java:110)
at org.sonar.batch.bootstrap.BatchModule.doStart(BatchModule.java:100)
at org.sonar.batch.bootstrap.Module.start(Module.java:89)
at org.sonar.batch.bootstrap.BootstrapModule.doStart(BootstrapModule.java:96)
at org.sonar.batch.bootstrap.Module.start(Module.java:89)
at org.sonar.batch.Batch.execute(Batch.java:74)
at org.sonar.maven3.SonarMojo.executeBatch(SonarMojo.java:147)
at org.sonar.maven3.SonarMojo.execute(SonarMojo.java:136)
at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:113)
... 23 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[INFO] Parsing file: /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/clover.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Can not execute Sonar
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Can not execute Sonar
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:284)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Can not execute Sonar
at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:103)
at org.codehaus.mojo.sonar.Bootstraper.start(Bootstraper.java:79)
at org.codehaus.mojo.sonar.SonarMojo.execute(SonarMojo.java:88)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
... 17 more
Caused by: java.lang.NumberFormatException
at java.math.BigDecimal.<init>(BigDecimal.java:459)
at java.math.BigDecimal.<init>(BigDecimal.java:728)
at java.math.BigDecimal.valueOf(BigDecimal.java:1054)
at org.sonar.api.utils.ParsingUtils.scaleValue(ParsingUtils.java:70)
at org.sonar.api.utils.ParsingUtils.scaleValue(ParsingUtils.java:63)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.saveCoverageMeasure(PhpUnitCoverageResultParser.java:157)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.parseFileNodes(PhpUnitCoverageResultParser.java:123)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.parseFile(PhpUnitCoverageResultParser.java:107)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.parse(PhpUnitCoverageResultParser.java:91)
at org.sonar.plugins.php.phpunit.PhpUnitSensor.analyse(PhpUnitSensor.java:74)
at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:64)
at org.sonar.batch.phases.Phases.execute(Phases.java:93)
at org.sonar.batch.bootstrap.ProjectModule.doStart(ProjectModule.java:143)
at org.sonar.batch.bootstrap.Module.start(Module.java:89)
at org.sonar.batch.bootstrap.BatchModule.analyze(BatchModule.java:110)
at org.sonar.batch.bootstrap.BatchModule.doStart(BatchModule.java:100)
at org.sonar.batch.bootstrap.Module.start(Module.java:89)
at org.sonar.batch.bootstrap.BootstrapModule.doStart(BootstrapModule.java:96)
at org.sonar.batch.bootstrap.Module.start(Module.java:89)
at org.sonar.batch.Batch.execute(Batch.java:74)
at org.sonar.maven.SonarMojo.executeBatch(SonarMojo.java:154)
at org.sonar.maven.SonarMojo.execute(SonarMojo.java:143)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:98)
Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
Maven home: /usr/share/maven3
Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.38.2-grsec-xxxx-grs-ipv6-64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /usr/share/maven3/conf/settings.xml
[DEBUG] Reading user settings from /var/lib/jenkins/.m2/settings.xml
[DEBUG] Using local repository at /var/lib/jenkins/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /var/lib/jenkins/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project Plemi:PlemiPayboxBundle:pom:1.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Resolving plugin prefix sonar from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Could not find metadata org.apache.maven.plugins/maven-metadata.xml in local (/var/lib/jenkins/.m2/repository)
[DEBUG] Skipped remote update check for org.apache.maven.plugins/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata org.codehaus.mojo/maven-metadata.xml in local (/var/lib/jenkins/.m2/repository)
[DEBUG] Skipped remote update check for org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin prefix sonar to org.codehaus.mojo:sonar-maven-plugin from repository central
[DEBUG] Resolving plugin version for org.codehaus.mojo:sonar-maven-plugin
[DEBUG] Could not find metadata org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in local (/var/lib/jenkins/.m2/repository)
[DEBUG] Skipped remote update check for org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.codehaus.mojo:sonar-maven-plugin to 2.0 from repository central (http://repo1.maven.org/maven2, releases)
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: Plemi:PlemiPayboxBundle:pom:1.0
[DEBUG] Tasks: [sonar:sonar]
[DEBUG] Style: Aggregating
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Plemi Paybox Bundle 1.0
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin prefix sonar from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Could not find metadata org.apache.maven.plugins/maven-metadata.xml in local (/var/lib/jenkins/.m2/repository)
[DEBUG] Skipped remote update check for org.apache.maven.plugins/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata org.codehaus.mojo/maven-metadata.xml in local (/var/lib/jenkins/.m2/repository)
[DEBUG] Skipped remote update check for org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin prefix sonar to org.codehaus.mojo:sonar-maven-plugin from repository central
[DEBUG] Resolving plugin version for org.codehaus.mojo:sonar-maven-plugin
[DEBUG] Could not find metadata org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in local (/var/lib/jenkins/.m2/repository)
[DEBUG] Skipped remote update check for org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.codehaus.mojo:sonar-maven-plugin to 2.0 from repository central (http://repo1.maven.org/maven2, releases)
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: Plemi:PlemiPayboxBundle:1.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [central (http://repo1.maven.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [central (http://repo1.maven.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:sonar-maven-plugin:2.0:sonar (default-cli)
[DEBUG] Style: Aggregating
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<localRepository>${localRepository}</localRepository>
<project default-value="${project}"/>
<session default-value="${session}"/>
<sonarHostURL default-value="http://localhost:9000">${sonar.host.url}</sonarHostURL>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Plemi:PlemiPayboxBundle:pom:1.0
[INFO]
[INFO] --- sonar-maven-plugin:2.0:sonar (default-cli) @ PlemiPayboxBundle ---
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.sonatype.aether.collection < plexus.core
[DEBUG] Imported: org.sonatype.aether.version < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.sonatype.aether.repository < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG] Imported: org.sonatype.aether.spi < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.graph < plexus.core
[DEBUG] Imported: org.sonatype.aether.* < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.sonatype.aether.installation < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] org.codehaus.mojo:sonar-maven-plugin:jar:2.0:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:sonar-maven-plugin:2.0
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:sonar-maven-plugin:2.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:sonar-maven-plugin:2.0
[DEBUG] Included: org.codehaus.mojo:sonar-maven-plugin:jar:2.0
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.7
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.7
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.7
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3
[DEBUG] Configuring mojo org.codehaus.mojo:sonar-maven-plugin:2.0:sonar from plugin realm ClassRealm[plugin>org.codehaus.mojo:sonar-maven-plugin:2.0, parent: sun.misc.Launcher$AppClassLoader@138d107f]
[DEBUG] Configuring mojo 'org.codehaus.mojo:sonar-maven-plugin:2.0:sonar' with basic configurator -->
[DEBUG] (f) localRepository = id: local
url: file:///var/lib/jenkins/.m2/repository/
layout: none
[DEBUG] (f) project = MavenProject: Plemi:PlemiPayboxBundle:1.0 @ /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@424c414
[DEBUG] (f) sonarHostURL = http://sonar.plemi.info
[DEBUG] -- end configuration --
[INFO] Sonar version: 2.11
[DEBUG] org.codehaus.sonar:sonar-maven3-plugin:jar:2.11:
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:1.2:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.7:compile (version managed from 2.0.8)
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:4.8.2:compile (version managed from 3.8.1)
[DEBUG] org.codehaus.sonar:sonar-batch:jar:2.11:compile
[DEBUG] org.codehaus.sonar:sonar-core:jar:2.11:compile
[DEBUG] org.codehaus.sonar:sonar-update-center-common:jar:1.1:compile
[DEBUG] org.hibernate:hibernate-core:jar:3.3.2.GA:compile
[DEBUG] antlr:antlr:jar:2.7.6:compile
[DEBUG] dom4j:dom4j:jar:1.6.1:compile
[DEBUG] org.hibernate:hibernate-annotations:jar:3.4.0.GA:compile
[DEBUG] org.hibernate:ejb3-persistence:jar:1.0.2.GA:compile
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.1.0.GA:compile
[DEBUG] org.hibernate:hibernate-entitymanager:jar:3.4.0.GA:compile
[DEBUG] javassist:javassist:jar:3.4.GA:compile
[DEBUG] geronimo-spec:geronimo-spec-jta:jar:1.0-M1:compile
[DEBUG] org.hibernate:hibernate-ehcache:jar:3.3.2.GA:compile
[DEBUG] net.sf.ehcache:ehcache:jar:1.2.3:compile
[DEBUG] commons-dbcp:commons-dbcp:jar:1.3:compile
[DEBUG] commons-pool:commons-pool:jar:1.5.4:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.sonar:sonar-deprecated:jar:2.11:compile
[DEBUG] org.codehaus.sonar:sonar-java-api:jar:2.11:compile
[DEBUG] org.codehaus.sonar:sonar-plugin-api:jar:2.11:compile
[DEBUG] org.codehaus.sonar:sonar-check-api:jar:2.11:compile
[DEBUG] org.codehaus.sonar:sonar-colorizer:jar:2.11:compile
[DEBUG] org.codehaus.sonar:sonar-channel:jar:2.11:compile
[DEBUG] org.codehaus.sonar:sonar-duplications:jar:2.11:compile
[DEBUG] org.codehaus.sonar:sonar-graph:jar:2.11:compile
[DEBUG] com.google.collections:google-collections:jar:1.0:compile
[DEBUG] commons-configuration:commons-configuration:jar:1.6:compile
[DEBUG] commons-digester:commons-digester:jar:1.8:compile
[DEBUG] commons-beanutils:commons-beanutils:jar:1.8.3:compile (version managed from 1.7.0)
[DEBUG] commons-io:commons-io:jar:2.0.1:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.4:compile
[DEBUG] jfree:jfreechart:jar:1.0.9:compile
[DEBUG] jfree:jcommon:jar:1.0.12:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:compile
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.6:compile
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.3.1:compile
[DEBUG] xpp3:xpp3:jar:1.1.3.3:compile
[DEBUG] org.codehaus.woodstox:woodstox-core-lgpl:jar:4.0.4:compile
[DEBUG] stax:stax-api:jar:1.0.1:compile
[DEBUG] org.codehaus.woodstox:stax2-api:jar:3.0.1:compile
[DEBUG] org.codehaus.staxmate:staxmate:jar:2.0.0:compile
[DEBUG] xerces:xercesImpl:jar:2.8.1:compile
[DEBUG] xml-apis:xml-apis:jar:1.3.03:compile
[DEBUG] xalan:xalan:jar:2.7.1:compile
[DEBUG] xalan:serializer:jar:2.7.1:compile
[DEBUG] org.codehaus.sonar:sonar-squid:jar:2.11:compile
[DEBUG] org.picocontainer:picocontainer:jar:2.10.2:compile
[DEBUG] javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG] javax.inject:javax.inject:jar:1:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.5.6:compile
[DEBUG] ch.qos.logback:logback-classic:jar:0.9.15:compile
[DEBUG] ch.qos.logback:logback-core:jar:0.9.15:compile
[DEBUG] Created new class realm plugin>org.codehaus.sonar:sonar-maven3-plugin:2.11
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.sonar:sonar-maven3-plugin:2.11
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.sonar:sonar-maven3-plugin:2.11
[DEBUG] Included: org.codehaus.sonar:sonar-maven3-plugin:jar:2.11
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:1.2
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] Included: junit:junit:jar:4.8.2
[DEBUG] Included: org.codehaus.sonar:sonar-batch:jar:2.11
[DEBUG] Included: org.codehaus.sonar:sonar-core:jar:2.11
[DEBUG] Included: org.codehaus.sonar:sonar-update-center-common:jar:1.1
[DEBUG] Included: org.hibernate:hibernate-core:jar:3.3.2.GA
[DEBUG] Included: antlr:antlr:jar:2.7.6
[DEBUG] Included: dom4j:dom4j:jar:1.6.1
[DEBUG] Included: org.hibernate:hibernate-annotations:jar:3.4.0.GA
[DEBUG] Included: org.hibernate:ejb3-persistence:jar:1.0.2.GA
[DEBUG] Included: org.hibernate:hibernate-commons-annotations:jar:3.1.0.GA
[DEBUG] Included: org.hibernate:hibernate-entitymanager:jar:3.4.0.GA
[DEBUG] Included: javassist:javassist:jar:3.4.GA
[DEBUG] Included: geronimo-spec:geronimo-spec-jta:jar:1.0-M1
[DEBUG] Included: org.hibernate:hibernate-ehcache:jar:3.3.2.GA
[DEBUG] Included: net.sf.ehcache:ehcache:jar:1.2.3
[DEBUG] Included: commons-dbcp:commons-dbcp:jar:1.3
[DEBUG] Included: commons-pool:commons-pool:jar:1.5.4
[DEBUG] Included: org.codehaus.sonar:sonar-deprecated:jar:2.11
[DEBUG] Included: org.codehaus.sonar:sonar-java-api:jar:2.11
[DEBUG] Included: org.codehaus.sonar:sonar-plugin-api:jar:2.11
[DEBUG] Included: org.codehaus.sonar:sonar-check-api:jar:2.11
[DEBUG] Included: org.codehaus.sonar:sonar-colorizer:jar:2.11
[DEBUG] Included: org.codehaus.sonar:sonar-channel:jar:2.11
[DEBUG] Included: org.codehaus.sonar:sonar-duplications:jar:2.11
[DEBUG] Included: org.codehaus.sonar:sonar-graph:jar:2.11
[DEBUG] Included: com.google.collections:google-collections:jar:1.0
[DEBUG] Included: commons-configuration:commons-configuration:jar:1.6
[DEBUG] Included: commons-digester:commons-digester:jar:1.8
[DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.8.3
[DEBUG] Included: commons-io:commons-io:jar:2.0.1
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: commons-codec:commons-codec:jar:1.4
[DEBUG] Included: jfree:jfreechart:jar:1.0.9
[DEBUG] Included: jfree:jcommon:jar:1.0.12
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[DEBUG] Included: org.slf4j:log4j-over-slf4j:jar:1.5.6
[DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.3.1
[DEBUG] Included: xpp3:xpp3:jar:1.1.3.3
[DEBUG] Included: org.codehaus.woodstox:woodstox-core-lgpl:jar:4.0.4
[DEBUG] Included: stax:stax-api:jar:1.0.1
[DEBUG] Included: org.codehaus.woodstox:stax2-api:jar:3.0.1
[DEBUG] Included: org.codehaus.staxmate:staxmate:jar:2.0.0
[DEBUG] Included: xerces:xercesImpl:jar:2.8.1
[DEBUG] Included: xml-apis:xml-apis:jar:1.3.03
[DEBUG] Included: xalan:xalan:jar:2.7.1
[DEBUG] Included: xalan:serializer:jar:2.7.1
[DEBUG] Included: org.codehaus.sonar:sonar-squid:jar:2.11
[DEBUG] Included: org.picocontainer:picocontainer:jar:2.10.2
[DEBUG] Included: javax.annotation:jsr250-api:jar:1.0
[DEBUG] Included: javax.inject:javax.inject:jar:1
[DEBUG] Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.5.6
[DEBUG] Included: ch.qos.logback:logback-classic:jar:0.9.15
[DEBUG] Included: ch.qos.logback:logback-core:jar:0.9.15
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3
[DEBUG] Configuring mojo org.codehaus.sonar:sonar-maven3-plugin:2.11:sonar from plugin realm ClassRealm[plugin>org.codehaus.sonar:sonar-maven3-plugin:2.11, parent: ClassRealm[plugin>org.codehaus.mojo:sonar-maven-plugin:2.0, parent: sun.misc.Launcher$AppClassLoader@138d107f]]
[DEBUG] Configuring mojo 'org.codehaus.sonar:sonar-maven3-plugin:2.11:sonar' with basic configurator -->
[DEBUG] (f) localRepository = id: local
url: file:///var/lib/jenkins/.m2/repository/
layout: none
[DEBUG] (f) project = MavenProject: Plemi:PlemiPayboxBundle:1.0 @ /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@424c414
[DEBUG] -- end configuration --
[DEBUG] Temporary directory: /tmp/sonar-batch67919297510064356621477159475036280
[DEBUG] Downloading JDBC driver to /tmp/sonar-batch67919297510064356621477159475036280/jdbc-driver.jar
[DEBUG] Download: http://sonar.plemi.info/deploy/jdbc-driver.jar (no proxy)
[INFO] Database dialect class org.sonar.jpa.dialect.MySql
[INFO] Initializing Hibernate
[DEBUG] hibernate.connection.username: sonar
[DEBUG] hibernate.connection.password: cuRqwvVGYWapER64
[DEBUG] hibernate.generate_statistics: false
[DEBUG] hibernate.dialect: org.sonar.jpa.dialect.MySql$MySqlWithDecimalDialect
[DEBUG] hibernate.connection.url: jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8
[DEBUG] hibernate.show_sql: false
[DEBUG] hibernate.connection.driver_class: com.mysql.jdbc.Driver
[DEBUG] hibernate.hbm2ddl.auto: validate
[DEBUG] Downloading index of plugins
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/index.txt (no proxy)
[DEBUG] Downloading plugin findbugs into /tmp/sonar-batch67919297510064356621477159475036280/plugins/findbugs
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/findbugs/sonar-findbugs-plugin-2.11.jar (no proxy)
[DEBUG] Downloading plugin timeline into /tmp/sonar-batch67919297510064356621477159475036280/plugins/timeline
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/timeline/sonar-timeline-plugin-1.2.jar (no proxy)
[DEBUG] Downloading plugin jmeter into /tmp/sonar-batch67919297510064356621477159475036280/plugins/jmeter
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/jmeter/sonar-jmeter-plugin-0.2.jar (no proxy)
[DEBUG] Downloading plugin scmactivity into /tmp/sonar-batch67919297510064356621477159475036280/plugins/scmactivity
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/scmactivity/sonar-scm-activity-plugin-1.3.jar (no proxy)
[DEBUG] Downloading plugin clover into /tmp/sonar-batch67919297510064356621477159475036280/plugins/clover
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/clover/sonar-clover-plugin-2.8.jar (no proxy)
[DEBUG] Downloading plugin l10nen into /tmp/sonar-batch67919297510064356621477159475036280/plugins/l10nen
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/l10nen/sonar-l10n-en-plugin-2.11.jar (no proxy)
[DEBUG] Downloading plugin Sonargraph into /tmp/sonar-batch67919297510064356621477159475036280/plugins/Sonargraph
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/Sonargraph/sonar-sonargraph-plugin-3.0.1.jar (no proxy)
[DEBUG] Downloading plugin googleanalytics into /tmp/sonar-batch67919297510064356621477159475036280/plugins/googleanalytics
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/googleanalytics/sonar-googleanalytics-plugin-2.11.jar (no proxy)
[DEBUG] Downloading plugin pdfreport into /tmp/sonar-batch67919297510064356621477159475036280/plugins/pdfreport
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/pdfreport/sonar-pdfreport-plugin-1.2.1.jar (no proxy)
[DEBUG] Downloading plugin cpd into /tmp/sonar-batch67919297510064356621477159475036280/plugins/cpd
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/cpd/sonar-cpd-plugin-2.11.jar (no proxy)
[DEBUG] Downloading plugin php into /tmp/sonar-batch67919297510064356621477159475036280/plugins/php
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/php/sonar-php-plugin-0.6.jar (no proxy)
[DEBUG] Downloading plugin pmd into /tmp/sonar-batch67919297510064356621477159475036280/plugins/pmd
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/pmd/sonar-pmd-plugin-2.11.jar (no proxy)
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/pmd/README.txt (no proxy)
[DEBUG] Downloading plugin technicaldebt into /tmp/sonar-batch67919297510064356621477159475036280/plugins/technicaldebt
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/technicaldebt/sonar-technicaldebt-plugin-1.2.1.jar (no proxy)
[DEBUG] Downloading plugin squidjava into /tmp/sonar-batch67919297510064356621477159475036280/plugins/squidjava
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/squidjava/sonar-squid-java-plugin-2.11.jar (no proxy)
[DEBUG] Downloading plugin emailnotifications into /tmp/sonar-batch67919297510064356621477159475036280/plugins/emailnotifications
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/emailnotifications/sonar-email-notifications-plugin-2.11.jar (no proxy)
[DEBUG] Downloading plugin javascript into /tmp/sonar-batch67919297510064356621477159475036280/plugins/javascript
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/javascript/sonar-javascript-plugin-0.3.jar (no proxy)
[DEBUG] Downloading plugin motionchart into /tmp/sonar-batch67919297510064356621477159475036280/plugins/motionchart
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/motionchart/sonar-motion-chart-plugin-1.3.jar (no proxy)
[DEBUG] Downloading plugin l10nfr into /tmp/sonar-batch67919297510064356621477159475036280/plugins/l10nfr
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/l10nfr/sonar-l10n-fr-plugin-1.2.jar (no proxy)
[DEBUG] Downloading plugin xml into /tmp/sonar-batch67919297510064356621477159475036280/plugins/xml
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/xml/sonar-xml-plugin-0.1.jar (no proxy)
[DEBUG] Downloading plugin radiator into /tmp/sonar-batch67919297510064356621477159475036280/plugins/radiator
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/radiator/sonar-radiator-plugin-1.1.jar (no proxy)
[DEBUG] Downloading plugin surefire into /tmp/sonar-batch67919297510064356621477159475036280/plugins/surefire
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/surefire/sonar-surefire-plugin-2.11.jar (no proxy)
[DEBUG] Downloading plugin checkstyle into /tmp/sonar-batch67919297510064356621477159475036280/plugins/checkstyle
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/checkstyle/sonar-checkstyle-plugin-2.11.jar (no proxy)
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/checkstyle/README.txt (no proxy)
[DEBUG] Downloading plugin branding into /tmp/sonar-batch67919297510064356621477159475036280/plugins/branding
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/branding/sonar-branding-plugin-0.3.jar (no proxy)
[DEBUG] Downloading plugin core into /tmp/sonar-batch67919297510064356621477159475036280/plugins/core
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/core/sonar-core-plugin-2.11.jar (no proxy)
[DEBUG] Downloading plugin artifactsize into /tmp/sonar-batch67919297510064356621477159475036280/plugins/artifactsize
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/artifactsize/sonar-artifact-size-plugin-0.3.jar (no proxy)
[DEBUG] Downloading plugin dbcleaner into /tmp/sonar-batch67919297510064356621477159475036280/plugins/dbcleaner
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/dbcleaner/sonar-dbcleaner-plugin-2.11.jar (no proxy)
[DEBUG] Downloading plugin cobertura into /tmp/sonar-batch67919297510064356621477159475036280/plugins/cobertura
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/cobertura/sonar-cobertura-plugin-2.11.jar (no proxy)
[DEBUG] Downloading plugin design into /tmp/sonar-batch67919297510064356621477159475036280/plugins/design
[DEBUG] Download: http://sonar.plemi.info/deploy/plugins/design/sonar-design-plugin-2.11.jar (no proxy)
[DEBUG] Exporting [org.sonar.plugins.findbugs.api, com.sonar.plugins.findbugs.api, com.sonarsource.plugins.findbugs.api] from findbugs
[DEBUG] Exporting [org.sonar.plugins.timeline.api, com.sonar.plugins.timeline.api, com.sonarsource.plugins.timeline.api] from timeline
[DEBUG] Exporting [org.sonar.plugins.jmeter.api, com.sonar.plugins.jmeter.api, com.sonarsource.plugins.jmeter.api] from jmeter
[DEBUG] Exporting [org.sonar.plugins.l10nen.api, com.sonar.plugins.l10nen.api, com.sonarsource.plugins.l10nen.api] from l10nen
[DEBUG] Exporting [org.sonar.plugins.clover.api, com.sonar.plugins.clover.api, com.sonarsource.plugins.clover.api] from clover
[DEBUG] Exporting [org.sonar.plugins.scmactivity.api, com.sonar.plugins.scmactivity.api, com.sonarsource.plugins.scmactivity.api] from scmactivity
[DEBUG] Exporting [org.sonar.plugins.Sonargraph.api, com.sonar.plugins.Sonargraph.api, com.sonarsource.plugins.Sonargraph.api] from Sonargraph
[DEBUG] Exporting [org.sonar.plugins.googleanalytics.api, com.sonar.plugins.googleanalytics.api, com.sonarsource.plugins.googleanalytics.api] from googleanalytics
[DEBUG] Exporting [org.sonar.plugins.cpd.api, com.sonar.plugins.cpd.api, com.sonarsource.plugins.cpd.api] from cpd
[DEBUG] Exporting [org.sonar.plugins.pdfreport.api, com.sonar.plugins.pdfreport.api, com.sonarsource.plugins.pdfreport.api] from pdfreport
[DEBUG] Exporting [org.sonar.plugins.php.api, com.sonar.plugins.php.api, com.sonarsource.plugins.php.api] from php
[DEBUG] Exporting [org.sonar.plugins.pmd.api, com.sonar.plugins.pmd.api, com.sonarsource.plugins.pmd.api] from pmd
[DEBUG] Exporting [org.sonar.plugins.technicaldebt.api, com.sonar.plugins.technicaldebt.api, com.sonarsource.plugins.technicaldebt.api] from technicaldebt
[DEBUG] Exporting [org.sonar.plugins.squidjava.api, com.sonar.plugins.squidjava.api, com.sonarsource.plugins.squidjava.api] from squidjava
[DEBUG] Exporting [org.sonar.plugins.emailnotifications.api, com.sonar.plugins.emailnotifications.api, com.sonarsource.plugins.emailnotifications.api] from emailnotifications
[DEBUG] Exporting [org.sonar.plugins.javascript.api, com.sonar.plugins.javascript.api, com.sonarsource.plugins.javascript.api] from javascript
[DEBUG] Exporting [org.sonar.plugins.motionchart.api, com.sonar.plugins.motionchart.api, com.sonarsource.plugins.motionchart.api] from motionchart
[DEBUG] Exporting [org.sonar.plugins.xml.api, com.sonar.plugins.xml.api, com.sonarsource.plugins.xml.api] from xml
[DEBUG] Exporting [org.sonar.plugins.radiator.api, com.sonar.plugins.radiator.api, com.sonarsource.plugins.radiator.api] from radiator
[DEBUG] Exporting [org.sonar.plugins.surefire.api, com.sonar.plugins.surefire.api, com.sonarsource.plugins.surefire.api] from surefire
[DEBUG] Exporting [org.sonar.plugins.checkstyle.api, com.sonar.plugins.checkstyle.api, com.sonarsource.plugins.checkstyle.api] from checkstyle
[DEBUG] Exporting [org.sonar.plugins.branding.api, com.sonar.plugins.branding.api, com.sonarsource.plugins.branding.api] from branding
[DEBUG] Exporting [org.sonar.plugins.core.api, com.sonar.plugins.core.api, com.sonarsource.plugins.core.api] from core
[DEBUG] Exporting [org.sonar.plugins.dbcleaner.api, com.sonar.plugins.dbcleaner.api, com.sonarsource.plugins.dbcleaner.api] from dbcleaner
[DEBUG] Exporting [org.sonar.plugins.artifactsize.api, com.sonar.plugins.artifactsize.api, com.sonarsource.plugins.artifactsize.api] from artifactsize
[DEBUG] Exporting [org.sonar.plugins.cobertura.api, com.sonar.plugins.cobertura.api, com.sonarsource.plugins.cobertura.api] from cobertura
[DEBUG] Exporting [org.sonar.plugins.design.api, com.sonar.plugins.design.api, com.sonarsource.plugins.design.api] from design
[DEBUG] Exporting [org.sonar.plugins.l10nfr.api, com.sonar.plugins.l10nfr.api, com.sonarsource.plugins.l10nfr.api] from l10nfr
[INFO] ------------- Analyzing Plemi Paybox Bundle
[INFO] Excluded sources : [**/vendor/**, **/Tests/**]
[INFO] Selected quality profile : [name=Sonar Way,language=php]
[INFO] Configure maven plugins...
[INFO] Compare to previous analysis (2011-12-05)
[INFO] Compare over 5 days (2011-11-30, analysis of 2011-12-01 15:40:04.0)
[INFO] Compare over 30 days (2011-11-05, analysis of 2011-11-29 17:14:03.0)
[DEBUG] Using JSLint version: 2010-12-23
[DEBUG] Adding JSLint options. Activated rules: 65
[DEBUG] Adding JSLint option from inverse rule: CAP
[DEBUG] Adding JSLint option from inverse rule: CSS
[DEBUG] Adding JSLint option from inverse rule: DEBUG
[DEBUG] Adding JSLint option from inverse rule: ES5
[DEBUG] Adding JSLint option from inverse rule: EVIL
[DEBUG] Adding JSLint option from inverse rule: FORIN
[DEBUG] Adding JSLint option from inverse rule: FRAGMENT
[DEBUG] Adding JSLint option from inverse rule: LAXBREAK
[DEBUG] Adding JSLint option from inverse rule: ON
[DEBUG] Adding JSLint option from inverse rule: SUB
[DEBUG] Adding Options Specified As Project Settings
[DEBUG] Project/global setting name retrieved from global parameter: browser with value null
[DEBUG] Project/global setting name retrieved from global parameter: devel with value null
[DEBUG] Project/global setting name retrieved from global parameter: widget with value null
[DEBUG] Project/global setting name retrieved from global parameter: windows with value null
[DEBUG] Project/global setting name retrieved from global parameter: rhino with value null
[DEBUG] Project/global setting name retrieved from global parameter: safe with value null
[DEBUG] Project/global setting name retrieved from global parameter: maxerr with value null
[DEBUG] Project/global setting name retrieved from global parameter: predef with value null
[DEBUG] Adding Options Specified As Rule Parameters
[DEBUG] Rule: Generic.Files.LineEndings.InvalidEOLChar, ruleParam: eolChar, ruleParamValue: \n
[DEBUG] Rule: Generic.Files.LineLength.TooLong, ruleParam: lineLimit, ruleParamValue: 80
[DEBUG] Rule: Generic.Files.LineLength.MaxExceeded, ruleParam: absoluteLineLimit, ruleParamValue: 120
[DEBUG] Rule: Generic.Metrics.CyclomaticComplexity.MaxExceeded, ruleParam: absoluteComplexity, ruleParamValue: 20
[DEBUG] Rule: Generic.Metrics.CyclomaticComplexity.TooHigh, ruleParam: complexity, ruleParamValue: 10
[DEBUG] Rule: Generic.Metrics.NestingLevel.MaxExceeded, ruleParam: absoluteNestingLevel, ruleParamValue: 10
[DEBUG] Rule: Generic.Metrics.NestingLevel.TooHigh, ruleParam: nestingLevel, ruleParamValue: 5
[DEBUG] Rule: Generic.WhiteSpace.ScopeIndent.Incorrect, ruleParam: indent, ruleParamValue: 4
[DEBUG] Adding JSLint option from rule parameter: INDENT with value: 4
[DEBUG] Rule: Generic.WhiteSpace.ScopeIndent.Incorrect, ruleParam: exact, ruleParamValue: false
[DEBUG] Initializers : FindbugsMavenInitializer -> MavenInitializer
[INFO] Initializer FindbugsMavenInitializer...
[INFO] Initializer FindbugsMavenInitializer done: 4 ms
[INFO] Initializer MavenInitializer...
[INFO] Java source version: 1.5
[INFO] Java target version: 1.5
[INFO] Source encoding: null
[INFO] Initializer MavenInitializer done: 1 ms
[INFO] Detection of duplication code is not supported for PHP.
[DEBUG] Sensors : PHP Source Importer -> NoSonar and Commented out LOC Sensor -> JMeterSensor -> com.hello2morrow.sonarplugin.SonargraphSensor@5954100e -> PHP Depend Sensor -> PHP Mess Detector Sensor -> PHP_CodeSniffer Sensor -> phpunit Sensor -> PHP Cpd Sensor -> ProfileSensor -> ProfileEventsSensor -> ProjectLinksSensor -> VersionEventsSensor -> org.sonar.plugins.artifactsize.ArtifactSizeSensor@6ddaa877 -> Maven dependencies
[INFO] Sensor PHP Source Importer...
[INFO] Sensor PHP Source Importer done: 259 ms
[INFO] Sensor NoSonar and Commented out LOC Sensor...
[INFO] Sensor NoSonar and Commented out LOC Sensor done: 94 ms
[INFO] Sensor JMeterSensor...
[INFO] Sensor JMeterSensor done: 0 ms
[INFO] Sensor com.hello2morrow.sonarplugin.SonargraphSensor@5954100e...
[INFO] ------------------------------------------------------------------------
[INFO] Execute sonar-sonargraph-plugin for Plemi Paybox Bundle
[INFO] ------------------------------------------------------------------------
[INFO] Reading Sonargraph metrics report from: /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/sonargraph-sonar-plugin/sonargraph-sonar-report.xml
[INFO] Sensor com.hello2morrow.sonarplugin.SonargraphSensor@5954100e done: 325 ms
[INFO] Sensor PHP Depend Sensor...
[INFO] Report file for: pdepend : /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/pdepend.xml
[INFO] Collecting measures...
[DEBUG] Resource org.sonar.api.resources.Directory@5e8b957[key=Tests/Model,language=<null>] is excluded by the filter org.sonar.plugins.core.batch.ExcludedResourceFilter@71e001c8
[INFO] Saving measures...
[DEBUG] Saving Classes for resource Tests/Model/CalculatorTest.php with value 1.0
[DEBUG] Saving Files for resource Tests/Model/CalculatorTest.php with value 1.0
[DEBUG] Saving Methods for resource Tests/Model/CalculatorTest.php with value 1.0
[DEBUG] Saving Lines of code for resource Tests/Model/CalculatorTest.php with value 10.0
[DEBUG] Saving Complexity for resource Tests/Model/CalculatorTest.php with value 1.0
[DEBUG] Saving Lines for resource Tests/Model/CalculatorTest.php with value 14.0
[DEBUG] Saving Comment lines for resource Tests/Model/CalculatorTest.php with value 0.0
[DEBUG] Saving Classes for resource Model/Calculator.php with value 1.0
[DEBUG] Saving Files for resource Model/Calculator.php with value 1.0
[DEBUG] Saving Methods for resource Model/Calculator.php with value 1.0
[DEBUG] Saving Lines of code for resource Model/Calculator.php with value 9.0
[DEBUG] Saving Complexity for resource Model/Calculator.php with value 1.0
[DEBUG] Saving Lines for resource Model/Calculator.php with value 24.0
[DEBUG] Saving Comment lines for resource Model/Calculator.php with value 13.0
[INFO] Sensor PHP Depend Sensor done: 87 ms
[INFO] Sensor PHP Mess Detector Sensor...
[INFO] Report file for: phpmd : /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/pmd.xml
[INFO] Phpmd report file: /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/pmd.xml
[DEBUG] Report file for Phpms is /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/pmd.xml
[DEBUG] Getting violations form report file
[INFO] Sensor PHP Mess Detector Sensor done: 8 ms
[INFO] Sensor PHP_CodeSniffer Sensor...
[INFO] Report file for: phpcs : /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/checkstyle.xml
[INFO] PhpCodeSniffer report file: /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/checkstyle.xml
[DEBUG] Report file for PHP_CodeSniffer is /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/checkstyle.xml
[DEBUG] Getting violations form report file
[DEBUG] Violation found: org.sonar.api.rules.Violation@6668a2cc[resource=org.sonar.api.resources.File@163f47e[key=Model/Calculator.php,dir=Model,filename=Calculator.php,language=<null>],rule=Rule[id=1247,name=ClassDeclarationSpaceBeforeBrace,key=PEAR.Classes.ClassDeclaration.SpaceBeforeBrace,enabled=true,configKey=rulesets/ClassDeclaration,priority=MAJOR,description=Expected %s spaces before opening brace; %s found,pluginName=php_codesniffer_rules,cardinality=SINGLE,parent=<null>,params=[org.sonar.api.rules.RuleParam@539546ee[id=283,key=indent,desc=The number of spaces code should be indented.,type=s]]],message=Expected 0 spaces before opening brace; 1 found,severity=<null>,lineId=11,cost=<null>,createdAt=<null>,switchedOff=false,checksum=<null>,isNew=false]
[INFO] No violation found in repository php_codesniffer_rules for violation Symfony2.WhiteSpace.DiscourageFitzinator
[INFO] No violation found in repository php_codesniffer_rules for violation Symfony2.Commenting.FunctionComment.Missing
[INFO] No violation found in repository php_codesniffer_rules for violation Symfony2.Commenting.FunctionComment.SpacingBeforeParamType
[INFO] No violation found in repository php_codesniffer_rules for violation Symfony2.Commenting.ClassComment.Missing
[DEBUG] Rule is not activated, ignoring violation org.sonar.api.rules.Violation@6668a2cc[resource=org.sonar.api.resources.File@163f47e[key=Model/Calculator.php,dir=Model,filename=Calculator.php,language=<null>],rule=Rule[id=1247,name=ClassDeclarationSpaceBeforeBrace,key=PEAR.Classes.ClassDeclaration.SpaceBeforeBrace,enabled=true,configKey=rulesets/ClassDeclaration,priority=MAJOR,description=Expected %s spaces before opening brace; %s found,pluginName=php_codesniffer_rules,cardinality=SINGLE,parent=<null>,params=[org.sonar.api.rules.RuleParam@539546ee[id=283,key=indent,desc=The number of spaces code should be indented.,type=s]]],message=Expected 0 spaces before opening brace; 1 found,severity=<null>,lineId=11,cost=<null>,createdAt=<null>,switchedOff=false,checksum=<null>,isNew=false]
[INFO] Sensor PHP_CodeSniffer Sensor done: 81 ms
[INFO] Sensor phpunit Sensor...
[INFO] Report file for: phpunit : /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/junit.xml
[INFO] Parsing file: /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/junit.xml
[DEBUG] Tests suites: org.sonar.plugins.php.phpunit.xml.TestSuites@427379b5
[INFO] Parsing file: /var/lib/jenkins/jobs/PlemiPayboxBundle/workspace/target/../build/logs/clover.xml
[DEBUG] JDBC Driver [Proxy: com.mysql.jdbc.Driver@74455aa8] deregistered
[DEBUG] To prevent a memory leak, the JDBC Driver [com.mysql.jdbc.Driver] has been forcibly deregistered
[DEBUG] Delete temporary directories
[DEBUG] Delete temporary directory: /tmp/sonar-batch67919297510064356621477159475036280
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.671s
[INFO] Finished at: Mon Dec 05 17:04:14 CET 2011
[INFO] Final Memory: 16M/301M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0:sonar (default-cli) on project PlemiPayboxBundle: Can not execute Sonar: NumberFormatException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0:sonar (default-cli) on project PlemiPayboxBundle: Can not execute Sonar
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: Can not execute Sonar
at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:118)
at org.codehaus.mojo.sonar.Bootstraper.start(Bootstraper.java:65)
at org.codehaus.mojo.sonar.SonarMojo.execute(SonarMojo.java:90)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: java.lang.NumberFormatException
at java.math.BigDecimal.<init>(BigDecimal.java:459)
at java.math.BigDecimal.<init>(BigDecimal.java:728)
at java.math.BigDecimal.valueOf(BigDecimal.java:1054)
at org.sonar.api.utils.ParsingUtils.scaleValue(ParsingUtils.java:70)
at org.sonar.api.utils.ParsingUtils.scaleValue(ParsingUtils.java:63)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.saveCoverageMeasure(PhpUnitCoverageResultParser.java:157)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.parseFileNodes(PhpUnitCoverageResultParser.java:123)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.parseFile(PhpUnitCoverageResultParser.java:107)
at org.sonar.plugins.php.phpunit.PhpUnitCoverageResultParser.parse(PhpUnitCoverageResultParser.java:91)
at org.sonar.plugins.php.phpunit.PhpUnitSensor.analyse(PhpUnitSensor.java:74)
at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:64)
at org.sonar.batch.phases.Phases.execute(Phases.java:93)
at org.sonar.batch.bootstrap.ProjectModule.doStart(ProjectModule.java:143)
at org.sonar.batch.bootstrap.Module.start(Module.java:89)
at org.sonar.batch.bootstrap.BatchModule.analyze(BatchModule.java:110)
at org.sonar.batch.bootstrap.BatchModule.doStart(BatchModule.java:100)
at org.sonar.batch.bootstrap.Module.start(Module.java:89)
at org.sonar.batch.bootstrap.BootstrapModule.doStart(BootstrapModule.java:96)
at org.sonar.batch.bootstrap.Module.start(Module.java:89)
at org.sonar.batch.Batch.execute(Batch.java:74)
at org.sonar.maven3.SonarMojo.executeBatch(SonarMojo.java:147)
at org.sonar.maven3.SonarMojo.execute(SonarMojo.java:136)
at org.codehaus.mojo.sonar.Bootstraper.executeMojo(Bootstraper.java:113)
... 23 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment