[JIRA] (JENKINS-59390) EC2 slave disconnects with EOFException

2019-09-16 Thread colfe...@cpqd.com.br (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rogério Colferai created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59390  
 
 
  EC2 slave disconnects with EOFException   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 FABRIZIO MANFREDI  
 
 
Components: 
 ec2-plugin  
 
 
Created: 
 2019-09-16 13:06  
 
 
Environment: 
 Server Ubuntu 18.04.3 LTS  Jenkins ver. 2.176.3  Plugins  Amazon EC2 plugin 1.45  SSH Slaves 1.30.1  Slaves:  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Rogério Colferai  
 

  
 
 
 
 

 
 Hello,    After upgrading jenkins from 2.164.3, to 2.176.3 and EC2 plugin to 1.45 EC2 slaves are disconnecting (intermittent disconnects) in the middle of builds with an EOFException.   

 
java.io.EOFException
 at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
 at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
 at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
 at java.io.ObjectInputStream.(ObjectInputStream.java:358)
 at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
 at hudson.remoting.Command.readFrom(Command.java:140)
 at hudson.remoting.Command.readFrom(Command.java:126)
 at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport. 

   I tried to make the rollback 

[JIRA] [console-tail-plugin] (JENKINS-23697) IndexOutOfBoundsException at hudson.MarkupText.rangeCheck(MarkupText.java:276)

2016-03-19 Thread colfe...@cpqd.com.br (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Rogério Colferai commented on  JENKINS-23697 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: IndexOutOfBoundsException at hudson.MarkupText.rangeCheck(MarkupText.java:276)  
 
 
 
 
 
 
 
 
 
 
We had same issue. Do you have any forecast or workaround ? Jenkins version: LTS 1.625.1 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-28134) Git clone fails since 1.17.0

2015-04-29 Thread colfe...@cpqd.com.br (JIRA)












































 
Rogério Colferai
 edited a comment on  JENKINS-28134


Git clone fails since 1.17.0
















We had same issue. Either at the start of build or at the end of it, like this :

Jenkins version: LTS 1.596.1

07:28:17 + git push -f origin jenkins/master-aux:jenkins/master-aux
07:28:21 remote: 
07:28:21 remote: 
remote: Processing changes: closed: 1, refs: 1
remote: Processing changes: closed: 1, refs: 1
remote: Processing changes: closed: 1, refs: 1
remote: Processing changes: closed: 1, refs: 1, done
07:28:21 To https://ipad...@gerrit.cpqd.com.br/dsso/cdk
07:28:214949602..52d0260  jenkins/master-aux - jenkins/master-aux
07:28:21 FATAL: String index out of range: -1
07:28:21 java.lang.StringIndexOutOfBoundsException: String index out of range: -1
07:28:21 	at java.lang.String.substring(String.java:1911)
07:28:21 	at hudson.plugins.git.GitChangeSet.isoDateFormat(GitChangeSet.java:179)
07:28:21 	at hudson.plugins.git.GitChangeSet.parseCommit(GitChangeSet.java:118)
07:28:21 	at hudson.plugins.git.GitChangeSet.init(GitChangeSet.java:89)
07:28:21 	at hudson.plugins.git.GitChangeLogParser.parseCommit(GitChangeLogParser.java:73)
07:28:21 	at hudson.plugins.git.GitChangeLogParser.parse(GitChangeLogParser.java:67)
07:28:21 	at hudson.plugins.git.GitChangeLogParser.parse(GitChangeLogParser.java:44)
07:28:21 	at hudson.plugins.git.GitChangeLogParser.parse(GitChangeLogParser.java:25)
07:28:21 	at hudson.scm.ChangeLogParser.parse(ChangeLogParser.java:57)
07:28:21 	at hudson.model.AbstractBuild.calcChangeSet(AbstractBuild.java:894)
07:28:21 	at hudson.model.AbstractBuild.getChangeSet(AbstractBuild.java:862)
07:28:21 	at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:349)
07:28:21 	at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:346)
07:28:21 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:687)
07:28:21 	at hudson.model.Run.execute(Run.java:1784)
07:28:21 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
07:28:21 	at hudson.model.ResourceController.execute(ResourceController.java:89)
07:28:21 	at hudson.model.Executor.run(Executor.java:240)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-28134) Git clone fails since 1.17.0

2015-04-29 Thread colfe...@cpqd.com.br (JIRA)














































Rogério Colferai
 commented on  JENKINS-28134


Git clone fails since 1.17.0















We had same issue. Either at the start of build or at the end of it, like this :

07:28:17 + git push -f origin jenkins/master-aux:jenkins/master-aux
07:28:21 remote: 
07:28:21 remote: 
remote: Processing changes: closed: 1, refs: 1
remote: Processing changes: closed: 1, refs: 1
remote: Processing changes: closed: 1, refs: 1
remote: Processing changes: closed: 1, refs: 1, done
07:28:21 To https://ipad...@gerrit.cpqd.com.br/dsso/cdk
07:28:214949602..52d0260  jenkins/master-aux - jenkins/master-aux
07:28:21 FATAL: String index out of range: -1
07:28:21 java.lang.StringIndexOutOfBoundsException: String index out of range: -1
07:28:21 	at java.lang.String.substring(String.java:1911)
07:28:21 	at hudson.plugins.git.GitChangeSet.isoDateFormat(GitChangeSet.java:179)
07:28:21 	at hudson.plugins.git.GitChangeSet.parseCommit(GitChangeSet.java:118)
07:28:21 	at hudson.plugins.git.GitChangeSet.init(GitChangeSet.java:89)
07:28:21 	at hudson.plugins.git.GitChangeLogParser.parseCommit(GitChangeLogParser.java:73)
07:28:21 	at hudson.plugins.git.GitChangeLogParser.parse(GitChangeLogParser.java:67)
07:28:21 	at hudson.plugins.git.GitChangeLogParser.parse(GitChangeLogParser.java:44)
07:28:21 	at hudson.plugins.git.GitChangeLogParser.parse(GitChangeLogParser.java:25)
07:28:21 	at hudson.scm.ChangeLogParser.parse(ChangeLogParser.java:57)
07:28:21 	at hudson.model.AbstractBuild.calcChangeSet(AbstractBuild.java:894)
07:28:21 	at hudson.model.AbstractBuild.getChangeSet(AbstractBuild.java:862)
07:28:21 	at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:349)
07:28:21 	at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:346)
07:28:21 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:687)
07:28:21 	at hudson.model.Run.execute(Run.java:1784)
07:28:21 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
07:28:21 	at hudson.model.ResourceController.execute(ResourceController.java:89)
07:28:21 	at hudson.model.Executor.run(Executor.java:240)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.