Skip to content
Failed

Console Output

Started by an SCM change
Building in workspace /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace
Cleaning up /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace
Deleting /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/target
Updating https://fhdwdev.ha.bib.de/svn/HFP416/trunk/Spaces/Workspace at revision '2017-03-13T22:36:27.149 +0100'
U         Spaces/src/de/fhdw/hfp416/spaces/template/MapTemplate.java
A         Spaces/test/de/fhdw/hfp416/spaces/template/CollectionTemplateTest2.java
A         Spaces/test/de/fhdw/hfp416/spaces/template/MapTemplateTest.java
At revision 229

Cleaning up /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Eclipse
Updating https://fhdwdev.ha.bib.de/svn/HFP416/trunk/Spaces/Eclipse at revision '2017-03-13T22:36:27.149 +0100'
At revision 229

No changes for https://fhdwdev.ha.bib.de/svn/HFP416/trunk/Spaces/Eclipse since the previous build
Parsing POMs
Established TCP socket on 39138
[Spaces] $ /usr/lib/jvm/oracle-jdk-bin-1.8/bin/java -Xmx1024m -XX:MaxPermSize=128m -cp /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.8.1.jar:/usr/share/maven-bin-3.3/boot/plexus-classworlds-2.5.2.jar:/usr/share/maven-bin-3.3/conf/logging jenkins.maven3.agent.Maven33Main /usr/share/maven-bin-3.3 /var/lib/jenkins/home/war/WEB-INF/lib/remoting-3.3.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.8.1.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.8.1.jar 39138
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/pom.xml clean install site -Djarsigner.alias=jenkins
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HFP416 Spaces 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ de.fhdw.hfp416.spaces ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ de.fhdw.hfp416.spaces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ de.fhdw.hfp416.spaces ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 134 source files to /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ de.fhdw.hfp416.spaces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ de.fhdw.hfp416.spaces ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/test/de/fhdw/hfp416/spaces/template/CollectionTemplateTest2.java:[29,21] constructor CollectionEntry in class de.fhdw.hfp416.spaces.entry.CollectionEntry cannot be applied to given types;
  required: java.lang.String,java.lang.String,java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>,java.lang.Boolean
  found: java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/test/de/fhdw/hfp416/spaces/template/CollectionTemplateTest2.java:[45,21] constructor CollectionEntry in class de.fhdw.hfp416.spaces.entry.CollectionEntry cannot be applied to given types;
  required: java.lang.String,java.lang.String,java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>,java.lang.Boolean
  found: java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/test/de/fhdw/hfp416/spaces/template/CollectionTemplateTest2.java:[69,21] constructor CollectionEntry in class de.fhdw.hfp416.spaces.entry.CollectionEntry cannot be applied to given types;
  required: java.lang.String,java.lang.String,java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>,java.lang.Boolean
  found: java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>
  reason: actual and formal argument lists differ in length
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.429 s
[INFO] Finished at: 2017-03-13T22:36:42+01:00
[INFO] Final Memory: 20M/289M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:testCompile (default-testCompile) on project de.fhdw.hfp416.spaces: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/test/de/fhdw/hfp416/spaces/template/CollectionTemplateTest2.java:[29,21] constructor CollectionEntry in class de.fhdw.hfp416.spaces.entry.CollectionEntry cannot be applied to given types;
[ERROR] required: java.lang.String,java.lang.String,java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>,java.lang.Boolean
[ERROR] found: java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/test/de/fhdw/hfp416/spaces/template/CollectionTemplateTest2.java:[45,21] constructor CollectionEntry in class de.fhdw.hfp416.spaces.entry.CollectionEntry cannot be applied to given types;
[ERROR] required: java.lang.String,java.lang.String,java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>,java.lang.Boolean
[ERROR] found: java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/test/de/fhdw/hfp416/spaces/template/CollectionTemplateTest2.java:[69,21] constructor CollectionEntry in class de.fhdw.hfp416.spaces.entry.CollectionEntry cannot be applied to given types;
[ERROR] required: java.lang.String,java.lang.String,java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>,java.lang.Boolean
[ERROR] found: java.util.LinkedList<de.fhdw.hfp416.spaces.entry.Entry>
[ERROR] reason: actual and formal argument lists differ in length
[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/MojoFailureException
[JENKINS] Archiving /var/lib/jenkins/home/jobs/HFP416-Spaces/workspace/Workspace/Spaces/pom.xml to de.fhdw.hfp416/de.fhdw.hfp416.spaces/0.0.1-SNAPSHOT/de.fhdw.hfp416.spaces-0.0.1-SNAPSHOT.pom
channel stopped
Sending e-mails to: jutta.hagedorn@freenet.de patrick.fritsche@gmx.de benedikt.ernst@live.de lisa.boehm92@gmx.net maxwigger@yahoo.de slawavan@web.de
Finished: FAILURE