20:06:37 Started by GitHub push by Geolykt 20:06:37 Running as SYSTEM 20:06:37 Building in workspace /var/lib/jenkins/workspace/micromixin 20:06:37 The recommended git tool is: NONE 20:06:37 No credentials specified 20:06:37 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/micromixin/.git # timeout=10 20:06:37 Fetching changes from the remote Git repository 20:06:37 > git config remote.origin.url https://github.com/stianloader/Micromixin.git # timeout=10 20:06:37 Fetching upstream changes from https://github.com/stianloader/Micromixin.git 20:06:37 > git --version # timeout=10 20:06:37 > git --version # 'git version 2.46.0' 20:06:37 > git fetch --tags --force --progress -- https://github.com/stianloader/Micromixin.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:06:37 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 20:06:37 Checking out Revision 66265c004a6b7f3b10afefabc5e91f831741685b (refs/remotes/origin/main) 20:06:37 > git config core.sparsecheckout # timeout=10 20:06:37 > git checkout -f 66265c004a6b7f3b10afefabc5e91f831741685b # timeout=10 20:06:37 Commit message: "Completely get rid of JPMS in micromixin-backports" 20:06:37 > git rev-list --no-walk 1969ef7ca5de3fac996a0261702d4b932cf2f416 # timeout=10 20:06:37 false 20:06:37 SCM Skip: Pattern .*\[CI-SKIP\].* NOT matched on message: Completely get rid of JPMS in micromixin-backports 20:06:37 20:06:37 Mixin really does not support JPMS. 20:06:37 20:06:37 [Gradle] - Launching build. 20:06:37 [micromixin] $ /var/lib/jenkins/workspace/micromixin/gradlew -PpublishRepo=http://localhost:25615/maven clean publish 20:06:38 Starting a Gradle Daemon (subsequent builds will be faster) 20:06:51 20:06:51 > Configure project :micromixin-transformer 20:06:51 Publishing to http://localhost:25615/maven 20:06:53 20:06:53 > Task :micromixin-annotations:clean 20:06:53 > Task :micromixin-backports:clean 20:06:53 > Task :micromixin-runtime:clean 20:06:53 > Task :micromixin-transformer:clean 20:06:54 > Task :micromixin-runtime:compileJava 20:06:54 > Task :micromixin-annotations:compileJava 20:06:54 > Task :micromixin-annotations:processResources NO-SOURCE 20:06:54 > Task :micromixin-annotations:classes 20:06:54 > Task :micromixin-annotations:compileJava9Java NO-SOURCE 20:06:57 > Task :micromixin-annotations:compileJava9moduleJava 20:06:57 > Task :micromixin-annotations:processJava9Resources NO-SOURCE 20:06:57 > Task :micromixin-annotations:java9Classes UP-TO-DATE 20:06:57 > Task :micromixin-annotations:processJava9moduleResources NO-SOURCE 20:06:57 > Task :micromixin-annotations:java9moduleClasses 20:06:57 > Task :micromixin-annotations:jar 20:06:57 > Task :micromixin-annotations:generateMetadataFileForMavenPublication 20:06:57 > Task :micromixin-annotations:generatePomFileForMavenPublication 20:07:00 > Task :micromixin-annotations:javadoc 20:07:00 > Task :micromixin-annotations:javadocJar 20:07:00 > Task :micromixin-annotations:sourcesJar 20:07:00 > Task :micromixin-annotations:publishMavenPublicationToMavenRepository 20:07:00 > Task :micromixin-annotations:publish 20:07:01 20:07:01 > Task :micromixin-backports:compileJava FAILED 20:07:01 /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 20:07:01 /var/lib/jenkins/workspace/micromixin/micromixin-backports/src/main/java/org/stianloader/micromixin/backports/MicromixinBackportsBootstrap.java:19: cannot find symbol 20:07:01 symbol : method getTypeName() 20:07:01 location: class java.lang.Class<capture#366 of ? extends java.lang.Object> 20:07:01 throw new IllegalStateException("Default mixin environment has a transformer of type " + transformer.getClass().getTypeName() + ". However, a transformer of type " + IMixinTransformer.class.getTypeName() + " was expected."); 20:07:01 ^ 20:07:01 /var/lib/jenkins/workspace/micromixin/micromixin-backports/src/main/java/org/stianloader/micromixin/backports/MicromixinBackportsBootstrap.java:19: cannot find symbol 20:07:01 symbol : method getTypeName() 20:07:01 location: class java.lang.Class<org.spongepowered.asm.mixin.transformer.IMixinTransformer> 20:07:01 throw new IllegalStateException("Default mixin environment has a transformer of type " + transformer.getClass().getTypeName() + ". However, a transformer of type " + IMixinTransformer.class.getTypeName() + " was expected."); 20:07:01 ^ 20:07:01 2 errors 20:07:01 1 warning 20:07:01 20:07:01 FAILURE: Build failed with an exception. 20:07:01 20:07:01 * What went wrong: 20:07:01 Execution failed for task ':micromixin-backports:compileJava'. 20:07:01 > Compilation failed with exit code 1; see the compiler error output for details. 20:07:01 20:07:01 * Try: 20:07:01 > Run with --info option to get more log output. 20:07:01 > Run with --scan to get full insights. 20:07:01 20:07:01 Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. 20:07:01 20:07:01 You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. 20:07:01 20:07:01 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. 20:07:01 20:07:01 BUILD FAILED in 23s 20:07:01 15 actionable tasks: 15 executed 20:07:02 Build step 'Run with timeout' changed build result to FAILURE 20:07:02 Build step 'Run with timeout' marked build as failure 20:07:03 Sending notification to Discord. 20:07:03 Finished: FAILURE