Skip to content
Failed

Console Output

Started by an SCM change
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/IC2_110/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url /var/lib/gitolite/repositories/IC2.git # timeout=10
Fetching upstream changes from /var/lib/gitolite/repositories/IC2.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress /var/lib/gitolite/repositories/IC2.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/110^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/refs/heads/110^{commit} # timeout=10
Checking out Revision 69a990624d2aac8c115d60a215531e6e60d07097 (refs/remotes/origin/110)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 69a990624d2aac8c115d60a215531e6e60d07097
 > git rev-list 97e2ae1938ce9cd07be044f655d650bfa1cd9035 # timeout=10
 > git tag -a -f -m Jenkins Build #22 jenkins-IC2_110-22 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson6804671081464313489.sh
+ /bin/bash -c BUILD_SUFFIX=ex110 ./gradlew clean setupCIWorkspace build uploadArchives
Version 2.6.22-ex110
This mapping 'snapshot_20160518' 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
:deobfCompileRemapDepSourcesTask1 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 UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/machine/IORecipeCategory.java:16: error: type IRecipeCategory does not take parameters
public abstract class IORecipeCategory<T> implements IRecipeCategory<IRecipeWrapper> {
                                                                    ^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/misc/ScrapboxRecipeCategory.java:14: error: type IRecipeCategory does not take parameters
public class ScrapboxRecipeCategory implements IRecipeCategory<IRecipeWrapper> {
                                                              ^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/SubModule.java:38: error: method addRecipeCategories in interface IModRegistry cannot be applied to given types;
		registry.addRecipeCategories(new ScrapboxRecipeCategory(guiHelper));
		        ^
  required: IRecipeCategory[]
  found: ScrapboxRecipeCategory
  reason: varargs mismatch; ScrapboxRecipeCategory cannot be converted to IRecipeCategory
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/SubModule.java:54: error: method addRecipeCategories in interface IModRegistry cannot be applied to given types;
		registry.addRecipeCategories(category);
		        ^
  required: IRecipeCategory[]
  found: IORecipeCategory<T>
  reason: varargs mismatch; IORecipeCategory<T> cannot be converted to IRecipeCategory
  where T is a type-variable:
    T extends Object declared in method <T>addMachineRecipes(IModRegistry,IORecipeCategory<T>,IRecipeWrapperGenerator<T>)
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/machine/IORecipeCategory.java:26: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/machine/IORecipeCategory.java:31: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/machine/IORecipeCategory.java:36: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/machine/IORecipeCategory.java:42: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/machine/IORecipeCategory.java:53: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/misc/ScrapboxRecipeCategory.java:22: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/misc/ScrapboxRecipeCategory.java:27: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/misc/ScrapboxRecipeCategory.java:32: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/misc/ScrapboxRecipeCategory.java:37: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/misc/ScrapboxRecipeCategory.java:43: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/jeiIntegration/recipe/misc/ScrapboxRecipeCategory.java:49: 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: /var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/core/gui/Ic2GuiFactory.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
15 errors
1 warning
 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: 20.739 secs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE