Created
November 15, 2012 12:57
-
-
Save hierynomus/4078514 to your computer and use it in GitHub Desktop.
Gradle wrapper build/init script cache threading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started by upstream project "Deployit common build" build number 243 | |
Building remotely on honeydew in workspace /home/jenkins/jenkins/workspace/Plugin - JBoss AS | |
Checkout:Plugin - JBoss AS / /home/jenkins/jenkins/workspace/Plugin - JBoss AS - hudson.remoting.Channel@5c3e99:honeydew | |
Using strategy: Default | |
Last Built Revision: Revision xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (origin/master) | |
Fetching changes from 1 remote Git repository | |
Fetching upstream changes from [email protected]:xxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
Commencing build of Revision xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (origin/master) | |
Checking out Revision xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (origin/master) | |
[Gradle] - Launching build. | |
[Plugin - JBoss AS] $ "/home/jenkins/jenkins/workspace/Plugin - JBoss AS/gradlew" clean build | |
================================================== | |
Using the XebiaLabs Enterprise Gradle | |
Gradle version: 1.2 | |
Plugins used: | |
- gradle-plugins-1.0.1.jar | |
================================================== | |
Using [master] version of GitHub common build. | |
FAILURE: Build failed with an exception. | |
* Where: | |
Initialization script '/home/jenkins/.gradle/wrapper/dists/xebialabs-gradle-1.2-1.0.1-bin/2shabql9vg573f12kbop53jash/gradle-1.2/init.d/30_commonBuild.gradle' line: 15 | |
* What went wrong: | |
Failed to notify action. | |
> Could not open buildscript class cache for script 'https://github.com/xebialabs/deployit-common-build/raw/master/dependencies.gradle' (/home/jenkins/.gradle/caches/1.2/scripts/dependencies_7j8ssq5mk41qeqj1qhj46fpvrk/DefaultScript/buildscript). | |
> java.io.EOFException | |
* 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 5.508 secs | |
Build step 'Invoke Gradle script' changed build result to FAILURE | |
Build step 'Invoke Gradle script' marked build as failure | |
Plugin - JBoss AS - 4.2 - ITest is disabled. Triggering skipped | |
Plugin - JBoss AS - 5.1 - ITest is disabled. Triggering skipped | |
Finished: FAILURE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[XXX] $ "/home/jenkins/jenkins/workspace/Plugin - IIS/gradlew" -PcommonBuild=master clean build | |
Downloading http://xxxxxxxxxxx/xebialabs-gradle/xebialabs-gradle-1.3-1.0.4-bin.zip | |
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... | |
Unzipping /home/jenkins/.gradle/wrapper/dists/xebialabs-gradle-1.3-1.0.4-bin/2d8o1dnknb8ce6h1e6e01s0ed8/xebialabs-gradle-1.3-1.0.4-bin.zip to /home/jenkins/.gradle/wrapper/dists/xebialabs-gradle-1.3-1.0.4-bin/2d8o1dnknb8ce6h1e6e01s0ed8 | |
Exception in thread "main" java.util.zip.ZipException: error in opening zip file | |
at java.util.zip.ZipFile.open(Native Method) | |
at java.util.zip.ZipFile.<init>(ZipFile.java:131) | |
at java.util.zip.ZipFile.<init>(ZipFile.java:148) | |
at org.gradle.wrapper.Install.unzip(Install.java:148) | |
at org.gradle.wrapper.Install.createDist(Install.java:65) | |
at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:129) | |
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:48) | |
Build step 'Invoke Gradle script' changed build result to FAILURE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment