FailedConsole Output

Started by GitHub push by CodeCrafter47
Baue in Arbeitsbereich /var/lib/jenkins/workspace/BungeeMail
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/CodeCrafter47/BungeeMail.git # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/BungeeMail.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/CodeCrafter47/BungeeMail.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 402e65bf88a904c68b8c15c23d26ce88b921c5cb (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 402e65bf88a904c68b8c15c23d26ce88b921c5cb
 > git rev-list c7f5b3cd2aa3bbd404e1fd68aa8f93dcdf586fea # timeout=10
Parsing POMs
Established TCP socket on 42662
[BungeeMail] $ java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.7.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/boot/plexus-classworlds-2.5.1.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/conf/logging jenkins.maven3.agent.Maven32Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven /var/cache/jenkins/war/WEB-INF/lib/remoting-2.52.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.7.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 42662
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/BungeeMail/pom.xml clean verify
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building BungeeMail 1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ BungeeMail ---
[INFO] Deleting /var/lib/jenkins/workspace/BungeeMail/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ BungeeMail ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources to .
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ BungeeMail ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 9 source files to /var/lib/jenkins/workspace/BungeeMail/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/workspace/BungeeMail/src/main/java/codecrafter47/bungeemail/BungeeMail.java:[6,31] package com.sun.istack.internal does not exist
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.418 s
[INFO] Finished at: 2015-09-15T13:06:39+02:00
[INFO] Final Memory: 21M/228M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project BungeeMail: Compilation failure
[ERROR] /var/lib/jenkins/workspace/BungeeMail/src/main/java/codecrafter47/bungeemail/BungeeMail.java:[6,31] package com.sun.istack.internal does not exist
[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/workspace/BungeeMail/pom.xml to codecrafter47/BungeeMail/1.2-SNAPSHOT/BungeeMail-1.2-SNAPSHOT.pom
Sending e-mails to: server@tntcraft.de
channel stopped
Archiviere Artefakte
Sending e-mails to: server@tntcraft.de
Finished: FAILURE