Started by user BerndiVader
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/HeeWhoMee
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/BerndiVader/HeeWhoMeeBot.git
> git init /var/lib/jenkins/workspace/HeeWhoMee # timeout=10
Fetching upstream changes from https://github.com/BerndiVader/HeeWhoMeeBot.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
> git fetch --tags --force --progress -- https://github.com/BerndiVader/HeeWhoMeeBot.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/BerndiVader/HeeWhoMeeBot.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision f24883b7da1f2a2529bd15d3854608281680dc81 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f f24883b7da1f2a2529bd15d3854608281680dc81 # timeout=10
Commit message: "move to gradle 8.5"
> git rev-list --no-walk f24883b7da1f2a2529bd15d3854608281680dc81 # timeout=10
[Gradle] - Launching build.
Unpacking https://services.gradle.org/distributions/gradle-8.5-bin.zip to /var/lib/jenkins/tools/hudson.plugins.gradle.GradleInstallation/8.5 on Jenkins
[HeeWhoMee] $ /var/lib/jenkins/tools/hudson.plugins.gradle.GradleInstallation/8.5/bin/gradle build
Welcome to Gradle 8.5!
Here are the highlights of this release:
- Support for running on Java 21
- Faster first use with Kotlin DSL
- Improved error and warning messages
For more details see https://docs.gradle.org/8.5/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :compileJava
> Task :processResources NO-SOURCE
> Task :classes
> Task :jar
> Task :startScripts
> Task :distTar
> Task :distZip
> Task :assemble
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :build
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.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 28s
5 actionable tasks: 5 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Recording fingerprints
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: SUCCESS