Konsolenausgabe

Started by user Frotty
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 ac65d915add21870a13cd37df0ab7953beb4cdf2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ac65d915add21870a13cd37df0ab7953beb4cdf2
 > git rev-list ac65d915add21870a13cd37df0ab7953beb4cdf2 # timeout=10
 > git tag -a -f -m Jenkins Build #401 jenkins-Wurst-401 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4688015467768012737.sh
+ chown -R jenkins:jenkins WurstSetup
+ cd WurstSetup
+ chmod +x gradlew
+ ./gradlew clean proguardDist
:clean
:compileJava/var/lib/jenkins/jobs/Wurst/workspace/WurstSetup/src/main/java/ui/JSystemFileChooser.java:3: warning: FilePane is internal proprietary API and may be removed in a future release
import sun.swing.FilePane;
                ^
/var/lib/jenkins/jobs/Wurst/workspace/WurstSetup/src/main/java/ui/JSystemFileChooser.java:20: warning: FilePane is internal proprietary API and may be removed in a future release
            FilePane filePane = findFilePane(this);
            ^
/var/lib/jenkins/jobs/Wurst/workspace/WurstSetup/src/main/java/ui/JSystemFileChooser.java:21: warning: FilePane is internal proprietary API and may be removed in a future release
            filePane.setViewType(FilePane.VIEWTYPE_DETAILS);
                                 ^
/var/lib/jenkins/jobs/Wurst/workspace/WurstSetup/src/main/java/ui/JSystemFileChooser.java:22: warning: FilePane is internal proprietary API and may be removed in a future release
            filePane.setViewType(FilePane.VIEWTYPE_LIST);
                                 ^
/var/lib/jenkins/jobs/Wurst/workspace/WurstSetup/src/main/java/ui/JSystemFileChooser.java:36: warning: FilePane is internal proprietary API and may be removed in a future release
    private static FilePane findFilePane(Container parent) {
                   ^
/var/lib/jenkins/jobs/Wurst/workspace/WurstSetup/src/main/java/ui/JSystemFileChooser.java:38: warning: FilePane is internal proprietary API and may be removed in a future release
            if (FilePane.class.isInstance(comp)) {
                ^
/var/lib/jenkins/jobs/Wurst/workspace/WurstSetup/src/main/java/ui/JSystemFileChooser.java:39: warning: FilePane is internal proprietary API and may be removed in a future release
                return (FilePane) comp;
                        ^
/var/lib/jenkins/jobs/Wurst/workspace/WurstSetup/src/main/java/ui/JSystemFileChooser.java:44: warning: FilePane is internal proprietary API and may be removed in a future release
                    FilePane found = findFilePane(cont);
                    ^
Note: /var/lib/jenkins/jobs/Wurst/workspace/WurstSetup/src/main/java/tablelayout/Table.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 warnings

:processResources
:classes
:dist
:proguardDist
Warning: can't write resource [META-INF/DEPENDENCIES] (Duplicate zip entry [WurstSetup.raw.jar:META-INF/DEPENDENCIES])
Warning: can't write resource [META-INF/LICENSE] (Duplicate zip entry [WurstSetup.raw.jar:META-INF/LICENSE])
Warning: can't write resource [META-INF/NOTICE] (Duplicate zip entry [WurstSetup.raw.jar:META-INF/NOTICE])
Warning: can't write resource [META-INF/LICENSE.txt] (Duplicate zip entry [WurstSetup.raw.jar:META-INF/LICENSE.txt])
Warning: can't write resource [META-INF/NOTICE.txt] (Duplicate zip entry [WurstSetup.raw.jar:META-INF/NOTICE.txt])

BUILD SUCCESSFUL

Total time: 4 mins 11.9 secs

This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.12/userguide/gradle_daemon.html
+ cd ..
[workspace] $ /bin/sh -xe /tmp/hudson7491066610568573534.sh
+ cd de.peeeq.wurstscript
+ ./gradlew clean build create_zips generate_hotdoc
: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
:check
:build
:installDist
:make_for_wurstpack
:create_zip_wurstpack_compiler
:create_zip_wurstpack_complete
:create_zips
:downloadZipFile
Invalid cookie header: "Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 20 Jul 2037 01:10:55 -0000; secure; HttpOnly". Invalid 'expires' attribute: Mon, 20 Jul 2037 01:10:55 -0000
Download https://github.com/Frotty/wurstStdlib2/archive/master.zip
:downloadAndUnzipFile
:generate_hotdoc

BUILD SUCCESSFUL

Total time: 7 mins 27.055 secs

This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.12/userguide/gradle_daemon.html
Archiving artifacts
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/401/htmlreports/JUnit_report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/jobs/Wurst/workspace/de.peeeq.wurstscript/bin/hotdoc to /var/lib/jenkins/jobs/Wurst/htmlreports/HotDoc_Stdlib_Doc2
ERROR: Specified HTML directory '/var/lib/jenkins/jobs/Wurst/workspace/de.peeeq.wurstscript/bin/hotdoc' does not exist.
Build step 'Publish HTML reports' changed build result to FAILURE
Sending e-mails to: [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