Started by remote host 192.30.252.35 Building in workspace /var/lib/jenkins/jobs/WurstSetup/workspace > 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 -c core.askpass=true 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 4e6a329bc060ba03da892117ebe4500a3354dea8 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4e6a329bc060ba03da892117ebe4500a3354dea8 > git rev-list 28ed31d7fedfd61d19e0cda2181601ce43bdbcf0 # timeout=10 > git tag -a -f -m Jenkins Build #23 jenkins-WurstSetup-23 # timeout=10 [workspace] $ /bin/sh -xe /tmp/hudson1379844664460403294.sh + chown -R jenkins:jenkins README.md build build.gradle downloads gradle gradlew gradlew.bat proguard-project.txt settings.gradle src src-gen + chmod +x gradlew + ./gradlew clean versionInfoFile proguardDist copy_jar :clean :versionInfoFile :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-jre8/1.2.0/505f55b9619bbc5f5e26c77427dd24a6a441eef1/kotlin-stdlib-jre8-1.2.0.jar (version 1.2) /var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.1.3/bfc9458443666b1be1d66813f3a90a03afa30730/kotlin-reflect-1.1.3.jar (version 1.1) /var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.2.0/25eb440d6eeb9fc60299121020fe726eb2100d03/kotlin-stdlib-1.2.0.jar (version 1.2) /var/lib/jenkins/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jre7/1.2.0/ec8b969e26fbcf2265a4d1a1539c4d1d4c5af380/kotlin-stdlib-jre7-1.2.0.jar (version 1.2) w: Consider providing an explicit dependency on kotlin-reflect 1.2 to prevent strange errors w: Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath or use '-Xskip-runtime-version-check' to suppress this warning e: /var/lib/jenkins/jobs/WurstSetup/workspace/src/main/java/file/SetupApp.kt: (70, 1): Expecting a top level declaration :compileKotlin FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileKotlin'. > Compilation error. See log for more details * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 1 mins 6.362 secs Build step 'Execute shell' marked build as failure Skipped archiving because build is not successful Sending e-mails to: frotty@sunayama.de Finished: FAILURE