Builds running on the slave hang at the initial pre checkout step
10:42:10 Started by upstream project "Trunk_Master" build number 135
10:42:10 originally caused by:
10:42:10 Started by user Build Team
10:42:10 Starting limited count build: 1
10:42:10 [EnvInject] - Loading node environment variables.
10:42:10 Building remotely on SlaveX in workspace C:\Hudson\workspace\Trunk_TS
Jenkins logs show this error on the slave at the time it is hung.
WARNING hudson.node_monitors.AbstractAsyncNodeMonitorDescriptor monitor
Failed to monitor SlaveX for Free Swap Space
java.util.concurrent.TimeoutException
at hudson.remoting.Request$1.get(Request.java:275)
at hudson.remoting.Request$1.get(Request.java:210)
at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
at hudson.node_monitors.AbstractAsyncNodeMonitorDescriptor.monitor(AbstractAsyncNodeMonitorDescriptor.java:97)
at hudson.node_monitors.AbstractNodeMonitorDescriptor$Record.run(AbstractNodeMonitorDescriptor.java:282)
Let me know if you need more details
Thanks
Shobha
- is duplicated by
-
JENKINS-19107 Nodes Unable to monitor free temp space
-
- Closed
-
- is related to
-
JENKINS-48309 AsyncFutureImpl#get(timeout) implementation may throw TimeoutException before the timeout time passes
-
- Resolved
-
-
JENKINS-25218 Channel hangs due to the infinite loop in FifoBuffer within the lock
-
- Resolved
-
[JENKINS-20947] Failed to monitor for Free Swap Space
Attachment | New: MonitorFreeSwapSpace.pdf [ 26042 ] |
Component/s | New: master-slave [ 15489 ] |
Priority | Original: Major [ 3 ] | New: Critical [ 2 ] |
After aborting the build. The build fails with this error. So, it basically stuck at a post build step of copy artifacts
Archiving artifacts
11:29:55 ERROR: Failed to archive artifacts: Outputs**.
11:29:55 hudson.util.IOException2: Failed to extract C:\Hudson\workspace\Trunk_TS/Outputs**.
11:29:55 at hudson.FilePath.readFromTar(FilePath.java:2044)
11:29:55 at hudson.FilePath.copyRecursiveTo(FilePath.java:1956)
11:29:55 at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:137)
11:29:55 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
11:29:55 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
11:29:55 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:754)
11:29:55 at hudson.model.Build$BuildExecution.post2(Build.java:183)
11:29:55 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:707)
11:29:55 at hudson.model.Run.execute(Run.java:1628)
11:29:55 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
11:29:55 at hudson.model.ResourceController.execute(ResourceController.java:88)
11:29:55 at hudson.model.Executor.run(Executor.java:246)
11:29:55 Caused by: java.io.IOException
11:29:55 at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
11:29:55 at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
11:29:55 at com.jcraft.jzlib.InflaterInputStream.fill(InflaterInputStream.java:175)
11:29:55 at com.jcraft.jzlib.InflaterInputStream.read(InflaterInputStream.java:106)
11:29:55 at org.apache.tools.tar.TarBuffer.readBlock(TarBuffer.java:257)
11:29:55 at org.apache.tools.tar.TarBuffer.readRecord(TarBuffer.java:223)
11:29:55 at hudson.org.apache.tools.tar.TarInputStream.getNextEntry(TarInputStream.java:228)
11:29:55 at hudson.FilePath.readFromTar(FilePath.java:2022)