Console Output

Started by timer
Running as SYSTEM
Building in workspace /var/jenkins_home/jobs/blueBell_Metrics/workspace
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://bitbucket.org/tidalwave/bluebell-src.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://bitbucket.org/tidalwave/bluebell-src.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://bitbucket.org/tidalwave/bluebell-src.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2ed5aee2c38d66b9c5f8d13f15815b16bb081cd2 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2ed5aee2c38d66b9c5f8d13f15815b16bb081cd2 # timeout=10
Commit message: "Merge branch 'fabrizio.giudici'"
 > git rev-list --no-walk 2ed5aee2c38d66b9c5f8d13f15815b16bb081cd2 # timeout=10
Parsing POMs
using settings config with name settings-mirror
Replacing all maven server entries not found in credentials list is true
Established TCP socket on 46515
[workspace] $ /var/jenkins_home/tools/hudson.model.JDK/JDK_1.8.0_111/bin/java -DblueMarine2.musicTestSets.path=/mnt/test-data/MusicTestSets -cp /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.13.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.2.3/boot/plexus-classworlds-2.5.1.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.2.3/conf/logging jenkins.maven3.agent.Maven32Main /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.2.3 /var/jenkins_home/war/WEB-INF/lib/remoting-4.5.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.13.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 46515
<===[JENKINS REMOTING CAPACITY]===>channel started
using settings config with name settings-mirror
Replacing all maven server entries not found in credentials list is true
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 (modules) 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-modules ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ bluebell-modules ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571246983
[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/modules' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ bluebell-modules ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ bluebell-modules ---
[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-modules ---
[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/modules/target/jacoco.exec
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:report (report) @ bluebell-modules ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (package-jar) @ bluebell-modules ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/target/bluebell-modules-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (package-test-jar) @ bluebell-modules ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ bluebell-modules ---
[INFO] Installing /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/pom.xml to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluebell/bluebell-modules/1.0-ALPHA-1-SNAPSHOT/bluebell-modules-1.0-ALPHA-1-SNAPSHOT.pom
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:findbugs (default-cli) @ bluebell-modules ---
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:cpd (default-cli) @ bluebell-modules ---
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:pmd (default-cli) @ bluebell-modules ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (default-cli) @ bluebell-modules ---
[INFO] 
[INFO] >>> clirr-maven-plugin:2.7:clirr (default-cli) > compile @ bluebell-modules >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ bluebell-modules ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571247688
[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/modules' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ bluebell-modules ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ bluebell-modules ---
[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-modules ---
[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/modules/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-modules <<<
[INFO] 
[INFO] --- clirr-maven-plugin:2.7:clirr (default-cli) @ bluebell-modules ---
[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-modules ---
[INFO] 
[INFO] >>> maven-dependency-plugin:3.0.0:analyze (default-cli) > test-compile @ bluebell-modules >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ bluebell-modules ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571248324
[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/modules' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ bluebell-modules ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ bluebell-modules ---
[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-modules ---
[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/modules/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-modules <<<
[INFO] 
[INFO] --- maven-dependency-plugin:3.0.0:analyze (default-cli) @ bluebell-modules ---
[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 - Sony Camera API 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) @ sony-camera-api ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ sony-camera-api ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571249220
[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/modules/SonyCameraAPI' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ sony-camera-api ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ sony-camera-api ---
[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) @ sony-camera-api ---
[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/modules/SonyCameraAPI/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ sony-camera-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ sony-camera-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
warning: No processor claimed any of these annotations: lombok.extern.slf4j.Slf4j,lombok.Setter,javax.annotation.Nonnegative,lombok.Getter,lombok.RequiredArgsConstructor,lombok.ToString,lombok.AllArgsConstructor,javax.annotation.Nonnull,javax.annotation.CheckForNull,javax.annotation.Nullable
/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/src/main/java/it/tidalwave/sony/CameraApi.java:[111,18] [serial] serializable class CameraApiException has no definition of serialVersionUID
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ sony-camera-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ sony-camera-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ sony-camera-api ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest
04:01:07.412 [main                ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - ***********
04:01:07.430 [main                ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - TEST "test"
04:01:07.431 [main                ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - ***********
04:01:07.487 [TestNGInvoker-test()] INFO  it.tidalwave.sony.impl.DefaultSsdpDiscoverer       - search() Start.
04:01:07.538 [pool-2-thread-1     ] INFO  it.tidalwave.sony.impl.DefaultSsdpDiscoverer       - search() Send Datagram packet 3 times.
04:01:07.746 [pool-2-thread-1     ] INFO  it.tidalwave.sony.impl.DefaultSsdpDiscoverer       - >>>> receiving packets...
04:01:17.754 [pool-2-thread-1     ] DEBUG it.tidalwave.sony.impl.DefaultSsdpDiscoverer       - search() Timeout.
04:01:17.755 [pool-2-thread-1     ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - onFinished()
04:01:17.795 [main                ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - TEST FAILED in 10401 msec - java.lang.NoSuchMethodError: org.hamcrest.Matcher.describeMismatch(Ljava/lang/Object;Lorg/hamcrest/Description;)V
04:01:17.795 [main                ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - 
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 13.703 sec <<< FAILURE! - in it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest
test(it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest)  Time elapsed: 10.395 sec  <<< FAILURE!
java.lang.NoSuchMethodError: org.hamcrest.Matcher.describeMismatch(Ljava/lang/Object;Lorg/hamcrest/Description;)V
	at it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest.test(DefaultSimpleSsdpClientTest.java:99)


Results :

Failed tests: 
  DefaultSimpleSsdpClientTest.test:99 ยป NoSuchMethod org.hamcrest.Matcher.descri...

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

[ERROR] There are test failures.

Please refer to /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/target/surefire-reports/jacoco for the individual test results.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:report (report) @ sony-camera-api ---
[INFO] Loading execution data file /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/target/jacoco.exec
[INFO] Analyzed bundle 'blueBell - Sony Camera API' with 30 classes
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sony-camera-api ---
[INFO] Building jar: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/target/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (package-jar) @ sony-camera-api ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (package-test-jar) @ sony-camera-api ---
[INFO] Building jar: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/target/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d-tests.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sony-camera-api ---
[INFO] Installing /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/target/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluebell/sony-camera-api/1.0-ALPHA-1-SNAPSHOT/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/pom.xml to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluebell/sony-camera-api/1.0-ALPHA-1-SNAPSHOT/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/target/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d-tests.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluebell/sony-camera-api/1.0-ALPHA-1-SNAPSHOT/sony-camera-api-1.0-ALPHA-1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:findbugs (default-cli) @ sony-camera-api ---
[INFO] Fork Value is true
     [java] Warnings generated: 16
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:cpd (default-cli) @ sony-camera-api ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:pmd (default-cli) @ sony-camera-api ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (default-cli) @ sony-camera-api ---
[INFO] There are 337 errors reported by Checkstyle 6.11.2 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> clirr-maven-plugin:2.7:clirr (default-cli) > compile @ sony-camera-api >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ sony-camera-api ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571319013
[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/modules/SonyCameraAPI' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ sony-camera-api ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ sony-camera-api ---
[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) @ sony-camera-api ---
[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/modules/SonyCameraAPI/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ sony-camera-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ sony-camera-api ---
[INFO] Nothing to compile - all classes are up to date
[WARNING] Failed to getClass for org.codehaus.mojo.clirr.ClirrReport
[INFO] 
[INFO] <<< clirr-maven-plugin:2.7:clirr (default-cli) < compile @ sony-camera-api <<<
[INFO] 
[INFO] --- clirr-maven-plugin:2.7:clirr (default-cli) @ sony-camera-api ---
[INFO] artifact it.tidalwave.bluebell:sony-camera-api: checking for updates from maven-proxy.tidalwave.it
[INFO] Unable to find a previous version of the project in the repository
[INFO] Not generating Clirr report as there is no previous version of the library to compare against
[INFO] 
[INFO] --- javancss-maven-plugin:2.1:report (default-cli) @ sony-camera-api ---
[INFO] 
[INFO] >>> maven-dependency-plugin:3.0.0:analyze (default-cli) > test-compile @ sony-camera-api >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ sony-camera-api ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571322739
[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/modules/SonyCameraAPI' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ sony-camera-api ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ sony-camera-api ---
[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) @ sony-camera-api ---
[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/modules/SonyCameraAPI/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ sony-camera-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ sony-camera-api ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ sony-camera-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/SonyCameraAPI/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ sony-camera-api ---
[INFO] Nothing to compile - all classes are up to date
[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 @ sony-camera-api <<<
[INFO] 
[INFO] --- maven-dependency-plugin:3.0.0:analyze (default-cli) @ sony-camera-api ---
[WARNING] Used undeclared dependencies found:
[WARNING]    junit:junit:jar:4.8.1:provided
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:1.0.34:test
[WARNING]    org.mockito:mockito-all:jar:1.8.2:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.0.12:test
[WARNING]    org.projectlombok:lombok:jar:1.16.4:provided
[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 - UI 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) @ camera-view ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ camera-view ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571324354
[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/modules/CameraView' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ camera-view ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ camera-view ---
[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) @ camera-view ---
[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/modules/CameraView/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ camera-view ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ camera-view ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ camera-view ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ camera-view ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ camera-view ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:report (report) @ camera-view ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ camera-view ---
[INFO] Building jar: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView/target/camera-view-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (package-jar) @ camera-view ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (package-test-jar) @ camera-view ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ camera-view ---
[INFO] Installing /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView/target/camera-view-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluebell/camera-view/1.0-ALPHA-1-SNAPSHOT/camera-view-1.0-ALPHA-1-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView/pom.xml to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluebell/camera-view/1.0-ALPHA-1-SNAPSHOT/camera-view-1.0-ALPHA-1-SNAPSHOT.pom
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:findbugs (default-cli) @ camera-view ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:cpd (default-cli) @ camera-view ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:pmd (default-cli) @ camera-view ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (default-cli) @ camera-view ---
[INFO] There are 108 errors reported by Checkstyle 6.11.2 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> clirr-maven-plugin:2.7:clirr (default-cli) > compile @ camera-view >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ camera-view ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571347076
[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/modules/CameraView' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ camera-view ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ camera-view ---
[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) @ camera-view ---
[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/modules/CameraView/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ camera-view ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ camera-view ---
[INFO] Nothing to compile - all classes are up to date
[WARNING] Failed to getClass for org.codehaus.mojo.clirr.ClirrReport
[INFO] 
[INFO] <<< clirr-maven-plugin:2.7:clirr (default-cli) < compile @ camera-view <<<
[INFO] 
[INFO] --- clirr-maven-plugin:2.7:clirr (default-cli) @ camera-view ---
[INFO] artifact it.tidalwave.bluebell:camera-view: checking for updates from maven-proxy.tidalwave.it
[INFO] Unable to find a previous version of the project in the repository
[INFO] Not generating Clirr report as there is no previous version of the library to compare against
[INFO] 
[INFO] --- javancss-maven-plugin:2.1:report (default-cli) @ camera-view ---
[INFO] 
[INFO] >>> maven-dependency-plugin:3.0.0:analyze (default-cli) > test-compile @ camera-view >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ camera-view ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571349629
[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/modules/CameraView' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ camera-view ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ camera-view ---
[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) @ camera-view ---
[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/modules/CameraView/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ camera-view ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ camera-view ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ camera-view ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/CameraView/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ camera-view ---
[INFO] No sources to compile
[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 @ camera-view <<<
[INFO] 
[INFO] --- maven-dependency-plugin:3.0.0:analyze (default-cli) @ camera-view ---
[WARNING] Unused declared dependencies found:
[WARNING]    org.testng:testng:jar:6.9.10:test
[WARNING]    org.json:json:jar:20080701:provided
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:1.0.34:test
[WARNING]    org.mockito:mockito-all:jar:1.8.2:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.0.12:test
[WARNING]    org.projectlombok:lombok:jar:1.16.4:provided
[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 - Android Application 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-application ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ bluebell-application ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571351416
[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/modules/blueBell' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ bluebell-application ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ bluebell-application ---
[INFO] Executing tasks

main:
     [echo] DESCRIPTION: 1.0-ALPHA-1-SNAPSHOT- 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-application ---
[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/modules/blueBell/target/jacoco.exec
[INFO] 
[INFO] --- android-maven-plugin:4.3.0:generate-sources (default-generate-sources) @ bluebell-application ---
[INFO] Manifest copied from /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/src/main/AndroidManifest.xml to /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/AndroidManifest.xml
[INFO] Extracting libs
[INFO] Generating R file for it.tidalwave.bluebell:bluebell-application:apk:1.0-ALPHA-1-SNAPSHOT
[INFO] Adding R gen folder to compile classpath: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/generated-sources/r
[INFO] Adding AIDL gen folder to compile classpath: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/generated-sources/aidl
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ bluebell-application ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ bluebell-application ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
warning: No processor claimed any of these annotations: lombok.extern.slf4j.Slf4j,javax.annotation.Nonnegative,lombok.Getter,javax.annotation.Nonnull,javax.annotation.CheckForNull,javax.annotation.Nullable,lombok.NoArgsConstructor
/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/src/main/java/it/tidalwave/bluebell/mobile/android/AndroidUIThreadDecoratorFactory.java:[121,51] [unchecked] unchecked cast
  required: PRESENTATION
  found:    Object
  where PRESENTATION is a type-variable:
    PRESENTATION extends Object declared in method <PRESENTATION>createUIThreadDecorator(PRESENTATION,Class<PRESENTATION>)
[INFO] 
[INFO] --- android-maven-plugin:4.3.0:emma (default-emma) @ bluebell-application ---
[INFO] 
[INFO] --- android-maven-plugin:4.3.0:proguard (default-proguard) @ bluebell-application ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ bluebell-application ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ bluebell-application ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ bluebell-application ---
[INFO] No tests to run.
[INFO] 
[INFO] --- android-maven-plugin:4.3.0:dex (default-dex) @ bluebell-application ---
[JENKINS] Recording test results
[INFO] Convert classes to Dex : /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/classes.dex
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:report (report) @ bluebell-application ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ bluebell-application ---
[INFO] Building jar: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/bluebell-application-1.0-ALPHA-1-SNAPSHOT..jar
[INFO] 
[INFO] --- android-maven-plugin:4.3.0:apk (default-apk) @ bluebell-application ---
[INFO] Generating debug apk.
[INFO] Adding native libraries : []
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (package-jar) @ bluebell-application ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (package-test-jar) @ bluebell-application ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- android-maven-plugin:4.3.0:internal-pre-integration-test (default-internal-pre-integration-test) @ bluebell-application ---
[INFO] No InstrumentationRunner found - skipping tests
[INFO] 
[INFO] --- android-maven-plugin:4.3.0:internal-integration-test (default-internal-integration-test) @ bluebell-application ---
[INFO] No InstrumentationRunner found - skipping tests
[JENKINS] Recording test results[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ bluebell-application ---

[INFO] Installing /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/bluebell-application-1.0-ALPHA-1-SNAPSHOT..jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluebell/bluebell-application/1.0-ALPHA-1-SNAPSHOT/bluebell-application-1.0-ALPHA-1-SNAPSHOT.apk
[INFO] Installing /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/pom.xml to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluebell/bluebell-application/1.0-ALPHA-1-SNAPSHOT/bluebell-application-1.0-ALPHA-1-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/bluebell-application-1.0-ALPHA-1-SNAPSHOT..jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluebell/bluebell-application/1.0-ALPHA-1-SNAPSHOT/bluebell-application-1.0-ALPHA-1-SNAPSHOT.jar
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:findbugs (default-cli) @ bluebell-application ---
[INFO] Fork Value is true
     [java] Warnings generated: 7
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:cpd (default-cli) @ bluebell-application ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- maven-pmd-plugin:3.7:pmd (default-cli) @ bluebell-application ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (default-cli) @ bluebell-application ---
[INFO] There are 413 errors reported by Checkstyle 6.11.2 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> clirr-maven-plugin:2.7:clirr (default-cli) > compile @ bluebell-application >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ bluebell-application ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571402845
[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/modules/blueBell' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ bluebell-application ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ bluebell-application ---
[INFO] Executing tasks

main:
     [echo] DESCRIPTION: 1.0-ALPHA-1-SNAPSHOT- 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-application ---
[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/modules/blueBell/target/jacoco.exec
[INFO] 
[INFO] --- android-maven-plugin:4.3.0:generate-sources (default-generate-sources) @ bluebell-application ---
[INFO] Manifest copied from /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/src/main/AndroidManifest.xml to /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/AndroidManifest.xml
[INFO] Extracting libs
[INFO] Generating R file for it.tidalwave.bluebell:bluebell-application:apk:1.0-ALPHA-1-SNAPSHOT
[INFO] Adding R gen folder to compile classpath: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/generated-sources/r
[INFO] Adding AIDL gen folder to compile classpath: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/generated-sources/aidl
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ bluebell-application ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ bluebell-application ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
warning: No processor claimed any of these annotations: lombok.extern.slf4j.Slf4j,javax.annotation.Nonnegative,lombok.Getter,javax.annotation.Nonnull,javax.annotation.CheckForNull,javax.annotation.Nullable,lombok.NoArgsConstructor
/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/src/main/java/it/tidalwave/bluebell/mobile/android/AndroidUIThreadDecoratorFactory.java:[121,51] [unchecked] unchecked cast
  required: PRESENTATION
  found:    Object
  where PRESENTATION is a type-variable:
    PRESENTATION extends Object declared in method <PRESENTATION>createUIThreadDecorator(PRESENTATION,Class<PRESENTATION>)
[WARNING] Failed to getClass for org.codehaus.mojo.clirr.ClirrReport
[INFO] 
[INFO] <<< clirr-maven-plugin:2.7:clirr (default-cli) < compile @ bluebell-application <<<
[INFO] 
[INFO] --- clirr-maven-plugin:2.7:clirr (default-cli) @ bluebell-application ---
[INFO] artifact it.tidalwave.bluebell:bluebell-application: checking for updates from maven-proxy.tidalwave.it
[INFO] Unable to find a previous version of the project in the repository
[INFO] Not generating Clirr report as there is no previous version of the library to compare against
[INFO] 
[INFO] --- javancss-maven-plugin:2.1:report (default-cli) @ bluebell-application ---
[INFO] 
[INFO] >>> maven-dependency-plugin:3.0.0:analyze (default-cli) > test-compile @ bluebell-application >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ bluebell-application ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1614571414292
[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/modules/blueBell' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ bluebell-application ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ bluebell-application ---
[INFO] Executing tasks

main:
     [echo] DESCRIPTION: 1.0-ALPHA-1-SNAPSHOT- 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-application ---
[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/modules/blueBell/target/jacoco.exec
[INFO] 
[INFO] --- android-maven-plugin:4.3.0:generate-sources (default-generate-sources) @ bluebell-application ---
[INFO] Manifest copied from /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/src/main/AndroidManifest.xml to /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/AndroidManifest.xml
[INFO] Extracting libs
[INFO] Generating R file for it.tidalwave.bluebell:bluebell-application:apk:1.0-ALPHA-1-SNAPSHOT
[INFO] Adding R gen folder to compile classpath: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/generated-sources/r
[INFO] Adding AIDL gen folder to compile classpath: /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/generated-sources/aidl
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ bluebell-application ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ bluebell-application ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
warning: No processor claimed any of these annotations: lombok.extern.slf4j.Slf4j,javax.annotation.Nonnegative,lombok.Getter,javax.annotation.Nonnull,javax.annotation.CheckForNull,javax.annotation.Nullable,lombok.NoArgsConstructor
/var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/src/main/java/it/tidalwave/bluebell/mobile/android/AndroidUIThreadDecoratorFactory.java:[121,51] [unchecked] unchecked cast
  required: PRESENTATION
  found:    Object
  where PRESENTATION is a type-variable:
    PRESENTATION extends Object declared in method <PRESENTATION>createUIThreadDecorator(PRESENTATION,Class<PRESENTATION>)
[INFO] 
[INFO] --- android-maven-plugin:4.3.0:emma (default-emma) @ bluebell-application ---
[INFO] 
[INFO] --- android-maven-plugin:4.3.0:proguard (default-proguard) @ bluebell-application ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ bluebell-application ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Metrics/workspace/modules/blueBell/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ bluebell-application ---
[INFO] No sources to compile
[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-application <<<
[INFO] 
[INFO] --- maven-dependency-plugin:3.0.0:analyze (default-cli) @ bluebell-application ---
[WARNING] Used undeclared dependencies found:
[WARNING]    org.slf4j:slf4j-api:jar:1.7.12:compile
[WARNING] Unused declared dependencies found:
[WARNING]    org.testng:testng:jar:6.9.10:test
[WARNING]    org.slf4j:slf4j-android:jar:1.7.12:compile
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:1.0.34:test
[WARNING]    org.mockito:mockito-all:jar:1.8.2:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.0.12:test
[WARNING]    org.projectlombok:lombok:jar:1.16.4:provided
[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
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
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] blueBell ........................................... SUCCESS [ 51.354 s]
[INFO] blueBell (modules) ................................. SUCCESS [  1.907 s]
[INFO] blueBell - Sony Camera API ......................... SUCCESS [01:14 min]
[INFO] blueBell - UI ...................................... SUCCESS [ 26.199 s]
[INFO] blueBell - Android Application ..................... SUCCESS [01:12 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:18 min
[INFO] Finished at: 2021-03-01T04:04:36+00:00
[JENKINS] Archiving disabled
[INFO] Final Memory: 122M/814M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "installers" could not be activated because it does not exist.
channel stopped
[workspace] $ /bin/bash /tmp/jenkins7488533169503031340.sh
No post-build script.
Archiving workspace
Deleting old workspace snapshot from #525.
[description-setter] Description set: 1.0-ALPHA-1-SNAPSHOT-2ed5aee2c38d UNKNOWN
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
Triggering a new build of blueBell :: Archive
Finished: UNSTABLE