FailedConsole Output

+ JAVA_HOME=/usr/lib/jvm/adoptopenjdk-16-hotspot
+ ./gradlew test reobf -PBUILD_NUMBER=275 --no-daemon
Downloading https://services.gradle.org/distributions/gradle-7.2-bin.zip
..........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100%

Welcome to Gradle 7.2!

Here are the highlights of this release:
 - Toolchain support for Scala
 - More cache hits when Java source files have platform-specific line endings
 - More resilient remote HTTP build cache behavior

For more details see https://docs.gradle.org/7.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.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 '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.17.1-20210706.113038/joined/rename/output.jar
[00:29:46] [main/INFO]: Writing debug log file accesstransform.log
[00:29:46] [main/INFO]: Access Transformer processor running version 8.0.7+8.0.7+master.43473d43
[00:29:46] [main/INFO]: Command line arguments [--inJar, /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.17.1-37.0.104/forge-1.17.1-37.0.104-injected.jar, --outJar, /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.17.1-37.0.104_mapped_official_1.17.1/forge-1.17.1-37.0.104_mapped_official_1.17.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:29:46] [main/INFO]: Reading from /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.17.1-37.0.104/forge-1.17.1-37.0.104-injected.jar
[00:29:46] [main/INFO]: Writing to /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.17.1-37.0.104_mapped_official_1.17.1/forge-1.17.1-37.0.104_mapped_official_1.17.1.jar
[00:29:46] [main/INFO]: Transformer file /var/lib/jenkins/workspace/JEI-Jenkinsfile/src/main/resources/META-INF/accesstransformer.cfg
[00:29:46] [main/INFO]: Transformer file /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/_atJar_4/parent_at.cfg
[00:29:46] [main/WARN]: Found existing output jar /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.17.1-37.0.104_mapped_official_1.17.1/forge-1.17.1-37.0.104_mapped_official_1.17.1.jar, overwriting
[00:29:49] [main/INFO]: JAR transformation complete /var/lib/jenkins/workspace/JEI-Jenkinsfile/build/fg_cache/net/minecraftforge/forge/1.17.1-37.0.104_mapped_official_1.17.1/forge-1.17.1-37.0.104_mapped_official_1.17.1.jar
Creating SRG -> MCP TSRG

> Task :compileApiJava
> 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 FAILED
/var/lib/jenkins/workspace/JEI-Jenkinsfile/src/test/java/mezz/jei/test/lib/TestClientConfig.java:10: error: TestClientConfig is not abstract and does not override abstract method isCheatToHotbarUsingHotkeysEnabled() in IClientConfig
public class TestClientConfig implements IClientConfig {
       ^
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileTestJava'.
> 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 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 FAILED in 1m 40s
5 actionable tasks: 5 executed