Console Output

Established TCP socket on 46515
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/jenkins_home/jobs/blueBell_Metrics/workspace/pom.xml -Dmaven.repo.local=/var/jenkins_home/maven-repositories/0 -s /tmp/settings1709479480917547950.xml -Pinstallers,it.tidalwave-metrics-v2,it.tidalwave-ci-v1,generate-revision-id
[INFO] Scanning for projects...
[INFO] Downloading: http://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/bluebell/camera-view/1.0-ALPHA-1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/bluebell/camera-view/1.0-ALPHA-1-SNAPSHOT/maven-metadata.xml (1020 B at 0.2 KB/sec)
[INFO] Downloading: http://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/bluebell/sony-camera-api/1.0-ALPHA-1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/bluebell/sony-camera-api/1.0-ALPHA-1-SNAPSHOT/maven-metadata.xml (2 KB at 0.9 KB/sec)
[WARNING] The following dependencies may conflict with the internal versions provided by the Android platform:
[org.khronos:opengl-api:jar:gl1.1-android-2.1_r1:provided, org.json:json:jar:20080701:provided, commons-logging:commons-logging:jar:1.1.1:provided, xerces:xmlParserAPIs:jar:2.6.2:provided, xpp3:xpp3:jar:1.1.4c:provided, org.apache.httpcomponents:httpclient:jar:4.0.1:provided]
It is recommended to shade these artifacts. You can read more about this here: http://simpligility.github.io/android-maven-plugin/shaded-commons-codec.html.
Alternatively, you can disable this warning with the'disableConflictingDependenciesWarning' parameter.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] blueBell
[INFO] blueBell (modules)
[INFO] blueBell - Sony Camera API
[INFO] blueBell - UI
[INFO] blueBell - Android Application
[WARNING] The POM for org.codehaus.groovy.maven:gmaven-plugin:jar:2.0 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.codehaus.groovy.maven:gmaven-plugin:2.0: Plugin org.codehaus.groovy.maven:gmaven-plugin:2.0 or one of its dependencies could not be resolved: Failure to find org.codehaus.groovy.maven:gmaven-plugin:jar:2.0 in http://services.tidalwave.it/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of maven-proxy.tidalwave.it has elapsed or updates are forced
[WARNING] The POM for org.codehaus.groovy.maven:gmaven-plugin:jar:2.0 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.codehaus.groovy.maven:gmaven-plugin:2.0: Plugin org.codehaus.groovy.maven:gmaven-plugin:2.0 or one of its dependencies could not be resolved: Failure to find org.codehaus.groovy.maven:gmaven-plugin:jar:2.0 in http://services.tidalwave.it/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of maven-proxy.tidalwave.it has elapsed or updates are forced
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building blueBell 1.0-ALPHA-1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.codehaus.groovy.maven:gmaven-plugin:jar:2.0 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.codehaus.groovy.maven:gmaven-plugin:2.0: Plugin org.codehaus.groovy.maven:gmaven-plugin:2.0 or one of its dependencies could not be resolved: Failure to find org.codehaus.groovy.maven:gmaven-plugin:jar:2.0 in http://services.tidalwave.it/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of maven-proxy.tidalwave.it has elapsed or updates are forced
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ bluebell ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ bluebell ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571234759
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ bluebell ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ bluebell ---
[INFO] Executing tasks

main:
     [echo] DESCRIPTION: 1.0-ALPHA-1-SNAPSHOT-2ed5aee2c38d UNKNOWN
     [echo] Java Version: 1.8.0_111 -source 1.7 -target 1.7
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (prepare-agent) @ bluebell ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/0/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8-runtime.jar=destfile=/var/jenkins_home/jobs/blueBell_Metrics/workspace/target/jacoco.exec
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:report (report) @ bluebell ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (package-jar) @ bluebell ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /var/jenkins_home/jobs/blueBell_Metrics/workspace/target/bluebell-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (package-test-jar) @ bluebell ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ bluebell ---
[INFO] Installing /var/jenkins_home/jobs/blueBell_Metrics/workspace/pom.xml to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluebell/bluebell/1.0-ALPHA-1-SNAPSHOT/bluebell-1.0-ALPHA-1-SNAPSHOT.pom
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:findbugs (default-cli) @ bluebell ---
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:cpd (default-cli) @ bluebell ---
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:pmd (default-cli) @ bluebell ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (default-cli) @ bluebell ---
[INFO] 
[INFO] >>> clirr-maven-plugin:2.7:clirr (default-cli) > compile @ bluebell >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ bluebell ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571243322
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ bluebell ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ bluebell ---
[INFO] Executing tasks

main:
     [echo] DESCRIPTION: 1.0-ALPHA-1-SNAPSHOT-2ed5aee2c38d UNKNOWN
     [echo] Java Version: 1.8.0_111 -source 1.7 -target 1.7
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (prepare-agent) @ bluebell ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/0/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8-runtime.jar=destfile=/var/jenkins_home/jobs/blueBell_Metrics/workspace/target/jacoco.exec
[WARNING] Failed to getClass for org.codehaus.mojo.clirr.ClirrReport
[INFO] 
[INFO] <<< clirr-maven-plugin:2.7:clirr (default-cli) < compile @ bluebell <<<
[INFO] 
[INFO] --- clirr-maven-plugin:2.7:clirr (default-cli) @ bluebell ---
[INFO] Not generating Clirr report as there are no classes generated by the project
[INFO] 
[INFO] --- javancss-maven-plugin:2.1:report (default-cli) @ bluebell ---
[INFO] 
[INFO] >>> maven-dependency-plugin:3.0.0:analyze (default-cli) > test-compile @ bluebell >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ bluebell ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571245020
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ bluebell ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ bluebell ---
[INFO] Executing tasks

main:
     [echo] DESCRIPTION: 1.0-ALPHA-1-SNAPSHOT-2ed5aee2c38d UNKNOWN
     [echo] Java Version: 1.8.0_111 -source 1.7 -target 1.7
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (prepare-agent) @ bluebell ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/0/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8-runtime.jar=destfile=/var/jenkins_home/jobs/blueBell_Metrics/workspace/target/jacoco.exec
[WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
[INFO] 
[INFO] <<< maven-dependency-plugin:3.0.0:analyze (default-cli) < test-compile @ bluebell <<<
[INFO] 
[INFO] --- maven-dependency-plugin:3.0.0:analyze (default-cli) @ bluebell ---
[INFO] Skipping pom project
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building blueBell 1.0-ALPHA-1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.codehaus.groovy.maven:gmaven-plugin:jar:2.0 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.codehaus.groovy.maven:gmaven-plugin:2.0: Plugin org.codehaus.groovy.maven:gmaven-plugin:2.0 or one of its dependencies could not be resolved: Failure to find org.codehaus.groovy.maven:gmaven-plugin:jar:2.0 in http://services.tidalwave.it/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of maven-proxy.tidalwave.it has elapsed or updates are forced
[INFO] 
[INFO] --- sonar-maven-plugin:3.5.0.1254:sonar (default-cli) @ bluebell ---
[INFO] User cache: /var/jenkins_home/.sonar/cache
[INFO] SonarQube version: 6.7.5
[INFO] Default locale: "en_US", source code encoding: "UTF-8"
[INFO] Publish mode
[INFO] Load global settings
[INFO] Load global settings (done) | time=427ms
[INFO] Server id: 53DEB29D-AWc3LJSrP0kRPNrpIKdI
[INFO] User cache: /var/jenkins_home/.sonar/cache
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=353ms
[INFO] Process project properties
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=373ms
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=121ms
[INFO] Load active rules
[INFO] Load active rules (done) | time=1251ms
[INFO] Load metrics repository
[INFO] Load metrics repository (done) | time=112ms
[INFO] Project key: it.tidalwave.bluebell:bluebell
[INFO] -------------  Scan blueBell - Android Application
[INFO] Load server rules
[INFO] Load server rules (done) | time=108ms
[INFO] Base dir: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell
[INFO] Working dir: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/sonar
[INFO] Source paths: pom.xml, src/main/java
[INFO] Source encoding: UTF-8, default locale: en_US
[INFO] Index files
[INFO] 11 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Quality profile for xml: Sonar way
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 7
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=45ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 10 source files to be analyzed
[INFO] 10/10 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=6896ms
[INFO] Java Test Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=7ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=9855ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=4ms
[INFO] Sensor JaCoCoSensor [java]
[INFO] Sensor JaCoCoSensor [java] (done) | time=0ms
[INFO] Sensor SonarJavaXmlFileSensor [java]
[INFO] 0/0 source files have been analyzed
[INFO] 1 source files to be analyzed
[INFO] 1/1 source files have been analyzed
[INFO] Sensor SonarJavaXmlFileSensor [java] (done) | time=2117ms
[INFO] Sensor XML Sensor [xml]
[INFO] Sensor XML Sensor [xml] (done) | time=685ms
[INFO] Sensor Analyzer for "php.ini" files [php]
[INFO] Sensor Analyzer for "php.ini" files [php] (done) | time=25ms
[INFO] SCM provider for this project is: git
[INFO] 11 files to be analyzed
[INFO] 11/11 files analyzed
[INFO] -------------  Scan blueBell - Sony Camera API
[INFO] Base dir: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI
[INFO] Working dir: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/target/sonar
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Source encoding: UTF-8, default locale: en_US
[INFO] Index files
[INFO] 18 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Quality profile for xml: Sonar way
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 7
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=17ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 16 source files to be analyzed
[INFO] 15/16 files analyzed, current file: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/src/main/java/it/tidalwave/sony/impl/DefaultSsdpDiscoverer.java
[INFO] 16/16 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=13463ms
[INFO] Java Test Files AST scan
[INFO] 1 source files to be analyzed
[INFO] 1/1 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=240ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=13748ms
[INFO] Sensor SurefireSensor [java]
[INFO] Property 'sonar.junit.reportsPath' is deprecated. Use property 'sonar.junit.reportPaths' instead.
[INFO] Property 'sonar.junit.reportsPath' is deprecated and will be ignored, as property 'sonar.junit.reportPaths' is also set.
[INFO] parsing [/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/target/surefire-reports/jacoco]
[INFO] Sensor SurefireSensor [java] (done) | time=118ms
[INFO] Sensor JaCoCoSensor [java]
[INFO] Analysing /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/target/jacoco.exec
[INFO] No information about coverage per test.
[INFO] Sensor JaCoCoSensor [java] (done) | time=417ms
[INFO] Sensor SonarJavaXmlFileSensor [java]
[INFO] 1 source files to be analyzed
[INFO] Sensor SonarJavaXmlFileSensor [java] (done) | time=350ms
[INFO] 1/1 source files have been analyzed
[INFO] Sensor XML Sensor [xml]
[INFO] Sensor XML Sensor [xml] (done) | time=43ms
[INFO] Sensor Analyzer for "php.ini" files [php]
[INFO] Sensor Analyzer for "php.ini" files [php] (done) | time=0ms
[INFO] SCM provider for this project is: git
[INFO] 18 files to be analyzed
[INFO] 18/18 files analyzed
[INFO] -------------  Scan blueBell - UI
[INFO] Base dir: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView
[INFO] Working dir: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView/target/sonar
[INFO] Source paths: pom.xml, src/main/java
[INFO] Source encoding: UTF-8, default locale: en_US
[INFO] Index files
[INFO] 10 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Quality profile for xml: Sonar way
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 7
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=5ms
[INFO] Java Main Files AST scan
[INFO] 9 source files to be analyzed
[INFO] 9/9 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=2191ms
[INFO] Java Test Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=10ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=2261ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor JaCoCoSensor [java]
[INFO] Sensor JaCoCoSensor [java] (done) | time=0ms
[INFO] Sensor SonarJavaXmlFileSensor [java]
[INFO] 1 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor SonarJavaXmlFileSensor [java] (done) | time=223ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1/1 source files have been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=34ms
[INFO] Sensor Analyzer for "php.ini" files [php]
[INFO] Sensor Analyzer for "php.ini" files [php] (done) | time=1ms
[INFO] SCM provider for this project is: git
[INFO] 10 files to be analyzed
[INFO] 10/10 files analyzed
[INFO] -------------  Scan blueBell (modules)
[INFO] Base dir: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules
[INFO] Working dir: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/target/sonar
[INFO] Source paths: pom.xml
[INFO] Source encoding: UTF-8, default locale: en_US
[INFO] Index files
[INFO] 1 file indexed
[INFO] Quality profile for xml: Sonar way
[INFO] Sensor SonarJavaXmlFileSensor [java]
[INFO] 1 source files to be analyzed
[INFO] 1/1 source files have been analyzed
[INFO] Sensor SonarJavaXmlFileSensor [java] (done) | time=296ms
[INFO] Sensor XML Sensor [xml]
[INFO] Sensor XML Sensor [xml] (done) | time=50ms
[INFO] Sensor Analyzer for "php.ini" files [php]
[INFO] Sensor Analyzer for "php.ini" files [php] (done) | time=0ms
[INFO] SCM provider for this project is: git
[INFO] 1 files to be analyzed
[INFO] 1/1 files analyzed
[INFO] -------------  Scan blueBell
[INFO] Base dir: /var/jenkins_home/jobs/blueBell_Metrics/workspace
[INFO] Working dir: /var/jenkins_home/jobs/blueBell_Metrics/workspace/target/sonar
[INFO] Source paths: pom.xml
[INFO] Source encoding: UTF-8, default locale: en_US
[INFO] Index files
[INFO] 1 file indexed
[INFO] Quality profile for xml: Sonar way
[INFO] Sensor SonarJavaXmlFileSensor [java]
[INFO] 1 source files to be analyzed
[INFO] Sensor SonarJavaXmlFileSensor [java] (done) | time=275ms
[INFO] 1/1 source files have been analyzed
[INFO] Sensor XML Sensor [xml]
[INFO] Sensor XML Sensor [xml] (done) | time=98ms
[INFO] Sensor Analyzer for "php.ini" files [php]
[INFO] Sensor Analyzer for "php.ini" files [php] (done) | time=1ms
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=149ms
[INFO] Sensor CPD Block Indexer
[INFO] Sensor CPD Block Indexer (done) | time=366ms
[INFO] SCM provider for this project is: git
[INFO] 1 files to be analyzed
[INFO] 1/1 files analyzed
[INFO] 8 files had no CPD blocks
[INFO] Calculating CPD for 27 files
[INFO] CPD calculation finished
[INFO] Analysis report generated in 1032ms, dir size=653 KB
[INFO] Analysis reports compressed in 764ms, zip size=244 KB
[INFO] Analysis report uploaded in 140ms
[INFO] ANALYSIS SUCCESSFUL, you can browse https://services.tidalwave.it/sonarqube/dashboard/index/it.tidalwave.bluebell:bluebell
[INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] More about the report processing at https://services.tidalwave.it/sonarqube/api/ce/task?id=AXfr9Y5Txsuog9M6mQAF
[INFO] Task total time: 46.162 s
[JENKINS] Archiving disabled