Started by user alexbegt Connecting to https://api.github.com using progwml6-ci/****** (progwml6 ci login) Obtained Jenkinsfile from ef36c4e18f15bb8486ed8fc19f9a1e283f5fffd1 Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/ironchests_1.16 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential progwml6-ci-gh-login Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/progwml6/ironchest.git > git init /var/lib/jenkins/workspace/ironchests_1.16 # timeout=10 Fetching upstream changes from https://github.com/progwml6/ironchest.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials progwml6 ci login > git fetch --no-tags --progress https://github.com/progwml6/ironchest.git +refs/heads/1.16:refs/remotes/origin/1.16 # timeout=10 > git config remote.origin.url https://github.com/progwml6/ironchest.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/1.16:refs/remotes/origin/1.16 # timeout=10 Avoid second fetch Checking out Revision ef36c4e18f15bb8486ed8fc19f9a1e283f5fffd1 (1.16) > git config core.sparsecheckout # timeout=10 > git checkout -f ef36c4e18f15bb8486ed8fc19f9a1e283f5fffd1 # timeout=10 Commit message: "Fix broken recipe" > git rev-list --no-walk be6c0b9cf4615c35634801941f8fb2caefc95aaf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout The recommended git tool is: NONE using credential progwml6-ci-gh-login > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/progwml6/ironchest.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/progwml6/ironchest.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials progwml6 ci login > git fetch --no-tags --progress https://github.com/progwml6/ironchest.git +refs/heads/1.16:refs/remotes/origin/1.16 # timeout=10 Checking out Revision ef36c4e18f15bb8486ed8fc19f9a1e283f5fffd1 (1.16) > git config core.sparsecheckout # timeout=10 > git checkout -f ef36c4e18f15bb8486ed8fc19f9a1e283f5fffd1 # timeout=10 Commit message: "Fix broken recipe" [Pipeline] sh + rm -rf build/libs [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh + ./gradlew build -PBUILD_NUMBER=2 --no-daemon To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing > Configure project : New Dep: net.minecraftforge:forge:1.16.1-32.0.6_mapped_snapshot_20200514-1.16_at_853b82f1b9179daad9af295f36803af7fce1f9df Download https://files.minecraftforge.net/maven/net/minecraftforge/accesstransformers/2.1.1/accesstransformers-2.1.1-shadowed.jar Download https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.16.1-32.0.6/forge-1.16.1-32.0.6-launcher.jar > Task :compileJava [01:25:26] [main/INFO]: Writing debug log file accesstransform.log [01:25:26] [main/INFO]: Access Transformer processor running version 1.0.5+4+02b7b69 [01:25:26] [main/INFO]: Command line arguments [--inJar, /var/lib/jenkins/workspace/ironchests_1.16/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.6/forge-1.16.1-32.0.6-injected.jar, --outJar, /var/lib/jenkins/workspace/ironchests_1.16/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.6_mapped_snapshot_20200514-1.16/forge-1.16.1-32.0.6_mapped_snapshot_20200514-1.16.jar, --logFile, accesstransform.log, --atFile, /var/lib/jenkins/workspace/ironchests_1.16/src/main/resources/META-INF/accesstransformer.cfg, --atFile, /var/lib/jenkins/workspace/ironchests_1.16/build/_atJar_5/parent_at.cfg] [01:25:26] [main/INFO]: Reading from /var/lib/jenkins/workspace/ironchests_1.16/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.6/forge-1.16.1-32.0.6-injected.jar [01:25:26] [main/INFO]: Writing to /var/lib/jenkins/workspace/ironchests_1.16/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.6_mapped_snapshot_20200514-1.16/forge-1.16.1-32.0.6_mapped_snapshot_20200514-1.16.jar [01:25:26] [main/INFO]: Transformer file /var/lib/jenkins/workspace/ironchests_1.16/src/main/resources/META-INF/accesstransformer.cfg [01:25:26] [main/INFO]: Transformer file /var/lib/jenkins/workspace/ironchests_1.16/build/_atJar_5/parent_at.cfg [01:25:26] [main/WARN]: Found existing output jar /var/lib/jenkins/workspace/ironchests_1.16/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.6_mapped_snapshot_20200514-1.16/forge-1.16.1-32.0.6_mapped_snapshot_20200514-1.16.jar, overwriting [01:25:28] [main/INFO]: JAR transformation complete /var/lib/jenkins/workspace/ironchests_1.16/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.6_mapped_snapshot_20200514-1.16/forge-1.16.1-32.0.6_mapped_snapshot_20200514-1.16.jar Creating SRG -> MCP TSRG /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/block/IronChestsTypes.java:21: error: IronChestsTypes is not abstract and does not override abstract method func_176610_l() in IStringSerializable public enum IronChestsTypes implements IStringSerializable { ^ /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/block/IronChestsTypes.java:65: error: method does not override or implement a method from a supertype @Override ^ /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/block/tileentity/GenericIronChestTileEntity.java:78: error: method does not override or implement a method from a supertype @Override ^ /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/block/tileentity/GenericIronChestTileEntity.java:80: error: cannot find symbol super.read(state, compound); ^ symbol: method read(BlockState,CompoundNBT) /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/data/IronChestsRecipeProvider.java:116: error: cannot find symbol .withCriterion("has_the_recipe", RecipeUnlockedTrigger.create(copperToIronChest)) ^ symbol: method create(ResourceLocation) location: class RecipeUnlockedTrigger /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/data/IronChestsRecipeProvider.java:136: error: cannot find symbol .withCriterion("has_the_recipe", RecipeUnlockedTrigger.create(copperToSilverChest)) ^ symbol: method create(ResourceLocation) location: class RecipeUnlockedTrigger /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/data/IronChestsRecipeProvider.java:157: error: cannot find symbol .withCriterion("has_the_recipe", RecipeUnlockedTrigger.create(ironToSilverChest)) ^ symbol: method create(ResourceLocation) location: class RecipeUnlockedTrigger /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/data/IronChestsRecipeProvider.java:177: error: cannot find symbol .withCriterion("has_the_recipe", RecipeUnlockedTrigger.create(vanillaToCopperChest)) ^ symbol: method create(ResourceLocation) location: class RecipeUnlockedTrigger /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/data/IronChestsRecipeProvider.java:198: error: cannot find symbol .withCriterion("has_the_recipe", RecipeUnlockedTrigger.create(silverToGoldChest)) ^ symbol: method create(ResourceLocation) location: class RecipeUnlockedTrigger /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/data/IronChestsRecipeProvider.java:219: error: cannot find symbol .withCriterion("has_the_recipe", RecipeUnlockedTrigger.create(silverToDiamondChest)) ^ symbol: method create(ResourceLocation) location: class RecipeUnlockedTrigger /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/data/IronChestsRecipeProvider.java:289: error: cannot find symbol .withCriterion("has_the_recipe", RecipeUnlockedTrigger.create(woodToCopperChestUpgradeId)) ^ symbol: method create(ResourceLocation) location: class RecipeUnlockedTrigger /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/data/IronChestsRecipeProvider.java:310: error: cannot find symbol .withCriterion("has_the_recipe", RecipeUnlockedTrigger.create(copperToIronChestUpgrade)) ^ symbol: method create(ResourceLocation) location: class RecipeUnlockedTrigger /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/data/IronChestsRecipeProvider.java:330: error: cannot find symbol .withCriterion("has_the_recipe", RecipeUnlockedTrigger.create(copperToSilverChestUpgrade)) ^ symbol: method create(ResourceLocation) location: class RecipeUnlockedTrigger /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/data/IronChestsRecipeProvider.java:351: error: cannot find symbol .withCriterion("has_the_recipe", RecipeUnlockedTrigger.create(silverToGoldChestUpgrade)) ^ symbol: method create(ResourceLocation) location: class RecipeUnlockedTrigger /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:15: error: IronChestScreen is not abstract and does not override abstract method func_230450_a_(MatrixStack,float,int,int) in ContainerScreen public class IronChestScreen extends ContainerScreen implements IHasContainer { ^ /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:32: error: cannot find symbol this.passEvents = false; ^ symbol: variable passEvents /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:35: error: method does not override or implement a method from a supertype @Override ^ /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:37: error: cannot find symbol this.renderBackground(matrixStack); ^ symbol: method renderBackground(MatrixStack) /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:38: error: cannot find symbol super.render(matrixStack, mouseX, mouseY, partialTicks); ^ symbol: method render(MatrixStack,int,int,float) /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:42: error: method does not override or implement a method from a supertype @Override ^ /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:44: error: cannot find symbol this.font.func_238422_b_(matrixStack, this.title, 8.0F, 6.0F, 4210752); ^ symbol: variable title /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:44: error: cannot find symbol this.font.func_238422_b_(matrixStack, this.title, 8.0F, 6.0F, 4210752); ^ symbol: variable font /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:46: error: cannot find symbol this.font.func_238422_b_(matrixStack, this.playerInventory.getDisplayName(), 8.0F, (float) (this.ySize - 96 + 2), 4210752); ^ symbol: variable font /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:49: error: method does not override or implement a method from a supertype @Override ^ /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:53: error: cannot find symbol this.minecraft.getTextureManager().bindTexture(this.chestType.guiTexture); ^ symbol: variable minecraft /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:55: error: cannot find symbol int x = (this.width - this.xSize) / 2; ^ symbol: variable width /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:56: error: cannot find symbol int y = (this.height - this.ySize) / 2; ^ symbol: variable height /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/client/screen/IronChestScreen.java:58: error: cannot find symbol blit(matrixStack, x, y, 0, 0, this.xSize, this.ySize, this.textureXSize, this.textureYSize); ^ symbol: method blit(MatrixStack,int,int,int,int,int,int,int,int) location: class IronChestScreen Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /var/lib/jenkins/workspace/ironchests_1.16/src/main/java/com/progwml6/ironchest/common/block/IronChestsBlocks.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 28 errors > Task :compileJava 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. Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 40s 1 actionable task: 1 executed [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive) Stage "Archive" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) Stage "Deploy" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE