01:11:53Started by GitHub push by Geolykt
01:11:53Running as SYSTEM
01:11:53Building in workspace /var/lib/jenkins/workspace/micromixin
01:11:53The recommended git tool is: NONE
01:11:53No credentials specified
01:11:53 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/micromixin/.git # timeout=10
01:11:53Fetching changes from the remote Git repository
01:11:53 > git config remote.origin.url https://github.com/stianloader/Micromixin.git # timeout=10
01:11:53Fetching upstream changes from https://github.com/stianloader/Micromixin.git01:11:53 > git --version # timeout=10
01:11:53 > git --version # 'git version 2.45.2'
01:11:53 > git fetch --tags --force --progress -- https://github.com/stianloader/Micromixin.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:11:54 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
01:11:54Checking out Revision 6e0d2a4d9513d2d491b2065c5f7dcd7fda703d52 (refs/remotes/origin/main)
01:11:54 > git config core.sparsecheckout # timeout=10
01:11:54 > git checkout -f 6e0d2a4d9513d2d491b2065c5f7dcd7fda703d52 # timeout=10
01:11:54Commit message: "Finish implementing `Cancellable` in Redirect"
01:11:54 > git rev-list --no-walk ad2e468c5500aaa53c28b695ac53e2f158d318a2 # timeout=10
01:11:54false
01:11:54SCM Skip: Pattern .*\[CI-SKIP\].* NOT matched on message: Tests for `Cancellable`, refractor Redirect argument capture logic
01:11:5401:11:54[Gradle] - Launching build.
01:11:54[micromixin] $ /var/lib/jenkins/workspace/micromixin/gradlew -PpublishRepo=http://localhost:25615/maven clean publish
01:11:55Starting a Gradle Daemon (subsequent builds will be faster)
01:12:1201:12:12> Configure project :micromixin-transformer
01:12:12Publishing to http://localhost:25615/maven01:12:1301:12:13> Task :micromixin-annotations:clean01:12:13> Task :micromixin-runtime:clean01:12:13> Task :micromixin-transformer:clean01:12:14> Task :micromixin-runtime:compileJava01:12:15> Task :micromixin-annotations:compileJava01:12:15> Task :micromixin-annotations:processResourcesNO-SOURCE
01:12:15> Task :micromixin-annotations:classes01:12:15> Task :micromixin-annotations:compileJava9JavaNO-SOURCE
01:12:17> Task :micromixin-annotations:compileJava9moduleJava01:12:17> Task :micromixin-annotations:processJava9ResourcesNO-SOURCE
01:12:17> Task :micromixin-annotations:java9ClassesUP-TO-DATE
01:12:17> Task :micromixin-annotations:processJava9moduleResourcesNO-SOURCE
01:12:17> Task :micromixin-annotations:java9moduleClasses01:12:17> Task :micromixin-annotations:jar01:12:18> Task :micromixin-annotations:generateMetadataFileForMavenPublication01:12:18> Task :micromixin-annotations:generatePomFileForMavenPublication01:12:2001:12:20> Task :micromixin-annotations:javadoc01:12:20/var/lib/jenkins/workspace/micromixin/micromixin-annotations/src/main/java/com/llamalad7/mixinextras/sugar/Cancellable.java:87: error: semicolon missing
01:12:20 * @:CommonCIInstance(index=1)
01:12:20 ^
01:12:201 error
01:12:2001:12:20> Task :micromixin-annotations:javadoc FAILED
01:12:2001:12:20FAILURE: Build failed with an exception.
01:12:2001:12:20* What went wrong:
01:12:20Execution failed for task ':micromixin-annotations:javadoc'.
01:12:20> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/var/lib/jenkins/workspace/micromixin/micromixin-annotations/build/tmp/javadoc/javadoc.options'
01:12:2001:12:20* Try:
01:12:20> Run with --stacktrace option to get the stack trace.
01:12:20> Run with --info or --debug option to get more log output.
01:12:20> Run with --scan to get full insights.
01:12:20> Get more help at https://help.gradle.org.
01:12:2001:12:20Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
01:12:2001:12:20You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
01:12:2001:12:20For 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.
01:12:2001:12:20BUILD FAILED in 26s
01:12:2010 actionable tasks: 10 executed
01:12:21Build step 'Run with timeout' changed build result to FAILURE
01:12:21Build step 'Run with timeout' marked build as failure
01:12:22Sending notification to Discord.
01:12:23Finished: FAILURE