FailedConsole Output

Gestartet durch vorgelagertes Projekt "Utils", Build 20
originally caused by:
 Started by GitHub push by CodeCrafter47
Baue in Arbeitsbereich /var/lib/jenkins/workspace/FreeBungeeChat 3.0
 > 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/FreeBungeeChat.git # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/FreeBungeeChat.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/CodeCrafter47/FreeBungeeChat.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 3a28b8a55cbd839b1a597991acb8e22d2b6b4c03 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3a28b8a55cbd839b1a597991acb8e22d2b6b4c03
 > git rev-list 3a28b8a55cbd839b1a597991acb8e22d2b6b4c03 # timeout=10
Parsing POMs
Established TCP socket on 49157
[FreeBungeeChat 3.0] $ 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 49157
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/FreeBungeeChat 3.0/pom.xml clean verify
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building FreeBungeeChat 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-parent/1.8-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/net/md-5/bungeecord-parent/1.8-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-parent/1.8-SNAPSHOT/maven-metadata.xml (600 B at 0.5 KB/sec)
[INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/net/md-5/bungeecord-api/1.8-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/net/md-5/bungeecord-config/1.8-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/net/md-5/bungeecord-event/1.8-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/net/md-5/bungeecord-protocol/1.8-SNAPSHOT/maven-metadata.xml
[WARNING] The POM for net.milkbowl.vault:Vault:jar:1.2.32 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for net.ess3:Essentials:jar:2.13.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ FreeBungeeChat ---
[INFO] Deleting /var/lib/jenkins/workspace/FreeBungeeChat 3.0/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ FreeBungeeChat ---
[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 3 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ FreeBungeeChat ---
[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 23 source files to /var/lib/jenkins/workspace/FreeBungeeChat 3.0/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] /var/lib/jenkins/workspace/FreeBungeeChat 3.0/src/main/java/codecrafter47/freebungeechat/commands/IgnoreCommand.java: Some input files use or override a deprecated API.
[WARNING] /var/lib/jenkins/workspace/FreeBungeeChat 3.0/src/main/java/codecrafter47/freebungeechat/commands/IgnoreCommand.java: Recompile with -Xlint:deprecation for details.
[WARNING] /var/lib/jenkins/workspace/FreeBungeeChat 3.0/src/main/java/codecrafter47/freebungeechat/FreeBungeeChat.java: Some input files use unchecked or unsafe operations.
[WARNING] /var/lib/jenkins/workspace/FreeBungeeChat 3.0/src/main/java/codecrafter47/freebungeechat/FreeBungeeChat.java: Recompile with -Xlint:unchecked for details.
[WARNING] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[INFO] 5 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/workspace/FreeBungeeChat 3.0/src/main/java/codecrafter47/freebungeechat/bukkit/FreeBungeeChatBukkit.java:[102,83] incompatible types: java.util.logging.Logger cannot be converted to org.bukkit.plugin.Plugin
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.989 s
[INFO] Finished at: 2015-09-14T12:21:54+02:00
[INFO] Final Memory: 23M/265M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project FreeBungeeChat: Compilation failure
[ERROR] /var/lib/jenkins/workspace/FreeBungeeChat 3.0/src/main/java/codecrafter47/freebungeechat/bukkit/FreeBungeeChatBukkit.java:[102,83] incompatible types: java.util.logging.Logger cannot be converted to org.bukkit.plugin.Plugin
[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/FreeBungeeChat 3.0/pom.xml to codecrafter47.freebungeechat/FreeBungeeChat/3.0-SNAPSHOT/FreeBungeeChat-3.0-SNAPSHOT.pom
Sending e-mails to: server@tntcraft.de
channel stopped
Archiviere Artefakte
Sending e-mails to: server@tntcraft.de
Finished: FAILURE