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 blueMarine II - Commons 1.0-ALPHA-21-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) @ it-tidalwave-bluemarine2-commons ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ it-tidalwave-bluemarine2-commons ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons
[INFO] Storing buildNumber: 2376eda46ec4 at timestamp: 1595304041174
[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/blueMarine2_Metrics/workspace/modules/Commons' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ it-tidalwave-bluemarine2-commons ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ it-tidalwave-bluemarine2-commons ---
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ it-tidalwave-bluemarine2-commons ---
[INFO] Executing tasks
main:
[echo] DESCRIPTION: 1.0-ALPHA-21-SNAPSHOT-2376eda46ec4 UNKNOWN
[echo] Java Version: 1.8.0_111 -source 1.8 -target 1.8
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (prepare-agent) @ it-tidalwave-bluemarine2-commons ---
[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/blueMarine2_Metrics/workspace/modules/Commons/target/jacoco.exec
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ it-tidalwave-bluemarine2-commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ it-tidalwave-bluemarine2-commons ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons/target/classes
[WARNING] warning: No processor claimed any of these annotations: javax.annotation.Nonnegative,javax.annotation.concurrent.ThreadSafe,java.lang.FunctionalInterface,javax.annotation.PostConstruct,javax.annotation.Nonnull,javax.annotation.concurrent.Immutable,javax.annotation.CheckForNull,javax.annotation.Nullable,javax.annotation.concurrent.NotThreadSafe
/var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons/src/main/java/it/tidalwave/util/SupplierBasedFinder8.java:[63,56] [unchecked] unchecked conversion
required: SupplierBasedFinder8<T>
found: SupplierBasedFinder8
where T is a type-variable:
T extends Object declared in class SupplierBasedFinder8
[WARNING] /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons/src/main/java/it/tidalwave/util/MappingFinder.java:[60,41] [rawtypes] found raw type: MappingFinder
missing type arguments for generic class MappingFinder<TYPE>
where TYPE is a type-variable:
TYPE extends Object declared in class MappingFinder
[WARNING] /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons/src/main/java/it/tidalwave/util/MappingFinder.java:[62,13] [unchecked] unchecked method invocation: constructor <init> in class SupplierBasedFinder8 is applied to given types
required: SupplierBasedFinder8<T>,Object
found: MappingFinder,Object
where T is a type-variable:
T extends Object declared in class SupplierBasedFinder8
[WARNING] /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons/src/main/java/it/tidalwave/util/MappingFinder.java:[62,14] [unchecked] unchecked conversion
required: SupplierBasedFinder8<T>
found: MappingFinder
where T is a type-variable:
T extends Object declared in class SupplierBasedFinder8
[WARNING] /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons/src/main/java/it/tidalwave/util/MappingFinder.java:[63,52] [unchecked] unchecked conversion
required: MappingFinder<TYPE>
found: MappingFinder
where TYPE is a type-variable:
TYPE extends Object declared in class MappingFinder
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ it-tidalwave-bluemarine2-commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ it-tidalwave-bluemarine2-commons ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ it-tidalwave-bluemarine2-commons ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO]
[INFO] --- jacoco-maven-plugin:0.7.8:report (report) @ it-tidalwave-bluemarine2-commons ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ it-tidalwave-bluemarine2-commons ---
[INFO] Building jar: /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons/target/it-tidalwave-bluemarine2-commons-1.0-ALPHA-21-SNAPSHOT.2376eda46ec4.jar
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (package-jar) @ it-tidalwave-bluemarine2-commons ---
[INFO]
[INFO] --- maven-jar-plugin:2.6:test-jar (package-test-jar) @ it-tidalwave-bluemarine2-commons ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ it-tidalwave-bluemarine2-commons ---
[INFO] Installing /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons/target/it-tidalwave-bluemarine2-commons-1.0-ALPHA-21-SNAPSHOT.2376eda46ec4.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluemarine2/it-tidalwave-bluemarine2-commons/1.0-ALPHA-21-SNAPSHOT/it-tidalwave-bluemarine2-commons-1.0-ALPHA-21-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons/pom.xml to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluemarine2/it-tidalwave-bluemarine2-commons/1.0-ALPHA-21-SNAPSHOT/it-tidalwave-bluemarine2-commons-1.0-ALPHA-21-SNAPSHOT.pom
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.3:findbugs (default-cli) @ it-tidalwave-bluemarine2-commons ---
[INFO] Fork Value is true
[java] Warnings generated: 7
[INFO] Done FindBugs Analysis....
[INFO]
[INFO] --- maven-pmd-plugin:3.7:cpd (default-cli) @ it-tidalwave-bluemarine2-commons ---
[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) @ it-tidalwave-bluemarine2-commons ---
[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) @ it-tidalwave-bluemarine2-commons ---
[INFO] There are 176 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 @ it-tidalwave-bluemarine2-commons >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ it-tidalwave-bluemarine2-commons ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons
[INFO] Storing buildNumber: 2376eda46ec4 at timestamp: 1595304077155
[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/blueMarine2_Metrics/workspace/modules/Commons' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ it-tidalwave-bluemarine2-commons ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ it-tidalwave-bluemarine2-commons ---
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ it-tidalwave-bluemarine2-commons ---
[INFO] Executing tasks
main:
[echo] DESCRIPTION: 1.0-ALPHA-21-SNAPSHOT-2376eda46ec4 UNKNOWN
[echo] Java Version: 1.8.0_111 -source 1.8 -target 1.8
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (prepare-agent) @ it-tidalwave-bluemarine2-commons ---
[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/blueMarine2_Metrics/workspace/modules/Commons/target/jacoco.exec
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ it-tidalwave-bluemarine2-commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ it-tidalwave-bluemarine2-commons ---
[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 @ it-tidalwave-bluemarine2-commons <<<
[INFO]
[INFO] --- clirr-maven-plugin:2.7:clirr (default-cli) @ it-tidalwave-bluemarine2-commons ---
[INFO] Skipping execution
[INFO]
[INFO] --- javancss-maven-plugin:2.1:report (default-cli) @ it-tidalwave-bluemarine2-commons ---
[INFO]
[INFO] >>> maven-dependency-plugin:3.0.0:analyze (default-cli) > test-compile @ it-tidalwave-bluemarine2-commons >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ it-tidalwave-bluemarine2-commons ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons
[INFO] Storing buildNumber: 2376eda46ec4 at timestamp: 1595304077968
[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/blueMarine2_Metrics/workspace/modules/Commons' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ it-tidalwave-bluemarine2-commons ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ it-tidalwave-bluemarine2-commons ---
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ it-tidalwave-bluemarine2-commons ---
[INFO] Executing tasks
main:
[echo] DESCRIPTION: 1.0-ALPHA-21-SNAPSHOT-2376eda46ec4 UNKNOWN
[echo] Java Version: 1.8.0_111 -source 1.8 -target 1.8
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (prepare-agent) @ it-tidalwave-bluemarine2-commons ---
[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/blueMarine2_Metrics/workspace/modules/Commons/target/jacoco.exec
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ it-tidalwave-bluemarine2-commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ it-tidalwave-bluemarine2-commons ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ it-tidalwave-bluemarine2-commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Commons/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ it-tidalwave-bluemarine2-commons ---
[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 @ it-tidalwave-bluemarine2-commons <<<
[INFO]
[INFO] --- maven-dependency-plugin:3.0.0:analyze (default-cli) @ it-tidalwave-bluemarine2-commons ---
[WARNING] Used undeclared dependencies found:
[WARNING] org.eclipse.rdf4j:rdf4j-model:jar:2.1.4:compile
[WARNING] org.eclipse.rdf4j:rdf4j-query:jar:2.1.4:compile
[WARNING] org.springframework:spring-core:jar:4.3.0.RELEASE:compile
[WARNING] org.eclipse.rdf4j:rdf4j-rio-api:jar:2.1.4:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.1-ALPHA-2:compile
[WARNING] org.eclipse.rdf4j:rdf4j-util:jar:2.1.4:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-role:jar:3.1-ALPHA-2:compile
[WARNING] Unused declared dependencies found:
[WARNING] org.testng:testng:jar:6.9.10:test
[WARNING] javax.inject:javax.inject:jar:1:compile
[WARNING] org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING] org.mockito:mockito-core:jar:2.3.7:test
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.1-ALPHA-2:test
[WARNING] org.slf4j:jcl-over-slf4j:jar:1.7.21:runtime
[WARNING] org.projectlombok:lombok:jar:1.16.12:provided
[WARNING] ch.qos.logback:logback-classic:jar:1.1.3:runtime
[JENKINS] Archiving disabled