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.46.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 66265c004a6b7f3b10afefabc5e91f831741685b (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 66265c004a6b7f3b10afefabc5e91f831741685b # timeout=10 Commit message: "Completely get rid of JPMS in micromixin-backports" > git rev-list --no-walk 1969ef7ca5de3fac996a0261702d4b932cf2f416 # timeout=10 false SCM Skip: Pattern .*\[CI-SKIP\].* NOT matched on message: Completely get rid of JPMS in micromixin-backports Mixin really does not support JPMS. [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/.m2/repository/org/spongepowered/mixin/0.8.7/mixin-0.8.7.jar(org/spongepowered/asm/mixin/injection/Desc.class): warning: Cannot find annotation method 'value()' in type 'java.lang.annotation.Repeatable': class file for java.lang.annotation.Repeatable not found /var/lib/jenkins/workspace/micromixin/micromixin-backports/src/main/java/org/stianloader/micromixin/backports/MicromixinBackportsBootstrap.java:19: cannot find symbol symbol : method getTypeName() location: class java.lang.Class throw new IllegalStateException("Default mixin environment has a transformer of type " + transformer.getClass().getTypeName() + ". However, a transformer of type " + IMixinTransformer.class.getTypeName() + " was expected."); ^ /var/lib/jenkins/workspace/micromixin/micromixin-backports/src/main/java/org/stianloader/micromixin/backports/MicromixinBackportsBootstrap.java:19: cannot find symbol symbol : method getTypeName() location: class java.lang.Class throw new IllegalStateException("Default mixin environment has a transformer of type " + transformer.getClass().getTypeName() + ". However, a transformer of type " + IMixinTransformer.class.getTypeName() + " was expected."); ^ 2 errors 1 warning 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 23s 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