20:06:37Started by GitHub push by Geolykt
20:06:37Running as SYSTEM
20:06:37Building in workspace /var/lib/jenkins/workspace/micromixin
20:06:37The recommended git tool is: NONE
20:06:37No credentials specified
20:06:37 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/micromixin/.git # timeout=10
20:06:37Fetching changes from the remote Git repository
20:06:37 > git config remote.origin.url https://github.com/stianloader/Micromixin.git # timeout=10
20:06:37Fetching upstream changes from https://github.com/stianloader/Micromixin.git20: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:37Checking 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:37Commit message: "Completely get rid of JPMS in micromixin-backports"
20:06:37 > git rev-list --no-walk 1969ef7ca5de3fac996a0261702d4b932cf2f416 # timeout=10
20:06:37false
20:06:37SCM Skip: Pattern .*\[CI-SKIP\].* NOT matched on message: Completely get rid of JPMS in micromixin-backports
20:06:3720:06:37Mixin really does not support JPMS.
20:06:3720:06:37[Gradle] - Launching build.
20:06:37[micromixin] $ /var/lib/jenkins/workspace/micromixin/gradlew -PpublishRepo=http://localhost:25615/maven clean publish
20:06:38Starting a Gradle Daemon (subsequent builds will be faster)
20:06:5120:06:51> Configure project :micromixin-transformer
20:06:51Publishing to http://localhost:25615/maven20:06:5320:06:53> Task :micromixin-annotations:clean20:06:53> Task :micromixin-backports:clean20:06:53> Task :micromixin-runtime:clean20:06:53> Task :micromixin-transformer:clean20:06:54> Task :micromixin-runtime:compileJava20:06:54> Task :micromixin-annotations:compileJava20:06:54> Task :micromixin-annotations:processResourcesNO-SOURCE
20:06:54> Task :micromixin-annotations:classes20:06:54> Task :micromixin-annotations:compileJava9JavaNO-SOURCE
20:06:57> Task :micromixin-annotations:compileJava9moduleJava20:06:57> Task :micromixin-annotations:processJava9ResourcesNO-SOURCE
20:06:57> Task :micromixin-annotations:java9ClassesUP-TO-DATE
20:06:57> Task :micromixin-annotations:processJava9moduleResourcesNO-SOURCE
20:06:57> Task :micromixin-annotations:java9moduleClasses20:06:57> Task :micromixin-annotations:jar20:06:57> Task :micromixin-annotations:generateMetadataFileForMavenPublication20:06:57> Task :micromixin-annotations:generatePomFileForMavenPublication20:07:00> Task :micromixin-annotations:javadoc20:07:00> Task :micromixin-annotations:javadocJar20:07:00> Task :micromixin-annotations:sourcesJar20:07:00> Task :micromixin-annotations:publishMavenPublicationToMavenRepository20:07:00> Task :micromixin-annotations:publish20:07:0120: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:01symbol : method getTypeName()
20:07:01location: 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:01symbol : method getTypeName()
20:07:01location: 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:012 errors
20:07:011 warning
20:07:0120:07:01FAILURE: Build failed with an exception.
20:07:0120:07:01* What went wrong:
20:07:01Execution failed for task ':micromixin-backports:compileJava'.
20:07:01> Compilation failed with exit code 1; see the compiler error output for details.
20:07:0120: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:0120:07:01Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
20:07:0120:07:01You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
20:07:0120:07:01For 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:0120:07:01BUILD FAILED in 23s
20:07:0115 actionable tasks: 15 executed
20:07:02Build step 'Run with timeout' changed build result to FAILURE
20:07:02Build step 'Run with timeout' marked build as failure
20:07:03Sending notification to Discord.
20:07:03Finished: FAILURE