Console Output

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: 1595217643420
[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/1/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/1/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/1/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: 1595217679728
[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/1/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: 1595217680639
[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/1/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
Disk usage plugin fails during calculation disk usage of this build.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping blueMarine II
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] blueMarine II ...................................... SUCCESS [ 14.312 s]
[INFO] blueMarine II (modules) ............................ SUCCESS [  2.638 s]
[INFO] blueMarine II - Commons ............................ SUCCESS [ 38.609 s]
[INFO] blueMarine II - Commons for Tests .................. SUCCESS [ 23.888 s]
[INFO] blueMarine II - Model .............................. FAILURE [ 12.845 s]
[INFO] blueMarine II - Persistence ........................ SKIPPED
[INFO] blueMarine II - Vocabulary ......................... SKIPPED
[INFO] blueMarine II - MusicBrainz Data Model ............. SKIPPED
[INFO] blueMarine II - MusicBrainz ........................ SKIPPED
[INFO] blueMarine II - Media Scanner ...................... SKIPPED
[INFO] blueMarine II - Catalog ............................ SKIPPED
[INFO] blueMarine II - Downloader ......................... SKIPPED
[INFO] blueMarine II - UI ................................. SKIPPED
[INFO] blueMarine II - UI - JavaFX ........................ SKIPPED
[INFO] blueMarine II - CEC Adapter ........................ SKIPPED
[INFO] blueMarine II - CEC Navigation Adapter ............. SKIPPED
[INFO] blueMarine II - Media Server ....................... SKIPPED
[INFO] blueMarine II - REST ............................... SKIPPED
[INFO] blueMarine II - UPnP Media Server .................. SKIPPED
[INFO] blueMarine II - Initializer ........................ SKIPPED
[INFO] blueMarine II - Services (modules) ................. SKIPPED
[INFO] blueMarine II - Services - StoppingDown ............ SKIPPED
[INFO] blueMarine II - Headless Service ................... SKIPPED
[INFO] blueMarine II - Application - JavaFX ............... SKIPPED
[INFO] blueMarine II - Plugins (modules) .................. SKIPPED
[INFO] blueMarine II - Installers - Headless Service ...... SKIPPED
[INFO] blueMarine II - Installers - Headless Service, Linux DEB SKIPPED
[INFO] blueMarine II - Installers - JavaFX Application, Linux SKIPPED
[INFO] blueMarine II - Installers - JavaFX Application, Linux DEB SKIPPED
[INFO] blueMarine II - Installers - JavaFX Application, Linux ARM v6, embedded JRE SKIPPED
[INFO] blueMarine II - Installers - JavaFX Application, Linux ARM v6, embedded JRE DEB SKIPPED
[INFO] blueMarine II - Installers - JavaFX Application, Mac OS X, embedded JRE SKIPPED
[INFO] blueMarine II - Installers (modules) ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:49 min
[INFO] Finished at: 2020-07-20T04:02:04+00:00
[JENKINS] Archiving disabled
[INFO] Final Memory: 103M/751M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.0.0:unpack (default) on project it-tidalwave-bluemarine2-model: Error unpacking file: /var/jenkins_home/maven-repositories/1/it/tidalwave/bluemarine2/testsets/expected-metadata-iTunes-fg-20160504-2/5/expected-metadata-iTunes-fg-20160504-2-5.zip to: /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/Model/target/test-classes/expected-results/metadata
[ERROR] org.codehaus.plexus.archiver.ArchiverException: Error while expanding /var/jenkins_home/maven-repositories/1/it/tidalwave/bluemarine2/testsets/expected-metadata-iTunes-fg-20160504-2/5/expected-metadata-iTunes-fg-20160504-2-5.zip: No space left on device
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :it-tidalwave-bluemarine2-model