Console Output

Started by user KnightMiner
07:23:58 Connecting to https://api.github.com using progwml6 ci login
Obtained Jenkinsfile from 1f18116c86fe89ad1d4a0d3edcf790c37cbf8ac9
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential progwml6-ci-gh-login
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/SlimeKnights/Mantle.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/SlimeKnights/Mantle.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/SlimeKnights/Mantle.git +refs/heads/1.18.2:refs/remotes/origin/1.18.2 # timeout=10
Checking out Revision 1f18116c86fe89ad1d4a0d3edcf790c37cbf8ac9 (1.18.2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f18116c86fe89ad1d4a0d3edcf790c37cbf8ac9 # timeout=10
Commit message: "Attempt to fix edge cases in columns not lining up in generated indexes"
 > git rev-list --no-walk 5ffb9df1fcf4291aeb5d2dd93491bb07403aa181 # timeout=10
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
[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 --resolve-git-dir /var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/SlimeKnights/Mantle.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/SlimeKnights/Mantle.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/SlimeKnights/Mantle.git +refs/heads/1.18.2:refs/remotes/origin/1.18.2 # timeout=10
Checking out Revision 1f18116c86fe89ad1d4a0d3edcf790c37cbf8ac9 (1.18.2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f18116c86fe89ad1d4a0d3edcf790c37cbf8ac9 # timeout=10
Commit message: "Attempt to fix edge cases in columns not lining up in generated indexes"
[Pipeline] sh
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
+ rm -rf build/libs
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
+ JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/
+ ./gradlew build -PBUILD_NUMBER=49 --no-daemon
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.3/userguide/gradle_daemon.html#sec:disabling_the_daemon.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
Daemon will be stopped at the end of the build 
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.

> Task :generateMainEffectiveLombokConfig1
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.

> Task :compileJava
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/recipe/helper/TagEmptyCondition.java:31: warning: [removal] test() in ICondition has been deprecated and marked for removal
  public boolean test() {
                 ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/client/book/data/SectionData.java:144: warning: [removal] test() in ICondition has been deprecated and marked for removal
    return condition.test();
                    ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/client/book/data/PageData.java:174: warning: [removal] test() in ICondition has been deprecated and marked for removal
    return condition.test();
                    ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ICustomCraftingCategoryExtension in mezz.jei.api.recipe.category.extensions.vanilla.crafting has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                                                  ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                                                  ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ICustomCraftingCategoryExtension in mezz.jei.api.recipe.category.extensions.vanilla.crafting has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                                                  ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                                                  ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ICustomCraftingCategoryExtension in mezz.jei.api.recipe.category.extensions.vanilla.crafting has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                                                  ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                                                  ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ICustomCraftingCategoryExtension in mezz.jei.api.recipe.category.extensions.vanilla.crafting has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                                                  ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                                                  ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ICustomCraftingCategoryExtension in mezz.jei.api.recipe.category.extensions.vanilla.crafting has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                                                  ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:34: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public class RetexturableRecipeExtension implements ICraftingCategoryExtension, ICustomCraftingCategoryExtension, ITooltipCallback<ItemStack> {
                                                                                                                  ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:91: warning: [removal] setRecipe(IRecipeLayout,IIngredients) in ICustomCraftingCategoryExtension has been deprecated and marked for removal
  public void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients) {
              ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:134: warning: [removal] onTooltip(int,boolean,T,List<Component>) in ITooltipCallback has been deprecated and marked for removal
  public void onTooltip(int slotIndex, boolean input, ItemStack ingredient, List<Component> tooltip) {
              ^
  where T is a type-variable:
    T extends Object declared in interface ITooltipCallback
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:74: warning: [removal] setIngredients(IIngredients) in IRecipeCategoryExtension has been deprecated and marked for removal
  public void setIngredients(IIngredients ingredients) {
              ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:74: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
  public void setIngredients(IIngredients ingredients) {
                             ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:74: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
  public void setIngredients(IIngredients ingredients) {
                             ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:74: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
  public void setIngredients(IIngredients ingredients) {
                             ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:74: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
  public void setIngredients(IIngredients ingredients) {
                             ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:74: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
  public void setIngredients(IIngredients ingredients) {
                             ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:75: warning: [removal] setInputIngredients(List<Ingredient>) in IIngredients has been deprecated and marked for removal
    ingredients.setInputIngredients(this.recipe.getIngredients());
               ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:77: warning: [removal] ITEM in VanillaTypes has been deprecated and marked for removal
    ingredients.setOutputLists(VanillaTypes.ITEM, allOutputs);
                                           ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:77: warning: [removal] <T>setOutputLists(IIngredientType<T>,List<List<T>>) in IIngredients has been deprecated and marked for removal
    ingredients.setOutputLists(VanillaTypes.ITEM, allOutputs);
               ^
  where T is a type-variable:
    T extends Object declared in method <T>setOutputLists(IIngredientType<T>,List<List<T>>)
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:91: warning: [removal] IRecipeLayout in mezz.jei.api.gui has been deprecated and marked for removal
  public void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients) {
                        ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:91: warning: [removal] IRecipeLayout in mezz.jei.api.gui has been deprecated and marked for removal
  public void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients) {
                        ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:91: warning: [removal] IRecipeLayout in mezz.jei.api.gui has been deprecated and marked for removal
  public void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients) {
                        ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:91: warning: [removal] IRecipeLayout in mezz.jei.api.gui has been deprecated and marked for removal
  public void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients) {
                        ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:91: warning: [removal] IRecipeLayout in mezz.jei.api.gui has been deprecated and marked for removal
  public void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients) {
                        ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:91: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
  public void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients) {
                                                    ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:91: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
  public void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients) {
                                                    ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:91: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
  public void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients) {
                                                    ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:91: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
  public void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients) {
                                                    ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:91: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
  public void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients) {
                                                    ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:92: warning: [removal] IGuiItemStackGroup in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
    IGuiItemStackGroup guiItemStacks = recipeLayout.getItemStacks();
    ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:92: warning: [removal] getItemStacks() in IRecipeLayout has been deprecated and marked for removal
    IGuiItemStackGroup guiItemStacks = recipeLayout.getItemStacks();
                                                   ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:93: warning: [removal] addTooltipCallback(ITooltipCallback<ItemStack>) in IGuiItemStackGroup has been deprecated and marked for removal
    guiItemStacks.addTooltipCallback(this);
                 ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:96: warning: [removal] ITEM in VanillaTypes has been deprecated and marked for removal
    List<List<ItemStack>> inputs = ingredients.getInputs(VanillaTypes.ITEM);
                                                                     ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:96: warning: [removal] <T>getInputs(IIngredientType<T>) in IIngredients has been deprecated and marked for removal
    List<List<ItemStack>> inputs = ingredients.getInputs(VanillaTypes.ITEM);
                                              ^
  where T is a type-variable:
    T extends Object declared in method <T>getInputs(IIngredientType<T>)
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:98: warning: [removal] ITEM in VanillaTypes has been deprecated and marked for removal
    IFocus<ItemStack> focus = recipeLayout.getFocus(VanillaTypes.ITEM);
                                                                ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:98: warning: [removal] <V>getFocus(IIngredientType<V>) in IRecipeLayout has been deprecated and marked for removal
    IFocus<ItemStack> focus = recipeLayout.getFocus(VanillaTypes.ITEM);
                                          ^
  where V is a type-variable:
    V extends Object declared in method <V>getFocus(IIngredientType<V>)
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:100: warning: [removal] getValue() in IFocus has been deprecated and marked for removal
      focus.getValue();
           ^
  where V is a type-variable:
    V extends Object declared in interface IFocus
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:101: warning: [removal] IGuiIngredientGroup in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
      IGuiIngredientGroup<ItemStack> guiIngredients = recipeLayout.getIngredientsGroup(VanillaTypes.ITEM);
      ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:101: warning: [removal] ITEM in VanillaTypes has been deprecated and marked for removal
      IGuiIngredientGroup<ItemStack> guiIngredients = recipeLayout.getIngredientsGroup(VanillaTypes.ITEM);
                                                                                                   ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:101: warning: [removal] <T>getIngredientsGroup(IIngredientType<T>) in IRecipeLayout has been deprecated and marked for removal
      IGuiIngredientGroup<ItemStack> guiIngredients = recipeLayout.getIngredientsGroup(VanillaTypes.ITEM);
                                                                  ^
  where T is a type-variable:
    T extends Object declared in method <T>getIngredientsGroup(IIngredientType<T>)
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:102: warning: [removal] getValue() in IFocus has been deprecated and marked for removal
      ItemStack focusStack = focus.getValue();
                                  ^
  where V is a type-variable:
    V extends Object declared in interface IFocus
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:103: warning: [removal] Mode in IFocus has been deprecated and marked for removal
      IFocus.Mode mode = focus.getMode();
            ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:103: warning: [removal] getMode() in IFocus has been deprecated and marked for removal
      IFocus.Mode mode = focus.getMode();
                              ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:106: warning: [removal] Mode in IFocus has been deprecated and marked for removal
      if (mode == IFocus.Mode.INPUT && recipe.getTexture().test(focusStack)) {
                        ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:111: warning: [removal] Mode in IFocus has been deprecated and marked for removal
      else if (mode == IFocus.Mode.OUTPUT) {
                             ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:120: warning: [removal] Mode in IFocus has been deprecated and marked for removal
          guiIngredients.setOverrideDisplayFocus(JEIPlugin.recipeManager.createFocus(IFocus.Mode.INPUT, new ItemStack(textureBlock)));
                                                                                           ^
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:120: warning: [removal] <V>createFocus(Mode,V) in IRecipeManager has been deprecated and marked for removal
          guiIngredients.setOverrideDisplayFocus(JEIPlugin.recipeManager.createFocus(IFocus.Mode.INPUT, new ItemStack(textureBlock)));
                                                                        ^
  where V is a type-variable:
    V extends Object declared in method <V>createFocus(Mode,V)
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:120: warning: [removal] setOverrideDisplayFocus(IFocus<T>) in IGuiIngredientGroup has been deprecated and marked for removal
          guiIngredients.setOverrideDisplayFocus(JEIPlugin.recipeManager.createFocus(IFocus.Mode.INPUT, new ItemStack(textureBlock)));
                        ^
  where T is a type-variable:
    T extends Object declared in interface IGuiIngredientGroup
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:123: warning: [removal] setOverrideDisplayFocus(IFocus<T>) in IGuiIngredientGroup has been deprecated and marked for removal
          guiIngredients.setOverrideDisplayFocus(null);
                        ^
  where T is a type-variable:
    T extends Object declared in interface IGuiIngredientGroup
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:129: warning: [removal] <T>setInputs(IGuiIngredientGroup<T>,List<List<T>>,int,int) in ICraftingGridHelper has been deprecated and marked for removal
    JEIPlugin.vanillaCraftingHelper.setInputs(guiItemStacks, inputs, size.width, size.height);
                                   ^
  where T is a type-variable:
    T extends Object declared in method <T>setInputs(IGuiIngredientGroup<T>,List<List<T>>,int,int)
/var/lib/jenkins/workspace/SlimeKnights_Mantle_1.18.2/src/main/java/slimeknights/mantle/plugin/jei/RetexturableRecipeExtension.java:130: warning: [removal] set(int,List<T>) in IGuiIngredientGroup has been deprecated and marked for removal
    guiItemStacks.set(0, outputs);
                 ^
  where T is a type-variable:
    T extends Object declared in interface IGuiIngredientGroup
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
61 warnings

> Task :processResources UP-TO-DATE
> Task :replaceResources UP-TO-DATE
> Task :classes
> Task :jar
> Task :downloadMcpConfig
> Task :extractSrg UP-TO-DATE
> Task :createMcpToSrg UP-TO-DATE

> Task :reobfJar
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.

> Task :jarJar SKIPPED
> Task :reobfJarJar SKIPPED
> Task :sourcesJar
> Task :assemble
> Task :generateTestEffectiveLombokConfig1
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :build

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 28s
10 actionable tasks: 7 executed, 3 up-to-date
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive)
[Pipeline] archive
The archive step is deprecated, please use archiveArtifacts instead.
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] sh
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
+ JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/
+ ./gradlew publishMavenJavaPublicationToMavenRepository -PBUILD_NUMBER=49 -PDEPLOY_DIR=/var/www/dvs1/files/maven --no-daemon
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.3/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> Task :generatePomFileForMavenJavaPublication

> Task :generateMainEffectiveLombokConfig1
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.

> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :replaceResources UP-TO-DATE
> Task :classes UP-TO-DATE
> Task :jar
> Task :downloadMcpConfig
> Task :extractSrg UP-TO-DATE
> Task :createMcpToSrg UP-TO-DATE

> Task :reobfJar
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.

> Task :sourcesJar UP-TO-DATE
> Task :publishMavenJavaPublicationToMavenRepository

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 11s
11 actionable tasks: 6 executed, 5 up-to-date
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

Finished: SUCCESS