[JIRA] (JENKINS-54752) Ansi plugin fails to render formatted console output

2018-11-29 Thread stukov0...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michal Kruzik commented on  JENKINS-54752  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Ansi plugin fails to render formatted console output   
 

  
 
 
 
 

 
 https://github.com/jenkinsci/ansicolor-plugin/issues/139  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-54752) Ansi plugin fails to render formatted console output

2018-11-21 Thread stukov0...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michal Kruzik updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54752  
 
 
  Ansi plugin fails to render formatted console output   
 

  
 
 
 
 

 
Change By: 
 Michal Kruzik  
 

  
 
 
 
 

 
 Ansicolor plugin throws error when formatted string appears in console output. Archived console logs are rendered just fine.Expected output: [exec] *Api Tests (300)*  [exec] Testing api [exec] {color:#00cd00}*✔*{color} {color:#cd00cd}*SomeTest:*{color} Test {color:#00cd00}(0.28s){color}  Rendered output:[exec] *Api Tests (329)* [exec] Testing api Followed by Stack trace exception:{code:java}java.lang.IndexOutOfBoundsException at hudson.MarkupText.rangeCheck(MarkupText.java:276) at hudson.MarkupText.addMarkup(MarkupText.java:270) at hudson.plugins.ansicolor.ColorConsoleAnnotator$1EmitterImpl.emitHtml(ColorConsoleAnnotator.java:74) at hudson.plugins.ansicolor.AnsiAttributeElement.emitClose(AnsiAttributeElement.java:42) at hudson.plugins.ansicolor.AnsiHtmlOutputStream.closeTagOfType(AnsiHtmlOutputStream.java:150) at hudson.plugins.ansicolor.AnsiHtmlOutputStream.setForegroundColor(AnsiHtmlOutputStream.java:335) at hudson.plugins.ansicolor.AnsiHtmlOutputStream.processDefaultTextColor(AnsiHtmlOutputStream.java:589) at hudson.plugins.ansicolor.AnsiOutputStream.processEscapeCommand(AnsiOutputStream.java:352) at hudson.plugins.ansicolor.AnsiOutputStream.write(AnsiOutputStream.java:138) at hudson.plugins.ansicolor.AnsiHtmlOutputStream.write(AnsiHtmlOutputStream.java:220){code}Whole stack trace in attachment.  Example text that causes issue with disabled plugin: [32;1m✔ [39;22m  [35;SomeTest: [39;22m Test  [32m(11.15s) [39m  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 

[JIRA] (JENKINS-54752) Ansi plugin fails to render formatted console output

2018-11-21 Thread stukov0...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michal Kruzik updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54752  
 
 
  Ansi plugin fails to render formatted console output   
 

  
 
 
 
 

 
Change By: 
 Michal Kruzik  
 
 
Environment: 
 Jenkins 2. 1.52 152 Openjdk 1.8.0.181ansicolor 0.6.0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-54752) Ansi plugin fails to render formatted console output

2018-11-21 Thread stukov0...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michal Kruzik created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54752  
 
 
  Ansi plugin fails to render formatted console output   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 stack-trace.txt  
 
 
Components: 
 ansicolor-plugin  
 
 
Created: 
 2018-11-21 12:37  
 
 
Environment: 
 Jenkins 2.1.52  Openjdk 1.8.0.181  ansicolor 0.6.0  
 
 
Labels: 
 jenkins consoleoutput ansicolor  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Michal Kruzik  
 

  
 
 
 
 

 
 Ansicolor plugin throws error when formatted string appears in console output. Archived console logs are rendered just fine. Expected output: [exec]  Api Tests (300)   [exec] Testing api [exec] ✔ SomeTest: Test (0.28s) Rendered output: [exec]  Api Tests (329)   [exec] Testing api  Followed by Stack trace exception: 

 

java.lang.IndexOutOfBoundsException
	at hudson.MarkupText.rangeCheck(MarkupText.java:276)
	at hudson.MarkupText.addMarkup(MarkupText.java:270)
	at hudson.plugins.ansicolor.ColorConsoleAnnotator$1EmitterImpl.emitHtml(ColorConsoleAnnotator.java:74)
	at hudson.plugins.ansicolor.AnsiAttributeElement.emitClose(AnsiAttributeElement.java:42)
	at 

[JIRA] (JENKINS-52253) xUnit in case of multiple tool type processes only the first one

2018-08-16 Thread stukov0...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michal Kruzik closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52253  
 
 
  xUnit in case of multiple tool type processes only the first one   
 

  
 
 
 
 

 
Change By: 
 Michal Kruzik  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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.