Konsolenausgabe

Started by GitHub push by Frotty
Running as SYSTEM
Baue in Arbeitsbereich /var/lib/jenkins/workspace/WurstSetup
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/wurstscript/WurstSetup.git # timeout=10
Fetching upstream changes from https://github.com/wurstscript/WurstSetup.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://github.com/wurstscript/WurstSetup.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 475cc7fae87093118793e704c1a7ee17e8405dca (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 475cc7fae87093118793e704c1a7ee17e8405dca # timeout=10
Commit message: "add empty constructor"
 > git rev-list --no-walk 6c758537e22e2b1ce7140fc57a245b845b5ad477 # timeout=10
 > git tag -a -f -m Jenkins Build #162 jenkins-WurstSetup-162 # timeout=10
[WurstSetup] $ /bin/sh -xe /tmp/jenkins6558016529412235210.sh
+ chown -R jenkins:jenkins LICENSE README.md build build.gradle downloads gradle gradlew gradlew.bat jitpack.yml proguard-project.txt settings.gradle src src-gen
+ chmod +x gradlew
+ ./gradlew clean versionInfoFile dist copy_jar --stacktrace
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :clean
> Task :versionInfoFile
> Task :processResources
> Task :compileKotlin
w: file:///var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/file/DependencyManager.kt:100:35 Parameter 'result' is never used, could be renamed to _
w: file:///var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/file/DependencyManager.kt:107:45 Parameter 'branch' is never used
w: file:///var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/file/SetupApp.kt:80:45 'toLowerCase(): String' is deprecated. Use lowercase() instead.
w: file:///var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/file/SetupApp.kt:82:33 'toLowerCase(): String' is deprecated. Use lowercase() instead.
w: file:///var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/file/SetupApp.kt:93:26 'toLowerCase(): String' is deprecated. Use lowercase() instead.
w: file:///var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/file/SetupMain.kt:47:39 'toUpperCase(): String' is deprecated. Use uppercase() instead.
w: file:///var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/file/YamlHelper.kt:22:47 'ALLOW_MISSING_VALUES' is deprecated. Deprecated in Java
w: file:///var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/file/YamlHelper.kt:25:31 'constructor KotlinModule(Int = ..., Boolean = ..., Boolean = ..., Boolean = ..., SingletonSupport = ..., Boolean = ...)' is deprecated. Use KotlinModule.Builder instead of named constructor parameters.
w: file:///var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/UpdateFoundDialog.kt:41:40 Parameter 'e' is never used, could be renamed to _
w: file:///var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/UpdateFoundDialog.kt:45:42 Parameter 'e' is never used, could be renamed to _
w: file:///var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/UpdateFoundDialog.kt:49:42 Parameter 'e' is never used, could be renamed to _

> Task :compileJava NO-SOURCE
> Task :classes
> Task :dist
> Task :copy_jar

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.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD SUCCESSFUL in 1m 4s
6 actionable tasks: 6 executed
Archiviere Artefakte
Finished: SUCCESS