-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Hudson 1.378-1.383
Since 1.378, the remoting functions of hudson have become unstable. When using a Launcher to execute commands remotely on a slave, sometimes it fails to return any data. The following stack trace is found in the hudson log when this occurs.
Oct 15, 2010 10:12:17 AM hudson.remoting.ProxyOutputStream$Chunk$1 run WARNING: Failed to write to stream java.io.IOException: Pipe closed at java.io.PipedInputStream.checkStateForReceive(PipedInputStream.java:244) at java.io.PipedInputStream.receive(PipedInputStream.java:210) at java.io.PipedOutputStream.write(PipedOutputStream.java:132) at java.io.OutputStream.write(OutputStream.java:58) at hudson.util.DelegatingOutputStream.write(DelegatingOutputStream.java:51) at hudson.remoting.ProxyOutputStream$Chunk$1.run(ProxyOutputStream.java:185) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619)
This is currently causing issues with the perforce plugin (JENKINS-7664), and I've been able to reproduce it using the hudson_main_trunk#331 build on ci.hudson-labs.org as well.
- is blocking
-
JENKINS-8064 Perforce plugin incorrectly finds changes
- Resolved
-
JENKINS-8245 Error retrieving perforce change lists
- Resolved
-
JENKINS-7800 cleartool desc of component which is null
- Closed
-
JENKINS-7664 Exceptions when communicating with Perforce "No output for:" (probably slave-only)
- Closed
- is related to
-
JENKINS-7836 Clover and cobertura parsing on hudson master fails because of invalid XML
- Resolved
-
JENKINS-7871 "java.io.IOException: Bad file descriptor" when file copied from slave
- Resolved
-
JENKINS-5977 Dead lock condition due to pipe clogging
- Resolved
-
JENKINS-7745 CopyArtifact plugin triggers intermittent remoting failures
- Closed