[EnvInject] - Mask passwords passed as build parameters.
Started by GitHub push by mezz
[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.10^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/mc-1.10^{commit} # timeout=10
Checking out Revision b5faab51c3e7dba53e90ec0a0d56813ec2fe17e9 (refs/remotes/origin/mc-1.10)
> git config core.sparsecheckout # timeout=10
> git checkout -f b5faab51c3e7dba53e90ec0a0d56813ec2fe17e9
> git rev-list ddffe5d4ce41bffe81a4b25314690249f3fe0eb8 # 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/hudson4288124760638869301.sh
+ ./gradlew clean setupCIWorkspace build uploadArchives curseforge
This mapping 'snapshot_20160525' was designed for MC 1.9.4! Use at your own peril.
#################################################
ForgeGradle 2.2-SNAPSHOT-0447b4e
https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP unknown
http://modcoderpack.com
by: Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
#################################################
:clean
:extractMcpMappings SKIPPED
:deobfCompileDeobfDepTask0 SKIPPED
:deobfCompileDeobfDepTask1 SKIPPED
:deobfCompileDeobfDepTask2 SKIPPED
:deobfCompileRemapDepSourcesTask3 SKIPPED
:deobfCompileRemapDepSourcesTask4 SKIPPED
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs SKIPPED
: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/arboriculture/CamouflageHandlerArbDoor.java:29: error: CamouflageHandlerArbDoor is not abstract and does not override abstract method getModel(ItemStack,ICamouflageHandler,ICamouflagedTile) in ICamouflageItemHandler
public class CamouflageHandlerArbDoor implements ICamouflageItemHandler {
^
/var/lib/jenkins/jobs/Forestry_5/workspace/build/sources/main/java/forestry/arboriculture/CamouflageHandlerArbDoor.java:54: error: getModel(ItemStack,ICamouflageHandler,ICamouflagedTile) in CamouflageHandlerArbDoor cannot implement getModel(ItemStack,ICamouflageHandler,ICamouflagedTile) in ICamouflageItemHandler
public IBakedModel getModel(ItemStack stack, ICamouflageHandler camouflageHandler, ICamouflagedTile camouflageTile) {
^
return type IBakedModel is not compatible with Pair<IBlockState,IBakedModel>
/var/lib/jenkins/jobs/Forestry_5/workspace/build/sources/main/java/forestry/arboriculture/CamouflageHandlerArbDoor.java:53: error: method does not override or implement a method from a supertype
@Override
^
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.
3 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: 26.38 secs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE