• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • ssh-slaves-plugin
    • None
    • Jenkins 1.529
      OSX 10.8.4 (running as a VMWare Guest in VMWare Workstation 9.0.2 inside a Windows 7 Host)
      also Jenkins 1.645, OSX 10.9, 10.10 (not vm)
      also observed with Windows and Linux slaves.
    • ssh-slaves-1.31.1

      I configured an OSX slave to use an SSH connection. I have an identical setup for a Linux slave. The Linux slave never hangs, but the OSX one does randomly every couple of days.

      When the slave hangs, I see:

      This node is being launched. See log for more details
      

      When I click on more details I see an empty log (literally no characters) with a spinning wheel.

      I'd like to disconnect the channel and try again. Unfortunately, there is no "disconnect" button, seemingly because the hang occurs too early in the connection phase.

      The only way I found to fix this problem is restart Jenkins master. I believe this issue is high priority because:

      1. This hang occurs at least once a day (for over a week now).
      2. There is no known workaround.
      3. There is no way to recover except to restart the master node, which means that all running jobs have to be interrupted.

      If you can add extra logging, I can try collection more information for you. Where do we get started?

          [JENKINS-19465] Slave hangs while being launched

          cowwoc added a comment - - edited

          According to the node's "load statistics" it was running fine until exactly 9am. Then, for an unknown reason, the node got disconnected. When I got around to looking at Jenkins later that day I found the node in the "This node is being launched" state again... hanging forever.

          I'd like to avoid having to restart the Jenkins server once a day (or potentially multiple times a day) to fix the OSX slave. Any ideas?

          I see an open ssh tunnel from master to the OSX machine but I see no proof that Jenkins is running (according to both "jps" and "ps").

          Is there a way for me to find out why the node got disconnected (a log that spans multiple connections/disconnections) and what it's blocked on trying to reconnect?

          cowwoc added a comment - - edited According to the node's "load statistics" it was running fine until exactly 9am. Then, for an unknown reason, the node got disconnected. When I got around to looking at Jenkins later that day I found the node in the "This node is being launched" state again... hanging forever. I'd like to avoid having to restart the Jenkins server once a day (or potentially multiple times a day) to fix the OSX slave. Any ideas? I see an open ssh tunnel from master to the OSX machine but I see no proof that Jenkins is running (according to both "jps" and "ps"). Is there a way for me to find out why the node got disconnected (a log that spans multiple connections/disconnections) and what it's blocked on trying to reconnect?

          Pe Le added a comment -

          Same issue in my case.
          OS X is 10.9.4 running on genuine Mac Mini machine, Master is WIN 7 PC, both running on local network.

          I tried to launch slave headlessly from within the slave itself, as documented at https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-LaunchslaveagentviaJavaWebStart:

          $ java -jar slave.jar -jnlpUrl http://<our-server>/computer/slave-name/slave-agent.jnlp

          Which, unfortunately, gives this:

          Waiting 10 seconds before retry
          Failing to obtain http://<our-server>/computer/macos-builder/slave-agent.jnlp
          java.io.IOException: Failed to load http://<our-server>/computer/macos-builder/slave-agent.jnlp: 403 Forbidden
          at hudson.remoting.Launcher.parseJnlpArguments(Launcher.java:274)
          at hudson.remoting.Launcher.run(Launcher.java:218)
          at hudson.remoting.Launcher.main(Launcher.java:192)
          Waiting 10 seconds before retry
          ... etc. infinitely

          Pe Le added a comment - Same issue in my case. OS X is 10.9.4 running on genuine Mac Mini machine, Master is WIN 7 PC, both running on local network. I tried to launch slave headlessly from within the slave itself, as documented at https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-LaunchslaveagentviaJavaWebStart: $ java -jar slave.jar -jnlpUrl http://<our-server>/computer/slave-name/slave-agent.jnlp Which, unfortunately, gives this: Waiting 10 seconds before retry Failing to obtain http://<our-server>/computer/macos-builder/slave-agent.jnlp java.io.IOException: Failed to load http://<our-server>/computer/macos-builder/slave-agent.jnlp: 403 Forbidden at hudson.remoting.Launcher.parseJnlpArguments(Launcher.java:274) at hudson.remoting.Launcher.run(Launcher.java:218) at hudson.remoting.Launcher.main(Launcher.java:192) Waiting 10 seconds before retry ... etc. infinitely

          Erik Purins added a comment - - edited

          You would possibly also need to pass '-secret HASH' on the command line to authenticate, where HASH is the secret token for that node. See JENKINS-18342 for a groovy console script to get your node's secret, which would otherwise never display.

          Erik Purins added a comment - - edited You would possibly also need to pass '-secret HASH' on the command line to authenticate, where HASH is the secret token for that node. See JENKINS-18342 for a groovy console script to get your node's secret, which would otherwise never display.

          Erik Purins added a comment -

          When I reconnect on the console to try and work around the issue, the node comes back online (executors available in the left column), but the slave node icon remains blinking as if it is not connected correctly.

          Erik Purins added a comment - When I reconnect on the console to try and work around the issue, the node comes back online (executors available in the left column), but the slave node icon remains blinking as if it is not connected correctly.

          Jan Hudec added a comment - - edited

          For me in case of such problem it always worked to mark the slave offline, which gives up the current connection attempt and then try to connect it.

          Except, well, not this time.

          Jan Hudec added a comment - - edited For me in case of such problem it always worked to mark the slave offline, which gives up the current connection attempt and then try to connect it. Except, well, not this time.

          Daniel Beck added a comment -

          Please provide a thread dump during this situation (/threadDump URL).

          Daniel Beck added a comment - Please provide a thread dump during this situation ( /threadDump URL).

          cowwoc added a comment -

          I can no longer reproduce this issue in version 1.570. How about the other reporters? Does this issue still happen for you?

          cowwoc added a comment - I can no longer reproduce this issue in version 1.570. How about the other reporters? Does this issue still happen for you?

          Mario Rincon added a comment -

          This issue happens to me in version 1.590. I don't know if it's fixed in the latest version, though.

          Mario Rincon added a comment - This issue happens to me in version 1.590. I don't know if it's fixed in the latest version, though.

          still happen in 1.616
          /threadDump
          bot2-input

          "bot2-input" Id=9267 Group=main RUNNABLE (in native)
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
          at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
          at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)

          • locked java.io.InputStreamReader@6a22794c
            at java.io.InputStreamReader.read(InputStreamReader.java:184)
            at java.io.BufferedReader.fill(BufferedReader.java:154)
            at java.io.BufferedReader.readLine(BufferedReader.java:317)
          • locked java.io.InputStreamReader@6a22794c
            at java.io.BufferedReader.readLine(BufferedReader.java:382)
            at org.pircbotx.InputThread.run(InputThread.java:81)

          bot2-output

          "bot2-output" Id=9268 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d49a303
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d49a303
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
            at org.pircbotx.OutputThread.run(OutputThread.java:101)

          Channel reader thread: gandalf

          "Channel reader thread: gandalf" Id=175 Group=main WAITING on com.trilead.ssh2.channel.Channel@60c6b98e
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@60c6b98e
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
            at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
            at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
            at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          Channel reader thread: tb16

          "Channel reader thread: tb16" Id=121215 Group=main WAITING on com.trilead.ssh2.channel.Channel@1d46c3bb
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@1d46c3bb
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
            at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
            at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
            at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          Channel reader thread: tb31

          "Channel reader thread: tb31" Id=226 Group=main WAITING on com.trilead.ssh2.channel.Channel@2a4e7664
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@2a4e7664
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
            at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
            at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
            at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          Channel reader thread: tb57

          "Channel reader thread: tb57" Id=142578 Group=main WAITING on com.trilead.ssh2.channel.Channel@944ffed
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@944ffed
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
            at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
            at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
            at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          Channel reader thread: tb58

          "Channel reader thread: tb58" Id=121233 Group=main WAITING on com.trilead.ssh2.channel.Channel@10fe255c
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@10fe255c
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
            at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
            at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
            at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          Channel reader thread: tb59

          "Channel reader thread: tb59" Id=377 Group=main RUNNABLE
          at java.lang.Object.wait(Native Method)
          at java.lang.Object.wait(Object.java:503)
          at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
          at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
          at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
          at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
          at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
          at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
          at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
          at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
          at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
          at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
          at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          Channel reader thread: tb60

          "Channel reader thread: tb60" Id=228 Group=main WAITING on com.trilead.ssh2.channel.Channel@32c13444
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@32c13444
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
            at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
            at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
            at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          Channel reader thread: tb63

          "Channel reader thread: tb63" Id=201 Group=main WAITING on com.trilead.ssh2.channel.Channel@fcd4b7e
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@fcd4b7e
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
            at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
            at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
            at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          Channel reader thread: tb64

          "Channel reader thread: tb64" Id=193 Group=main WAITING on com.trilead.ssh2.channel.Channel@6f17454c
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@6f17454c
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
            at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
            at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
            at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          Channel reader thread: tb65

          "Channel reader thread: tb65" Id=121213 Group=main WAITING on com.trilead.ssh2.channel.Channel@10dc3901
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@10dc3901
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
            at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
            at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
            at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          Channel reader thread: tb66

          "Channel reader thread: tb66" Id=859 Group=main WAITING on com.trilead.ssh2.channel.Channel@6d6d5a37
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@6d6d5a37
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
            at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
            at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
            at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          Channel reader thread: tb68-bytemark

          "Channel reader thread: tb68-bytemark" Id=157715 Group=main WAITING on com.trilead.ssh2.channel.Channel@214e0568
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@214e0568
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82)
            at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
            at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
            at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          com.sonymobile.tools.gerrit.gerritevents.watchdog.StreamWatchdog

          "com.sonymobile.tools.gerrit.gerritevents.watchdog.StreamWatchdog" Id=200163 Group=main TIMED_WAITING on java.util.TaskQueue@4918f9e9
          at java.lang.Object.wait(Native Method)

          • waiting on java.util.TaskQueue@4918f9e9
            at java.util.TimerThread.mainLoop(Timer.java:552)
            at java.util.TimerThread.run(Timer.java:505)

          Computer.threadPoolForRemoting 6226

          "Computer.threadPoolForRemoting 6226" Id=182562 Group=main WAITING on java.util.concurrent.FutureTask@4b06a54b
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.FutureTask@4b06a54b
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:425)
            at java.util.concurrent.FutureTask.get(FutureTask.java:187)
            at java.util.concurrent.AbstractExecutorService.invokeAll(AbstractExecutorService.java:243)
            at java.util.concurrent.Executors$DelegatedExecutorService.invokeAll(Executors.java:648)
            at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:733)
          • locked hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:243)
            at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@62d34b6d

          Computer.threadPoolForRemoting 6314

          "Computer.threadPoolForRemoting 6314" Id=186778 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@4e381590

          Computer.threadPoolForRemoting 6336

          "Computer.threadPoolForRemoting 6336" Id=187468 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@27715dfa

          Computer.threadPoolForRemoting 6369

          "Computer.threadPoolForRemoting 6369" Id=188488 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@2a1eb134

          Computer.threadPoolForRemoting 6409

          "Computer.threadPoolForRemoting 6409" Id=189278 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@12417f8a

          Computer.threadPoolForRemoting 6454

          "Computer.threadPoolForRemoting 6454" Id=190184 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@1961975e

          Computer.threadPoolForRemoting 6482

          "Computer.threadPoolForRemoting 6482" Id=191089 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@58006381

          Computer.threadPoolForRemoting 6535

          "Computer.threadPoolForRemoting 6535" Id=192178 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@c1fd15c

          Computer.threadPoolForRemoting 6600

          "Computer.threadPoolForRemoting 6600" Id=193137 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@8ab192c

          Computer.threadPoolForRemoting 6621

          "Computer.threadPoolForRemoting 6621" Id=193948 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@73da76c7

          Computer.threadPoolForRemoting 6647

          "Computer.threadPoolForRemoting 6647" Id=194805 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@4ddd2190

          Computer.threadPoolForRemoting 6672

          "Computer.threadPoolForRemoting 6672" Id=195703 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@261e2871

          Computer.threadPoolForRemoting 6722

          "Computer.threadPoolForRemoting 6722" Id=196680 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@3f86e3e0

          Computer.threadPoolForRemoting 6750

          "Computer.threadPoolForRemoting 6750" Id=197490 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@21fa667a

          Computer.threadPoolForRemoting 6772

          "Computer.threadPoolForRemoting 6772" Id=198409 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@97c542e

          Computer.threadPoolForRemoting 6832

          "Computer.threadPoolForRemoting 6832" Id=199559 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@53ff15aa

          Computer.threadPoolForRemoting 6901

          "Computer.threadPoolForRemoting 6901" Id=200419 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:693)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:243)
            at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@72eefc19

          Computer.threadPoolForRemoting 6910

          "Computer.threadPoolForRemoting 6910" Id=200485 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@1b035ac3

          Computer.threadPoolForRemoting 6911

          "Computer.threadPoolForRemoting 6911" Id=200486 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:693)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:243)
            at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@434840f7

          Computer.threadPoolForRemoting 6914

          "Computer.threadPoolForRemoting 6914" Id=200530 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608)
            at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@65119d91

          Computer.threadPoolForRemoting 6919

          "Computer.threadPoolForRemoting 6919" Id=200615 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:693)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:243)
            at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@112215db

          Computer.threadPoolForRemoting 6920

          "Computer.threadPoolForRemoting 6920" Id=200679 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226" Id=182562
          at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:693)

          • blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37
            at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:243)
            at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@1b8859c8

          Computer.threadPoolForRemoting 6924

          "Computer.threadPoolForRemoting 6924" Id=200779 Group=main RUNNABLE
          at java.net.SocketOutputStream.socketWrite0(Native Method)
          at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
          at java.net.SocketOutputStream.write(SocketOutputStream.java:159)
          at com.trilead.ssh2.crypto.cipher.CipherOutputStream.flush(CipherOutputStream.java:75)
          at com.trilead.ssh2.transport.TransportConnection.sendMessage(TransportConnection.java:193)
          at com.trilead.ssh2.transport.TransportConnection.sendMessage(TransportConnection.java:107)
          at com.trilead.ssh2.transport.TransportManager.sendMessage(TransportManager.java:677)

          • locked java.lang.Object@36f1e3d5
            at com.trilead.ssh2.channel.ChannelManager.sendData(ChannelManager.java:429)
          • locked java.lang.Object@42a4d121
            at com.trilead.ssh2.channel.ChannelOutputStream.write(ChannelOutputStream.java:63)
            at hudson.remoting.ChunkedOutputStream.sendFrame(ChunkedOutputStream.java:94)
            at hudson.remoting.ChunkedOutputStream.sendBreak(ChunkedOutputStream.java:66)
            at hudson.remoting.ChunkedCommandTransport.writeBlock(ChunkedCommandTransport.java:46)
            at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.write(AbstractSynchronousByteArrayCommandTransport.java:45)
            at hudson.remoting.Channel.send(Channel.java:554)
          • locked hudson.remoting.Channel@12f42f95
            at hudson.remoting.ProxyOutputStream$Chunk$1.run(ProxyOutputStream.java:260)
            at hudson.remoting.PipeWriter$1.run(PipeWriter.java:158)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            at java.util.concurrent.FutureTask.run(FutureTask.java:262)
            at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
            at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
            at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
            at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:21)
            at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@2e05497b

          Connect thread gerrit.libreoffice.org session

          "Connect thread gerrit.libreoffice.org session" Id=200162 Group=main RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.jcraft.jsch.IO.getByte(IO.java:82)
          at com.jcraft.jsch.Session.read(Session.java:908)
          at com.jcraft.jsch.Session.run(Session.java:1378)
          at java.lang.Thread.run(Thread.java:745)

          DestroyJavaVM

          "DestroyJavaVM" Id=19 Group=main RUNNABLE

          Executor #-1 for master : executing lo_gerrit_master #4742

          "Executor #-1 for master : executing lo_gerrit_master #4742" Id=198716 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.matrix.DefaultMatrixExecutionStrategyImpl.waitForCompletion(DefaultMatrixExecutionStrategyImpl.java:293)
          at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:162)
          at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:352)
          at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
          at hudson.model.Run.execute(Run.java:1744)
          at hudson.matrix.MatrixBuild.run(MatrixBuild.java:301)
          at hudson.model.ResourceController.execute(ResourceController.java:98)
          at hudson.model.Executor.run(Executor.java:374)

          Executor #-1 for master : executing lo_gerrit_master #4743

          "Executor #-1 for master : executing lo_gerrit_master #4743" Id=199044 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.matrix.DefaultMatrixExecutionStrategyImpl.waitForCompletion(DefaultMatrixExecutionStrategyImpl.java:293)
          at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:162)
          at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:352)
          at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
          at hudson.model.Run.execute(Run.java:1744)
          at hudson.matrix.MatrixBuild.run(MatrixBuild.java:301)
          at hudson.model.ResourceController.execute(ResourceController.java:98)
          at hudson.model.Executor.run(Executor.java:374)

          Executor #-1 for master : executing lo_gerrit_master #4745

          "Executor #-1 for master : executing lo_gerrit_master #4745" Id=199681 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.matrix.DefaultMatrixExecutionStrategyImpl.waitForCompletion(DefaultMatrixExecutionStrategyImpl.java:293)
          at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:162)
          at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:352)
          at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
          at hudson.model.Run.execute(Run.java:1744)
          at hudson.matrix.MatrixBuild.run(MatrixBuild.java:301)
          at hudson.model.ResourceController.execute(ResourceController.java:98)
          at hudson.model.Executor.run(Executor.java:374)

          Executor #-1 for master : executing lo_gerrit_master #4746

          "Executor #-1 for master : executing lo_gerrit_master #4746" Id=200664 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.matrix.DefaultMatrixExecutionStrategyImpl.waitForCompletion(DefaultMatrixExecutionStrategyImpl.java:293)
          at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:162)
          at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:352)
          at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
          at hudson.model.Run.execute(Run.java:1744)
          at hudson.matrix.MatrixBuild.run(MatrixBuild.java:301)
          at hudson.model.ResourceController.execute(ResourceController.java:98)
          at hudson.model.Executor.run(Executor.java:374)

          Executor #0 for gandalf : executing lo_tb_master_linux #3396 / waiting for hudson.remoting.Channel@25fa64f9:gandalf

          "Executor #0 for gandalf : executing lo_tb_master_linux #3396 / waiting for hudson.remoting.Channel@25fa64f9:gandalf" Id=200716 Group=main TIMED_WAITING on hudson.remoting.UserRequest@1747279d
          at java.lang.Object.wait(Native Method)

          • waiting on hudson.remoting.UserRequest@1747279d
            at hudson.remoting.Request.call(Request.java:146)
            at hudson.remoting.Channel.call(Channel.java:752)
            at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179)
            at com.sun.proxy.$Proxy43.join(Unknown Source)
            at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992)
            at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
            at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
            at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
            at hudson.model.Build$BuildExecution.build(Build.java:205)
            at hudson.model.Build$BuildExecution.doRun(Build.java:162)
            at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
            at hudson.model.Run.execute(Run.java:1744)
            at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
            at hudson.model.ResourceController.execute(ResourceController.java:98)
            at hudson.model.Executor.run(Executor.java:374)

          Executor #0 for tb16 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4746 / waiting for hudson.remoting.Channel@304aa15a:tb16

          "Executor #0 for tb16 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4746 / waiting for hudson.remoting.Channel@304aa15a:tb16" Id=200310 Group=main TIMED_WAITING on hudson.remoting.UserRequest@70e15432
          at java.lang.Object.wait(Native Method)

          • waiting on hudson.remoting.UserRequest@70e15432
            at hudson.remoting.Request.call(Request.java:146)
            at hudson.remoting.Channel.call(Channel.java:752)
            at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179)
            at com.sun.proxy.$Proxy43.join(Unknown Source)
            at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992)
            at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
            at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
            at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
            at hudson.model.Build$BuildExecution.build(Build.java:205)
            at hudson.model.Build$BuildExecution.doRun(Build.java:162)
            at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
            at hudson.model.Run.execute(Run.java:1744)
            at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
            at hudson.model.ResourceController.execute(ResourceController.java:98)
            at hudson.model.Executor.run(Executor.java:374)

          Executor #0 for tb57 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4742 / waiting for hudson.remoting.Channel@242f388a:tb57

          "Executor #0 for tb57 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4742 / waiting for hudson.remoting.Channel@242f388a:tb57" Id=198317 Group=main TIMED_WAITING on hudson.remoting.UserRequest@34b79b43
          at java.lang.Object.wait(Native Method)

          • waiting on hudson.remoting.UserRequest@34b79b43
            at hudson.remoting.Request.call(Request.java:146)
            at hudson.remoting.Channel.call(Channel.java:752)
            at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179)
            at com.sun.proxy.$Proxy43.join(Unknown Source)
            at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992)
            at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
            at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
            at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
            at hudson.model.Build$BuildExecution.build(Build.java:205)
            at hudson.model.Build$BuildExecution.doRun(Build.java:162)
            at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
            at hudson.model.Run.execute(Run.java:1744)
            at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
            at hudson.model.ResourceController.execute(ResourceController.java:98)
            at hudson.model.Executor.run(Executor.java:374)

          Executor #0 for tb59 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=MacOSX #4746 / waiting for hudson.remoting.Channel@12f42f95:tb59

          "Executor #0 for tb59 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=MacOSX #4746 / waiting for hudson.remoting.Channel@12f42f95:tb59" Id=199901 Group=main TIMED_WAITING on hudson.remoting.UserRequest@4f044503
          at java.lang.Object.wait(Native Method)

          • waiting on hudson.remoting.UserRequest@4f044503
            at hudson.remoting.Request.call(Request.java:146)
            at hudson.remoting.Channel.call(Channel.java:752)
            at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179)
            at com.sun.proxy.$Proxy43.join(Unknown Source)
            at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992)
            at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
            at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
            at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
            at hudson.model.Build$BuildExecution.build(Build.java:205)
            at hudson.model.Build$BuildExecution.doRun(Build.java:162)
            at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
            at hudson.model.Run.execute(Run.java:1744)
            at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
            at hudson.model.ResourceController.execute(ResourceController.java:98)
            at hudson.model.Executor.run(Executor.java:374)

          Executor #0 for tb63 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Linux #4746 / waiting for hudson.remoting.Channel@21b6c01e:tb63

          "Executor #0 for tb63 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Linux #4746 / waiting for hudson.remoting.Channel@21b6c01e:tb63" Id=200359 Group=main TIMED_WAITING on hudson.remoting.UserRequest@562de99e
          at java.lang.Object.wait(Native Method)

          • waiting on hudson.remoting.UserRequest@562de99e
            at hudson.remoting.Request.call(Request.java:146)
            at hudson.remoting.Channel.call(Channel.java:752)
            at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179)
            at com.sun.proxy.$Proxy43.join(Unknown Source)
            at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992)
            at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
            at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
            at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
            at hudson.model.Build$BuildExecution.build(Build.java:205)
            at hudson.model.Build$BuildExecution.doRun(Build.java:162)
            at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
            at hudson.model.Run.execute(Run.java:1744)
            at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
            at hudson.model.ResourceController.execute(ResourceController.java:98)
            at hudson.model.Executor.run(Executor.java:374)

          Executor #0 for tb64 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Linux #4743 / waiting for hudson.remoting.Channel@43f9c35c:tb64

          "Executor #0 for tb64 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Linux #4743 / waiting for hudson.remoting.Channel@43f9c35c:tb64" Id=199200 Group=main TIMED_WAITING on hudson.remoting.UserRequest@2a58043c
          at java.lang.Object.wait(Native Method)

          • waiting on hudson.remoting.UserRequest@2a58043c
            at hudson.remoting.Request.call(Request.java:146)
            at hudson.remoting.Channel.call(Channel.java:752)
            at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179)
            at com.sun.proxy.$Proxy43.join(Unknown Source)
            at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992)
            at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
            at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
            at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
            at hudson.model.Build$BuildExecution.build(Build.java:205)
            at hudson.model.Build$BuildExecution.doRun(Build.java:162)
            at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
            at hudson.model.Run.execute(Run.java:1744)
            at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
            at hudson.model.ResourceController.execute(ResourceController.java:98)
            at hudson.model.Executor.run(Executor.java:374)

          Executor #0 for tb65 : executing lo_tb_master_win #3109 / waiting for hudson.remoting.Channel@7835dcd7:tb65

          "Executor #0 for tb65 : executing lo_tb_master_win #3109 / waiting for hudson.remoting.Channel@7835dcd7:tb65" Id=200777 Group=main TIMED_WAITING on hudson.remoting.UserRequest@1ba09803
          at java.lang.Object.wait(Native Method)

          • waiting on hudson.remoting.UserRequest@1ba09803
            at hudson.remoting.Request.call(Request.java:146)
            at hudson.remoting.Channel.call(Channel.java:752)
            at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179)
            at com.sun.proxy.$Proxy43.join(Unknown Source)
            at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992)
            at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
            at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
            at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
            at hudson.model.Build$BuildExecution.build(Build.java:205)
            at hudson.model.Build$BuildExecution.doRun(Build.java:162)
            at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
            at hudson.model.Run.execute(Run.java:1744)
            at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
            at hudson.model.ResourceController.execute(ResourceController.java:98)
            at hudson.model.Executor.run(Executor.java:374)

          Executor #0 for tb66 : executing lo_bibisect_mac_5_1 #7044 / waiting for hudson.remoting.Channel@42f39744:tb66

          "Executor #0 for tb66 : executing lo_bibisect_mac_5_1 #7044 / waiting for hudson.remoting.Channel@42f39744:tb66" Id=200734 Group=main TIMED_WAITING on hudson.remoting.UserRequest@6f15f4ac
          at java.lang.Object.wait(Native Method)

          • waiting on hudson.remoting.UserRequest@6f15f4ac
            at hudson.remoting.Request.call(Request.java:146)
            at hudson.remoting.Channel.call(Channel.java:752)
            at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179)
            at com.sun.proxy.$Proxy43.join(Unknown Source)
            at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992)
            at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
            at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
            at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
            at hudson.model.Build$BuildExecution.build(Build.java:205)
            at hudson.model.Build$BuildExecution.doRun(Build.java:162)
            at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
            at hudson.model.Run.execute(Run.java:1744)
            at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
            at hudson.model.ResourceController.execute(ResourceController.java:98)
            at hudson.model.Executor.run(Executor.java:374)

          Executor #0 for tb68-bytemark : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4745 / waiting for hudson.remoting.Channel@3a976052:tb68-bytemark

          "Executor #0 for tb68-bytemark : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4745 / waiting for hudson.remoting.Channel@3a976052:tb68-bytemark" Id=199728 Group=main TIMED_WAITING on hudson.remoting.UserRequest@3a27b693
          at java.lang.Object.wait(Native Method)

          • waiting on hudson.remoting.UserRequest@3a27b693
            at hudson.remoting.Request.call(Request.java:146)
            at hudson.remoting.Channel.call(Channel.java:752)
            at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179)
            at com.sun.proxy.$Proxy43.join(Unknown Source)
            at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992)
            at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
            at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
            at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
            at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
            at hudson.model.Build$BuildExecution.build(Build.java:205)
            at hudson.model.Build$BuildExecution.doRun(Build.java:162)
            at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
            at hudson.model.Run.execute(Run.java:1744)
            at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
            at hudson.model.ResourceController.execute(ResourceController.java:98)
            at hudson.model.Executor.run(Executor.java:374)

          FilePath.localPool 249

          "FilePath.localPool 249" Id=200654 Group=main RUNNABLE
          at sun.management.ThreadImpl.dumpThreads0(Native Method)
          at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
          at hudson.Functions.getThreadInfos(Functions.java:1175)
          at hudson.util.RemotingDiagnostics$GetThreadDump.call(RemotingDiagnostics.java:98)
          at hudson.util.RemotingDiagnostics$GetThreadDump.call(RemotingDiagnostics.java:95)
          at hudson.remoting.LocalChannel$1.call(LocalChannel.java:52)
          at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
          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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@597070f8

          Gerrit Worker EventThread_0

          "Gerrit Worker EventThread_0" Id=45 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
            at com.sonymobile.tools.gerrit.gerritevents.workers.EventThread.run(EventThread.java:65)
            at com.sonyericsson.hudson.plugins.gerrit.trigger.SystemEventThread.run(SystemEventThread.java:66)

          Gerrit Worker EventThread_1

          "Gerrit Worker EventThread_1" Id=46 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
            at com.sonymobile.tools.gerrit.gerritevents.workers.EventThread.run(EventThread.java:65)
            at com.sonyericsson.hudson.plugins.gerrit.trigger.SystemEventThread.run(SystemEventThread.java:66)

          Gerrit Worker EventThread_2

          "Gerrit Worker EventThread_2" Id=47 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
            at com.sonymobile.tools.gerrit.gerritevents.workers.EventThread.run(EventThread.java:65)
            at com.sonyericsson.hudson.plugins.gerrit.trigger.SystemEventThread.run(SystemEventThread.java:66)

          Gerrit-send-command-thread-178

          "Gerrit-send-command-thread-178" Id=200665 Group=main TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2b4a776
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2b4a776
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
            at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          Handling GET /threadDump from ::ffff:24.173.34.18 : RequestHandlerThread2303 Jenkins/threadDump.jelly

          "Handling GET /threadDump from ::ffff:24.173.34.18 : RequestHandlerThread2303 Jenkins/threadDump.jelly" Id=200744 Group=main RUNNABLE
          at java.lang.Throwable.fillInStackTrace(Native Method)
          at java.lang.Throwable.fillInStackTrace(Throwable.java:783)

          • locked hudson.remoting.Command$Source@2b54a80
            at java.lang.Throwable.<init>(Throwable.java:250)
            at java.lang.Exception.<init>(Exception.java:54)
            at hudson.remoting.Command$Source.<init>(Command.java:101)
            at hudson.remoting.Command.<init>(Command.java:67)
            at hudson.remoting.Command.<init>(Command.java:50)
            at hudson.remoting.Request.<init>(Request.java:98)
            at hudson.remoting.UserRequest.<init>(UserRequest.java:60)
            at hudson.remoting.Channel.callAsync(Channel.java:779)
            at hudson.util.RemotingDiagnostics.getThreadDumpAsync(RemotingDiagnostics.java:92)
            at jenkins.model.Jenkins.getAllThreadDumps(Jenkins.java:3002)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:258)
            at org.apache.commons.jexl.parser.ASTMethod.execute(ASTMethod.java:104)
            at org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:83)
            at org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:57)
            at org.apache.commons.jexl.parser.ASTReferenceExpression.value(ASTReferenceExpression.java:51)
            at org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:80)
            at hudson.ExpressionFactory2$JexlExpression.evaluate(ExpressionFactory2.java:74)
            at org.apache.commons.jelly.tags.core.CoreTagLibrary$3.run(CoreTagLibrary.java:134)
            at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
            at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99)
            at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91)
            at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
            at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
            at org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98)
            at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
            at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
            at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120)
            at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
            at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99)
            at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91)
            at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
            at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
            at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
            at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
            at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
            at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
            at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
            at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
            at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
            at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
            at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
            at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
            at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
            at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120)
            at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
            at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:95)
            at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:63)
            at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:53)
            at org.kohsuke.stapler.jelly.JellyFacet$1.dispatch(JellyFacet.java:95)
            at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
            at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
            at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
            at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
            at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)
            at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)
            at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:123)
            at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:198)
            at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:176)
            at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85)
            at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:99)
            at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:120)
            at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:58)
            at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:120)
            at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:114)
            at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
            at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
            at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
            at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
            at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
            at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
            at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)
            at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
            at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
            at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
            at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
            at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
            at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
            at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
            at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93)
            at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
            at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
            at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
            at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
            at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
            at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171)
            at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
            at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
            at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
            at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
            at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
            at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
            at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474)
            at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)
            at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
            at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533)
            at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
            at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
            at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
            at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
            at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
            at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
            at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
            at org.eclipse.jetty.server.Server.handle(Server.java:370)
            at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
            at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:949)
            at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1011)
            at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
            at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
            at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
            at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:668)
            at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
            at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@19a213b3

          HashSessionScavenger-0

          "HashSessionScavenger-0" Id=10 Group=main TIMED_WAITING on java.util.TaskQueue@1bed99ea
          at java.lang.Object.wait(Native Method)

          • waiting on java.util.TaskQueue@1bed99ea
            at java.util.TimerThread.mainLoop(Timer.java:552)
            at java.util.TimerThread.run(Timer.java:505)

          IM-Reconnector-Thread

          "IM-Reconnector-Thread" Id=40 Group=main WAITING on java.util.concurrent.Semaphore$NonfairSync@736ccd13
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.Semaphore$NonfairSync@736ccd13
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:994)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1303)
            at java.util.concurrent.Semaphore.acquire(Semaphore.java:317)
            at hudson.plugins.im.IMConnectionProvider$ConnectorRunnable.run(IMConnectionProvider.java:142)
            at java.lang.Thread.run(Thread.java:745)

          javamelody

          "javamelody" Id=43 Group=main TIMED_WAITING on java.util.TaskQueue@648549f4
          at java.lang.Object.wait(Native Method)

          • waiting on java.util.TaskQueue@648549f4
            at java.util.TimerThread.mainLoop(Timer.java:552)
            at java.util.TimerThread.run(Timer.java:505)

          Jenkins cron thread

          "Jenkins cron thread" Id=20 Group=main TIMED_WAITING on java.util.TaskQueue@7cf42592
          at java.lang.Object.wait(Native Method)

          • waiting on java.util.TaskQueue@7cf42592
            at java.util.TimerThread.mainLoop(Timer.java:552)
            at java.util.TimerThread.run(Timer.java:505)

          Jenkins UDP 33848 monitoring thread

          "Jenkins UDP 33848 monitoring thread" Id=206 Group=main RUNNABLE (in native)
          at java.net.PlainDatagramSocketImpl.receive0(Native Method)

          • locked java.net.PlainDatagramSocketImpl@26364433
            at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:146)
          • locked java.net.PlainDatagramSocketImpl@26364433
            at java.net.DatagramSocket.receive(DatagramSocket.java:816)
          • locked java.net.DatagramPacket@27af37a3
          • locked java.net.MulticastSocket@606dc2af
            at hudson.UDPBroadcastThread.run(UDPBroadcastThread.java:83)

          jenkins.util.Timer 10

          "jenkins.util.Timer 10" Id=86 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          jenkins.util.Timer 1

          "jenkins.util.Timer 1" Id=21 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          jenkins.util.Timer 2

          "jenkins.util.Timer 2" Id=42 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          jenkins.util.Timer 3

          "jenkins.util.Timer 3" Id=49 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          jenkins.util.Timer 4

          "jenkins.util.Timer 4" Id=50 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          jenkins.util.Timer 5

          "jenkins.util.Timer 5" Id=51 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          jenkins.util.Timer 6

          "jenkins.util.Timer 6" Id=52 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          jenkins.util.Timer 7

          "jenkins.util.Timer 7" Id=53 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          jenkins.util.Timer 8

          "jenkins.util.Timer 8" Id=54 Group=main TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          jenkins.util.Timer 9

          "jenkins.util.Timer 9" Id=55 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          JenkinsIsBusyListener 1

          "JenkinsIsBusyListener 1" Id=41 Group=main TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6aba65ba
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6aba65ba
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
            at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          JmDNS(vm145-documentfoundation-org.local.).State.Timer

          "JmDNS(vm145-documentfoundation-org.local.).State.Timer" Id=213 Group=main TIMED_WAITING on java.util.TaskQueue@53eb4ef
          at java.lang.Object.wait(Native Method)

          • waiting on java.util.TaskQueue@53eb4ef
            at java.util.TimerThread.mainLoop(Timer.java:552)
            at java.util.TimerThread.run(Timer.java:505)

          JmDNS(vm145-documentfoundation-org.local.).Timer

          "JmDNS(vm145-documentfoundation-org.local.).Timer" Id=212 Group=main TIMED_WAITING on java.util.TaskQueue@57d8b999
          at java.lang.Object.wait(Native Method)

          • waiting on java.util.TaskQueue@57d8b999
            at java.util.TimerThread.mainLoop(Timer.java:552)
            at java.util.TimerThread.run(Timer.java:505)

          LauncherControlThread[ControlPort=-1]

          "LauncherControlThread[ControlPort=-1]" Id=17 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at winstone.Launcher.run(Launcher.java:245)
          at java.lang.Thread.run(Thread.java:745)

          NioSocketAcceptor-1

          "NioSocketAcceptor-1" Id=174 Group=main RUNNABLE (in native)
          at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
          at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
          at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
          at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)

          • locked sun.nio.ch.Util$2@2a8daaae
          • locked java.util.Collections$UnmodifiableSet@3b160795
          • locked sun.nio.ch.EPollSelectorImpl@5aecd845
            at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
            at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
            at org.apache.mina.transport.socket.nio.NioSocketAcceptor.select(NioSocketAcceptor.java:238)
            at org.apache.mina.core.polling.AbstractPollingIoAcceptor$Acceptor.run(AbstractPollingIoAcceptor.java:432)
            at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@77225c00

          Ping thread for channel hudson.remoting.Channel@12f42f95:tb59

          "Ping thread for channel hudson.remoting.Channel@12f42f95:tb59" Id=378 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          Ping thread for channel hudson.remoting.Channel@21b6c01e:tb63

          "Ping thread for channel hudson.remoting.Channel@21b6c01e:tb63" Id=214 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          Ping thread for channel hudson.remoting.Channel@242f388a:tb57

          "Ping thread for channel hudson.remoting.Channel@242f388a:tb57" Id=142579 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          Ping thread for channel hudson.remoting.Channel@25fa64f9:gandalf

          "Ping thread for channel hudson.remoting.Channel@25fa64f9:gandalf" Id=199 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          Ping thread for channel hudson.remoting.Channel@2e5ce2db:tb31

          "Ping thread for channel hudson.remoting.Channel@2e5ce2db:tb31" Id=227 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          Ping thread for channel hudson.remoting.Channel@304aa15a:tb16

          "Ping thread for channel hudson.remoting.Channel@304aa15a:tb16" Id=121224 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          Ping thread for channel hudson.remoting.Channel@3a976052:tb68-bytemark

          "Ping thread for channel hudson.remoting.Channel@3a976052:tb68-bytemark" Id=157716 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          Ping thread for channel hudson.remoting.Channel@42f39744:tb66

          "Ping thread for channel hudson.remoting.Channel@42f39744:tb66" Id=860 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          Ping thread for channel hudson.remoting.Channel@43f9c35c:tb64

          "Ping thread for channel hudson.remoting.Channel@43f9c35c:tb64" Id=204 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          Ping thread for channel hudson.remoting.Channel@5e3b05b6:tb60

          "Ping thread for channel hudson.remoting.Channel@5e3b05b6:tb60" Id=242 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          Ping thread for channel hudson.remoting.Channel@6a7073c7:tb58

          "Ping thread for channel hudson.remoting.Channel@6a7073c7:tb58" Id=121259 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          Ping thread for channel hudson.remoting.Channel@7835dcd7:tb65

          "Ping thread for channel hudson.remoting.Channel@7835dcd7:tb65" Id=121214 Group=main TIMED_WAITING
          at java.lang.Thread.sleep(Native Method)
          at hudson.remoting.PingThread.run(PingThread.java:90)

          pool-67-thread-1

          "pool-67-thread-1" Id=182638 Group=main WAITING on com.trilead.ssh2.channel.Channel@17c0dead
          at java.lang.Object.wait(Native Method)

          • waiting on com.trilead.ssh2.channel.Channel@17c0dead
            at java.lang.Object.wait(Object.java:503)
            at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212)
            at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127)
            at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936)
            at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58)
            at com.trilead.ssh2.SFTPv3Client.readBytes(SFTPv3Client.java:215)
            at com.trilead.ssh2.SFTPv3Client.receiveMessage(SFTPv3Client.java:240)
            at com.trilead.ssh2.SFTPv3Client.write(SFTPv3Client.java:1340)
            at hudson.plugins.sshslaves.SFTPClient$1.write(SFTPClient.java:102)
            at java.io.OutputStream.write(OutputStream.java:75)
            at hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:1010)
            at hudson.plugins.sshslaves.SSHLauncher.access$300(SSHLauncher.java:133)
            at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:709)
            at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:696)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@4e50a8e3

          pool-9-thread-1

          "pool-9-thread-1" Id=332 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@263e0901
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@263e0901
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
            at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          RequestHandlerThread1 Selector0

          "RequestHandlerThread1 Selector0" Id=13 Group=main RUNNABLE
          at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
          at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
          at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
          at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)

          • locked sun.nio.ch.Util$2@e291eb0
          • locked java.util.Collections$UnmodifiableSet@1bfc6c1d
          • locked sun.nio.ch.EPollSelectorImpl@f7b9a58
            at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
            at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
            at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
            at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@62e88fdf

          RequestHandlerThread2 Selector1

          "RequestHandlerThread2 Selector1" Id=14 Group=main RUNNABLE
          at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
          at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
          at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
          at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)

          • locked sun.nio.ch.Util$2@4d7ddc43
          • locked java.util.Collections$UnmodifiableSet@5196f6b6
          • locked sun.nio.ch.EPollSelectorImpl@7079b550
            at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
            at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
            at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
            at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@5c671b80

          RequestHandlerThread3 Acceptor0 SelectChannelConnector@0.0.0.0:8082

          "RequestHandlerThread3 Acceptor0 SelectChannelConnector@0.0.0.0:8082" Id=15 Group=main BLOCKED on java.lang.Object@ced455 owned by "RequestHandlerThread4 Acceptor1 SelectChannelConnector@0.0.0.0:8082" Id=16
          at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225)

          • blocked on java.lang.Object@ced455
            at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
            at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
            at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@638a6d76

          RequestHandlerThread4 Acceptor1 SelectChannelConnector@0.0.0.0:8082

          "RequestHandlerThread4 Acceptor1 SelectChannelConnector@0.0.0.0:8082" Id=16 Group=main RUNNABLE (in native)
          at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
          at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241)

          • locked java.lang.Object@ced455
            at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
            at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
            at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
            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:745)

          Number of locked synchronizers = 1

          • java.util.concurrent.ThreadPoolExecutor$Worker@7fd9af09

          SocketListener(vm145-documentfoundation-org.local.)

          "SocketListener(vm145-documentfoundation-org.local.)" Id=211 Group=main RUNNABLE (in native)
          at java.net.PlainDatagramSocketImpl.receive0(Native Method)

          • locked java.net.PlainDatagramSocketImpl@558118dd
            at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:146)
          • locked java.net.PlainDatagramSocketImpl@558118dd
            at java.net.DatagramSocket.receive(DatagramSocket.java:816)
          • locked java.net.DatagramPacket@6227b85d
          • locked java.net.MulticastSocket@1db91403
            at javax.jmdns.impl.SocketListener.run(SocketListener.java:41)

          TCP slave agent listener port=0

          "TCP slave agent listener port=0" Id=205 Group=main RUNNABLE (in native)
          at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
          at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241)

          • locked java.lang.Object@4608a09e
            at hudson.TcpSlaveAgentListener.run(TcpSlaveAgentListener.java:95)

          Thread-10

          "Thread-10" Id=103 Group=main RUNNABLE (in native)
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-14

          "Thread-14" Id=107 Group=main RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-15

          "Thread-15" Id=108 Group=main RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:254)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-20

          "Thread-20" Id=210 Group=main TIMED_WAITING on com.jcraft.jsch.Channel$MyPipedInputStream@6f0e5418
          at java.lang.Object.wait(Native Method)

          • waiting on com.jcraft.jsch.Channel$MyPipedInputStream@6f0e5418
            at java.io.PipedInputStream.read(PipedInputStream.java:327)
            at java.io.PipedInputStream.read(PipedInputStream.java:378)
            at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
            at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
            at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
          • locked java.io.InputStreamReader@fee704b
            at java.io.InputStreamReader.read(InputStreamReader.java:184)
            at java.io.BufferedReader.fill(BufferedReader.java:154)
            at java.io.BufferedReader.readLine(BufferedReader.java:317)
          • locked java.io.InputStreamReader@fee704b
            at java.io.BufferedReader.readLine(BufferedReader.java:382)
            at com.sonymobile.tools.gerrit.gerritevents.GerritConnection.run(GerritConnection.java:341)

          Thread-2487

          "Thread-2487" Id=121185 Group=main RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-2488

          "Thread-2488" Id=121186 Group=main RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-2489

          "Thread-2489" Id=121187 Group=main RUNNABLE (in native)
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-2964

          "Thread-2964" Id=142570 Group=main RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-31

          "Thread-31" Id=850 Group=main RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-3325

          "Thread-3325" Id=157707 Group=main RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-3635

          "Thread-3635" Id=182639 Group=main RUNNABLE (in native)
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-7

          "Thread-7" Id=100 Group=main RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-8

          "Thread-8" Id=101 Group=main RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Thread-9

          "Thread-9" Id=102 Group=main RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79)
          at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108)
          at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232)
          at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693)
          at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489)
          at java.lang.Thread.run(Thread.java:745)

          Finalizer

          "Finalizer" Id=3 Group=system WAITING on java.lang.ref.ReferenceQueue$Lock@c13dff9
          at java.lang.Object.wait(Native Method)

          • waiting on java.lang.ref.ReferenceQueue$Lock@c13dff9
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
            at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)

          Java2D Disposer

          "Java2D Disposer" Id=11 Group=system WAITING on java.lang.ref.ReferenceQueue$Lock@7bd20f58
          at java.lang.Object.wait(Native Method)

          • waiting on java.lang.ref.ReferenceQueue$Lock@7bd20f58
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
            at sun.java2d.Disposer.run(Disposer.java:145)
            at java.lang.Thread.run(Thread.java:745)

          Reference Handler

          "Reference Handler" Id=2 Group=system WAITING on java.lang.ref.Reference$Lock@6cd55aa0
          at java.lang.Object.wait(Native Method)

          • waiting on java.lang.ref.Reference$Lock@6cd55aa0
            at java.lang.Object.wait(Object.java:503)
            at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)

          Signal Dispatcher

          "Signal Dispatcher" Id=4 Group=system RUNNABLE

          Computer.threadPoolForRemoting 6923

          "Computer.threadPoolForRemoting 6923" Id=200776 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
            at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
            at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          Computer.threadPoolForRemoting 6925

          "Computer.threadPoolForRemoting 6925" Id=200780 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
            at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
            at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          Computer.threadPoolForRemoting 6926

          "Computer.threadPoolForRemoting 6926" Id=200801 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
            at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
            at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          pool-1-listenerThread-11133

          "pool-1-listenerThread-11133" Id=200799 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@6d66cb44
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.SynchronousQueue$TransferStack@6d66cb44
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
            at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
            at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          pool-1-listenerThread-11134

          "pool-1-listenerThread-11134" Id=200800 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@6d66cb44
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.SynchronousQueue$TransferStack@6d66cb44
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
            at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
            at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          Proc.executor 11611

          "Proc.executor 11611" Id=200787 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@6251b615
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.SynchronousQueue$TransferStack@6251b615
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
            at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
            at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          Proc.executor 11612

          "Proc.executor 11612" Id=200798 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@6251b615
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.SynchronousQueue$TransferStack@6251b615
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
            at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
            at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          process reaper

          "process reaper" Id=200783 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4c77918a
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.SynchronousQueue$TransferStack@4c77918a
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
            at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
            at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          RequestHandlerThread2304

          "RequestHandlerThread2304" Id=200745 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4b29af73
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.SynchronousQueue$TransferStack@4b29af73
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
            at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
            at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          SCMTrigger 11554

          "SCMTrigger 11554" Id=200781 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2a8aa286
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.SynchronousQueue$TransferStack@2a8aa286
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
            at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
            at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          SCMTrigger 11555

          "SCMTrigger 11555" Id=200782 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2a8aa286
          at sun.misc.Unsafe.park(Native Method)

          • waiting on java.util.concurrent.SynchronousQueue$TransferStack@2a8aa286
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
            at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
            at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
            at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)

          Norbert Thiebaud added a comment - still happen in 1.616 /threadDump bot2-input "bot2-input" Id=9267 Group=main RUNNABLE (in native) at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) locked java.io.InputStreamReader@6a22794c at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:154) at java.io.BufferedReader.readLine(BufferedReader.java:317) locked java.io.InputStreamReader@6a22794c at java.io.BufferedReader.readLine(BufferedReader.java:382) at org.pircbotx.InputThread.run(InputThread.java:81) bot2-output "bot2-output" Id=9268 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d49a303 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d49a303 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at org.pircbotx.OutputThread.run(OutputThread.java:101) Channel reader thread: gandalf "Channel reader thread: gandalf" Id=175 Group=main WAITING on com.trilead.ssh2.channel.Channel@60c6b98e at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@60c6b98e at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) Channel reader thread: tb16 "Channel reader thread: tb16" Id=121215 Group=main WAITING on com.trilead.ssh2.channel.Channel@1d46c3bb at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@1d46c3bb at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) Channel reader thread: tb31 "Channel reader thread: tb31" Id=226 Group=main WAITING on com.trilead.ssh2.channel.Channel@2a4e7664 at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@2a4e7664 at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) Channel reader thread: tb57 "Channel reader thread: tb57" Id=142578 Group=main WAITING on com.trilead.ssh2.channel.Channel@944ffed at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@944ffed at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) Channel reader thread: tb58 "Channel reader thread: tb58" Id=121233 Group=main WAITING on com.trilead.ssh2.channel.Channel@10fe255c at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@10fe255c at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) Channel reader thread: tb59 "Channel reader thread: tb59" Id=377 Group=main RUNNABLE at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) Channel reader thread: tb60 "Channel reader thread: tb60" Id=228 Group=main WAITING on com.trilead.ssh2.channel.Channel@32c13444 at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@32c13444 at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) Channel reader thread: tb63 "Channel reader thread: tb63" Id=201 Group=main WAITING on com.trilead.ssh2.channel.Channel@fcd4b7e at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@fcd4b7e at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) Channel reader thread: tb64 "Channel reader thread: tb64" Id=193 Group=main WAITING on com.trilead.ssh2.channel.Channel@6f17454c at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@6f17454c at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) Channel reader thread: tb65 "Channel reader thread: tb65" Id=121213 Group=main WAITING on com.trilead.ssh2.channel.Channel@10dc3901 at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@10dc3901 at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) Channel reader thread: tb66 "Channel reader thread: tb66" Id=859 Group=main WAITING on com.trilead.ssh2.channel.Channel@6d6d5a37 at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@6d6d5a37 at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) Channel reader thread: tb68-bytemark "Channel reader thread: tb68-bytemark" Id=157715 Group=main WAITING on com.trilead.ssh2.channel.Channel@214e0568 at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@214e0568 at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:79) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:82) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) com.sonymobile.tools.gerrit.gerritevents.watchdog.StreamWatchdog "com.sonymobile.tools.gerrit.gerritevents.watchdog.StreamWatchdog" Id=200163 Group=main TIMED_WAITING on java.util.TaskQueue@4918f9e9 at java.lang.Object.wait(Native Method) waiting on java.util.TaskQueue@4918f9e9 at java.util.TimerThread.mainLoop(Timer.java:552) at java.util.TimerThread.run(Timer.java:505) Computer.threadPoolForRemoting 6226 "Computer.threadPoolForRemoting 6226 " Id=182562 Group=main WAITING on java.util.concurrent.FutureTask@4b06a54b at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.FutureTask@4b06a54b at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:425) at java.util.concurrent.FutureTask.get(FutureTask.java:187) at java.util.concurrent.AbstractExecutorService.invokeAll(AbstractExecutorService.java:243) at java.util.concurrent.Executors$DelegatedExecutorService.invokeAll(Executors.java:648) at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:733) locked hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:243) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@62d34b6d Computer.threadPoolForRemoting 6314 "Computer.threadPoolForRemoting 6314 " Id=186778 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@4e381590 Computer.threadPoolForRemoting 6336 "Computer.threadPoolForRemoting 6336 " Id=187468 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@27715dfa Computer.threadPoolForRemoting 6369 "Computer.threadPoolForRemoting 6369 " Id=188488 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@2a1eb134 Computer.threadPoolForRemoting 6409 "Computer.threadPoolForRemoting 6409 " Id=189278 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@12417f8a Computer.threadPoolForRemoting 6454 "Computer.threadPoolForRemoting 6454 " Id=190184 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@1961975e Computer.threadPoolForRemoting 6482 "Computer.threadPoolForRemoting 6482 " Id=191089 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@58006381 Computer.threadPoolForRemoting 6535 "Computer.threadPoolForRemoting 6535 " Id=192178 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@c1fd15c Computer.threadPoolForRemoting 6600 "Computer.threadPoolForRemoting 6600 " Id=193137 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@8ab192c Computer.threadPoolForRemoting 6621 "Computer.threadPoolForRemoting 6621 " Id=193948 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@73da76c7 Computer.threadPoolForRemoting 6647 "Computer.threadPoolForRemoting 6647 " Id=194805 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@4ddd2190 Computer.threadPoolForRemoting 6672 "Computer.threadPoolForRemoting 6672 " Id=195703 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@261e2871 Computer.threadPoolForRemoting 6722 "Computer.threadPoolForRemoting 6722 " Id=196680 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@3f86e3e0 Computer.threadPoolForRemoting 6750 "Computer.threadPoolForRemoting 6750 " Id=197490 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@21fa667a Computer.threadPoolForRemoting 6772 "Computer.threadPoolForRemoting 6772 " Id=198409 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@97c542e Computer.threadPoolForRemoting 6832 "Computer.threadPoolForRemoting 6832 " Id=199559 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@53ff15aa Computer.threadPoolForRemoting 6901 "Computer.threadPoolForRemoting 6901 " Id=200419 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:693) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:243) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@72eefc19 Computer.threadPoolForRemoting 6910 "Computer.threadPoolForRemoting 6910 " Id=200485 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@1b035ac3 Computer.threadPoolForRemoting 6911 "Computer.threadPoolForRemoting 6911 " Id=200486 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:693) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:243) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@434840f7 Computer.threadPoolForRemoting 6914 "Computer.threadPoolForRemoting 6914 " Id=200530 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:1187) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:608) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@65119d91 Computer.threadPoolForRemoting 6919 "Computer.threadPoolForRemoting 6919 " Id=200615 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:693) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:243) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@112215db Computer.threadPoolForRemoting 6920 "Computer.threadPoolForRemoting 6920 " Id=200679 Group=main BLOCKED on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 owned by "Computer.threadPoolForRemoting 6226 " Id=182562 at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:693) blocked on hudson.plugins.sshslaves.SSHLauncher@14a1ae37 at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:243) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@1b8859c8 Computer.threadPoolForRemoting 6924 "Computer.threadPoolForRemoting 6924 " Id=200779 Group=main RUNNABLE at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.net.SocketOutputStream.write(SocketOutputStream.java:159) at com.trilead.ssh2.crypto.cipher.CipherOutputStream.flush(CipherOutputStream.java:75) at com.trilead.ssh2.transport.TransportConnection.sendMessage(TransportConnection.java:193) at com.trilead.ssh2.transport.TransportConnection.sendMessage(TransportConnection.java:107) at com.trilead.ssh2.transport.TransportManager.sendMessage(TransportManager.java:677) locked java.lang.Object@36f1e3d5 at com.trilead.ssh2.channel.ChannelManager.sendData(ChannelManager.java:429) locked java.lang.Object@42a4d121 at com.trilead.ssh2.channel.ChannelOutputStream.write(ChannelOutputStream.java:63) at hudson.remoting.ChunkedOutputStream.sendFrame(ChunkedOutputStream.java:94) at hudson.remoting.ChunkedOutputStream.sendBreak(ChunkedOutputStream.java:66) at hudson.remoting.ChunkedCommandTransport.writeBlock(ChunkedCommandTransport.java:46) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.write(AbstractSynchronousByteArrayCommandTransport.java:45) at hudson.remoting.Channel.send(Channel.java:554) locked hudson.remoting.Channel@12f42f95 at hudson.remoting.ProxyOutputStream$Chunk$1.run(ProxyOutputStream.java:260) at hudson.remoting.PipeWriter$1.run(PipeWriter.java:158) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18) at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:21) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@2e05497b Connect thread gerrit.libreoffice.org session "Connect thread gerrit.libreoffice.org session" Id=200162 Group=main RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.jcraft.jsch.IO.getByte(IO.java:82) at com.jcraft.jsch.Session.read(Session.java:908) at com.jcraft.jsch.Session.run(Session.java:1378) at java.lang.Thread.run(Thread.java:745) DestroyJavaVM "DestroyJavaVM" Id=19 Group=main RUNNABLE Executor #-1 for master : executing lo_gerrit_master #4742 "Executor #-1 for master : executing lo_gerrit_master #4742" Id=198716 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.matrix.DefaultMatrixExecutionStrategyImpl.waitForCompletion(DefaultMatrixExecutionStrategyImpl.java:293) at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:162) at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:352) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.matrix.MatrixBuild.run(MatrixBuild.java:301) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #-1 for master : executing lo_gerrit_master #4743 "Executor #-1 for master : executing lo_gerrit_master #4743" Id=199044 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.matrix.DefaultMatrixExecutionStrategyImpl.waitForCompletion(DefaultMatrixExecutionStrategyImpl.java:293) at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:162) at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:352) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.matrix.MatrixBuild.run(MatrixBuild.java:301) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #-1 for master : executing lo_gerrit_master #4745 "Executor #-1 for master : executing lo_gerrit_master #4745" Id=199681 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.matrix.DefaultMatrixExecutionStrategyImpl.waitForCompletion(DefaultMatrixExecutionStrategyImpl.java:293) at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:162) at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:352) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.matrix.MatrixBuild.run(MatrixBuild.java:301) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #-1 for master : executing lo_gerrit_master #4746 "Executor #-1 for master : executing lo_gerrit_master #4746" Id=200664 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.matrix.DefaultMatrixExecutionStrategyImpl.waitForCompletion(DefaultMatrixExecutionStrategyImpl.java:293) at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:162) at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:352) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.matrix.MatrixBuild.run(MatrixBuild.java:301) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #0 for gandalf : executing lo_tb_master_linux #3396 / waiting for hudson.remoting.Channel@25fa64f9:gandalf "Executor #0 for gandalf : executing lo_tb_master_linux #3396 / waiting for hudson.remoting.Channel@25fa64f9:gandalf" Id=200716 Group=main TIMED_WAITING on hudson.remoting.UserRequest@1747279d at java.lang.Object.wait(Native Method) waiting on hudson.remoting.UserRequest@1747279d at hudson.remoting.Request.call(Request.java:146) at hudson.remoting.Channel.call(Channel.java:752) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179) at com.sun.proxy.$Proxy43.join(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992) at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #0 for tb16 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4746 / waiting for hudson.remoting.Channel@304aa15a:tb16 "Executor #0 for tb16 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4746 / waiting for hudson.remoting.Channel@304aa15a:tb16" Id=200310 Group=main TIMED_WAITING on hudson.remoting.UserRequest@70e15432 at java.lang.Object.wait(Native Method) waiting on hudson.remoting.UserRequest@70e15432 at hudson.remoting.Request.call(Request.java:146) at hudson.remoting.Channel.call(Channel.java:752) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179) at com.sun.proxy.$Proxy43.join(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992) at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #0 for tb57 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4742 / waiting for hudson.remoting.Channel@242f388a:tb57 "Executor #0 for tb57 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4742 / waiting for hudson.remoting.Channel@242f388a:tb57" Id=198317 Group=main TIMED_WAITING on hudson.remoting.UserRequest@34b79b43 at java.lang.Object.wait(Native Method) waiting on hudson.remoting.UserRequest@34b79b43 at hudson.remoting.Request.call(Request.java:146) at hudson.remoting.Channel.call(Channel.java:752) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179) at com.sun.proxy.$Proxy43.join(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992) at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #0 for tb59 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=MacOSX #4746 / waiting for hudson.remoting.Channel@12f42f95:tb59 "Executor #0 for tb59 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=MacOSX #4746 / waiting for hudson.remoting.Channel@12f42f95:tb59" Id=199901 Group=main TIMED_WAITING on hudson.remoting.UserRequest@4f044503 at java.lang.Object.wait(Native Method) waiting on hudson.remoting.UserRequest@4f044503 at hudson.remoting.Request.call(Request.java:146) at hudson.remoting.Channel.call(Channel.java:752) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179) at com.sun.proxy.$Proxy43.join(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992) at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #0 for tb63 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Linux #4746 / waiting for hudson.remoting.Channel@21b6c01e:tb63 "Executor #0 for tb63 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Linux #4746 / waiting for hudson.remoting.Channel@21b6c01e:tb63" Id=200359 Group=main TIMED_WAITING on hudson.remoting.UserRequest@562de99e at java.lang.Object.wait(Native Method) waiting on hudson.remoting.UserRequest@562de99e at hudson.remoting.Request.call(Request.java:146) at hudson.remoting.Channel.call(Channel.java:752) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179) at com.sun.proxy.$Proxy43.join(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992) at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #0 for tb64 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Linux #4743 / waiting for hudson.remoting.Channel@43f9c35c:tb64 "Executor #0 for tb64 : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Linux #4743 / waiting for hudson.remoting.Channel@43f9c35c:tb64" Id=199200 Group=main TIMED_WAITING on hudson.remoting.UserRequest@2a58043c at java.lang.Object.wait(Native Method) waiting on hudson.remoting.UserRequest@2a58043c at hudson.remoting.Request.call(Request.java:146) at hudson.remoting.Channel.call(Channel.java:752) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179) at com.sun.proxy.$Proxy43.join(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992) at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #0 for tb65 : executing lo_tb_master_win #3109 / waiting for hudson.remoting.Channel@7835dcd7:tb65 "Executor #0 for tb65 : executing lo_tb_master_win #3109 / waiting for hudson.remoting.Channel@7835dcd7:tb65" Id=200777 Group=main TIMED_WAITING on hudson.remoting.UserRequest@1ba09803 at java.lang.Object.wait(Native Method) waiting on hudson.remoting.UserRequest@1ba09803 at hudson.remoting.Request.call(Request.java:146) at hudson.remoting.Channel.call(Channel.java:752) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179) at com.sun.proxy.$Proxy43.join(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992) at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #0 for tb66 : executing lo_bibisect_mac_5_1 #7044 / waiting for hudson.remoting.Channel@42f39744:tb66 "Executor #0 for tb66 : executing lo_bibisect_mac_5_1 #7044 / waiting for hudson.remoting.Channel@42f39744:tb66" Id=200734 Group=main TIMED_WAITING on hudson.remoting.UserRequest@6f15f4ac at java.lang.Object.wait(Native Method) waiting on hudson.remoting.UserRequest@6f15f4ac at hudson.remoting.Request.call(Request.java:146) at hudson.remoting.Channel.call(Channel.java:752) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179) at com.sun.proxy.$Proxy43.join(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992) at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Executor #0 for tb68-bytemark : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4745 / waiting for hudson.remoting.Channel@3a976052:tb68-bytemark "Executor #0 for tb68-bytemark : executing lo_gerrit_master/Gerrit=Gerrit,Platform=Windows #4745 / waiting for hudson.remoting.Channel@3a976052:tb68-bytemark" Id=199728 Group=main TIMED_WAITING on hudson.remoting.UserRequest@3a27b693 at java.lang.Object.wait(Native Method) waiting on hudson.remoting.UserRequest@3a27b693 at hudson.remoting.Request.call(Request.java:146) at hudson.remoting.Channel.call(Channel.java:752) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179) at com.sun.proxy.$Proxy43.join(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992) at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1744) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) FilePath.localPool 249 "FilePath.localPool 249 " Id=200654 Group=main RUNNABLE at sun.management.ThreadImpl.dumpThreads0(Native Method) at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446) at hudson.Functions.getThreadInfos(Functions.java:1175) at hudson.util.RemotingDiagnostics$GetThreadDump.call(RemotingDiagnostics.java:98) at hudson.util.RemotingDiagnostics$GetThreadDump.call(RemotingDiagnostics.java:95) at hudson.remoting.LocalChannel$1.call(LocalChannel.java:52) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@597070f8 Gerrit Worker EventThread_0 "Gerrit Worker EventThread_0" Id=45 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.sonymobile.tools.gerrit.gerritevents.workers.EventThread.run(EventThread.java:65) at com.sonyericsson.hudson.plugins.gerrit.trigger.SystemEventThread.run(SystemEventThread.java:66) Gerrit Worker EventThread_1 "Gerrit Worker EventThread_1" Id=46 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.sonymobile.tools.gerrit.gerritevents.workers.EventThread.run(EventThread.java:65) at com.sonyericsson.hudson.plugins.gerrit.trigger.SystemEventThread.run(SystemEventThread.java:66) Gerrit Worker EventThread_2 "Gerrit Worker EventThread_2" Id=47 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7218ca16 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.sonymobile.tools.gerrit.gerritevents.workers.EventThread.run(EventThread.java:65) at com.sonyericsson.hudson.plugins.gerrit.trigger.SystemEventThread.run(SystemEventThread.java:66) Gerrit-send-command-thread-178 "Gerrit-send-command-thread-178" Id=200665 Group=main TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2b4a776 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2b4a776 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Handling GET /threadDump from ::ffff:24.173.34.18 : RequestHandlerThread 2303 Jenkins/threadDump.jelly "Handling GET /threadDump from ::ffff:24.173.34.18 : RequestHandlerThread 2303 Jenkins/threadDump.jelly" Id=200744 Group=main RUNNABLE at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Throwable.java:783) locked hudson.remoting.Command$Source@2b54a80 at java.lang.Throwable.<init>(Throwable.java:250) at java.lang.Exception.<init>(Exception.java:54) at hudson.remoting.Command$Source.<init>(Command.java:101) at hudson.remoting.Command.<init>(Command.java:67) at hudson.remoting.Command.<init>(Command.java:50) at hudson.remoting.Request.<init>(Request.java:98) at hudson.remoting.UserRequest.<init>(UserRequest.java:60) at hudson.remoting.Channel.callAsync(Channel.java:779) at hudson.util.RemotingDiagnostics.getThreadDumpAsync(RemotingDiagnostics.java:92) at jenkins.model.Jenkins.getAllThreadDumps(Jenkins.java:3002) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:258) at org.apache.commons.jexl.parser.ASTMethod.execute(ASTMethod.java:104) at org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:83) at org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:57) at org.apache.commons.jexl.parser.ASTReferenceExpression.value(ASTReferenceExpression.java:51) at org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:80) at hudson.ExpressionFactory2$JexlExpression.evaluate(ExpressionFactory2.java:74) at org.apache.commons.jelly.tags.core.CoreTagLibrary$3.run(CoreTagLibrary.java:134) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:95) at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:63) at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:53) at org.kohsuke.stapler.jelly.JellyFacet$1.dispatch(JellyFacet.java:95) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:123) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:198) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:176) at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85) at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:99) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:120) at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:58) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:120) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:114) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249) at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76) at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) at org.eclipse.jetty.server.Server.handle(Server.java:370) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489) at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:949) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1011) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:668) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@19a213b3 HashSessionScavenger-0 "HashSessionScavenger-0" Id=10 Group=main TIMED_WAITING on java.util.TaskQueue@1bed99ea at java.lang.Object.wait(Native Method) waiting on java.util.TaskQueue@1bed99ea at java.util.TimerThread.mainLoop(Timer.java:552) at java.util.TimerThread.run(Timer.java:505) IM-Reconnector-Thread "IM-Reconnector-Thread" Id=40 Group=main WAITING on java.util.concurrent.Semaphore$NonfairSync@736ccd13 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.Semaphore$NonfairSync@736ccd13 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834) at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:994) at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1303) at java.util.concurrent.Semaphore.acquire(Semaphore.java:317) at hudson.plugins.im.IMConnectionProvider$ConnectorRunnable.run(IMConnectionProvider.java:142) at java.lang.Thread.run(Thread.java:745) javamelody "javamelody" Id=43 Group=main TIMED_WAITING on java.util.TaskQueue@648549f4 at java.lang.Object.wait(Native Method) waiting on java.util.TaskQueue@648549f4 at java.util.TimerThread.mainLoop(Timer.java:552) at java.util.TimerThread.run(Timer.java:505) Jenkins cron thread "Jenkins cron thread" Id=20 Group=main TIMED_WAITING on java.util.TaskQueue@7cf42592 at java.lang.Object.wait(Native Method) waiting on java.util.TaskQueue@7cf42592 at java.util.TimerThread.mainLoop(Timer.java:552) at java.util.TimerThread.run(Timer.java:505) Jenkins UDP 33848 monitoring thread "Jenkins UDP 33848 monitoring thread" Id=206 Group=main RUNNABLE (in native) at java.net.PlainDatagramSocketImpl.receive0(Native Method) locked java.net.PlainDatagramSocketImpl@26364433 at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:146) locked java.net.PlainDatagramSocketImpl@26364433 at java.net.DatagramSocket.receive(DatagramSocket.java:816) locked java.net.DatagramPacket@27af37a3 locked java.net.MulticastSocket@606dc2af at hudson.UDPBroadcastThread.run(UDPBroadcastThread.java:83) jenkins.util.Timer 10 "jenkins.util.Timer 10 " Id=86 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) jenkins.util.Timer 1 "jenkins.util.Timer 1 " Id=21 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) jenkins.util.Timer 2 "jenkins.util.Timer 2 " Id=42 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) jenkins.util.Timer 3 "jenkins.util.Timer 3 " Id=49 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) jenkins.util.Timer 4 "jenkins.util.Timer 4 " Id=50 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) jenkins.util.Timer 5 "jenkins.util.Timer 5 " Id=51 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) jenkins.util.Timer 6 "jenkins.util.Timer 6 " Id=52 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) jenkins.util.Timer 7 "jenkins.util.Timer 7 " Id=53 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) jenkins.util.Timer 8 "jenkins.util.Timer 8 " Id=54 Group=main TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) jenkins.util.Timer 9 "jenkins.util.Timer 9 " Id=55 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@736ac8a5 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) JenkinsIsBusyListener 1 "JenkinsIsBusyListener 1 " Id=41 Group=main TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6aba65ba at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6aba65ba at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) JmDNS(vm145-documentfoundation-org.local.).State.Timer "JmDNS(vm145-documentfoundation-org.local.).State.Timer" Id=213 Group=main TIMED_WAITING on java.util.TaskQueue@53eb4ef at java.lang.Object.wait(Native Method) waiting on java.util.TaskQueue@53eb4ef at java.util.TimerThread.mainLoop(Timer.java:552) at java.util.TimerThread.run(Timer.java:505) JmDNS(vm145-documentfoundation-org.local.).Timer "JmDNS(vm145-documentfoundation-org.local.).Timer" Id=212 Group=main TIMED_WAITING on java.util.TaskQueue@57d8b999 at java.lang.Object.wait(Native Method) waiting on java.util.TaskQueue@57d8b999 at java.util.TimerThread.mainLoop(Timer.java:552) at java.util.TimerThread.run(Timer.java:505) LauncherControlThread [ControlPort=-1] "LauncherControlThread [ControlPort=-1] " Id=17 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at winstone.Launcher.run(Launcher.java:245) at java.lang.Thread.run(Thread.java:745) NioSocketAcceptor-1 "NioSocketAcceptor-1" Id=174 Group=main RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87) locked sun.nio.ch.Util$2@2a8daaae locked java.util.Collections$UnmodifiableSet@3b160795 locked sun.nio.ch.EPollSelectorImpl@5aecd845 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102) at org.apache.mina.transport.socket.nio.NioSocketAcceptor.select(NioSocketAcceptor.java:238) at org.apache.mina.core.polling.AbstractPollingIoAcceptor$Acceptor.run(AbstractPollingIoAcceptor.java:432) at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@77225c00 Ping thread for channel hudson.remoting.Channel@12f42f95:tb59 "Ping thread for channel hudson.remoting.Channel@12f42f95:tb59" Id=378 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) Ping thread for channel hudson.remoting.Channel@21b6c01e:tb63 "Ping thread for channel hudson.remoting.Channel@21b6c01e:tb63" Id=214 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) Ping thread for channel hudson.remoting.Channel@242f388a:tb57 "Ping thread for channel hudson.remoting.Channel@242f388a:tb57" Id=142579 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) Ping thread for channel hudson.remoting.Channel@25fa64f9:gandalf "Ping thread for channel hudson.remoting.Channel@25fa64f9:gandalf" Id=199 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) Ping thread for channel hudson.remoting.Channel@2e5ce2db:tb31 "Ping thread for channel hudson.remoting.Channel@2e5ce2db:tb31" Id=227 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) Ping thread for channel hudson.remoting.Channel@304aa15a:tb16 "Ping thread for channel hudson.remoting.Channel@304aa15a:tb16" Id=121224 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) Ping thread for channel hudson.remoting.Channel@3a976052:tb68-bytemark "Ping thread for channel hudson.remoting.Channel@3a976052:tb68-bytemark" Id=157716 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) Ping thread for channel hudson.remoting.Channel@42f39744:tb66 "Ping thread for channel hudson.remoting.Channel@42f39744:tb66" Id=860 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) Ping thread for channel hudson.remoting.Channel@43f9c35c:tb64 "Ping thread for channel hudson.remoting.Channel@43f9c35c:tb64" Id=204 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) Ping thread for channel hudson.remoting.Channel@5e3b05b6:tb60 "Ping thread for channel hudson.remoting.Channel@5e3b05b6:tb60" Id=242 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) Ping thread for channel hudson.remoting.Channel@6a7073c7:tb58 "Ping thread for channel hudson.remoting.Channel@6a7073c7:tb58" Id=121259 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) Ping thread for channel hudson.remoting.Channel@7835dcd7:tb65 "Ping thread for channel hudson.remoting.Channel@7835dcd7:tb65" Id=121214 Group=main TIMED_WAITING at java.lang.Thread.sleep(Native Method) at hudson.remoting.PingThread.run(PingThread.java:90) pool-67-thread-1 "pool-67-thread-1" Id=182638 Group=main WAITING on com.trilead.ssh2.channel.Channel@17c0dead at java.lang.Object.wait(Native Method) waiting on com.trilead.ssh2.channel.Channel@17c0dead at java.lang.Object.wait(Object.java:503) at com.trilead.ssh2.channel.FifoBuffer.read(FifoBuffer.java:212) at com.trilead.ssh2.channel.Channel$Output.read(Channel.java:127) at com.trilead.ssh2.channel.ChannelManager.getChannelData(ChannelManager.java:936) at com.trilead.ssh2.channel.ChannelInputStream.read(ChannelInputStream.java:58) at com.trilead.ssh2.SFTPv3Client.readBytes(SFTPv3Client.java:215) at com.trilead.ssh2.SFTPv3Client.receiveMessage(SFTPv3Client.java:240) at com.trilead.ssh2.SFTPv3Client.write(SFTPv3Client.java:1340) at hudson.plugins.sshslaves.SFTPClient$1.write(SFTPClient.java:102) at java.io.OutputStream.write(OutputStream.java:75) at hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:1010) at hudson.plugins.sshslaves.SSHLauncher.access$300(SSHLauncher.java:133) at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:709) at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:696) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@4e50a8e3 pool-9-thread-1 "pool-9-thread-1" Id=332 Group=main WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@263e0901 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@263e0901 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) RequestHandlerThread 1 Selector0 "RequestHandlerThread 1 Selector0" Id=13 Group=main RUNNABLE at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87) locked sun.nio.ch.Util$2@e291eb0 locked java.util.Collections$UnmodifiableSet@1bfc6c1d locked sun.nio.ch.EPollSelectorImpl@f7b9a58 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98) at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569) at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290) at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@62e88fdf RequestHandlerThread 2 Selector1 "RequestHandlerThread 2 Selector1" Id=14 Group=main RUNNABLE at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87) locked sun.nio.ch.Util$2@4d7ddc43 locked java.util.Collections$UnmodifiableSet@5196f6b6 locked sun.nio.ch.EPollSelectorImpl@7079b550 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98) at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569) at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290) at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@5c671b80 RequestHandlerThread 3 Acceptor0 SelectChannelConnector@0.0.0.0:8082 "RequestHandlerThread 3 Acceptor0 SelectChannelConnector@0.0.0.0:8082" Id=15 Group=main BLOCKED on java.lang.Object@ced455 owned by "RequestHandlerThread 4 Acceptor1 SelectChannelConnector@0.0.0.0:8082" Id=16 at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225) blocked on java.lang.Object@ced455 at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@638a6d76 RequestHandlerThread 4 Acceptor1 SelectChannelConnector@0.0.0.0:8082 "RequestHandlerThread 4 Acceptor1 SelectChannelConnector@0.0.0.0:8082" Id=16 Group=main RUNNABLE (in native) at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241) locked java.lang.Object@ced455 at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) 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:745) Number of locked synchronizers = 1 java.util.concurrent.ThreadPoolExecutor$Worker@7fd9af09 SocketListener(vm145-documentfoundation-org.local.) "SocketListener(vm145-documentfoundation-org.local.)" Id=211 Group=main RUNNABLE (in native) at java.net.PlainDatagramSocketImpl.receive0(Native Method) locked java.net.PlainDatagramSocketImpl@558118dd at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:146) locked java.net.PlainDatagramSocketImpl@558118dd at java.net.DatagramSocket.receive(DatagramSocket.java:816) locked java.net.DatagramPacket@6227b85d locked java.net.MulticastSocket@1db91403 at javax.jmdns.impl.SocketListener.run(SocketListener.java:41) TCP slave agent listener port=0 "TCP slave agent listener port=0" Id=205 Group=main RUNNABLE (in native) at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241) locked java.lang.Object@4608a09e at hudson.TcpSlaveAgentListener.run(TcpSlaveAgentListener.java:95) Thread-10 "Thread-10" Id=103 Group=main RUNNABLE (in native) at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-14 "Thread-14" Id=107 Group=main RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-15 "Thread-15" Id=108 Group=main RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:254) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-20 "Thread-20" Id=210 Group=main TIMED_WAITING on com.jcraft.jsch.Channel$MyPipedInputStream@6f0e5418 at java.lang.Object.wait(Native Method) waiting on com.jcraft.jsch.Channel$MyPipedInputStream@6f0e5418 at java.io.PipedInputStream.read(PipedInputStream.java:327) at java.io.PipedInputStream.read(PipedInputStream.java:378) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) locked java.io.InputStreamReader@fee704b at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:154) at java.io.BufferedReader.readLine(BufferedReader.java:317) locked java.io.InputStreamReader@fee704b at java.io.BufferedReader.readLine(BufferedReader.java:382) at com.sonymobile.tools.gerrit.gerritevents.GerritConnection.run(GerritConnection.java:341) Thread-2487 "Thread-2487" Id=121185 Group=main RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-2488 "Thread-2488" Id=121186 Group=main RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-2489 "Thread-2489" Id=121187 Group=main RUNNABLE (in native) at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-2964 "Thread-2964" Id=142570 Group=main RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-31 "Thread-31" Id=850 Group=main RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-3325 "Thread-3325" Id=157707 Group=main RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-3635 "Thread-3635" Id=182639 Group=main RUNNABLE (in native) at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-7 "Thread-7" Id=100 Group=main RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-8 "Thread-8" Id=101 Group=main RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Thread-9 "Thread-9" Id=102 Group=main RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at com.trilead.ssh2.crypto.cipher.CipherInputStream.fill_buffer(CipherInputStream.java:41) at com.trilead.ssh2.crypto.cipher.CipherInputStream.internal_read(CipherInputStream.java:52) at com.trilead.ssh2.crypto.cipher.CipherInputStream.getBlock(CipherInputStream.java:79) at com.trilead.ssh2.crypto.cipher.CipherInputStream.read(CipherInputStream.java:108) at com.trilead.ssh2.transport.TransportConnection.receiveMessage(TransportConnection.java:232) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:693) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:489) at java.lang.Thread.run(Thread.java:745) Finalizer "Finalizer" Id=3 Group=system WAITING on java.lang.ref.ReferenceQueue$Lock@c13dff9 at java.lang.Object.wait(Native Method) waiting on java.lang.ref.ReferenceQueue$Lock@c13dff9 at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209) Java2D Disposer "Java2D Disposer" Id=11 Group=system WAITING on java.lang.ref.ReferenceQueue$Lock@7bd20f58 at java.lang.Object.wait(Native Method) waiting on java.lang.ref.ReferenceQueue$Lock@7bd20f58 at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at sun.java2d.Disposer.run(Disposer.java:145) at java.lang.Thread.run(Thread.java:745) Reference Handler "Reference Handler" Id=2 Group=system WAITING on java.lang.ref.Reference$Lock@6cd55aa0 at java.lang.Object.wait(Native Method) waiting on java.lang.ref.Reference$Lock@6cd55aa0 at java.lang.Object.wait(Object.java:503) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133) Signal Dispatcher "Signal Dispatcher" Id=4 Group=system RUNNABLE Computer.threadPoolForRemoting 6923 "Computer.threadPoolForRemoting 6923 " Id=200776 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Computer.threadPoolForRemoting 6925 "Computer.threadPoolForRemoting 6925 " Id=200780 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Computer.threadPoolForRemoting 6926 "Computer.threadPoolForRemoting 6926 " Id=200801 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.SynchronousQueue$TransferStack@8f93c83 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) pool-1-listenerThread-11133 "pool-1-listenerThread-11133" Id=200799 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@6d66cb44 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.SynchronousQueue$TransferStack@6d66cb44 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) pool-1-listenerThread-11134 "pool-1-listenerThread-11134" Id=200800 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@6d66cb44 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.SynchronousQueue$TransferStack@6d66cb44 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Proc.executor 11611 "Proc.executor 11611 " Id=200787 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@6251b615 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.SynchronousQueue$TransferStack@6251b615 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Proc.executor 11612 "Proc.executor 11612 " Id=200798 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@6251b615 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.SynchronousQueue$TransferStack@6251b615 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) process reaper "process reaper" Id=200783 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4c77918a at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.SynchronousQueue$TransferStack@4c77918a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) RequestHandlerThread 2304 "RequestHandlerThread 2304 " Id=200745 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4b29af73 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.SynchronousQueue$TransferStack@4b29af73 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) SCMTrigger 11554 "SCMTrigger 11554 " Id=200781 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2a8aa286 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.SynchronousQueue$TransferStack@2a8aa286 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) SCMTrigger 11555 "SCMTrigger 11555 " Id=200782 Group=? TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2a8aa286 at sun.misc.Unsafe.park(Native Method) waiting on java.util.concurrent.SynchronousQueue$TransferStack@2a8aa286 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745)

          I had the similar problem. An easy workaround helped me. I just updated "Host" variable with an unexisting host name and made sure that the message "This node is offline because Jenkins failed to launch the slave agent on it." was displayed by Jenkins and that "See log for more details" shows the SSH error.
          After that I changed the configuration back and the master ran the slave successfully.

          Alexander Samoylov added a comment - I had the similar problem. An easy workaround helped me. I just updated "Host" variable with an unexisting host name and made sure that the message "This node is offline because Jenkins failed to launch the slave agent on it." was displayed by Jenkins and that "See log for more details" shows the SSH error. After that I changed the configuration back and the master ran the slave successfully.

          Thanks for sharing Alexander.. that 'works' indeed and beat having to restart the entire instance

          Norbert Thiebaud added a comment - Thanks for sharing Alexander.. that 'works' indeed and beat having to restart the entire instance

          Typical scenario:
          some connectivity issue between master and the slaves.... like internet outage somewhere between them
          odds a pretty good that slaves will end up in a hung state as described.

          Norbert Thiebaud added a comment - Typical scenario: some connectivity issue between master and the slaves.... like internet outage somewhere between them odds a pretty good that slaves will end up in a hung state as described.

           

          Just ran into this exact issue after restarting the server the agent connected to. Setting the hostname to a non-existent host, reconnecting, then setting it back worked for me.

           

          Server Environment

           

          Jenkins: 2.46.2
          Java: OpenJDK 1.7.0_141
          Plugin: ssh-slaves:1.17
          

           

          Agent Environment

           

          Java: OpenJDK 1.8.0_65
          Connection: SSH

           

          Agent Log

           

          [07/11/17 12:02:10] [SSH] Checking java version of java
          [07/11/17 12:02:11] [SSH] java -version returned 1.8.0_65.
          [07/11/17 12:02:11] [SSH] Starting sftp client.
          [07/11/17 12:02:11] [SSH] Copying latest slave.jar...
          [07/11/17 12:02:12] [SSH] Copied 719,269 bytes.
          Expanded the channel window size to 4MB
          [07/11/17 12:02:12] [SSH] Starting slave process: cd "/home/jenkins-ci" && java -jar slave.jar
          <===[JENKINS REMOTING CAPACITY]===>^@^@^@channel started
          Slave.jar version: 3.7
          This is a Unix agent
          Evacuated stdout
          

           

           

           

           

          Trevor Bramwell added a comment -   Just ran into this exact issue after restarting the server the agent connected to. Setting the hostname to a non-existent host, reconnecting, then setting it back worked for me.   Server Environment   Jenkins: 2.46.2 Java: OpenJDK 1.7.0_141 Plugin: ssh-slaves:1.17   Agent Environment   Java: OpenJDK 1.8.0_65 Connection: SSH   Agent Log   [07/11/17 12:02:10] [SSH] Checking java version of java [07/11/17 12:02:11] [SSH] java -version returned 1.8.0_65. [07/11/17 12:02:11] [SSH] Starting sftp client. [07/11/17 12:02:11] [SSH] Copying latest slave.jar... [07/11/17 12:02:12] [SSH] Copied 719,269 bytes. Expanded the channel window size to 4MB [07/11/17 12:02:12] [SSH] Starting slave process: cd "/home/jenkins-ci" && java -jar slave.jar <===[JENKINS REMOTING CAPACITY]===>^@^@^@channel started Slave.jar version: 3.7 This is a Unix agent Evacuated stdout        

          Henry Yei added a comment -

          This has been plaguing me for the last year on Mac OS Sierra nodes. I don't think I've seen this problem on our Ubuntu nodes. A simpel configure node and save without changing a thing, and connecting the agent works to unstuck the node. Rebooting the node does not help.

          Henry Yei added a comment - This has been plaguing me for the last year on Mac OS Sierra nodes. I don't think I've seen this problem on our Ubuntu nodes. A simpel configure node and save without changing a thing, and connecting the agent works to unstuck the node. Rebooting the node does not help.

          Oleg Nenashev added a comment -

          Oleg Nenashev added a comment - Created https://github.com/jenkinsci/ssh-slaves-plugin/pull/75 , which may help

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
          http://jenkins-ci.org/commit/ssh-slaves-plugin/cd25d1394ed7ff17ff09d275f6dc7fc2791b95c1
          Log:
          JENKINS-19465 - Prevent hanging of launcher when we disconnect the agent before the full launch operation execution.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: src/main/java/hudson/plugins/sshslaves/SSHLauncher.java http://jenkins-ci.org/commit/ssh-slaves-plugin/cd25d1394ed7ff17ff09d275f6dc7fc2791b95c1 Log: JENKINS-19465 - Prevent hanging of launcher when we disconnect the agent before the full launch operation execution.

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
          http://jenkins-ci.org/commit/ssh-slaves-plugin/7051b60b3052a11e16d6669d3dc822656e192d1d
          Log:
          JENKINS-19465 - Fix FindBugs warnings

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: src/main/java/hudson/plugins/sshslaves/SSHLauncher.java http://jenkins-ci.org/commit/ssh-slaves-plugin/7051b60b3052a11e16d6669d3dc822656e192d1d Log: JENKINS-19465 - Fix FindBugs warnings

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
          http://jenkins-ci.org/commit/ssh-slaves-plugin/890a7e63cab48827b409417127cb3cff369dd973
          Log:
          JENKINS-19465 - Even more FindBugs

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: src/main/java/hudson/plugins/sshslaves/SSHLauncher.java http://jenkins-ci.org/commit/ssh-slaves-plugin/890a7e63cab48827b409417127cb3cff369dd973 Log: JENKINS-19465 - Even more FindBugs

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
          http://jenkins-ci.org/commit/ssh-slaves-plugin/0a31c07d9cbd72e0201aa24db8440b9c6acd3c43
          Log:
          JENKINS-19465 - Shutdown the executor service NOW!

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: src/main/java/hudson/plugins/sshslaves/SSHLauncher.java http://jenkins-ci.org/commit/ssh-slaves-plugin/0a31c07d9cbd72e0201aa24db8440b9c6acd3c43 Log: JENKINS-19465 - Shutdown the executor service NOW!

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
          http://jenkins-ci.org/commit/ssh-slaves-plugin/0b47a6e010eaf4d1cdaa000ed310ee66e6bf9e51
          Log:
          JENKINS-19465 - Fix indenting as @jglick suggested

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: src/main/java/hudson/plugins/sshslaves/SSHLauncher.java http://jenkins-ci.org/commit/ssh-slaves-plugin/0b47a6e010eaf4d1cdaa000ed310ee66e6bf9e51 Log: JENKINS-19465 - Fix indenting as @jglick suggested

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
          http://jenkins-ci.org/commit/ssh-slaves-plugin/c13a14a94edf97a42f8d58f8066dcc4816962b1a
          Log:
          JENKINS-19465 - Now the code even compiles

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: src/main/java/hudson/plugins/sshslaves/SSHLauncher.java http://jenkins-ci.org/commit/ssh-slaves-plugin/c13a14a94edf97a42f8d58f8066dcc4816962b1a Log: JENKINS-19465 - Now the code even compiles

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
          http://jenkins-ci.org/commit/ssh-slaves-plugin/2244572cd1bca25d72f8b04268f3051b78592b3a
          Log:
          JENKINS-19465 - Restrore formatting

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: src/main/java/hudson/plugins/sshslaves/SSHLauncher.java http://jenkins-ci.org/commit/ssh-slaves-plugin/2244572cd1bca25d72f8b04268f3051b78592b3a Log: JENKINS-19465 - Restrore formatting

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
          http://jenkins-ci.org/commit/ssh-slaves-plugin/83a86ae598bd9488668605ba36bf197369c6f051
          Log:
          Merge pull request #75 from oleg-nenashev/bug/JENKINS-19465-laucher-deadlock

          JENKINS-19465 - Prevent hanging of launcher when we disconnect the agent before the full launch operation execution.

          Compare: https://github.com/jenkinsci/ssh-slaves-plugin/compare/01804ebad16a...83a86ae598bd

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: src/main/java/hudson/plugins/sshslaves/SSHLauncher.java http://jenkins-ci.org/commit/ssh-slaves-plugin/83a86ae598bd9488668605ba36bf197369c6f051 Log: Merge pull request #75 from oleg-nenashev/bug/ JENKINS-19465 -laucher-deadlock JENKINS-19465 - Prevent hanging of launcher when we disconnect the agent before the full launch operation execution. Compare: https://github.com/jenkinsci/ssh-slaves-plugin/compare/01804ebad16a...83a86ae598bd

          Oleg Nenashev added a comment -

          The fix has been released in SSH Slaves 1.23

          Oleg Nenashev added a comment - The fix has been released in SSH Slaves 1.23

          Henry Yei added a comment -

          Still see the some sort of agent hang issue with SSH Slaves 1.24. 2 of 3 Mac OS Sierra slaves went offline with the agent seemingly hung during a reconnect over the holiday weekend. All these machines were running various version of java jdk/jre however, so I will be updating them all to 1.8.0 b152 and see if the issue has anything to do with that, and not usage. 

           

          Did not hang:

          Java(TM) SE Runtime Environment (build 1.8.0_66-b17)

          Hung:

          On checking java version - 1.8.0_50,

          1.8.0_62

           

          Henry Yei added a comment - Still see the some sort of agent hang issue with SSH Slaves 1.24. 2 of 3 Mac OS Sierra slaves went offline with the agent seemingly hung during a reconnect over the holiday weekend. All these machines were running various version of java jdk/jre however, so I will be updating them all to 1.8.0 b152 and see if the issue has anything to do with that, and not usage.    Did not hang: Java(TM) SE Runtime Environment (build 1.8.0_66-b17) Hung: On checking java version - 1.8.0_50, 1.8.0_62  

          Hi hyei,

          I was having this issue today as well. After hours of googling I've found the following:

          https://bugs.java.com/view_bug.do?bug_id=4820090

          It looks like there is a bug in Java that makes SSH Slave plugin hang when it's establishing secure connection to slave. I've implemented suggested workaround and the issue is gone for me.

          In short, Java can hang when it reads random sequences from /dev/random. To workaround this it is suggested to replace /dev/random with /dev/urandom which works more reliable with Java

          sudo rm /dev/random
          sudo ln -s /dev/urandom /dev/random

          So if you have your master running on Linux you can try this workaround.

          Let me know if it helped.

           

          Sergii Ovcharenko added a comment - Hi  hyei , I was having this issue today as well. After hours of googling I've found the following: https://bugs.java.com/view_bug.do?bug_id=4820090 It looks like there is a bug in Java that makes SSH Slave plugin hang when it's establishing secure connection to slave. I've implemented suggested workaround and the issue is gone for me. In short, Java can hang when it reads random sequences from /dev/random. To workaround this it is suggested to replace /dev/random with /dev/urandom which works more reliable with Java sudo rm /dev/random sudo ln -s /dev/urandom /dev/random So if you have your master running on Linux you can try this workaround. Let me know if it helped.  

          I"m still seeing this issue in SSh slaves plugin 1.25.1 with Jenkins 2.89.3.

          Ovidiu-Florin Bogdan added a comment - I"m still seeing this issue in SSh slaves plugin 1.25.1 with Jenkins 2.89.3.

          This issue is still happening on SSH slaves 1.25.1 with Jenkins 2.89.3.

          The curious thing is that I only see it on one of our slaves.

          Ovidiu-Florin Bogdan added a comment - This issue is still happening on SSH slaves 1.25.1 with Jenkins 2.89.3. The curious thing is that I only see it on one of our slaves.

          Oleg Nenashev added a comment -

          ovidiub13 would it be possible to get stacktraces from agent/master?

          Oleg Nenashev added a comment - ovidiub13 would it be possible to get stacktraces from agent/master?

          I'd love to. How do I get them? can you point me to some docs on this?

          I have both Jenkins Master and Slave running in Docker containers.

          Now it works because I've changed the slave IP, triggered a connection that failed, then switched back the IP and it worked.

          For the moment I've used sovcharenko's solution and linked /dev/urandom to /dev/random, but I can change it back if you tell me how to get the stacktraces from a running Jenkins.

          Remember I don't have any errors, no messages in the node connection log. Just the spinning gif thingy.

          Ovidiu-Florin Bogdan added a comment - I'd love to. How do I get them? can you point me to some docs on this? I have both Jenkins Master and Slave running in Docker containers. Now it works because I've changed the slave IP, triggered a connection that failed, then switched back the IP and it worked. For the moment I've used sovcharenko 's solution and linked /dev/urandom to /dev/random, but I can change it back if you tell me how to get the stacktraces from a running Jenkins. Remember I don't have any errors, no messages in the node connection log. Just the spinning gif thingy.

          Oleg Nenashev added a comment -

          Well, generally you need to dump stacktraces during the connection hanging somehow. https://forums.docker.com/t/how-to-dump-heap-from-a-java-program-running-in-container/3217 . Your mileage may vary.

          For master side you can also use https://wiki.jenkins.io/display/JENKINS/Support+Core+Plugin

          Oleg Nenashev added a comment - Well, generally you need to dump stacktraces during the connection hanging somehow. https://forums.docker.com/t/how-to-dump-heap-from-a-java-program-running-in-container/3217 . Your mileage may vary. For master side you can also use https://wiki.jenkins.io/display/JENKINS/Support+Core+Plugin

          Ovidiu-Florin Bogdan added a comment - - edited

          The Support Core plugin gives empty logs for the slave in discussion.

          The slave node get's no connection attempt via ssh from the master. Getting the slave stack trace is not possible since the slave.jar is not being executed.

          I'm having no luck with the nsenter utility to enter and obtain the master stack trace. I need to restart the container holding master with --privileged to be able to get the stack trace. THis would be rather tricky.

          P.S. Symlinking /dev/urandom to /dev/random on the slave has no affect. I realize now that I should've done this on the master.

          /dev/random on master has enough entropy, it works just fine.

          Ovidiu-Florin Bogdan added a comment - - edited The Support Core plugin gives empty logs for the slave in discussion. The slave node get's no connection attempt via ssh from the master. Getting the slave stack trace is not possible since the slave.jar is not being executed. I'm having no luck with the nsenter utility to enter and obtain the master stack trace. I need to restart the container holding master with --privileged to be able to get the stack trace. THis would be rather tricky. P.S. Symlinking /dev/urandom to /dev/random on the slave has no affect. I realize now that I should've done this on the master. /dev/random on master has enough entropy, it works just fine.

          Oleg Nenashev added a comment -

          FYI ifernandezcalvo. I have never been able to diagnose this issue in detail after the last patches, but it seems there are more unfixed run conditions.

          I have no capacity to work on it anytime soon, so I will assign it and let others to take it

          Oleg Nenashev added a comment - FYI ifernandezcalvo . I have never been able to diagnose this issue in detail after the last patches, but it seems there are more unfixed run conditions. I have no capacity to work on it anytime soon, so I will assign it and let others to take it

          Ivan Fernandez Calvo added a comment - - edited

          Overall recommendations:

          Ivan Fernandez Calvo added a comment - - edited Overall recommendations: It is recommended to use JDK nearest and in the same major version of Jenkins instance and Agents It is recommended to tune the TCP stack on of Jenkins instance and Agents On Linux http://tldp.org/HOWTO/TCP-Keepalive-HOWTO/usingkeepalive.html On Windows https://blogs.technet.microsoft.com/nettracer/2010/06/03/things-that-you-may-want-to-know-about-tcp-keepalives/ On Mac https://www.gnugk.org/keepalive.html You should check for hs_err_pid error files in the root fs of the agent http://www.oracle.com/technetwork/java/javase/felog-138657.html#gbwcy Check the logs in the root fs of the agent It is recommended to set the initial heap of the Agent to at least 512M (-Xmx512m -Xms512m), you could start with 512m and lower the value until you find a proper value to your Agents. Disable energy save options that suspend, or hibernate the host

          The default settings on the connection timeout and retries should resolve this issue
          https://issues.jenkins-ci.org/browse/JENKINS-52739

          Ivan Fernandez Calvo added a comment - The default settings on the connection timeout and retries should resolve this issue https://issues.jenkins-ci.org/browse/JENKINS-52739

            ifernandezcalvo Ivan Fernandez Calvo
            cowwoc cowwoc
            Votes:
            12 Vote for this issue
            Watchers:
            23 Start watching this issue

              Created:
              Updated:
              Resolved: