Started by user 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.44.0' > git fetch --tags --force --progress -- https://github.com/stianloader/Micromixin.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/main Seen 1 remote branch > git show-ref --tags -d # timeout=10 Checking out Revision 59da16a26128679f0fe78d7046019cb37dba96ef (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 59da16a26128679f0fe78d7046019cb37dba96ef # timeout=10 Commit message: "Allow whitespace in explicit target selectors and allow dots in Mixin.targets" > git rev-list --no-walk 59da16a26128679f0fe78d7046019cb37dba96ef # timeout=10 false [Gradle] - Launching build. [micromixin] $ /var/lib/jenkins/workspace/micromixin/gradlew -DpublishRepo=http://localhost:25615/mave clean publish Starting a Gradle Daemon, 2 busy Daemons could not be reused, use --status for details > 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 FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':micromixin-annotations:compileJava9moduleJava'. > Failed to run Gradle Worker Daemon > Process 'Gradle Worker Daemon 1' finished with non-zero exit value 143 * 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.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD FAILED in 14s 6 actionable tasks: 6 executed Build was aborted Aborted by Geolykt Finished: ABORTED