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.45.2' > 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 6e0d2a4d9513d2d491b2065c5f7dcd7fda703d52 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 6e0d2a4d9513d2d491b2065c5f7dcd7fda703d52 # timeout=10 Commit message: "Finish implementing `Cancellable` in Redirect" > git rev-list --no-walk ad2e468c5500aaa53c28b695ac53e2f158d318a2 # timeout=10 false SCM Skip: Pattern .*\[CI-SKIP\].* NOT matched on message: Tests for `Cancellable`, refractor Redirect argument capture logic [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-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 /var/lib/jenkins/workspace/micromixin/micromixin-annotations/src/main/java/com/llamalad7/mixinextras/sugar/Cancellable.java:87: error: semicolon missing * @:CommonCIInstance(index=1) ^ 1 error > Task :micromixin-annotations:javadoc FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':micromixin-annotations:javadoc'. > Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/var/lib/jenkins/workspace/micromixin/micromixin-annotations/build/tmp/javadoc/javadoc.options' * 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 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 26s 10 actionable tasks: 10 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