Started by remote host 192.30.252.41 Building in workspace /var/lib/jenkins/jobs/Wurst/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/peq/WurstScript.git # timeout=10 Fetching upstream changes from https://github.com/peq/WurstScript.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/peq/WurstScript.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 3bb8e9f68a4366bfe6edb526f0bfbc998e40d79c (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3bb8e9f68a4366bfe6edb526f0bfbc998e40d79c > git rev-list 8f9cb36346c7a82616f51eda1c13503ca59638b7 # timeout=10 > git tag -a -f -m Jenkins Build #371 jenkins-Wurst-371 # timeout=10 [workspace] $ /bin/sh -xe /tmp/hudson5740106585600872177.sh + cd de.peeeq.wurstscript + ./gradlew clean build create_zips :clean :genAst :versionInfoFile :gen :generateGrammarSource :compileJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /var/lib/jenkins/jobs/Wurst/workspace/de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/NativeFunctionsIO.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :processResources :classes :jar :startScripts :distTar :distZip :assemble :generateTestGrammarSource UP-TO-DATE :compileTestJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. :processTestResources UP-TO-DATE :testClasses :test tests.wurstscript.tests.AllTests > tests.wurstscript.tests.AutoCompleteTests.inForLoop FAILED java.lang.NullPointerException at AutoCompleteTests.java:193 tests.wurstscript.tests.AllTests > tests.wurstscript.tests.AutoCompleteTests.simpleExample1 FAILED java.lang.NullPointerException at AutoCompleteTests.java:193 tests.wurstscript.tests.AllTests > tests.wurstscript.tests.AutoCompleteTests.simpleExample2 FAILED java.lang.NullPointerException at AutoCompleteTests.java:193 tests.wurstscript.tests.AllTests > tests.wurstscript.tests.AutoCompleteTests.simpleExample3 FAILED java.lang.NullPointerException at AutoCompleteTests.java:193 tests.wurstscript.tests.AllTests > tests.wurstscript.tests.AutoCompleteTests.overload1 FAILED java.lang.NullPointerException at AutoCompleteTests.java:193 tests.wurstscript.tests.AllTests > tests.wurstscript.tests.AutoCompleteTests.onlyFromClasses FAILED java.lang.NullPointerException at AutoCompleteTests.java:193 tests.wurstscript.tests.AllTests > tests.wurstscript.tests.AutoCompleteTests.ratings_returnType1 FAILED java.lang.NullPointerException at AutoCompleteTests.java:193 tests.wurstscript.tests.AllTests > tests.wurstscript.tests.AutoCompleteTests.ratings_returnType2 FAILED java.lang.NullPointerException at AutoCompleteTests.java:193 533 tests completed, 8 failed, 1 skipped :test FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':test'. > There were failing tests. See the report at: file:///var/lib/jenkins/jobs/Wurst/workspace/de.peeeq.wurstscript/build/reports/tests/index.html * 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: 6 mins 35.375 secs Build step 'Execute shell' marked build as failure Skipped archiving because build is not successful Recording test results [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /var/lib/jenkins/jobs/Wurst/workspace/de.peeeq.wurstscript/build/reports/tests to /var/lib/jenkins/jobs/Wurst/builds/371/htmlreports/JUnit_report Sending e-mails to: peter.peq@gmail.com frotty@sunayama.de Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered Finished: FAILURE