Started by an SCM change
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/IC2_112/workspace
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url /var/lib/gitolite3/repositories/IC2.git # timeout=10
Fetching upstream changes from /var/lib/gitolite3/repositories/IC2.git
> git --version # timeout=10
> git fetch --tags --progress /var/lib/gitolite3/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 a199a685fa2aca81e92842887ee6f76015c4d95c (refs/remotes/origin/112)
> git config core.sparsecheckout # timeout=10
> git checkout -f a199a685fa2aca81e92842887ee6f76015c4d95c
Commit message: "Refactor"
> git rev-list --no-walk 3703b9be864f68af454bb17e54d29363907f5556 # timeout=10
> git tag -a -f -m Jenkins Build #154 jenkins-IC2_112-154 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins6741452634140141361.sh
+ /bin/bash -c BUILD_SUFFIX=ex112 ./gradlew clean setupCIWorkspace build uploadArchives curseforge
Version 2.8.154-ex112
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
ForgeGradle 2.3-SNAPSHOT-7764e3e
https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP
http://modcoderpack.com
by: Searge, ProfMobius, R4wk, ZeuX
Fesh0r, IngisKahn, bspkrs, LexManos
#################################################
: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/block/steam/TileEntityCrusher.java:150: error: no suitable method found for apply(Set<RecipeInputItemStack>,boolean)
MachineRecipeResult<Collection<RecipeInputIngredient>, Collection<RecipeOutputIngredient>, Collection<RecipeInputIngredient>> result = Recipes.crusher.apply(Collections.singleton(RecipeInputItemStack.of(candidate)), false);
^
method DynamicRecipeManager.apply(ItemStack[],FluidStack[],boolean) is not applicable
(actual and formal argument lists differ in length)
method DynamicRecipeManager.apply(DynamicRecipe,ItemStack[],FluidStack[],boolean) is not applicable
(actual and formal argument lists differ in length)
/var/lib/jenkins/jobs/IC2_112/workspace/build/sources/main/java/ic2/core/block/steam/TileEntityCrusher.java:184: error: no suitable method found for apply(Set<RecipeInputItemStack>,boolean)
MachineRecipeResult<Collection<RecipeInputIngredient>, Collection<RecipeOutputIngredient>, Collection<RecipeInputIngredient>> result = Recipes.crusher.apply(Collections.singleton(RecipeInputItemStack.of(currentlyProcessing)), false);
^
method DynamicRecipeManager.apply(ItemStack[],FluidStack[],boolean) is not applicable
(actual and formal argument lists differ in length)
method DynamicRecipeManager.apply(DynamicRecipe,ItemStack[],FluidStack[],boolean) is not applicable
(actual and formal argument lists differ in length)
/var/lib/jenkins/jobs/IC2_112/workspace/build/sources/main/java/ic2/core/block/steam/ProcessingComponent.java:147: error: incompatible types: Iterator<CAP#1> cannot be converted to Iterator<? extends MachineRecipe<Collection<RecipeInputIngredient>,Collection<RecipeOutputIngredient>>>
for (Iterator<? extends MachineRecipe<Collection<RecipeInputIngredient>, Collection<RecipeOutputIngredient>>> iterator = recipeManager.getRecipes().iterator(); iterator.hasNext(); ) {
^
where CAP#1 is a fresh type-variable:
CAP#1 extends DynamicRecipe from capture of ? extends DynamicRecipe
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation 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: 39.336 secs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE