FailedConsole Output

Started by user Jonas
Building in workspace /var/lib/jenkins/workspace/ReplayMod-bleeding
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@bitbucket.org:CrushedPixel/cpreplaymod.git # timeout=10
Fetching upstream changes from git@bitbucket.org:CrushedPixel/cpreplaymod.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git -c core.askpass=true fetch --tags --progress git@bitbucket.org:CrushedPixel/cpreplaymod.git +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/1.8
Seen branch in repository origin/1.9
Seen branch in repository origin/1.9.4
Seen branch in repository origin/360metadata
Seen branch in repository origin/3dmodels
Seen branch in repository origin/FMLProxyPacketSpecialTreatment
Seen branch in repository origin/IMessage-support
Seen branch in repository origin/gui
Seen branch in repository origin/master
Seen branch in repository origin/messy-merge
Seen branch in repository origin/modules
Seen branch in repository origin/shader-support
Seen branch in repository origin/shadermod
Seen 13 remote branches
Checking out Revision d1ed67f1a0a3473d393e63295838f9bb990c99d3 (origin/1.9.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d1ed67f1a0a3473d393e63295838f9bb990c99d3
 > git rev-list d1ed67f1a0a3473d393e63295838f9bb990c99d3 # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule update --init --recursive
[Gradle] - Launching build.
[ReplayMod-bleeding] $ /var/lib/jenkins/workspace/ReplayMod-bleeding/gradlew clean setupCIWorkspace
#################################################
         ForgeGradle 2.2-SNAPSHOT-c438b06        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
               Powered by MCP unknown               
             http://modcoderpack.com             
         by: Searge, ProfMobius, Fesh0r,         
         R4wk, ZeuX, IngisKahn, bspkrs           
#################################################
Found AccessTransformer: replaymod_at.cfg
:clean
:ReplayStudio:clean
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:setupCiWorkspace

BUILD SUCCESSFUL

Total time: 13.741 secs

This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.11/userguide/gradle_daemon.html
Build step 'Invoke Gradle script' changed build result to SUCCESS
[Gradle] - Launching build.
[ReplayMod-bleeding] $ /var/lib/jenkins/workspace/ReplayMod-bleeding/gradlew build
#################################################
         ForgeGradle 2.2-SNAPSHOT-c438b06        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
               Powered by MCP unknown               
             http://modcoderpack.com             
         by: Searge, ProfMobius, Fesh0r,         
         R4wk, ZeuX, IngisKahn, bspkrs           
#################################################
Found AccessTransformer: replaymod_at.cfg
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:sourceApiJava
:ReplayStudio:preshadowJar
:ReplayStudio:compileJavaNote: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:ReplayStudio:processResources
:ReplayStudio:classes
:ReplayStudio:jar
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJavaNote: SpongePowered Mixin Annotation Processor v0.5.9
Note: Loading searge mappings from /var/lib/jenkins/.gradle/caches/minecraft/de/oceanlabs/mcp/mcp_snapshot/20160518/1.9.4/srgs/mcp-srg.srg
Note: Loading notch mappings from /var/lib/jenkins/.gradle/caches/minecraft/de/oceanlabs/mcp/mcp_snapshot/20160518/1.9.4/srgs/mcp-notch.srg
Note: Writing searge output SRGs to /var/lib/jenkins/workspace/ReplayMod-bleeding/build/tmp/compileJava/mcp-srg.srg
Note: Writing notch output SRGs to /var/lib/jenkins/workspace/ReplayMod-bleeding/build/tmp/compileJava/mcp-notch.srg
Note: Writing refmap to /var/lib/jenkins/workspace/ReplayMod-bleeding/build/tmp/compileJava/compileJava-refmap.json
Note: Writing searge output SRGs to /var/lib/jenkins/workspace/ReplayMod-bleeding/build/tmp/compileJava/mcp-srg.srg
Note: Writing notch output SRGs to /var/lib/jenkins/workspace/ReplayMod-bleeding/build/tmp/compileJava/mcp-notch.srg
Note: Writing refmap to /var/lib/jenkins/workspace/ReplayMod-bleeding/build/tmp/compileJava/compileJava-refmap.json
/var/lib/jenkins/workspace/ReplayMod-bleeding/build/sources/main/java/com/replaymod/recording/mixin/MixinNetHandlerPlayClient.java:35: error: cannot access AddPlayerData
            for (SPacketPlayerListItem.AddPlayerData data : packet.getEntries()) {
                                      ^
  bad class file: /var/lib/jenkins/workspace/ReplayMod-bleeding/.gradle/minecraft/forgeBin-1.9.4-12.17.0.1976-PROJECT(ReplayMod-bleeding).jar(net/minecraft/network/play/server/SPacketPlayerListItem$AddPlayerData.class)
    bad RuntimeInvisibleParameterAnnotations attribute: AddPlayerData(GameProfile,int,GameType,ITextComponent)
    Please remove or make sure it appears in the correct subdirectory of the classpath.
Note: /var/lib/jenkins/workspace/ReplayMod-bleeding/build/sources/main/java/com/replaymod/core/utils/ModCompat.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 24.694 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Skipped archiving because build is not successful
IRC notifier plugin: Sending notification to: #jenkins
Finished: FAILURE