Konsolenausgabe

Started by GitHub push by Frotty
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 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 7c00caee5da90ce512c0f02b1642fd6c6944e418 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7c00caee5da90ce512c0f02b1642fd6c6944e418
Commit message: "pls jenkins"
 > git rev-list --no-walk 8e424609e27b708e94de59e56617a524d838d63b # timeout=10
 > git tag -a -f -m Jenkins Build #115 jenkins-WurstSetup-115 # timeout=10
[WurstSetup] $ /bin/sh -xe /tmp/jenkins3312006633966837554.sh
+ chown -R jenkins:jenkins LICENSE README.md build.gradle downloads gradle gradlew gradlew.bat proguard-project.txt settings.gradle src
+ chmod +x gradlew
+ ./gradlew clean versionInfoFile dist copy_jar --stacktrace
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :clean UP-TO-DATE
> Task :versionInfoFile

> Task :compileKotlin
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.3.30/459999be0d6ac844dd3d2ca85c2daf14deb5f7f0/kotlin-stdlib-jdk8-1.3.30.jar (version 1.3)
    /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.3.30/bf0edcf669e446e0d903a0681190d1e3df969ac4/kotlin-stdlib-jdk7-1.3.30.jar (version 1.3)
    /var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.3.30/9ea98e65c246d34de9af59c104ad9bdea4908ee/kotlin-stdlib-1.3.30.jar (version 1.3)
    /var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.3.30/989a125fdb6e4d0d75a016032e03e1e3b57a13d/kotlin-stdlib-common-1.3.30.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: (79, 35): Parameter 'result' is never used, could be renamed to _
w: /var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/MainWindow.kt: (229, 42): Parameter 'e' is never used, could be renamed to _
w: /var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/MainWindow.kt: (230, 38): Parameter 'e' is never used, could be renamed to _
w: /var/lib/jenkins/workspace/WurstSetup/src/main/kotlin/ui/MainWindow.kt: (268, 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 :compileJava NO-SOURCE
> Task :processResources
> Task :classes
> Task :dist
> Task :copy_jar

BUILD SUCCESSFUL in 28s
6 actionable tasks: 5 executed, 1 up-to-date
Archiviere Artefakte
Sending e-mails to: [email protected]
Finished: SUCCESS