Skip to content
Failed

Console Output

Started by an SCM change
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/IC2_112/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 fetch --tags --progress /var/lib/gitolite/repositories/IC2.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/112^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/refs/heads/112^{commit} # timeout=10
Checking out Revision c55079cf4b1c01c4a059fd113d59318383244f37 (refs/remotes/origin/112)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c55079cf4b1c01c4a059fd113d59318383244f37
Commit message: "Fixed merging reversion"
 > git rev-list --no-walk cf45fdb3877ce3b9cc1bb4a67839fc05b409b03f # timeout=10
 > git tag -a -f -m Jenkins Build #38 jenkins-IC2_112-38 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins8113168681977460141.sh
+ /bin/bash -c BUILD_SUFFIX=ex112 ./gradlew clean setupCIWorkspace build uploadArchives curseforge
Version 2.8.38-ex112
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
         ForgeGradle 2.3-SNAPSHOT-583d1ba        
  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
:compileJava/var/lib/jenkins/jobs/IC2_112/workspace/build/sources/main/java/ic2/core/item/tool/Guitoolbox.java:15: error: class GuiToolbox is public, should be declared in a file named GuiToolbox.java
public class GuiToolbox extends GuiIC2<ContainerToolbox> {
       ^
/var/lib/jenkins/jobs/IC2_112/workspace/build/sources/main/java/ic2/jeiIntegration/SubModule.java:156: error: method addIngredientsAtRuntime in interface IIngredientRegistry cannot be applied to given types;
			ingredientRegistry.addIngredientsAtRuntime(ItemStack.class, items);
			                  ^
  required: Class<V>,List<V>
  found: Class<ItemStack>,Collection<ItemStack>
  reason: cannot infer type-variable(s) V
    (argument mismatch; Collection<ItemStack> cannot be converted to List<V>)
  where V is a type-variable:
    V extends Object declared in method <V>addIngredientsAtRuntime(Class<V>,List<V>)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 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: 32.901 secs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE