Started by user BerndiVader Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/StreamServer The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/BerndiVader/StreamServer.git > git init /var/lib/jenkins/workspace/StreamServer # timeout=10 Fetching upstream changes from https://github.com/BerndiVader/StreamServer.git > git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress -- https://github.com/BerndiVader/StreamServer.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/BerndiVader/StreamServer.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/main^{commit} # timeout=10 Checking out Revision 036e88c3b0539c84d02c712c3f1e2186216b6fc9 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 036e88c3b0539c84d02c712c3f1e2186216b6fc9 # timeout=10 Commit message: "gradle update" > git rev-list --no-walk c37c67b35a17fd62520514c94b1e1603461a5441 # timeout=10 [Gradle] - Launching build. [StreamServer] $ gradle build Starting a Gradle Daemon (subsequent builds will be faster) Download https://repo.maven.apache.org/maven2/com/github/kokorin/jaffree/jaffree/maven-metadata.xml Download https://repo.maven.apache.org/maven2/com/github/kokorin/jaffree/jaffree/2023.09.10/jaffree-2023.09.10.pom Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/maven-metadata.xml Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.1.0-alpha0/slf4j-api-2.1.0-alpha0.pom Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.1.0-alpha0/slf4j-parent-2.1.0-alpha0.pom Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.1.0-alpha0/slf4j-bom-2.1.0-alpha0.pom Download https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/maven-metadata.xml Download https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.33/mysql-connector-java-8.0.33.pom Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/maven-metadata.xml Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/2.1.0-alpha0/slf4j-nop-2.1.0-alpha0.pom Download https://repo.maven.apache.org/maven2/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.pom Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.1.0-alpha0/slf4j-api-2.1.0-alpha0.jar Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/2.1.0-alpha0/slf4j-nop-2.1.0-alpha0.jar Download https://repo.maven.apache.org/maven2/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar Download https://repo.maven.apache.org/maven2/com/github/kokorin/jaffree/jaffree/2023.09.10/jaffree-2023.09.10.jar :compileJavawarning: Supported source version 'RELEASE_8' from annotation processor 'com.austinv11.servicer.ServicerProcessor' less than -source '11' 1 warning :processResources :classes :jar :startScripts :distTar :distZip :assemble :compileTestJava NO-SOURCE :processTestResources NO-SOURCE :testClasses UP-TO-DATE :test NO-SOURCE :check UP-TO-DATE :build BUILD SUCCESSFUL in 28s 6 actionable tasks: 6 executed Build step 'Invoke Gradle script' changed build result to SUCCESS Archiving artifacts [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done Finished: SUCCESS