[ImageJ-builds] Build failed in Jenkins: Monitor-sites.imagej.net #5349

jenkins at imagej.net jenkins at imagej.net
Wed Mar 16 05:15:02 CDT 2016


See <http://jenkins.imagej.net/job/Monitor-sites.imagej.net/5349/>

------------------------------------------
[ScriptTrigger] The execution script returns the expected exit code (log)
Building remotely on skynet in workspace <http://jenkins.imagej.net/job/Monitor-sites.imagej.net/ws/>
Copied 1 artifact from "Monitor-sites.imagej.net" build number 5348
[Monitor-sites.imagej.net] $ /bin/sh -xe /tmp/hudson98639456074760373.sh
+ export PATH=/var/jenkins/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
+ test ! -f complete-list.txt
+ mv complete-list.txt complete-list.previous.txt
+ mv disk-usage.txt disk-usage.lastsuccess.txt
+ cd /var/www/vhosts/sites.imagej.net/httpdocs/
+ echo find offending files
find offending files
+ find -type f
+ grep -ve /db.xml.gz$ -e /db.xml.gz.old$ -e /db.xml.gz.lock$ -e -20[0-9]*$ -e ^\.\/[^/]*/\.htaccess$ -e /\.davfs\.[0-9a-f]*$ -e /\.DAV/\.locknull$ -e \.sw[po]$
ERROR: Build step failed with exception
java.lang.IllegalStateException: Invalid object ID 510 iota=511
	at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:386)
	at hudson.remoting.ExportTable.get(ExportTable.java:330)
	at hudson.remoting.Channel.getExportedObject(Channel.java:633)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:599)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to skynet(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy62.join(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:991)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:135)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:95)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:64)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
	at hudson.model.Build$BuildExecution.build(Build.java:205)
	at hudson.model.Build$BuildExecution.doRun(Build.java:162)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.lang.Exception: Object was recently deallocated
    #510 (ref.0) : object=null type=hudson.Launcher$RemoteLaunchCallable$1 interfaces=[hudson.Launcher$RemoteProcess]
      Created at Wed Mar 16 05:15:04 CDT 2016
    	at hudson.remoting.ExportTable$Entry.<init>(ExportTable.java:99)
    	at hudson.remoting.ExportTable.export(ExportTable.java:305)
    	at hudson.remoting.Channel.internalExport(Channel.java:629)
    	at hudson.remoting.Channel.export(Channel.java:620)
    	at hudson.remoting.Channel.export(Channel.java:590)
    	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1150)
    	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
    	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
    	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
    	at hudson.remoting.Request$2.run(Request.java:326)
    	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    	at java.lang.Thread.run(Thread.java:745)
      Released at Wed Mar 16 05:15:04 CDT 2016
    	at hudson.remoting.ExportTable$Entry.release(ExportTable.java:131)
    	at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:414)
    	at hudson.remoting.Channel.unexport(Channel.java:641)
    	at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:43)
    	at hudson.remoting.Channel$1.handle(Channel.java:501)
    	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
    Caused by: Command hudson.remoting.UnexportCommand at 7aebb95f created at
    	at hudson.remoting.Command.<init>(Command.java:67)
    	at hudson.remoting.Command.<init>(Command.java:50)
    	at hudson.remoting.UnexportCommand.<init>(UnexportCommand.java:33)
    	at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.cleanup(RemoteInvocationHandler.java:360)
    	at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.access$700(RemoteInvocationHandler.java:319)
    	at hudson.remoting.RemoteInvocationHandler$Unexporter.run(RemoteInvocationHandler.java:420)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
    	at java.lang.Thread.run(Thread.java:745)
    Caused by: java.lang.Exception: Proxy hudson.remoting.RemoteInvocationHandler at 1fe was created for interface hudson.Launcher$RemoteProcess
    	at hudson.remoting.RemoteInvocationHandler.<init>(RemoteInvocationHandler.java:125)
    	at hudson.remoting.RemoteInvocationHandler.wrap(RemoteInvocationHandler.java:137)
    	at hudson.remoting.Channel.export(Channel.java:621)
    	at hudson.remoting.Channel.export(Channel.java:590)
    	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1150)
    	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
    	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
    	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
    	at hudson.remoting.Request$2.run(Request.java:326)
    	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    	... 1 more
	at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:379)
	at hudson.remoting.ExportTable.get(ExportTable.java:330)
	at hudson.remoting.Channel.getExportedObject(Channel.java:633)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:599)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by:   Released at Wed Mar 16 05:15:04 CDT 2016
	at hudson.remoting.ExportTable$Entry.release(ExportTable.java:131)
	at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:414)
	at hudson.remoting.Channel.unexport(Channel.java:641)
	at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:43)
	at hudson.remoting.Channel$1.handle(Channel.java:501)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
Caused by: Command hudson.remoting.UnexportCommand at 6840cfa4 created at
	at hudson.remoting.Command.<init>(Command.java:67)
	at hudson.remoting.Command.<init>(Command.java:50)
	at hudson.remoting.UnexportCommand.<init>(UnexportCommand.java:33)
	at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.cleanup(RemoteInvocationHandler.java:360)
	at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.access$700(RemoteInvocationHandler.java:319)
	at hudson.remoting.RemoteInvocationHandler$Unexporter.run(RemoteInvocationHandler.java:420)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: Proxy hudson.remoting.RemoteInvocationHandler at 1fe was created for interface hudson.Launcher$RemoteProcess
	at hudson.remoting.RemoteInvocationHandler.<init>(RemoteInvocationHandler.java:125)
	at hudson.remoting.RemoteInvocationHandler.wrap(RemoteInvocationHandler.java:137)
	at hudson.remoting.Channel.export(Channel.java:621)
	at hudson.remoting.Channel.export(Channel.java:590)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1150)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Build step 'Execute shell' marked build as failure
Terminated
+ echo determining disk usage
determining disk usage
+ sort -n
+ du -s 12345 2015-Conference 3D A-krull Acsenrafilho Adk9 Aigouy Akhst7 Alex-krull Angiogenesis Annins Anthonyn Arieltoteles As3705 Aschain Ashwini Astaerus Astartes91 Aureliaomega Axel Axis Bdezonia Bdgp Benoit Benwbooth Bingqian Bio-Formats Bio-Formats-5 BioEmergences BioVoxxel Biomedgroup Biomendezimagejfiji Bios Bjshin Bnanes Bradtmoore CCCT CMP-BIA CWNS Castanas Cell CellMotility ChrisWood ChristopherProbst Cipocip ClaudiuAndrei ClearVolume Cookbook Daerr Damienrj Daniel Davidc DemoAccount DiameterJ Dimiterpp DimitriFabreges DocLiza Drtjre DschoTest Duclosgr Eddysanleon Egarbarino Ehrenfeu Ekatrukha Ericbarnhill Etarena Evan.chen87 FNTD Famok Faten Fjtordon Fjug Fkim1223 Funimage GAIAG GDSC GDSC-SMLM GReD GabBiener Gkuhlen GrocottLab HPinkard Hajaalin Heinrich HelmsLab Hinerm Hpereira Hpinkard Hyonsoku IFSW IJ-Plugins IJPB-plugins Iarganda Ilan ImageJ-ITK ImageJ-dev ImageScience ImagingBook ImagingBookDe2 ImagingBookDe3 ImagingBookEn1 ImagingBookEn2 JBroeke Jamesalexander Java-8 Jcochennec Jcw JeanYvesTinevez Jeannot Jefferis Jen.benbow Jmchassot Joelwschwartz Jongpynghsu Jpsacha Js0b Jsosnik Juancarlos Jug Julien.pontabry KatrinaWisdom Kazy Kharrington Kknobel Kopeikina Kota Kpberry Kruber LLTT LOCI Landini Lanningr Leahftaylor91 Lengelen Lindsey Lorentz LungJ M-entrup MAP-Lab MATLAB MOE MS-ECS-2D MaMuT Marjorie.guichard MeiChunLo Mgalarraga MiToBo Micro-Manager-dev MicrobeJ Miura Mmape Montevil Moon Mutterer Mws NIST-ISG-LineageMapper NIST-ISG-MIST NanoJ NanoJ-AnalyticalTools NanoJ-AutomatonsValidation NanoJ-DevCommands NanoJ-QuickSOFI-Dev NanoJ-SRRF NanoJ-VirusMapper NanoJ-VirusMapper3D Ndef-auto Ndef-psizer Nicjac Nico Nombreusuario Npp97 OMERO-5.0 OMERO-5.1 Oburri Omsai OpenHiCAMM Optofluidics Orazio Osrevnis Pamela.young Pekarli Petraschecklab Pfro Pierre Pietzsch PouletAxel Priya's RHfzj RL1987 RT-Multiview-Deconvolution Rahulmishra72 Rajibchem Read ResultsToExcel Richardm Ronneber Ruizhi SCF SCF-MPI-CBG SCIFIO SIMVIEW SIMView SLIM-Curve Sachinkotak Salim Sarahl Sceptical Scepticalphysiologist Schindelin Schubbel Sgreilich Shayegan ShubhamDipt SiMView Sihuiz07 SimView SimonKlein Sinverso Squirewalsh Stoeter TA TDS TUNEL Tango TaniaVaz Tblattner Tboudier Tiago Tuanbeo Twagner Ulrik UniBas-IMCF Vcaldas Violet Vischer Winfrees Xinran Xlib Xunao Yasuhiro Yskwkm Yul.liuyu Zouke200417 simview
Archiving artifacts
ERROR: Failed to evaluate groovy script.
java.io.IOException: java.io.FileNotFoundException: <http://jenkins.imagej.net/job/Monitor-sites.imagej.net/ws/complete-list.txt> (No such file or directory)
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:169)
	at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
	at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
	at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
	at java.io.InputStreamReader.read(InputStreamReader.java:184)
	at java.io.BufferedReader.fill(BufferedReader.java:161)
	at java.io.BufferedReader.readLine(BufferedReader.java:324)
	at java.io.BufferedReader.readLine(BufferedReader.java:389)
	at org.codehaus.groovy.runtime.DefaultGroovyMethods.eachLine(DefaultGroovyMethods.java:15203)
	at org.codehaus.groovy.runtime.DefaultGroovyMethods.eachLine(DefaultGroovyMethods.java:15096)
	at org.codehaus.groovy.runtime.DefaultGroovyMethods.eachLine(DefaultGroovyMethods.java:15080)
	at org.codehaus.groovy.runtime.dgm$190.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.AbstractCallSite.call(AbstractCallSite.java:116)
	at Script1.readList(Script1.groovy:25)
	at Script1$readList.callCurrent(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:145)
	at Script1.run(Script1.groovy:39)
	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)
Caused by: java.io.FileNotFoundException: <http://jenkins.imagej.net/job/Monitor-sites.imagej.net/ws/complete-list.txt> (No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:146)
	at hudson.FilePath$33.invoke(FilePath.java:1761)
	at hudson.FilePath$33.invoke(FilePath.java:1754)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2719)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Build step 'Groovy Postbuild' marked build as failure



More information about the ImageJ-builds mailing list