Skip to content
Failed

Console Output

Started by GitHub push by mezz
Building in workspace /var/lib/jenkins/jobs/Forestry_Dev/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/dev^{commit} # timeout=10
Checking out Revision eface4507120940342f003bf63025b67a6868293 (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eface4507120940342f003bf63025b67a6868293
 > git rev-list 711b11f61e56ea85b10ba28bad260e78d6f6bbef # 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/hudson2343901416300791947.sh
+ ./gradlew clean setupCIWorkspace release uploadArchives
loading application.properties
****************************
 Powered By MCP:             
 http://mcp.ocean-labs.de/   
 Searge, ProfMobius, Fesh0r, 
 R4wk, ZeuX, IngisKahn, bspkrs
 MCP Data version : unknown
****************************
:clean
:downloadClient SKIPPED
:downloadServer SKIPPED
:extractUserDev UP-TO-DATE
:mergeJars SKIPPED
:applyBinPatches SKIPPED
:downloadMcpTools UP-TO-DATE
:extractMcpData UP-TO-DATE
:genSrgs SKIPPED
:deobfBinJar SKIPPED
:setupCIWorkspace UP-TO-DATE
:initCraftGuide
Cloning CraftGuide repo
:compileApiJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /var/lib/jenkins/jobs/Forestry_Dev/workspace/build/tmp/CraftGuide/src/main/java/uristqwerty/CraftGuide/api/CraftGuideAPIObject.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning

:processApiResources UP-TO-DATE
:apiClasses
:sourceMainJava
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
/var/lib/jenkins/jobs/Forestry_Dev/workspace/build/sources/java/forestry/apiculture/render/RenderBee.java:34: warning: doRender(Entity,double,double,double,float,float) in RenderBee overrides doRender(Entity,double,double,double,float,float) in 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_Dev/workspace/build/sources/java/forestry/arboriculture/genetics/TreeHelper.java:206: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_Dev/workspace/build/sources/java/forestry/arboriculture/items/ItemLeavesBlock.java:58: error: method setLeaves in interface ITreeRoot cannot be applied to given types;
		return PluginArboriculture.treeInterface.setLeaves(world, tree, owner, x, y, z, true);
		                                        ^
  required: World,IIndividual,GameProfile,int,int,int
  found: World,ITree,GameProfile,int,int,int,boolean
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/jobs/Forestry_Dev/workspace/build/sources/java/forestry/lepidopterology/render/RenderButterfly.java:37: warning: doRender(Entity,double,double,double,float,float) in RenderButterfly overrides doRender(Entity,double,double,double,float,float) in RenderLiving; overridden method is a bridge method
	public void doRender(Entity entity, double x, double y, double z, float par8, float par9) {
	            ^
/var/lib/jenkins/jobs/Forestry_Dev/workspace/build/sources/java/forestry/plugins/PluginStorage.java:132: error: cannot find symbol
		BackpackManager.definitions.get("miner").addValidItems(minerItems);
		                                        ^
  symbol:   method addValidItems(ArrayList<ItemStack>)
  location: interface IBackpackDefinition
/var/lib/jenkins/jobs/Forestry_Dev/workspace/build/sources/java/forestry/plugins/PluginStorage.java:133: error: cannot find symbol
		BackpackManager.definitions.get("digger").addValidItems(diggerItems);
		                                         ^
  symbol:   method addValidItems(ArrayList<ItemStack>)
  location: interface IBackpackDefinition
/var/lib/jenkins/jobs/Forestry_Dev/workspace/build/sources/java/forestry/plugins/PluginStorage.java:134: error: cannot find symbol
		BackpackManager.definitions.get("forester").addValidItems(foresterItems);
		                                           ^
  symbol:   method addValidItems(ArrayList<ItemStack>)
  location: interface IBackpackDefinition
/var/lib/jenkins/jobs/Forestry_Dev/workspace/build/sources/java/forestry/plugins/PluginStorage.java:135: error: cannot find symbol
		BackpackManager.definitions.get("hunter").addValidItems(hunterItems);
		                                         ^
  symbol:   method addValidItems(ArrayList<ItemStack>)
  location: interface IBackpackDefinition
/var/lib/jenkins/jobs/Forestry_Dev/workspace/build/sources/java/forestry/plugins/PluginStorage.java:136: error: cannot find symbol
		BackpackManager.definitions.get("adventurer").addValidItems(adventurerItems);
		                                             ^
  symbol:   method addValidItems(ArrayList<ItemStack>)
  location: interface IBackpackDefinition
/var/lib/jenkins/jobs/Forestry_Dev/workspace/build/sources/java/forestry/plugins/PluginStorage.java:137: error: cannot find symbol
		BackpackManager.definitions.get("builder").addValidItems(builderItems);
		                                          ^
  symbol:   method addValidItems(ArrayList<ItemStack>)
  location: interface IBackpackDefinition
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 errors
3 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: 20.532 secs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE