[node-patches] Build failed in Jenkins: ovirt-node-iso-devel #2018

Fabian Deutsch fabiand at redhat.com
Mon Apr 15 19:13:04 UTC 2013


Am Montag, den 15.04.2013, 19:54 +0100 schrieb jenkins at ovirt.org:
> See <http://jenkins.ovirt.org/job/ovirt-node-iso-devel/2018/>

This and the following failures can be blamed on me :)
I'm tyring to debug 
https://bugzilla.redhat.com/show_bug.cgi?id=952352

Greetings
fabian

> ------------------------------------------
> Started by user Fabian Deutsch
> Building remotely on fedora18-vm01 in workspace <http://jenkins.ovirt.org/job/ovirt-node-iso-devel/ws/>
> Checkout:ovirt-node-iso-devel / <http://jenkins.ovirt.org/job/ovirt-node-iso-devel/ws/> - hudson.remoting.Channel at 4aeb28b0:fedora18-vm01
> Using strategy: Default
> Last Built Revision: Revision 8cb3ed9e5e11b2b8905b85f279769f9e2b4ad2fc (origin/master)
> Fetching changes from 1 remote Git repository
> Fetching upstream changes from origin
> Commencing build of Revision 8cb3ed9e5e11b2b8905b85f279769f9e2b4ad2fc (origin/master)
> Checking out Revision 8cb3ed9e5e11b2b8905b85f279769f9e2b4ad2fc (origin/master)
> [ovirt-node-iso-devel] $ /bin/sh -xe /tmp/hudson767657577123638348.sh
> + sudo yum update -y selinux-policy selinux-policy-targeted
> Loaded plugins: versionlock
> No Packages marked for Update
> + rpm -q selinux-policy selinux-policy-targeted setools-libs-python setools-console
> selinux-policy-3.11.1-87.fc18.noarch
> selinux-policy-targeted-3.11.1-87.fc18.noarch
> setools-libs-python-3.3.7-34.fc18.x86_64
> setools-console-3.3.7-34.fc18.x86_64
> + selinuxgetenforce
> /tmp/hudson767657577123638348.sh: line 4: selinuxgetenforce: command not found
> Build step 'Execute shell' marked build as failure
> Archiving artifacts
> ERROR: Failed to archive artifacts: ovirt-node-iso*iso, ovirt-cache/ovirt/*/ovirt-node-iso*rpm, manifest*, *cm_hash.txt, ovirt-node-iso.mini-manifest.txt
> hudson.util.IOException2: hudson.util.IOException2: Failed to extract <http://jenkins.ovirt.org/job/ovirt-node-iso-devel/ws/ovirt-node-iso*iso,> ovirt-cache/ovirt/*/ovirt-node-iso*rpm, manifest*, *cm_hash.txt, ovirt-node-iso.mini-manifest.txt
> 	at hudson.FilePath.readFromTar(FilePath.java:1873)
> 	at hudson.FilePath.copyRecursiveTo(FilePath.java:1785)
> 	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:116)
> 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:718)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:693)
> 	at hudson.model.Build$BuildExecution.post2(Build.java:183)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:640)
> 	at hudson.model.Run.execute(Run.java:1527)
> 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
> 	at hudson.model.ResourceController.execute(ResourceController.java:88)
> 	at hudson.model.Executor.run(Executor.java:237)
> Caused by: java.io.IOException
> 	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
> 	at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
> 	at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:238)
> 	at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
> 	at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:109)
> 	at org.apache.tools.tar.TarBuffer.readBlock(TarBuffer.java:257)
> 	at org.apache.tools.tar.TarBuffer.readRecord(TarBuffer.java:223)
> 	at hudson.org.apache.tools.tar.TarInputStream.read(TarInputStream.java:345)
> 	at java.io.FilterInputStream.read(FilterInputStream.java:107)
> 	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1025)
> 	at org.apache.commons.io.IOUtils.copy(IOUtils.java:999)
> 	at hudson.util.IOUtils.copy(IOUtils.java:37)
> 	at hudson.FilePath.readFromTar(FilePath.java:1863)
> 	... 11 more
> 
> 	at hudson.FilePath.copyRecursiveTo(FilePath.java:1792)
> 	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:116)
> 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:718)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:693)
> 	at hudson.model.Build$BuildExecution.post2(Build.java:183)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:640)
> 	at hudson.model.Run.execute(Run.java:1527)
> 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
> 	at hudson.model.ResourceController.execute(ResourceController.java:88)
> 	at hudson.model.Executor.run(Executor.java:237)
> Caused by: java.util.concurrent.ExecutionException: java.io.IOException: Pipe is already closed
> 	at hudson.remoting.Channel$4.adapt(Channel.java:705)
> 	at hudson.remoting.Channel$4.adapt(Channel.java:700)
> 	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
> 	at hudson.FilePath.copyRecursiveTo(FilePath.java:1788)
> 	... 10 more
> Caused by: java.io.IOException: Pipe is already closed
> 	at hudson.remoting.PipeWindow.checkDeath(PipeWindow.java:83)
> 	at hudson.remoting.PipeWindow$Real.get(PipeWindow.java:171)
> 	at hudson.remoting.ProxyOutputStream._write(ProxyOutputStream.java:118)
> 	at hudson.remoting.ProxyOutputStream.write(ProxyOutputStream.java:103)
> 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
> 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)
> 	at java.util.zip.DeflaterOutputStream.deflate(DeflaterOutputStream.java:253)
> 	at java.util.zip.DeflaterOutputStream.write(DeflaterOutputStream.java:211)
> 	at java.util.zip.GZIPOutputStream.write(GZIPOutputStream.java:146)
> 	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122)
> 	at org.apache.tools.tar.TarBuffer.writeBlock(TarBuffer.java:410)
> 	at org.apache.tools.tar.TarBuffer.writeRecord(TarBuffer.java:351)
> 	at hudson.org.apache.tools.tar.TarOutputStream.writeEOFRecord(TarOutputStream.java:356)
> 	at hudson.org.apache.tools.tar.TarOutputStream.finish(TarOutputStream.java:137)
> 	at hudson.org.apache.tools.tar.TarOutputStream.close(TarOutputStream.java:149)
> 	at hudson.util.io.TarArchiver.close(TarArchiver.java:126)
> 	at hudson.FilePath.writeToTar(FilePath.java:1839)
> 	at hudson.FilePath.access$1000(FilePath.java:167)
> 	at hudson.FilePath$36.invoke(FilePath.java:1778)
> 	at hudson.FilePath$36.invoke(FilePath.java:1775)
> 	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> 	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:72)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> 	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:722)
> Caused by: java.io.IOException: Pipe is already closed
> 	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:147)
> 	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:131)
> 	at hudson.remoting.ProxyOutputStream$Chunk$1.run(ProxyOutputStream.java:216)
> 	at hudson.remoting.PipeWriter$1.run(PipeWriter.java:152)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 	at java.lang.Thread.run(Thread.java:679)
> Caused by: hudson.remoting.FastPipedInputStream$ClosedBy: The pipe was closed at...
> 	at hudson.remoting.FastPipedInputStream.close(FastPipedInputStream.java:112)
> 	at java.io.FilterInputStream.close(FilterInputStream.java:172)
> 	at java.util.zip.InflaterInputStream.close(InflaterInputStream.java:227)
> 	at java.util.zip.GZIPInputStream.close(GZIPInputStream.java:126)
> 	at org.apache.tools.tar.TarBuffer.close(TarBuffer.java:456)
> 	at hudson.org.apache.tools.tar.TarInputStream.close(TarInputStream.java:110)
> 	at hudson.FilePath.readFromTar(FilePath.java:1880)
> 	at hudson.FilePath.copyRecursiveTo(FilePath.java:1785)
> 	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:116)
> 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:718)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:693)
> 	at hudson.model.Build$BuildExecution.post2(Build.java:183)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:640)
> 	at hudson.model.Run.execute(Run.java:1527)
> 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
> 	at hudson.model.ResourceController.execute(ResourceController.java:88)
> 	at hudson.model.Executor.run(Executor.java:237)
> _______________________________________________
> node-patches mailing list
> node-patches at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/node-patches





More information about the node-patches mailing list