Started by remote host 192.30.252.42 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 e4e7cfd33305550dd750759409373ed604e3a7ef (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f e4e7cfd33305550dd750759409373ed604e3a7ef > git rev-list 797747ae234862164924e3fd89bc37a3d947a1d2 # timeout=10 > git tag -a -f -m Jenkins Build #396 jenkins-Wurst-396 # timeout=10 [workspace] $ /bin/sh -xe /tmp/hudson5350989585327987334.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 FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':proguardDist'. > proguard.ParseException: Expecting class path separator ':' before ';' in line 29 of file '/var/lib/jenkins/jobs/Wurst/workspace/WurstSetup/proguard-project.txt' * 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: 20.239 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/build/test-results/TEST-tests.immutablecollections.ImmutableListTest.xml is 8 min 20 sec old [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/396/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