[ImageJ-builds] Build failed in Jenkins: Stable-Fiji-Java-8 #5
jenkins at imagej.net
jenkins at imagej.net
Wed Dec 23 11:16:31 CST 2015
See <http://jenkins.imagej.net/job/Stable-Fiji-Java-8/5/>
------------------------------------------
Started by user Mark Hiner
Building on master in workspace <http://jenkins.imagej.net/job/Stable-Fiji-Java-8/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson4425344611473337992.sh
+ curl -O http://downloads.imagej.net/bootstrapJ8.js
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 10100 100 10100 0 0 2770k 0 --:--:-- --:--:-- --:--:-- 9863k
+ test -d Fiji.app
+ mkdir Fiji.app
+ dirname ImageJ-linux32
+ mkdir -p Fiji.app/.
+ touch Fiji.app/ImageJ-linux32
+ dirname ImageJ-linux64
+ mkdir -p Fiji.app/.
+ touch Fiji.app/ImageJ-linux64
+ dirname ImageJ-win32.exe
+ mkdir -p Fiji.app/.
+ touch Fiji.app/ImageJ-win32.exe
+ dirname ImageJ-win64.exe
+ mkdir -p Fiji.app/.
+ touch Fiji.app/ImageJ-win64.exe
+ dirname Contents/MacOS/ImageJ-macosx
+ mkdir -p Fiji.app/Contents/MacOS
+ touch Fiji.app/Contents/MacOS/ImageJ-macosx
+ dirname Contents/MacOS/ImageJ-tiger
+ mkdir -p Fiji.app/Contents/MacOS
+ touch Fiji.app/Contents/MacOS/ImageJ-tiger
+ dirname fiji-linux
+ mkdir -p Fiji.app/.
+ touch Fiji.app/fiji-linux
+ dirname fiji-linux64
+ mkdir -p Fiji.app/.
+ touch Fiji.app/fiji-linux64
+ dirname fiji-win32.exe
+ mkdir -p Fiji.app/.
+ touch Fiji.app/fiji-win32.exe
+ dirname fiji-win64.exe
+ mkdir -p Fiji.app/.
+ touch Fiji.app/fiji-win64.exe
+ dirname Contents/MacOS/fiji-macosx
+ mkdir -p Fiji.app/Contents/MacOS
+ touch Fiji.app/Contents/MacOS/fiji-macosx
+ dirname Contents/MacOS/fiji-tiger
+ mkdir -p Fiji.app/Contents/MacOS
+ touch Fiji.app/Contents/MacOS/fiji-tiger
+ mkdir -p Fiji.app/Contents
+ curl https://raw.github.com/fiji/fiji/master/Contents/Info.plist
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
+ date
+ cd Fiji.app
+ jrunscript ../bootstrap.js update-force-pristine
script file ../bootstrap.js is not found
Build step 'Execute shell' marked build as failure
Archiving artifacts
ERROR: Failed to evaluate groovy script.
java.io.FileNotFoundException: /var/lib/jenkins/jobs/Stable-Fiji-Java-8/builds/5/../../workspace/updated.txt (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:146)
at groovy.util.CharsetToolkit.<init>(CharsetToolkit.java:69)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.newReader(DefaultGroovyMethods.java:16958)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.eachLine(DefaultGroovyMethods.java:15014)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.eachLine(DefaultGroovyMethods.java:14980)
at org.codehaus.groovy.runtime.dgm$189.invoke(Unknown Source)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at Script1$_run_closure1.doCall(Script1.groovy:12)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:903)
at groovy.lang.Closure.call(Closure.java:415)
at groovy.lang.Closure.call(Closure.java:428)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.withWriter(DefaultGroovyMethods.java:17374)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.withWriter(DefaultGroovyMethods.java:17229)
at org.codehaus.groovy.runtime.dgm$956.invoke(Unknown Source)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at Script1.run(Script1.groovy:6)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:580)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:618)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:589)
at org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildRecorder.perform(GroovyPostbuildRecorder.java:276)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
at hudson.model.Build$BuildExecution.post2(Build.java:185)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
at hudson.model.Run.execute(Run.java:1763)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Build step 'Groovy Postbuild' marked build as failure
Recording fingerprints
More information about the ImageJ-builds
mailing list