Konsolenausgabe

Started by remote host 192.30.252.40
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 144bc53d0e43efec804824473effffba4892efee (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 144bc53d0e43efec804824473effffba4892efee
 > git rev-list 62495ebe4dc5aa637ea70c1a378fe6b4a4a5d99d # timeout=10
 > git tag -a -f -m Jenkins Build #306 jenkins-Wurst-306 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson5450917659285783536.sh
+ cd de.peeeq.wurstscript
+ ./gradlew clean build create_zips
:clean
:genAst
:versionInfoFile
:gen
:generateGrammarSource
:compileJava/var/lib/jenkins/jobs/Wurst/workspace/de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Pjass.java:10: error: package org.jcp.xml.dsig.internal.dom does not exist
import org.jcp.xml.dsig.internal.dom.Utils;
                                    ^
/var/lib/jenkins/jobs/Wurst/workspace/de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Pjass.java:100: error: cannot find symbol
				byte[] bytes = Utils.readBytesFromStream(pjassStream);
				               ^
  symbol:   variable Utils
  location: class Pjass
Note: 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.
2 errors
 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for 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 9.526 secs
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: Test reports were found but none of them are new. Did tests run? 
For example, /var/lib/jenkins/jobs/Wurst/workspace/de.peeeq.wurstscript/junitTestResults/TEST-tests.wurstscript.tests.AllTests.xml is 43 min old

[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/jobs/Wurst/workspace/de.peeeq.wurstscript/bin/hotdoc to /var/lib/jenkins/jobs/Wurst/htmlreports/HotDoc_Standard_Library_Documentation
[htmlpublisher] Archiving at BUILD level /var/lib/jenkins/jobs/Wurst/workspace/de.peeeq.wurstscript/build/reports/tests to /var/lib/jenkins/jobs/Wurst/builds/306/htmlreports/JUnit_report
ERROR: Specified HTML directory '/var/lib/jenkins/jobs/Wurst/workspace/de.peeeq.wurstscript/build/reports/tests' does not exist.
Sending e-mails to: [email protected] [email protected] [email protected]
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