Gestartet durch Benutzer frotty Baue in Arbeitsbereich /var/lib/jenkins/workspace/WurstSetup Cloning the remote Git repository Cloning repository https://github.com/wurstscript/WurstSetup.git > git init /var/lib/jenkins/workspace/WurstSetup # timeout=10 Fetching upstream changes from https://github.com/wurstscript/WurstSetup.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/wurstscript/WurstSetup.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/wurstscript/WurstSetup.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/wurstscript/WurstSetup.git # timeout=10 Fetching upstream changes from https://github.com/wurstscript/WurstSetup.git > git fetch --tags --progress https://github.com/wurstscript/WurstSetup.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision f1ac3494768ac172f6ba214be3d37eaaac7d6a18 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f1ac3494768ac172f6ba214be3d37eaaac7d6a18 Commit message: "Update README.md" > git rev-list --no-walk e5ac40989bbcadd19791e9dbcb6d552387bb2489 # timeout=10 > git tag -a -f -m Jenkins Build #86 jenkins-WurstSetup-86 # timeout=10 [WurstSetup] $ /bin/sh -xe /tmp/jenkins6254004116157536381.sh + chown -R jenkins:jenkins LICENSE README.md build.gradle gradle gradlew gradlew.bat proguard-project.txt settings.gradle src + chmod +x gradlew + ./gradlew clean versionInfoFile proguardDist copy_jar Downloading https://services.gradle.org/distributions/gradle-4.10.3-all.zip ................................................................................................................ Welcome to Gradle 4.10.3! Here are the highlights of this release: - Incremental Java compilation by default - Periodic Gradle caches cleanup - Gradle Kotlin DSL 1.0-RC6 - Nested included builds - SNAPSHOT plugin versions in the `plugins {}` block For more details see https://docs.gradle.org/4.10.3/release-notes.html Starting a Gradle Daemon (subsequent builds will be faster) > Task :clean UP-TO-DATE > Task :versionInfoFile w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath: /var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.2.50/baf551dec8b4dc94c9dd59561400f16b3b5835a6/kotlin-stdlib-jdk8-1.2.50.jar (version 1.2) /var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.1.61/bb6da1a122c3fba2f7ee5c71946441e4f756fad4/kotlin-reflect-1.1.61.jar (version 1.1) /var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.2.50/3811b225f9a22abf4f9d8a6f81adef0ba78a3c5/kotlin-stdlib-jdk7-1.2.50.jar (version 1.2) /var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.3.20/eb2a232734e09fcd1b958a5c7520a93c6de38b32/kotlin-stdlib-1.3.20.jar (version 1.3) /var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.3.20/7d7934e26ce34da1a0a8d00e38038d7cf3375e89/kotlin-stdlib-common-1.3.20.jar (version 1.3) w: Consider providing an explicit dependency on kotlin-reflect 1.3 to prevent strange errors w: Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath w: /var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/file/DependencyManager.kt: (78, 35): Parameter 'result' is never used, could be renamed to _ w: /var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/MainWindow.kt: (219, 42): Parameter 'e' is never used, could be renamed to _ w: /var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/MainWindow.kt: (220, 38): Parameter 'e' is never used, could be renamed to _ w: /var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/MainWindow.kt: (258, 65): Unnecessary safe call on a non-null receiver of type File w: /var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/UpdateFoundDialog.kt: (40, 40): Parameter 'e' is never used, could be renamed to _ w: /var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/UpdateFoundDialog.kt: (44, 42): Parameter 'e' is never used, could be renamed to _ w: /var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/UpdateFoundDialog.kt: (48, 42): Parameter 'e' is never used, could be renamed to _ > Task :compileKotlin > Task :compileJava > Task :processResources > Task :classes > Task :dist > Task :proguardDist FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':proguardDist'. > java.io.IOException: Can't read [/var/lib/jenkins/workspace/WurstSetup/build/libs/WurstSetup.raw.jar] (Can't process class [file/CompileTimeInfo.class] (Unsupported version number [54.0] (maximum 53.0, Java 1.9))) * 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 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 35s 7 actionable tasks: 6 executed, 1 up-to-date Build step 'Shell ausführen' marked build as failure Archivierung wird übersprungen, da der Build nicht erfolgreich ist. Not sending mail to unregistered user noreply@github.com Sending e-mails to: frotty@sunayama.de Finished: FAILURE