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 -c core.askpass=true fetch --tags --progress https://github.com/ForestryMC/ForestryMC.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/dev^{commit} # timeout=10
Checking out Revision 084a84903f4d4504907e8e251513b1745018a67e (refs/remotes/origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f 084a84903f4d4504907e8e251513b1745018a67e
> git rev-list a6ecc95f80d7a078d9cac872560bf99fe5db7298 # 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/hudson2525880324295187180.sh
+ ./gradlew clean setupCIWorkspace release uploadArchives -PbuildQualifier=unstable
****************************
Powered By MCP:
http://modcoderpack.com/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : unknown
****************************
:clean
:downloadClient SKIPPED
:downloadServer SKIPPED
:getVersionJson
:extractUserDev UP-TO-DATE
:mergeJars SKIPPED
:applyBinPatches SKIPPED
:downloadMcpTools SKIPPED
:extractMcpData UP-TO-DATE
:genSrgs SKIPPED
:deobfBinJar SKIPPED
:setupCIWorkspace UP-TO-DATE
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJava/var/lib/jenkins/jobs/Forestry_Dev/workspace/build/sources/java/forestry/factory/blocks/BlockFactoryTESR.java:15: error: class BlockFactoryTesr is public, should be declared in a file named BlockFactoryTesr.java
public class BlockFactoryTesr extends BlockBase<BlockFactoryTesrType> {
^
/var/lib/jenkins/jobs/Forestry_Dev/workspace/build/sources/java/forestry/apiculture/render/RenderBeeEntity.java:34: warning: doRender(Entity,double,double,double,float,float) in RenderBeeEntity 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/lepidopterology/render/RenderButterflyEntity.java:39: warning: doRender(Entity,double,double,double,float,float) in RenderButterflyEntity 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 light, float partialTickTime) {
^
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/sources/java/uristqwerty/CraftGuide/api/CraftGuideAPIObject.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
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: 22.163 secs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE