Skip to content
Failed

Console Output

Started by GitHub push by Nedelosk
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/Forestry_1.11/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/*
Seen branch in repository origin/3.5
Seen branch in repository origin/3.6
Seen branch in repository origin/4.0
Seen branch in repository origin/4.1
Seen branch in repository origin/4.2
Seen branch in repository origin/Climate_Update
Seen branch in repository origin/Genetic-Api
Seen branch in repository origin/Greenhouse
Seen branch in repository origin/Greenhouse-2
Seen branch in repository origin/Greenhouse-Climate
Seen branch in repository origin/Greenhouse-Climate-Fix
Seen branch in repository origin/Modules
Seen branch in repository origin/book
Seen branch in repository origin/book-1.12
Seen branch in repository origin/dev
Seen branch in repository origin/dev-1.13
Seen branch in repository origin/ee3_integration
Seen branch in repository origin/farm
Seen branch in repository origin/fluid-capability
Seen branch in repository origin/forge-fluid-item
Seen branch in repository origin/fruit-trees
Seen branch in repository origin/habitat-former
Seen branch in repository origin/inventory-cleanup
Seen branch in repository origin/machineTextures
Seen branch in repository origin/master
Seen branch in repository origin/mc-1.10
Seen branch in repository origin/mc-1.11
Seen branch in repository origin/mc-1.12
Seen branch in repository origin/mc-1.7.10
Seen branch in repository origin/mc-1.8
Seen branch in repository origin/mc-1.8.9
Seen branch in repository origin/mc-1.9
Seen branch in repository origin/mc-1.9.4
Seen branch in repository origin/release_3.1
Seen branch in repository origin/release_3.2
Seen branch in repository origin/release_3.3
Seen branch in repository origin/release_3.4
Seen branch in repository origin/research
Seen branch in repository origin/revert-1746-mc-1.10
Seen branch in repository origin/sorting_block
Seen branch in repository origin/still_mb
Seen 41 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 926645f2a4df313f692b453a713cb558ae6a7be1 (origin/mc-1.12)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 926645f2a4df313f692b453a713cb558ae6a7be1
Commit message: "Update mappings to stable and Optimize Imports"
 > git rev-list --no-walk c1f8902c1664593da6425f556aa320fe90d45883 # timeout=10
[EnvInject] - Mask passwords that will be passed as build parameters.
[workspace] $ /bin/sh -xe /tmp/jenkins6675879039062727533.sh
+ ./gradlew clean setupCIWorkspace build uploadArchives curseforge
Starting a Gradle Daemon (subsequent builds will be faster)
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
         ForgeGradle 2.3-SNAPSHOT-ee3e3df        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
                 Powered by MCP                  
             http://modcoderpack.com             
     by: Searge, ProfMobius, R4wk, ZeuX          
     Fesh0r, IngisKahn, bspkrs, LexManos         
#################################################
Found AccessTransformer: forestry_at.cfg
:clean
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:extractMcpMappings SKIPPED
:deobfProvidedDeobfDepTask0 SKIPPED
:deobfProvidedDeobfDepTask1 SKIPPED
:deobfProvidedDeobfDepTask2 SKIPPED
:deobfProvidedDeobfDepTask3 SKIPPED
:deobfProvidedDeobfDepTask4 SKIPPED
:deobfProvidedRemapDepSourcesTask5 SKIPPED
:deobfProvidedRemapDepSourcesTask6 SKIPPED
:deobfProvidedRemapDepSourcesTask7 SKIPPED
:deobfProvidedRemapDepSourcesTask8 SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:setupCiWorkspace
:sourceApiJava
:compileApiJava
:processApiResources NO-SOURCE
:apiClasses
:sourceMainJava
:compileJava/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/blocks/BlockRegistry.java:40: error: cannot find symbol
		block.setTranslationKey("for." + name);
		     ^
  symbol:   method setTranslationKey(String)
  location: variable block of type T
  where T is a type-variable:
    T extends Block declared in method <T>registerBlock(T,ItemBlock,String)
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/blocks/BlockBase.java:265: error: cannot find symbol
		return this.getDefaultState().withProperty(FACING, EnumFacing.byIndex(meta));
		                                                             ^
  symbol:   method byIndex(int)
  location: class EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/tiles/TileForestry.java:199: error: cannot find symbol
		return world.getRedstonePowerFromNeighbors(getPos()) > 0;
		            ^
  symbol:   method getRedstonePowerFromNeighbors(BlockPos)
  location: variable world of type World
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/tiles/TileForestry.java:218: error: cannot find symbol
		String blockUnlocalizedName = getBlockType().getTranslationKey();
		                                            ^
  symbol:   method getTranslationKey()
  location: class Block
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/tiles/TileBase.java:36: error: cannot find symbol
			return block.getTranslationKey() + ".name";
			            ^
  symbol:   method getTranslationKey()
  location: variable block of type Block
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/tiles/AdjacentTileCache.java:103: error: cannot find symbol
		return source.getPos().getX() + side.getXOffset() == target.getPos().getX() && source.getPos().getY() + side.getYOffset() == target.getPos().getY() && source.getPos().getZ() + side.getZOffset() == target.getPos().getZ();
		                                    ^
  symbol:   method getXOffset()
  location: variable side of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/tiles/AdjacentTileCache.java:103: error: cannot find symbol
		return source.getPos().getX() + side.getXOffset() == target.getPos().getX() && source.getPos().getY() + side.getYOffset() == target.getPos().getY() && source.getPos().getZ() + side.getZOffset() == target.getPos().getZ();
		                                                                                                            ^
  symbol:   method getYOffset()
  location: variable side of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/tiles/AdjacentTileCache.java:103: error: cannot find symbol
		return source.getPos().getX() + side.getXOffset() == target.getPos().getX() && source.getPos().getY() + side.getYOffset() == target.getPos().getY() && source.getPos().getZ() + side.getZOffset() == target.getPos().getZ();
		                                                                                                                                                                                    ^
  symbol:   method getZOffset()
  location: variable side of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/fluids/StandardTank.java:148: error: cannot find symbol
			toolTip.add(fluidType.getLocalizedName(getFluid()), rarity.color);
			                                                          ^
  symbol:   variable color
  location: variable rarity of type EnumRarity
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/fluids/FilteredTank.java:92: error: cannot find symbol
				toolTip.add(fluidFilter.getLocalizedName(filterFluidStack), rarity.color);
				                                                                  ^
  symbol:   variable color
  location: variable rarity of type EnumRarity
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/blocks/MachineProperties.java:79: error: cannot find symbol
		String identifier = itemNameFromRegistry.getPath();
		                                        ^
  symbol:   method getPath()
  location: variable itemNameFromRegistry of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/energy/render/RenderEngine.java:123: error: cannot find symbol
		float[] translate = {orientation.getXOffset(), orientation.getYOffset(), orientation.getZOffset()};
		                                ^
  symbol:   method getXOffset()
  location: variable orientation of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/energy/render/RenderEngine.java:123: error: cannot find symbol
		float[] translate = {orientation.getXOffset(), orientation.getYOffset(), orientation.getZOffset()};
		                                                          ^
  symbol:   method getYOffset()
  location: variable orientation of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/energy/render/RenderEngine.java:123: error: cannot find symbol
		float[] translate = {orientation.getXOffset(), orientation.getYOffset(), orientation.getZOffset()};
		                                                                                    ^
  symbol:   method getZOffset()
  location: variable orientation of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/greenhouse/blocks/BlockGreenhouse.java:89: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/greenhouse/blocks/BlockGreenhouseWindow.java:59: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/worldgen/WorldGenHelper.java:133: error: cannot find symbol
			leanX = leanDirection.getXOffset();
			                     ^
  symbol:   method getXOffset()
  location: variable leanDirection of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/worldgen/WorldGenHelper.java:134: error: cannot find symbol
			leanZ = leanDirection.getZOffset();
			                     ^
  symbol:   method getZOffset()
  location: variable leanDirection of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/worldgen/WorldGenHelper.java:257: error: cannot find symbol
			int offsetX = branchDirection.getXOffset();
			                             ^
  symbol:   method getXOffset()
  location: variable branchDirection of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/worldgen/WorldGenHelper.java:258: error: cannot find symbol
			int offsetZ = branchDirection.getZOffset();
			                             ^
  symbol:   method getZOffset()
  location: variable branchDirection of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/worldgen/WorldGenerator.java:67: error: cannot find symbol
		world.getChunk(chunkX, chunkZ).markDirty();
		     ^
  symbol:   method getChunk(int,int)
  location: variable world of type World
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemOverlay.java:76: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemOverlay.java:79: error: cannot find symbol
			return super.getTranslationKey(stack);
			            ^
  symbol: method getTranslationKey(ItemStack)
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemOverlay.java:82: error: cannot find symbol
		return super.getTranslationKey(stack) + "." + overlays[stack.getItemDamage()].getUid();
		            ^
  symbol: method getTranslationKey(ItemStack)
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemBlockForestry.java:54: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemBlockForestry.java:60: error: cannot find symbol
			return block.getTranslationKey() + "." + blockMeta.getNameFromMeta(meta);
			            ^
  symbol:   method getTranslationKey()
  location: variable block of type Block
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemBlockForestry.java:62: error: cannot find symbol
		return block.getTranslationKey();
		            ^
  symbol:   method getTranslationKey()
  location: variable block of type Block
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemAlyzer.java:63: error: cannot find symbol
		tooltip.add(TextFormatting.GOLD + Translator.translateToLocalFormatted(stack.getTranslationKey() + ".charges", charges));
		                                                                            ^
  symbol:   method getTranslationKey()
  location: variable stack of type ItemStack
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemCraftingMaterial.java:42: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemCraftingMaterial.java:47: error: cannot find symbol
			return super.getTranslationKey(stack) + "." + definition[stack.getItemDamage()];
			            ^
  symbol: method getTranslationKey(ItemStack)
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemFruit.java:99: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemFruit.java:102: error: cannot find symbol
			return super.getTranslationKey(stack);
			            ^
  symbol: method getTranslationKey(ItemStack)
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemFruit.java:105: error: cannot find symbol
		return super.getTranslationKey(stack) + "." + EnumFruit.VALUES[stack.getItemDamage()].name().toLowerCase(Locale.ENGLISH);
		            ^
  symbol: method getTranslationKey(ItemStack)
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/items/ItemRegistry.java:38: error: cannot find symbol
		item.setTranslationKey("for." + name);
		    ^
  symbol:   method setTranslationKey(String)
  location: variable item of type T
  where T is a type-variable:
    T extends Item declared in method <T>registerItem(T,String)
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/genetics/ItemResearchNote.java:281: error: cannot find symbol
		return Translator.translateToLocalFormatted(getTranslationKey(itemstack) + ".name", researcherName);
		                                            ^
  symbol:   method getTranslationKey(ItemStack)
  location: class ItemResearchNote
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/circuits/ItemCircuitBoard.java:81: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/models/ModelManager.java:107: error: cannot find symbol
		String itemName = resourceLocation.getPath();
		                                  ^
  symbol:   method getPath()
  location: variable resourceLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/multiblock/MultiblockControllerBase.java:458: error: cannot find symbol
						Chunk chunkToSave = this.world.getChunk(x, z);
						                              ^
  symbol:   method getChunk(int,int)
  location: variable world of type World
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/entities/EntityMinecartForestry.java:103: error: cannot find symbol
		return cartItem.getTranslationKey() + ".name";
		               ^
  symbol:   method getTranslationKey()
  location: variable cartItem of type ItemStack
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/proxy/ProxyClient.java:65: error: cannot find symbol
		return Minecraft.getMinecraft().gameDir;
		                               ^
  symbol:   variable gameDir
  location: class Minecraft
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/fluids/BlockForestryFluid.java:86: error: cannot find symbol
		if (this.material == Material.WATER) {
		        ^
  symbol: variable material
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/fluids/BlockForestryFluid.java:98: error: cannot find symbol
		if (this.material == Material.LAVA && worldIn.getBlockState(pos.up()).getMaterial() == Material.AIR && !worldIn.getBlockState(pos.up()).isOpaqueCube()) {
		        ^
  symbol: variable material
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/genetics/Genome.java:119: error: cannot find symbol
		if (genomeNBT.isEmpty()) {
		             ^
  symbol:   method isEmpty()
  location: variable genomeNBT of type NBTTagCompound
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/genetics/Genome.java:124: error: cannot find symbol
		if (chromosomesNBT.isEmpty()) {
		                  ^
  symbol:   method isEmpty()
  location: variable chromosomesNBT of type NBTTagList
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/genetics/Genome.java:150: error: cannot find symbol
		if (genomeNBT.isEmpty()) {
		             ^
  symbol:   method isEmpty()
  location: variable genomeNBT of type NBTTagCompound
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/genetics/Genome.java:155: error: cannot find symbol
		if (chromosomesNBT.isEmpty()) {
		                  ^
  symbol:   method isEmpty()
  location: variable chromosomesNBT of type NBTTagList
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/genetics/Genome.java:173: error: cannot find symbol
		if (genomeNbt.isEmpty()) {
		             ^
  symbol:   method isEmpty()
  location: variable genomeNbt of type NBTTagCompound
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/render/MachineStateMapper.java:50: error: cannot find symbol
				String s = String.format("%s:%s", blockLocation.getNamespace(), (directory != null ? directory : "") + blockLocation.getPath());
				                                               ^
  symbol:   method getNamespace()
  location: variable blockLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/render/MachineStateMapper.java:50: error: cannot find symbol
				String s = String.format("%s:%s", blockLocation.getNamespace(), (directory != null ? directory : "") + blockLocation.getPath());
				                                                                                                                    ^
  symbol:   method getPath()
  location: variable blockLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/render/ParticleRender.java:120: error: cannot find symbol
				int xOffset = facing.getXOffset();
				                    ^
  symbol:   method getXOffset()
  location: variable facing of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/render/ParticleRender.java:121: error: cannot find symbol
				int zOffset = facing.getZOffset();
				                    ^
  symbol:   method getZOffset()
  location: variable facing of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/render/ParticleRender.java:150: error: cannot find symbol
				int xOffset = facing.getXOffset();
				                    ^
  symbol:   method getXOffset()
  location: variable facing of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/render/ParticleRender.java:151: error: cannot find symbol
				int zOffset = facing.getZOffset();
				                    ^
  symbol:   method getZOffset()
  location: variable facing of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/render/TextureMapForestry.java:55: error: cannot find symbol
			bar.step(resourcelocation.getPath());
			                         ^
  symbol:   method getPath()
  location: variable resourcelocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/render/TextureMapForestry.java:172: error: cannot find symbol
		return new ResourceLocation(resourcelocation.getNamespace(), String.format("%s/%s%s", this.basePath, resourcelocation.getPath(), ".png"));
		                                            ^
  symbol:   method getNamespace()
  location: variable resourcelocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/render/TextureMapForestry.java:172: error: cannot find symbol
		return new ResourceLocation(resourcelocation.getNamespace(), String.format("%s/%s%s", this.basePath, resourcelocation.getPath(), ".png"));
		                                                                                                                     ^
  symbol:   method getPath()
  location: variable resourcelocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/gui/elements/TankElement.java:146: error: cannot find symbol
			toolTip.add(rarity.color + fluidType.getLocalizedName(fluidStack));
			                  ^
  symbol:   variable color
  location: variable rarity of type EnumRarity
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/ItemTooltipUtil.java:20: error: cannot find symbol
		String unlocalizedName = stack.getTranslationKey();
		                              ^
  symbol:   method getTranslationKey()
  location: variable stack of type ItemStack
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/ItemTooltipUtil.java:50: error: cannot find symbol
				tooltip.set(i, stack.getRarity().color + tooltip.get(i));
				                                ^
  symbol:   variable color
  location: class EnumRarity
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/MigrationHelper.java:127: error: cannot find symbol
			String resourcePath = resourceLocation.getPath();
			                                      ^
  symbol:   method getPath()
  location: variable resourceLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/MigrationHelper.java:131: error: cannot find symbol
				ResourceLocation remappedResourceLocation = new ResourceLocation(resourceLocation.getNamespace(), blockRemappings.get(resourcePath));
				                                                                                 ^
  symbol:   method getNamespace()
  location: variable resourceLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/MigrationHelper.java:147: error: cannot find symbol
			String resourcePath = resourceLocation.getPath();
			                                      ^
  symbol:   method getPath()
  location: variable resourceLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/MigrationHelper.java:151: error: cannot find symbol
				ResourceLocation remappedResourceLocation = new ResourceLocation(resourceLocation.getNamespace(), itemRemappings.get(resourcePath));
				                                                                                 ^
  symbol:   method getNamespace()
  location: variable resourceLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/BlockUtil.java:128: error: method add in class Vec3d cannot be applied to given types;
		startVec = startVec.add(-pos.getX(), -pos.getY(), -pos.getZ());
		                   ^
  required: Vec3d
  found: int,int,int
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/BlockUtil.java:129: error: method add in class Vec3d cannot be applied to given types;
		endVec = endVec.add(-pos.getX(), -pos.getY(), -pos.getZ());
		               ^
  required: Vec3d
  found: int,int,int
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/BlockUtil.java:216: error: method add in class Vec3d cannot be applied to given types;
			return new RayTraceResult(minHit.add(pos.getX(), pos.getY(), pos.getZ()), EnumFacing.values()[sideHit], pos);
			                                ^
  required: Vec3d
  found: int,int,int
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/ItemStackUtil.java:388: error: cannot find symbol
		if (base.getTagCompound() == null || base.getTagCompound().isEmpty()) {
		                                                          ^
  symbol:   method isEmpty()
  location: class NBTTagCompound
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/ItemStackUtil.java:462: error: cannot find symbol
		if (base.getTagCompound() != null && !base.getTagCompound().isEmpty()) {
		                                                           ^
  symbol:   method isEmpty()
  location: class NBTTagCompound
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/ItemStackUtil.java:482: error: cannot find symbol
		if (base.getTagCompound() == null || base.getTagCompound().isEmpty()) {
		                                                          ^
  symbol:   method isEmpty()
  location: class NBTTagCompound
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/JeiUtil.java:43: error: cannot find symbol
		String resourcePath = item.getRegistryName().getPath();
		                                            ^
  symbol:   method getPath()
  location: class ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/ModelUtil.java:87: error: cannot find symbol
		ResourceLocation file = new ResourceLocation(location.getNamespace(),
		                                                     ^
  symbol:   method getNamespace()
  location: variable location of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/ModelUtil.java:88: error: cannot find symbol
			location.getPath() + ".json");
			        ^
  symbol:   method getPath()
  location: variable location of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/ModelUtil.java:105: error: cannot find symbol
		return new ResourceLocation(location.getNamespace(),
		                                    ^
  symbol:   method getNamespace()
  location: variable location of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/utils/ModelUtil.java:106: error: cannot find symbol
			"blockstates/" + location.getPath() + ".json");
			                         ^
  symbol:   method getPath()
  location: variable location of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/CreativeTabForestry.java:37: error: CreativeTabForestry is not abstract and does not override abstract method getTabIconItem() in CreativeTabs
public class CreativeTabForestry extends CreativeTabs {
       ^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/CreativeTabForestry.java:66: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/CreativeTabForestry.java:89: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/EventHandlerCore.java:125: error: cannot find symbol
		if (!event.getName().getNamespace().equals("minecraft")
		                    ^
  symbol:   method getNamespace()
  location: class ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/EventHandlerCore.java:133: error: cannot find symbol
			ResourceLocation resourceLocation = new ResourceLocation(Constants.MOD_ID, event.getName().getPath() + "/" + lootTableFile);
			                                                                                          ^
  symbol:   method getPath()
  location: class ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/EventHandlerCore.java:134: error: cannot find symbol
			URL url = EventHandlerCore.class.getResource("/assets/" + resourceLocation.getNamespace() + "/loot_tables/" + resourceLocation.getPath() + ".json");
			                                                                          ^
  symbol:   method getNamespace()
  location: variable resourceLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/EventHandlerCore.java:134: error: cannot find symbol
			URL url = EventHandlerCore.class.getResource("/assets/" + resourceLocation.getNamespace() + "/loot_tables/" + resourceLocation.getPath() + ".json");
			                                                                                                                              ^
  symbol:   method getPath()
  location: variable resourceLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/ModuleFluids.java:82: error: cannot find symbol
					fluidBlock.setTranslationKey("forestry." + name);
					          ^
  symbol:   method setTranslationKey(String)
  location: variable fluidBlock of type Block
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/ModuleFluids.java:99: error: cannot find symbol
					+ "recommended that you disable all but one instance of {} fluid blocks via your configs.", fluid.getName(), resourceLocation.getNamespace(), resourceLocation.getPath(), fluid.getName());
					                                                                                                                             ^
  symbol:   method getNamespace()
  location: variable resourceLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/core/ModuleFluids.java:99: error: cannot find symbol
					+ "recommended that you disable all but one instance of {} fluid blocks via your configs.", fluid.getName(), resourceLocation.getNamespace(), resourceLocation.getPath(), fluid.getName());
					                                                                                                                                                              ^
  symbol:   method getPath()
  location: variable resourceLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/cultivation/blocks/BlockPlanter.java:87: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/cultivation/blocks/PlanterProperties.java:23: error: cannot find symbol
		String identifier = itemNameFromRegistry.getPath();
		                                        ^
  symbol:   method getPath()
  location: variable itemNameFromRegistry of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/cultivation/blocks/PlanterStateMapper.java:35: error: cannot find symbol
				String s = String.format("%s:%s", blockLocation.getNamespace(), blockLocation.getPath());
				                                               ^
  symbol:   method getNamespace()
  location: variable blockLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/cultivation/blocks/PlanterStateMapper.java:35: error: cannot find symbol
				String s = String.format("%s:%s", blockLocation.getNamespace(), blockLocation.getPath());
				                                                                             ^
  symbol:   method getPath()
  location: variable blockLocation of type ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/farming/blocks/BlockFarm.java:175: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/farming/items/ItemBlockFarm.java:59: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/farming/items/ItemBlockFarm.java:61: error: cannot find symbol
		return super.getTranslationKey(itemstack) + "." + itemstack.getItemDamage();
		            ^
  symbol: method getTranslationKey(ItemStack)
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/farming/logic/FarmLogicCocoa.java:136: error: cannot find symbol
				BlockPos candidate = new BlockPos(current.getX() + direction.getXOffset(), current.getY(), current.getZ() + direction.getZOffset());
				                                                            ^
  symbol:   method getXOffset()
  location: variable direction of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/farming/logic/FarmLogicCocoa.java:136: error: cannot find symbol
				BlockPos candidate = new BlockPos(current.getX() + direction.getXOffset(), current.getY(), current.getZ() + direction.getZOffset());
				                                                                                                                     ^
  symbol:   method getZOffset()
  location: variable direction of type EnumFacing
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/arboriculture/blocks/BlockForestrySlab.java:134: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/arboriculture/blocks/BlockArbSlab.java:27: error: <anonymous forestry.arboriculture.blocks.BlockArbSlab$1> is not abstract and does not override abstract method getUnlocalizedName(int) in BlockSlab
			BlockArbSlab block = new BlockArbSlab(fireproof, i) {
			                                                    ^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/arboriculture/blocks/BlockFireproofVanillaSlab.java:27: error: <anonymous forestry.arboriculture.blocks.BlockFireproofVanillaSlab$1> is not abstract and does not override abstract method getUnlocalizedName(int) in BlockSlab
			BlockFireproofVanillaSlab block = new BlockFireproofVanillaSlab(i) {
			                                                                   ^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/arboriculture/WoodHelper.java:90: error: cannot find symbol
					modID = block.getRegistryName().getNamespace();
					                               ^
  symbol:   method getNamespace()
  location: class ResourceLocation
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/arboriculture/blocks/BlockSapling.java:91: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/arboriculture/blocks/BlockAbstractLeaves.java:109: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/Forestry_1.11/workspace/build/sources/main/java/forestry/arboriculture/blocks/BlockAbstractLeaves.java:111: error: cannot find symbol
		super.onEntityCollision(worldIn, pos, state, entityIn);
		     ^
  symbol: method onEntityCollision(World,BlockPos,IBlockState,Entity)
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.
100 errors
 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 in 27s
9 actionable tasks: 8 executed, 1 up-to-date
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE