[EnvInject] - Mask passwords passed as build parameters. Started by GitHub push by Nedelosk [EnvInject] - Loading node environment variables. Building in workspace /var/lib/jenkins/jobs/Forestry_5/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 -c core.askpass=true fetch --tags --progress https://github.com/ForestryMC/ForestryMC.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/mc-1.9.4^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/mc-1.9.4^{commit} # timeout=10 Checking out Revision ba7ef4228c3297fe6a8d7aefd0376041051e3fc3 (refs/remotes/origin/mc-1.9.4) > git config core.sparsecheckout # timeout=10 > git checkout -f ba7ef4228c3297fe6a8d7aefd0376041051e3fc3 > git rev-list fcd3ee6febfd11690ed95eb40770711295c0c024 # 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/hudson2083410984561811492.sh + ./gradlew clean setupCIWorkspace build uploadArchives curseforge ################################################# ForgeGradle 2.2-SNAPSHOT-59f33ec https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP unknown http://modcoderpack.com by: Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs ################################################# Found AccessTransformer: jei_at.cfg_jei_1.9.4-3.6.0.210_at.cfg :clean :extractMcpMappings SKIPPED :deobfCompileDeobfDepTask0 SKIPPED :deobfCompileDeobfDepTask1 SKIPPED :deobfCompileRemapDepSourcesTask2 SKIPPED :deobfCompileDummyTask :getVersionJson :extractUserdev UP-TO-DATE :downloadClient SKIPPED :downloadServer SKIPPED :splitServerJar SKIPPED :mergeJars SKIPPED :applyBinaryPatches SKIPPED :deobfProvidedDummyTask :extractDependencyATs :extractMcpData SKIPPED :genSrgs SKIPPED :deobfMcMCP SKIPPED :setupCiWorkspace :sourceApiJava :compileApiJava :processApiResources UP-TO-DATE :apiClasses :sourceMainJava :compileJava/var/lib/jenkins/jobs/Forestry_5/workspace/build/sources/main/java/forestry/core/tiles/TileNaturalistChest.java:91: error: cannot find symbol private void playLidSound(SoundEvent sound) { ^ symbol: class SoundEvent location: class TileNaturalistChest /var/lib/jenkins/jobs/Forestry_5/workspace/build/sources/main/java/forestry/api/greenhouse/DefaultGreenhouseListener.java:10: error: DefaultGreenhouseListener is not abstract and does not override abstract method canWork(IGreenhouseController,boolean) in IGreenhouseListener public class DefaultGreenhouseListener implements IGreenhouseListener { ^ /var/lib/jenkins/jobs/Forestry_5/workspace/build/sources/main/java/forestry/api/greenhouse/DefaultGreenhouseListener.java:13: error: name clash: canWork(G,boolean) in DefaultGreenhouseListener and canWork(IGreenhouseController,boolean) in IGreenhouseListener have the same erasure, yet neither overrides the other public boolean canWork(G greenhouse, boolean canWork) { ^ where G is a type-variable: G extends IGreenhouseController,IGreenhouseHousing declared in method canWork(G,boolean) /var/lib/jenkins/jobs/Forestry_5/workspace/build/sources/main/java/forestry/api/greenhouse/DefaultGreenhouseListener.java:12: error: method does not override or implement a method from a supertype @Override ^ /var/lib/jenkins/jobs/Forestry_5/workspace/build/sources/main/java/forestry/core/climate/ClimateManager.java:27: error: ClimateManager is not abstract and does not override abstract method getSources() in IClimateManager public class ClimateManager implements IClimateManager{ ^ /var/lib/jenkins/jobs/Forestry_5/workspace/build/sources/main/java/forestry/greenhouse/tiles/TileGreenhouseControl.java:44: error: name clash: canWork(G,boolean) in ControlGreenhouseListener and canWork(IGreenhouseController,boolean) in IGreenhouseListener have the same erasure, yet neither overrides the other public boolean canWork(G greenhouse, boolean canWork) { ^ where G is a type-variable: G extends IGreenhouseController,IGreenhouseHousing declared in method canWork(G,boolean) 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. 6 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 Total time: 19.831 secs Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE