You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2020/06/09 19:50:09 UTC

[GitHub] [guacamole-server] mike-jumper commented on pull request #281: TEST: Intentionally break build (verify functionality of PR builder).

mike-jumper commented on pull request #281:
URL: https://github.com/apache/guacamole-server/pull/281#issuecomment-641533571


   The Jenkins job is currently entirely failing before it even checks out the git repository:
   
   ```
   ...
   No credentials specified
   Wiping out workspace first.
   Cloning the remote Git repository
   Cloning repository git://github.com/apache/guacamole-server.git
    > git init /home/jenkins/jenkins-slave/workspace/guacamole-server-pull-request/guacamole-server # timeout=10
   Fetching upstream changes from git://github.com/apache/guacamole-server.git
    > git --version # timeout=10
    > git fetch --tags --progress -- git://github.com/apache/guacamole-server.git +refs/heads/*:refs/remotes/origin/*
    > git config remote.origin.url git://github.com/apache/guacamole-server.git # timeout=10
    > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
    > git config remote.origin.url git://github.com/apache/guacamole-server.git # timeout=10
   Fetching upstream changes from git://github.com/apache/guacamole-server.git
    > git fetch --tags --progress -- git://github.com/apache/guacamole-server.git +refs/heads/*:refs/remotes/origin/*
    > git config core.sparsecheckout # timeout=10
    > git checkout -f origin/master
    > git branch -a -v --no-abbrev # timeout=10
    > git checkout -b master origin/master
     Opening connection
       Done: 0
     Counting objects
       Done: 22586
     Finding sources
       Done: 22586
     Getting sizes
       Done: 4759
     Compressing objects
       Done: 0
     Writing objects
   hudson.remoting.ProxyException: hudson.remoting.FastPipedInputStream$ClosedBy: The pipe was closed at...
   	at hudson.remoting.FastPipedInputStream.close(FastPipedInputStream.java:112)
   	at org.apache.commons.io.IOUtils.closeQuietly(IOUtils.java:363)
   	at org.apache.commons.io.IOUtils.closeQuietly(IOUtils.java:284)
   	at com.cloudbees.jenkins.plugins.git.vmerge.ChannelTransport$GitPushTask.invoke(ChannelTransport.java:133)
   	at com.cloudbees.jenkins.plugins.git.vmerge.ChannelTransport$GitPushTask.invoke(ChannelTransport.java:117)
   	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
   	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
   	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
   	at hudson.remoting.Request$2.run(Request.java:369)
   Caused: hudson.remoting.ProxyException: java.io.IOException: Pipe is already closed
   	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:154)
   	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:138)
   	at hudson.remoting.ProxyOutputStream$Chunk$1.run(ProxyOutputStream.java:255)
   	at hudson.remoting.PipeWriter$1.run(PipeWriter.java:158)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
   	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   Caused: java.io.IOException: Pipe is already closed
   	at hudson.remoting.PipeWindow.checkDeath(PipeWindow.java:122)
   	at hudson.remoting.PipeWindow$Real.get(PipeWindow.java:227)
   	at hudson.remoting.ProxyOutputStream.write(ProxyOutputStream.java:124)
   	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)
   	at org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream.write(BasePackPushConnection.java:468)
   	at org.eclipse.jgit.internal.storage.pack.PackOutputStream.write(PackOutputStream.java:126)
   	at org.eclipse.jgit.internal.storage.file.ByteArrayWindow.write(ByteArrayWindow.java:89)
   	at org.eclipse.jgit.internal.storage.file.PackFile.copyAsIs2(PackFile.java:542)
   	at org.eclipse.jgit.internal.storage.file.PackFile.copyAsIs(PackFile.java:390)
   	at org.eclipse.jgit.internal.storage.file.WindowCursor.copyObjectAsIs(WindowCursor.java:201)
   	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObjectImpl(PackWriter.java:1521)
   	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObject(PackWriter.java:1498)
   	at org.eclipse.jgit.internal.storage.pack.PackOutputStream.writeObject(PackOutputStream.java:164)
   	at org.eclipse.jgit.internal.storage.file.WindowCursor.writeObjects(WindowCursor.java:207)
   	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObjects(PackWriter.java:1486)
   	at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObjects(PackWriter.java:1473)
   	at org.eclipse.jgit.internal.storage.pack.PackWriter.writePack(PackWriter.java:1038)
   	at org.eclipse.jgit.transport.BasePackPushConnection.writePack(BasePackPushConnection.java:359)
   	at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:216)
   Caused: org.eclipse.jgit.errors.TransportException: channel:/home/jenkins/jenkins-slave/workspace/guacamole-server-pull-request: Pipe is already closed
   	at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:236)
   	at org.eclipse.jgit.transport.BasePackPushConnection.push(BasePackPushConnection.java:168)
   	at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:172)
   	at org.eclipse.jgit.transport.Transport.push(Transport.java:1272)
   	at org.eclipse.jgit.transport.Transport.push(Transport.java:1318)
   	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl$2.invoke(BuildChooserImpl.java:92)
   	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl$2.invoke(BuildChooserImpl.java:81)
   	at hudson.plugins.git.GitSCM$BuildChooserContextImpl.actOnBuild(GitSCM.java:998)
   	at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:81)
   	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1086)
   	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
   	at hudson.scm.SCM.checkout(SCM.java:504)
   	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
   	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
   	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
   	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
   	at hudson.model.Run.execute(Run.java:1815)
   	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
   	at hudson.model.ResourceController.execute(ResourceController.java:97)
   	at hudson.model.Executor.run(Executor.java:429)
   Retrying after 10 seconds
   ...
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org