SuccessConsole Output

+ JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/
+ ./gradlew test reobf -PBUILD_NUMBER=276 --no-daemon
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.2/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 

> Configure project :
WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task
WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.  Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available at https://account.mojang.com/documents/minecraft_eula.
Setting up MCP environment
Initializing steps
Executing steps
 > Running 'downloadManifest'
 > Running 'downloadJson'
 > Running 'downloadClient'
 > Running 'downloadServer'
 > Running 'extractServer'
 > Running 'downloadClientMappings'
 > Running 'mergeMappings'
 > Running 'stripClient'
 > Running 'stripServer'
 > Running 'merge'
 > Running 'listLibraries'
 > Running 'rename'
Stopping at requested step: /var/lib/jenkins/.gradle/caches/forge_gradle/mcp_repo/de/oceanlabs/mcp/mcp_config/1.18.1-20211210.034407/joined/rename/output.jar
[00:42:29] [main/INFO]: Writing debug log file accesstransform.log
[00:42:29] [main/INFO]: Access Transformer processor running version 8.0.7+8.0.7+master.43473d43
[00:42:29] [main/INFO]: Command line arguments [--inJar, /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.18.1-39.0.89/forge-1.18.1-39.0.89-injected.jar, --outJar, /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.18.1-39.0.89_mapped_official_1.18.1/forge-1.18.1-39.0.89_mapped_official_1.18.1.jar, --logFile, accesstransform.log, --atFile, /var/lib/jenkins/workspace/JEI-Jenkinsfile/src/main/resources/META-INF/accesstransformer.cfg, --atFile, /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/_atJar_4/parent_at.cfg]
[00:42:29] [main/INFO]: Reading from /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.18.1-39.0.89/forge-1.18.1-39.0.89-injected.jar
[00:42:29] [main/INFO]: Writing to /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.18.1-39.0.89_mapped_official_1.18.1/forge-1.18.1-39.0.89_mapped_official_1.18.1.jar
[00:42:29] [main/INFO]: Transformer file /var/lib/jenkins/workspace/JEI-Jenkinsfile/src/main/resources/META-INF/accesstransformer.cfg
[00:42:29] [main/INFO]: Transformer file /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/_atJar_4/parent_at.cfg
[00:42:29] [main/WARN]: Found existing output jar /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.18.1-39.0.89_mapped_official_1.18.1/forge-1.18.1-39.0.89_mapped_official_1.18.1.jar, overwriting
[00:42:33] [main/INFO]: JAR transformation complete /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.18.1-39.0.89_mapped_official_1.18.1/forge-1.18.1-39.0.89_mapped_official_1.18.1.jar
Creating SRG -> MCP TSRG

> Task :compileApiJava
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/recipe/IRecipeManager.java:138: warning: [removal] Mode in IFocus has been deprecated and marked for removal
	<V> IFocus<V> createFocus(IFocus.Mode mode, V ingredient);
	                                ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/recipe/IFocusFactory.java:24: warning: [removal] Mode in IFocus has been deprecated and marked for removal
	<V> IFocus<V> createFocus(IFocus.Mode mode, V ingredient);
	                                ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/recipe/category/IRecipeCategory.java:190: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
	default void setIngredients(T recipe, IIngredients ingredients) {
	                                      ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/recipe/category/IRecipeCategory.java:216: warning: [removal] IRecipeLayout in mezz.jei.api.gui has been deprecated and marked for removal
	default void setRecipe(IRecipeLayout recipeLayout, T recipe, IIngredients ingredients) {
	                       ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/recipe/category/IRecipeCategory.java:216: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
	default void setRecipe(IRecipeLayout recipeLayout, T recipe, IIngredients ingredients) {
	                                                             ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/IRecipeLayoutDrawable.java:16: warning: [removal] IRecipeLayout in mezz.jei.api.gui has been deprecated and marked for removal
public interface IRecipeLayoutDrawable extends IRecipeLayout {
                                               ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/IRecipeLayout.java:35: warning: [removal] IGuiItemStackGroup in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
	IGuiItemStackGroup getItemStacks();
	^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/IRecipeLayout.java:45: warning: [removal] IGuiFluidStackGroup in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
	IGuiFluidStackGroup getFluidStacks();
	^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/IRecipeLayout.java:60: warning: [removal] IGuiIngredientGroup in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
	<T> IGuiIngredientGroup<T> getIngredientsGroup(IIngredientType<T> ingredientType);
	    ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiItemStackGroup.java:23: warning: [removal] IGuiIngredientGroup in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public interface IGuiItemStackGroup extends IGuiIngredientGroup<ItemStack> {
                                            ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiItemStackGroup.java:23: warning: [removal] IGuiIngredientGroup in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public interface IGuiItemStackGroup extends IGuiIngredientGroup<ItemStack> {
                                            ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiItemStackGroup.java:36: warning: [removal] init(int,boolean,int,int) in IGuiIngredientGroup has been deprecated and marked for removal
	void init(int ingredientIndex, boolean input, int xPosition, int yPosition);
	     ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiItemStackGroup.java:45: warning: [removal] addTooltipCallback(ITooltipCallback<T>) in IGuiIngredientGroup has been deprecated and marked for removal
	void addTooltipCallback(ITooltipCallback<ItemStack> tooltipCallback);
	     ^
  where T is a type-variable:
    T extends Object declared in interface IGuiIngredientGroup
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiItemStackGroup.java:41: warning: [removal] set(int,T) in IGuiIngredientGroup has been deprecated and marked for removal
	void set(int ingredientIndex, @Nullable ItemStack itemStack);
	     ^
  where T is a type-variable:
    T extends Object declared in interface IGuiIngredientGroup
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiItemStackGroup.java:45: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
	void addTooltipCallback(ITooltipCallback<ItemStack> tooltipCallback);
	                        ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiIngredientGroup.java:49: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
	void set(IIngredients ingredients);
	         ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiIngredientGroup.java:86: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
	void addTooltipCallback(ITooltipCallback<T> tooltipCallback);
	                        ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiIngredientGroup.java:99: warning: [removal] IGuiIngredient in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
	Map<Integer, ? extends IGuiIngredient<T>> getGuiIngredients();
	                       ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiFluidStackGroup.java:24: warning: [removal] IGuiIngredientGroup in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public interface IGuiFluidStackGroup extends IGuiIngredientGroup<FluidStack> {
                                             ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiFluidStackGroup.java:24: warning: [removal] IGuiIngredientGroup in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
public interface IGuiFluidStackGroup extends IGuiIngredientGroup<FluidStack> {
                                             ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiFluidStackGroup.java:51: warning: [removal] addTooltipCallback(ITooltipCallback<T>) in IGuiIngredientGroup has been deprecated and marked for removal
	void addTooltipCallback(ITooltipCallback<FluidStack> tooltipCallback);
	     ^
  where T is a type-variable:
    T extends Object declared in interface IGuiIngredientGroup
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiFluidStackGroup.java:47: warning: [removal] set(int,T) in IGuiIngredientGroup has been deprecated and marked for removal
	void set(int ingredientIndex, @Nullable FluidStack fluidStack);
	     ^
  where T is a type-variable:
    T extends Object declared in interface IGuiIngredientGroup
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/IGuiFluidStackGroup.java:51: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
	void addTooltipCallback(ITooltipCallback<FluidStack> tooltipCallback);
	                        ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/ICraftingGridHelper.java:50: warning: [removal] IGuiIngredientGroup in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
	<T> void setInputs(IGuiIngredientGroup<T> ingredientGroup, List<List<T>> inputs);
	                   ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/gui/ingredient/ICraftingGridHelper.java:58: warning: [removal] IGuiIngredientGroup in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
	<T> void setInputs(IGuiIngredientGroup<T> ingredientGroup, List<List<T>> inputs, int width, int height);
	                   ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/recipe/transfer/IRecipeTransferError.java:63: warning: [removal] IRecipeLayout in mezz.jei.api.gui has been deprecated and marked for removal
	default void showError(PoseStack poseStack, int mouseX, int mouseY, IRecipeLayout recipeLayout, int recipeX, int recipeY) {
	                                                                    ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/recipe/transfer/IRecipeTransferHandler.java:65: warning: [removal] IRecipeLayout in mezz.jei.api.gui has been deprecated and marked for removal
	default IRecipeTransferError transferRecipe(C container, R recipe, IRecipeLayout recipeLayout, Player player, boolean maxTransfer, boolean doTransfer) {
	                                                                   ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/recipe/category/extensions/IRecipeCategoryExtension.java:96: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
	default void setIngredients(IIngredients ingredients) {
	                            ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/recipe/category/extensions/vanilla/crafting/ICustomCraftingCategoryExtension.java:35: warning: [removal] IRecipeLayout in mezz.jei.api.gui has been deprecated and marked for removal
	void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients);
	               ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/api/java/mezz/jei/api/recipe/category/extensions/vanilla/crafting/ICustomCraftingCategoryExtension.java:35: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
	void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients);
	                                           ^
30 warnings

> Task :processApiResources NO-SOURCE
> Task :apiClasses

> Task :compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :processResources
> Task :replaceResources
> Task :classes
> Task :compileTestJava
> Task :processTestResources NO-SOURCE
> Task :testClasses

> Task :test
mezz.jei.test.search.suffixtree.GeneralizedSuffixTreeTest
    ? testPuttingShorterString()
    ? testPuttingSameString()
    ? testNonMatchingSearches()
    ? testIndexWorksOutOfOrder()
    ? testSearch()

mezz.jei.test.IngredientFilterTest
    ? testSetup()
    ? testAddingAndRemovingIngredients()
    ? testAddingAndRemovingIngredientsWithTooltipStrings()
    ? testConfigBlacklist()

mezz.jei.test.util.SubStringTest
    ? testRegionMatchesWithZeroLength()
    ? testRegionMatchesFails()
    ? testIsPrefixAndStartsWith()
    ? testSubstringOffset()
    ? testRegionMatchesSameSubString()
    ? testEmptyBySubStringLength()
    ? testEmptyBySubStringOffset()
    ? testInvalidAppend()
    ? testInvalidSubstringOffset()
    ? testEmptyPrefix()
    ? testEmptyString()
    ? testAppend()
    ? testCharAt()
    ? testRegionMatchesWithOffset()
    ? testNotIsPrefixAndStartsWith()
    ? testShorten()
    ? testRegionMatchesDifferentString()
    ? testRegionMatchesSameString()

mezz.jei.test.PathSanitizationTest
    ? testSanitizationOnValidName()
    ? testSanitizationOnInvalidName()

mezz.jei.test.TickTimerTest
    ? testBasicTickTimerMath()
    ? testMoreTicksThanValuesMath()
    ? testIndivisibleTicking()

--------------------------------------------------------------------------
Results: SUCCESS (32 tests, 32 passed, 0 failed, 0 skipped)
--------------------------------------------------------------------------

> Task :apiJar
> Task :downloadMcpConfig
> Task :extractSrg
> Task :createMcpToSrg
> Task :reobfApiJar
> Task :jar
> Task :reobfJar
> Task :reobf

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.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 1m 28s
13 actionable tasks: 13 executed