Skip to content
Failed

Console Output

Started by GitHub push by CovertJaguar
Building in workspace /var/lib/jenkins/jobs/Forestry/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/ForestryMC/ForestryMC.git # timeout=10
Fetching upstream changes from https://github.com/ForestryMC/ForestryMC.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/ForestryMC/ForestryMC.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2f7ed2386c0ba6214a9f6590bac610bb463d1086 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2f7ed2386c0ba6214a9f6590bac610bb463d1086
 > git rev-list ce1d24952f0523aa4e8b767fe90046690a118ca0 # 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
[workspace] $ /bin/sh -xe /tmp/hudson6773275185475045138.sh
+ ./gradlew clean setupCIWorkspace release uploadArchives
Download http://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/1.2-SNAPSHOT/ForgeGradle-1.2-20140916.223817-168.jar
loading application.properties
****************************
 Powered By MCP:            
 http://mcp.ocean-labs.de/  
 Searge, ProfMobius, Fesh0r,
 R4wk, ZeuX, IngisKahn      
 MCP Data version : unknown
****************************
:clean
:downloadClient SKIPPED
:downloadServer SKIPPED
:extractUserDev UP-TO-DATE
:mergeJars SKIPPED
:applyBinPatches SKIPPED
:downloadMcpTools UP-TO-DATE
:genSrgs SKIPPED
:deobfBinJar SKIPPED
:setupCIWorkspace UP-TO-DATE
:initCraftGuide
Cloning CraftGuide repo
:compileApiJavaNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /var/lib/jenkins/jobs/Forestry/workspace/build/tmp/CraftGuide/src/main/java/uristqwerty/CraftGuide/api/CraftGuideAPIObject.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:processApiResources UP-TO-DATE
:apiClasses
:sourceMainJava
:compileJava/var/lib/jenkins/jobs/Forestry/workspace/build/sources/java/forestry/apiculture/render/RenderBee.java:34: warning: doRender(net.minecraft.entity.Entity,double,double,double,float,float) in forestry.apiculture.render.RenderBee overrides doRender(net.minecraft.entity.Entity,double,double,double,float,float) in net.minecraft.client.renderer.entity.RenderLiving; overridden method is a bridge method
	public void doRender(Entity entity, double posX, double posY, double posZ, float par8, float par9) {
	            ^
/var/lib/jenkins/jobs/Forestry/workspace/build/sources/java/forestry/core/fluids/TankManager.java:147: cannot find symbol
symbol  : variable PacketBuilder
location: class forestry.core.fluids.TankManager
		PacketBuilder.instance().sendGuiIntegerPacket((EntityPlayerMP) player, container.windowId, tankIndex * NETWORK_DATA + 1, fluidAmount);
		^
/var/lib/jenkins/jobs/Forestry/workspace/build/sources/java/forestry/core/fluids/TankManager.java:168: cannot find symbol
symbol  : variable PacketBuilder
location: class forestry.core.fluids.TankManager
				PacketBuilder.instance().sendGuiIntegerPacket(player, container.windowId, tankIndex * NETWORK_DATA + 1, fluidAmount);
				^
/var/lib/jenkins/jobs/Forestry/workspace/build/sources/java/forestry/core/fluids/TankManager.java:173: cannot find symbol
symbol  : variable PacketBuilder
location: class forestry.core.fluids.TankManager
					PacketBuilder.instance().sendGuiIntegerPacket(player, container.windowId, tankIndex * NETWORK_DATA + 1, fluidStack.amount);
					^
/var/lib/jenkins/jobs/Forestry/workspace/build/sources/java/forestry/core/fluids/TankManager.java:175: cannot find symbol
symbol  : variable PacketBuilder
location: class forestry.core.fluids.TankManager
					PacketBuilder.instance().sendGuiIntegerPacket(player, container.windowId, tankIndex * NETWORK_DATA + 2, color);
					^
/var/lib/jenkins/jobs/Forestry/workspace/build/sources/java/forestry/lepidopterology/render/RenderButterfly.java:37: warning: doRender(net.minecraft.entity.Entity,double,double,double,float,float) in forestry.lepidopterology.render.RenderButterfly overrides doRender(net.minecraft.entity.Entity,double,double,double,float,float) in net.minecraft.client.renderer.entity.RenderLiving; overridden method is a bridge method
	public void doRender(Entity entity, double x, double y, double z, float par8, float par9) {
	            ^
Note: Some input files use or override 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.
4 errors
2 warnings
 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: 51.307 secs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE