Started by user Frotty
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 38ad8e62f8f7bf9438624bdc9d43cc40c1ff5c87 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 38ad8e62f8f7bf9438624bdc9d43cc40c1ff5c87
> git rev-list c5fba1439e278bc058f543bb411306da2e02eb41 # timeout=10
> git tag -a -f -m Jenkins Build #4 jenkins-WurstSetup-4 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4590538534434092100.sh
+ chown -R jenkins:jenkins README.md build build.gradle downloads gradle gradlew gradlew.bat proguard-project.txt settings.gradle src
+ chmod +x gradlew
+ ./gradlew clean proguardDist copy_jar
:clean
:compileJava/var/lib/jenkins/jobs/WurstSetup/workspace/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/WurstSetup/workspace/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/WurstSetup/workspace/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_DETAILS);
^
/var/lib/jenkins/jobs/WurstSetup/workspace/src/main/java/ui/JSystemFileChooser.java:23: warning: FilePane is internal proprietary API and may be removed in a future release
filePane.setViewType(FilePane.VIEWTYPE_LIST);
^
/var/lib/jenkins/jobs/WurstSetup/workspace/src/main/java/ui/JSystemFileChooser.java:38: warning: FilePane is internal proprietary API and may be removed in a future release
private static FilePane findFilePane(Container parent) {
^
/var/lib/jenkins/jobs/WurstSetup/workspace/src/main/java/ui/JSystemFileChooser.java:40: warning: FilePane is internal proprietary API and may be removed in a future release
if (FilePane.class.isInstance(comp)) {
^
/var/lib/jenkins/jobs/WurstSetup/workspace/src/main/java/ui/JSystemFileChooser.java:41: warning: FilePane is internal proprietary API and may be removed in a future release
return (FilePane) comp;
^
/var/lib/jenkins/jobs/WurstSetup/workspace/src/main/java/ui/JSystemFileChooser.java:46: warning: FilePane is internal proprietary API and may be removed in a future release
FilePane found = findFilePane(cont);
^
Note: /var/lib/jenkins/jobs/WurstSetup/workspace/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])
:copy_jar UP-TO-DATE
BUILD SUCCESSFUL
Total time: 39.204 secs
This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.12/userguide/gradle_daemon.html
Archiving artifacts
ERROR: No artifacts found that match the file pattern "download/*.*". Configuration error?
ERROR: ‘download/*.*’ doesn’t match anything, but ‘*.*’ does. Perhaps that’s what you mean?
Build step 'Archive the artifacts' changed build result to FAILURE
Sending e-mails to: frotty@sunayama.de
Finished: FAILURE