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.9
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 11 remote branches
Checking out Revision fe8571712d9772edfda9404e336ca10bfd1f041c (origin/modules)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fe8571712d9772edfda9404e336ca10bfd1f041c
 > git rev-list e8df61aeb2a4d609125aafdfada8b8614b609d32 # 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.0-SNAPSHOT-30739b0        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
               Powered by MCP 9.10               
             http://modcoderpack.com             
         by: Searge, ProfMobius, Fesh0r,         
         R4wk, ZeuX, IngisKahn, bspkrs           
#################################################
Found AccessTransformer: replaymod_at.cfg
:clean
:ReplayStudio:clean
:jGui:clean
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:deobfProvidedDummyTask
:setupCiWorkspace
:jGui:deobfCompileDummyTask
:jGui:getVersionJson
:jGui:extractUserdev UP-TO-DATE
:jGui:downloadClient SKIPPED
:jGui:downloadServer SKIPPED
:jGui:splitServerJar SKIPPED
:jGui:mergeJars SKIPPED
:jGui:applyBinaryPatches SKIPPED
:jGui:extractDependencyATs SKIPPED
:jGui:extractMcpData SKIPPED
:jGui:extractMcpMappings SKIPPED
:jGui:genSrgs SKIPPED
:jGui:deobfMcMCP SKIPPED
:jGui:deobfProvidedDummyTask
:jGui:setupCiWorkspace

BUILD SUCCESSFUL

Total time: 24.235 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.0-SNAPSHOT-30739b0        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
               Powered by MCP 9.10               
             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
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:deobfProvidedDummyTask
:sourceApiJava
:ReplayStudio:compileJavaNote: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:ReplayStudio:processResources
:ReplayStudio:classes
:ReplayStudio:jar
:jGui:deobfCompileDummyTask
:jGui:deobfProvidedDummyTask
:jGui:getVersionJson
:jGui:extractUserdev UP-TO-DATE
:jGui:downloadClient SKIPPED
:jGui:downloadServer SKIPPED
:jGui:splitServerJar SKIPPED
:jGui:mergeJars SKIPPED
:jGui:applyBinaryPatches SKIPPED
:jGui:extractDependencyATs SKIPPED
:jGui:extractMcpData SKIPPED
:jGui:extractMcpMappings SKIPPED
:jGui:genSrgs SKIPPED
:jGui:deobfMcMCP SKIPPED
:jGui:sourceApiJava
:jGui:compileApiJava UP-TO-DATE
:jGui:processApiResources UP-TO-DATE
:jGui:apiClasses UP-TO-DATE
:jGui:sourceMainJava
:jGui:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
/var/lib/jenkins/workspace/ReplayMod-bleeding/jGui/build/sources/main/java/de/johni0702/minecraft/gui/element/advanced/AbstractGuiTextArea.java:476: error: method references are not supported in -source 1.7
        if (hint != null && !isFocused() && Arrays.stream(text).allMatch(String::isEmpty)) {
                                                                                 ^
  (use -source 8 or higher to enable method references)
/var/lib/jenkins/workspace/ReplayMod-bleeding/jGui/build/sources/main/java/de/johni0702/minecraft/gui/element/advanced/AbstractGuiDropdownMenu.java:71: error: method references are not supported in -source 1.7
    private Function<V, String> toString = Object::toString;
                                                   ^
  (use -source 8 or higher to enable method references)
2 errors
1 warning
 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':jGui: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: 32.667 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