01:11:53 Started by GitHub push by Geolykt
01:11:53 Running as SYSTEM
01:11:53 Building in workspace /var/lib/jenkins/workspace/micromixin
01:11:53 The recommended git tool is: NONE
01:11:53 No credentials specified
01:11:53 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/micromixin/.git # timeout=10
01:11:53 Fetching changes from the remote Git repository
01:11:53 > git config remote.origin.url https://github.com/stianloader/Micromixin.git # timeout=10
01:11:53 Fetching upstream changes from https://github.com/stianloader/Micromixin.git
01: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:54 Checking 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:54 Commit message: "Finish implementing `Cancellable` in Redirect"
01:11:54 > git rev-list --no-walk ad2e468c5500aaa53c28b695ac53e2f158d318a2 # timeout=10
01:11:54 false
01:11:54 SCM Skip: Pattern .*\[CI-SKIP\].* NOT matched on message: Tests for `Cancellable`, refractor Redirect argument capture logic
01:11:54
01:11:54 [Gradle] - Launching build.
01:11:54 [micromixin] $ /var/lib/jenkins/workspace/micromixin/gradlew -PpublishRepo=http://localhost:25615/maven clean publish
01:11:55 Starting a Gradle Daemon (subsequent builds will be faster)
01:12:12
01:12:12 > Configure project :micromixin-transformer
01:12:12 Publishing to http://localhost:25615/maven
01:12:13
01:12:13 > Task :micromixin-annotations:clean
01:12:13 > Task :micromixin-runtime:clean
01:12:13 > Task :micromixin-transformer:clean
01:12:14 > Task :micromixin-runtime:compileJava
01:12:15 > Task :micromixin-annotations:compileJava
01:12:15 > Task :micromixin-annotations:processResources NO-SOURCE
01:12:15 > Task :micromixin-annotations:classes
01:12:15 > Task :micromixin-annotations:compileJava9Java NO-SOURCE
01:12:17 > Task :micromixin-annotations:compileJava9moduleJava
01:12:17 > Task :micromixin-annotations:processJava9Resources NO-SOURCE
01:12:17 > Task :micromixin-annotations:java9Classes UP-TO-DATE
01:12:17 > Task :micromixin-annotations:processJava9moduleResources NO-SOURCE
01:12:17 > Task :micromixin-annotations:java9moduleClasses
01:12:17 > Task :micromixin-annotations:jar
01:12:18 > Task :micromixin-annotations:generateMetadataFileForMavenPublication
01:12:18 > Task :micromixin-annotations:generatePomFileForMavenPublication
01:12:20
01:12:20 > Task :micromixin-annotations:javadoc
01: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:20 1 error
01:12:20
01:12:20 > Task :micromixin-annotations:javadoc FAILED
01:12:20
01:12:20 FAILURE: Build failed with an exception.
01:12:20
01:12:20 * What went wrong:
01:12:20 Execution 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:20
01: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:20
01:12:20 Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
01:12:20
01:12:20 You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
01:12:20
01:12:20 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.
01:12:20
01:12:20 BUILD FAILED in 26s
01:12:20 10 actionable tasks: 10 executed
01:12:21 Build step 'Run with timeout' changed build result to FAILURE
01:12:21 Build step 'Run with timeout' marked build as failure
01:12:22 Sending notification to Discord.
01:12:23 Finished: FAILURE