SuccessConsole Output

+ JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/
+ ./gradlew test --no-daemon
Downloading https://services.gradle.org/distributions/gradle-7.4.2-all.zip
...............10%...............20%...............30%...............40%...............50%................60%...............70%...............80%...............90%...............100%

Welcome to Gradle 7.4.2!

Here are the highlights of this release:
 - Aggregated test and JaCoCo reports
 - Marking additional test source directories as tests in IntelliJ
 - Support for Adoptium JDKs in Java toolchains

For more details see https://docs.gradle.org/7.4.2/release-notes.html

To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.4.2/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 

> Configure project :Common
SpongePowered Vanilla 'GRADLE' Toolset Version '0.2.1-SNAPSHOT'

> Configure project :CommonApi
Targeting Minecraft '1.18.2' on a 'JOINED' platform

> Configure project :Common
Targeting Minecraft '1.18.2' on a 'JOINED' platform

> Configure project :Fabric
Fabric Loom: 0.11.34

> Configure project :FabricApi
Fabric Loom: 0.11.34
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Using of the official minecraft mappings is at your own risk!
Please make sure to read and understand the following license:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# (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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:remapping 47 mods (TinyRemapper, intermediary -> named)
[00:52:37] [main/INFO]: Writing debug log file accesstransform.log
[00:52:37] [main/INFO]: Access Transformer processor running version 8.0.7+8.0.7+master.43473d43
[00:52:37] [main/INFO]: Command line arguments [--inJar, /var/lib/jenkins/workspace/JEI-Jenkinsfile/Forge/build/fg_cache/net/minecraftforge/forge/1.18.2-40.0.24/forge-1.18.2-40.0.24-injected.jar, --outJar, /var/lib/jenkins/workspace/JEI-Jenkinsfile/Forge/build/fg_cache/net/minecraftforge/forge/1.18.2-40.0.24_mapped_parchment_2022.03.13-1.18.2/forge-1.18.2-40.0.24_mapped_parchment_2022.03.13-1.18.2.jar, --logFile, accesstransform.log, --atFile, /var/lib/jenkins/workspace/JEI-Jenkinsfile/Forge/src/main/resources/META-INF/accesstransformer.cfg, --atFile, /var/lib/jenkins/workspace/JEI-Jenkinsfile/Forge/build/_atJar_4/parent_at.cfg]
[00:52:37] [main/INFO]: Reading from /var/lib/jenkins/workspace/JEI-Jenkinsfile/Forge/build/fg_cache/net/minecraftforge/forge/1.18.2-40.0.24/forge-1.18.2-40.0.24-injected.jar
[00:52:37] [main/INFO]: Writing to /var/lib/jenkins/workspace/JEI-Jenkinsfile/Forge/build/fg_cache/net/minecraftforge/forge/1.18.2-40.0.24_mapped_parchment_2022.03.13-1.18.2/forge-1.18.2-40.0.24_mapped_parchment_2022.03.13-1.18.2.jar
[00:52:37] [main/INFO]: Transformer file /var/lib/jenkins/workspace/JEI-Jenkinsfile/Forge/src/main/resources/META-INF/accesstransformer.cfg
[00:52:37] [main/INFO]: Transformer file /var/lib/jenkins/workspace/JEI-Jenkinsfile/Forge/build/_atJar_4/parent_at.cfg
[00:52:37] [main/WARN]: Found existing output jar /var/lib/jenkins/workspace/JEI-Jenkinsfile/Forge/build/fg_cache/net/minecraftforge/forge/1.18.2-40.0.24_mapped_parchment_2022.03.13-1.18.2/forge-1.18.2-40.0.24_mapped_parchment_2022.03.13-1.18.2.jar, overwriting
[00:52:40] [main/INFO]: JAR transformation complete /var/lib/jenkins/workspace/JEI-Jenkinsfile/Forge/build/fg_cache/net/minecraftforge/forge/1.18.2-40.0.24_mapped_parchment_2022.03.13-1.18.2/forge-1.18.2-40.0.24_mapped_parchment_2022.03.13-1.18.2.jar

> Task :CommonApi:compileJava
/var/lib/jenkins/workspace/JEI-Jenkinsfile/CommonApi/src/main/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/CommonApi/src/main/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/CommonApi/src/main/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();
	                       ^
3 warnings

> Task :CommonApi:processResources NO-SOURCE
> Task :CommonApi:classes
> Task :CommonApi:jar
> Task :Core:compileJava
> Task :Core:processResources NO-SOURCE
> Task :Core:classes
> Task :Core:jar

> Task :Common:compileJava
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Common/src/main/java/mezz/jei/common/load/PluginLoader.java:86: warning: [removal] registerFluidSubtypes(ISubtypeRegistration) in IModPlugin has been deprecated and marked for removal
			p.registerFluidSubtypes(subtypeRegistration);
			 ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Common/src/main/java/mezz/jei/common/plugins/debug/JeiDebugPlugin.java:140: warning: [removal] addRecipes(Collection<?>,ResourceLocation) in IRecipeRegistration has been deprecated and marked for removal
			registration.addRecipes(List.of(
			            ^
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.
2 warnings

> Task :Common:processResources
> Task :Common:classes
> Task :Common:compileTestJava
> Task :Common:processTestResources NO-SOURCE
> Task :Common:testClasses
> Task :Common:test
> Task :CommonApi:compileTestJava NO-SOURCE
> Task :CommonApi:processTestResources NO-SOURCE
> Task :CommonApi:testClasses UP-TO-DATE
> Task :CommonApi:test NO-SOURCE
> Task :Core:compileTestJava
> Task :Core:processTestResources NO-SOURCE
> Task :Core:testClasses
> Task :Core:test
> Task :Common:jar
> Task :FabricApi:compileJava
> Task :FabricApi:processResources NO-SOURCE
> Task :FabricApi:classes
> Task :FabricApi:jar

> Task :Fabric:compileJava
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Fabric/src/main/java/mezz/jei/fabric/mixin/KeyboardHandlerMixin.java:13: warning: Cannot find target method "method_1458(Lnet/minecraft/client/gui/components/events/GuiEventListener;II)V" for @Inject.method="method_1458(Lnet/minecraft/client/gui/components/events/GuiEventListener;II)V" in net.minecraft.client.KeyboardHandler
    @Inject(
    ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Fabric/src/main/java/mezz/jei/fabric/mixin/KeyboardHandlerMixin.java:22: warning: Cannot find target method "method_1473(Lnet/minecraft/client/gui/components/events/GuiEventListener;CI)V" for @Inject.method="method_1473(Lnet/minecraft/client/gui/components/events/GuiEventListener;CI)V" in net.minecraft.client.KeyboardHandler
    @Inject(
    ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Fabric/src/main/java/mezz/jei/fabric/mixin/KeyboardHandlerMixin.java:31: warning: Cannot find target method "method_1458(Lnet/minecraft/client/gui/components/events/GuiEventListener;II)V" for @Inject.method="method_1458(Lnet/minecraft/client/gui/components/events/GuiEventListener;II)V" in net.minecraft.client.KeyboardHandler
    @Inject(
    ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Fabric/src/main/java/mezz/jei/fabric/mixin/KeyboardHandlerMixin.java:44: warning: Cannot find target method "method_1473(Lnet/minecraft/client/gui/components/events/GuiEventListener;CI)V" for @Inject.method="method_1473(Lnet/minecraft/client/gui/components/events/GuiEventListener;CI)V" in net.minecraft.client.KeyboardHandler
    @Inject(
    ^
4 warnings

> Task :Fabric:processResources
> Task :Fabric:classes
> Task :Fabric:compileTestJava NO-SOURCE
> Task :Fabric:processTestResources NO-SOURCE
> Task :Fabric:testClasses UP-TO-DATE
> Task :Fabric:test NO-SOURCE
> Task :FabricApi:compileTestJava NO-SOURCE
> Task :FabricApi:processTestResources NO-SOURCE
> Task :FabricApi:testClasses UP-TO-DATE
> Task :FabricApi:test NO-SOURCE
> Task :ForgeApi:compileJava
> Task :ForgeApi:processResources NO-SOURCE
> Task :ForgeApi:classes
> Task :ForgeApi:jar
> Task :Forge:compileJava
> Task :Forge:processResources
> Task :Forge:classes
> Task :Forge:compileTestJava NO-SOURCE
> Task :Forge:processTestResources NO-SOURCE
> Task :Forge:testClasses UP-TO-DATE
> Task :ForgeApi:downloadMcpConfig
> Task :ForgeApi:extractSrg
> Task :ForgeApi:createMcpToSrg
> Task :ForgeApi:reobfJar
> Task :Forge:test NO-SOURCE
> Task :ForgeApi:compileTestJava NO-SOURCE
> Task :ForgeApi:processTestResources NO-SOURCE
> Task :ForgeApi:testClasses UP-TO-DATE
> Task :ForgeApi:test NO-SOURCE

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

BUILD SUCCESSFUL in 3m 7s
23 actionable tasks: 23 executed