See <http://jenkins.ovirt.org/job/ovirt-node-iso/1293/>

------------------------------------------
Started by user David Caro
Building remotely on centos6-vm02 in workspace 
<http://jenkins.ovirt.org/job/ovirt-node-iso/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from http://gerrit.ovirt.org/p/ovirt-node-iso.git
Checking out Revision 5ac5557fc5521d644a84559741db5a6c0beee4ba (origin/master)
Deleting old artifacts from #1291
[ovirt-node-iso] $ /bin/sh -xe /tmp/hudson7128693593098644747.sh
+ sudo chown jenkins:jenkins -R 
<http://jenkins.ovirt.org/job/ovirt-node-iso/ws/>
+ rm -rf 
<http://jenkins.ovirt.org/job/ovirt-node-iso/ws/ovirt-cache/ovirt/noarch> 
<http://jenkins.ovirt.org/job/ovirt-node-iso/ws/rpmbuild> '*iso'
+ mkdir -p 
<http://jenkins.ovirt.org/job/ovirt-node-iso/ws/ovirt-cache/ovirt/noarch>
+ rm -vf .rpmmacros
Copied 12 artifacts from "ovirt-node-stable" build number 644
[ovirt-node-iso] $ /bin/sh -xe /tmp/hudson7750770431851498036.sh
+ git fetch git://gerrit.ovirt.org/ovirt-node-iso refs/changes/07/25707/1
>From git://gerrit.ovirt.org/ovirt-node-iso
 * branch            refs/changes/07/25707/1 -> FETCH_HEAD
+ git cherry-pick FETCH_HEAD
error: Your local changes to 'jenkins.sh' would be overwritten by merge.  
Aborting.
Please, commit your changes or stash them before you can merge.
Build step 'Execute shell' marked build as failure
Archiving artifacts
ERROR: Failed to archive artifacts: exported-artifacts/*, *log
java.io.IOException: java.io.IOException: Failed to extract 
<http://jenkins.ovirt.org/job/ovirt-node-iso/ws/transfer> of 57 files
        at hudson.FilePath.readFromTar(FilePath.java:2088)
        at hudson.FilePath.copyRecursiveTo(FilePath.java:2000)
        at 
jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:784)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:756)
        at hudson.model.Build$BuildExecution.post2(Build.java:183)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:705)
        at hudson.model.Run.execute(Run.java:1695)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:231)
Caused by: java.io.IOException
        at 
hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
        at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
        at 
com.jcraft.jzlib.InflaterInputStream.fill(InflaterInputStream.java:175)
        at 
com.jcraft.jzlib.InflaterInputStream.read(InflaterInputStream.java:106)
        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:2078)
        ... 12 more

        at hudson.FilePath.copyRecursiveTo(FilePath.java:2007)
        at 
jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:784)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:756)
        at hudson.model.Build$BuildExecution.post2(Build.java:183)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:705)
        at hudson.model.Run.execute(Run.java:1695)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:231)
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: Pipe 
is already closed
        at hudson.remoting.Channel$3.adapt(Channel.java:755)
        at hudson.remoting.Channel$3.adapt(Channel.java:750)
        at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
        at hudson.FilePath.copyRecursiveTo(FilePath.java:2003)
        ... 11 more
Caused by: java.io.IOException: Pipe is already closed
        at hudson.remoting.PipeWindow.checkDeath(PipeWindow.java:108)
        at hudson.remoting.PipeWindow$Real.get(PipeWindow.java:203)
        at hudson.remoting.ProxyOutputStream._write(ProxyOutputStream.java:135)
        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 
com.jcraft.jzlib.DeflaterOutputStream.deflate(DeflaterOutputStream.java:144)
        at 
com.jcraft.jzlib.DeflaterOutputStream.write(DeflaterOutputStream.java:102)
        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:125)
        at hudson.FilePath.writeToTar(FilePath.java:2054)
        at hudson.FilePath.access$1000(FilePath.java:172)
        at hudson.FilePath$41.invoke(FilePath.java:1993)
        at hudson.FilePath$41.invoke(FilePath.java:1989)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:328)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        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:744)
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:250)
        at hudson.remoting.PipeWriter$1.run(PipeWriter.java:158)
        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 
hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:111)
        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: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 
com.jcraft.jzlib.InflaterInputStream.close(InflaterInputStream.java:168)
        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:2095)
        at hudson.FilePath.copyRecursiveTo(FilePath.java:2000)
        at 
jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:784)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:756)
        at hudson.model.Build$BuildExecution.post2(Build.java:183)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:705)
        at hudson.model.Run.execute(Run.java:1695)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:231)
_______________________________________________
node-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/node-patches

Reply via email to