Skip to content
Success

Console Output

Started by GitHub push by mezz
Building in workspace /var/lib/jenkins/jobs/Forestry/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/master^{commit} # timeout=10
Checking out Revision 308a1ea0271f07bc51b6f2efecbeec860fc0898c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 308a1ea0271f07bc51b6f2efecbeec860fc0898c
 > git rev-list b5e8d372817e1b5cff5cb9e1b960ff0cd7cd8d04 # 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/hudson8587262352018476921.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/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/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/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) {
	            ^
Note: /var/lib/jenkins/jobs/Forestry/workspace/build/sources/java/forestry/apiculture/VillageHandlerApiculture.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 warnings

:processResources
:classes
:apiJar
:devJarSigned
:devJar
:jar
:reobf
:mainJarSigned
:mainJar
:release
*************************************************************
This build will be version: 3.0.0.174
*************************************************************
:uploadArchivesUploading: net/sengir/forestry/forestry_1.7.10/3.0.0.174/forestry_1.7.10-3.0.0.174-api.jar to repository remote at file:///var/lib/jenkins/maven/
Transferring 192K from remote
Uploaded 192K
Uploading: net/sengir/forestry/forestry_1.7.10/3.0.0.174/forestry_1.7.10-3.0.0.174-dev.jar to repository remote at file:///var/lib/jenkins/maven/
Transferring 4784K from remote
Uploaded 4784K


BUILD SUCCESSFUL

Total time: 38.868 secs
Archiving artifacts
Finished: SUCCESS