Skip to content
Failed

Console Output

Established TCP socket on 38385
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/home/jobs/WTF-Generator/workspace/Generator/pom.xml clean install site
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building wtf-maven-plugin 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://localhost:8083/nexus/content/groups/public/de/fhdw/wtf/de.fhdw.wtf.core/1.0.1-SNAPSHOT/maven-metadata.xml
log4j:WARN No appenders could be found for logger (org.apache.maven.wagon.providers.http.httpclient.client.protocol.RequestAddCookies).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] Downloading: http://localhost:8083/nexus/content/groups/public/de/fhdw/wtf/de.fhdw.wtf.tooling.Reactor/1.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://localhost:8083/nexus/content/groups/public/de/fhdw/wtf/de.fhdw.wtf.persistence/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://localhost:8083/nexus/content/groups/public/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ wtf-maven-plugin ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (jacoco-initialize) @ wtf-maven-plugin ---
[INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/home/jobs/WTF-Generator/workspace/Generator/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ wtf-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ wtf-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 147 source files to /var/lib/jenkins/home/jobs/WTF-Generator/workspace/Generator/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/home/jobs/WTF-Generator/workspace/Generator/src/main/java/de/fhdw/wtf/generator/transformer/transformers/classTransformer/InnerClassCreatorForSymmetricAttributesTransformer.java:[91,41] cannot find symbol
  symbol:   method setSymmetricSetterInterface(de.fhdw.wtf.generator.java.generatorModel.GenClass)
  location: class de.fhdw.wtf.generator.java.generatorModel.GeneratorModel
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.682 s
[INFO] Finished at: 2016-05-30T00:04:50+02:00
[INFO] Final Memory: 30M/332M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project wtf-maven-plugin: Compilation failure
[ERROR] /var/lib/jenkins/home/jobs/WTF-Generator/workspace/Generator/src/main/java/de/fhdw/wtf/generator/transformer/transformers/classTransformer/InnerClassCreatorForSymmetricAttributesTransformer.java:[91,41] cannot find symbol
[ERROR] symbol:   method setSymmetricSetterInterface(de.fhdw.wtf.generator.java.generatorModel.GenClass)
[ERROR] location: class de.fhdw.wtf.generator.java.generatorModel.GeneratorModel
[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