Started by GitHub push by Geolykt Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/micromixin The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/micromixin/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/stianloader/Micromixin.git # timeout=10 Fetching upstream changes from https://github.com/stianloader/Micromixin.git > git --version # timeout=10 > git --version # 'git version 2.51.0' > git fetch --tags --force --progress -- https://github.com/stianloader/Micromixin.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision d76bdaab428dc607f27a42afb1e6c9d9a668d459 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f d76bdaab428dc607f27a42afb1e6c9d9a668d459 # timeout=10 Commit message: "Bump version, minor JPMS fixes" > git rev-list --no-walk 87b91ec8009536e4f4956c5694d824bb73ccc3a5 # timeout=10 false SCM Skip: Pattern .*\[CI-SKIP\].* NOT matched on message: Bump version, minor JPMS fixes [Gradle] - Launching build. [micromixin] $ /var/lib/jenkins/workspace/micromixin/gradlew -PpublishRepo=http://localhost:25615/maven clean publish Starting a Gradle Daemon (subsequent builds will be faster) > Configure project :micromixin-transformer Publishing to http://localhost:25615/maven > Task :micromixin-annotations:clean > Task :micromixin-backports:clean > Task :micromixin-runtime:clean > Task :micromixin-transformer:clean > Task :micromixin-runtime:compileJava > Task :micromixin-annotations:compileJava > Task :micromixin-annotations:processResources NO-SOURCE > Task :micromixin-annotations:classes > Task :micromixin-annotations:compileJava9Java NO-SOURCE > Task :micromixin-annotations:compileJava9moduleJava > Task :micromixin-annotations:processJava9Resources NO-SOURCE > Task :micromixin-annotations:java9Classes UP-TO-DATE > Task :micromixin-annotations:processJava9moduleResources NO-SOURCE > Task :micromixin-annotations:java9moduleClasses > Task :micromixin-annotations:jar > Task :micromixin-annotations:generateMetadataFileForMavenPublication > Task :micromixin-annotations:generatePomFileForMavenPublication > Task :micromixin-annotations:javadoc > Task :micromixin-annotations:javadocJar > Task :micromixin-annotations:sourcesJar > Task :micromixin-annotations:publishMavenPublicationToMavenRepository > Task :micromixin-annotations:publish > Task :micromixin-backports:compileJava FAILED /var/lib/jenkins/workspace/micromixin/micromixin-backports/src/main/java/org/stianloader/micromixin/backports/CanonicalOverwriteInjectionInfo.java:10: cannot access org.spongepowered.asm.mixin.injection.code.Injector bad class file: ZipFileIndexFileObject[/var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.stianloader/sponge-mixin/0.16.4-0.8.7-1-a20250904/a3cf1eb3560e6cf5bf7f82178045e6d9599844f1/sponge-mixin-0.16.4-0.8.7-1-a20250904.jar(org/spongepowered/asm/mixin/injection/code/Injector.class)] class file has wrong version 52.0, should be 50.0 Please remove or make sure it appears in the correct subdirectory of the classpath. import org.spongepowered.asm.mixin.injection.code.Injector; ^ FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':micromixin-backports:compileJava'. > Compilation failed with exit code 1; see the compiler error output for details. * Try: > Run with --info option to get more log output. > Run with --scan to get full insights. Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD FAILED in 32s 15 actionable tasks: 15 executed Build step 'Run with timeout' changed build result to FAILURE Build step 'Run with timeout' marked build as failure Sending notification to Discord. Finished: FAILURE