[JIRA] [jacoco] (JENKINS-23579) jacoco 1.0.14 & 1.0.15 failed in analyziing some class file produced by jacoco-maven-plugin:0.6.2.201302030002

2014-07-02 Thread cen...@java.net (JIRA)












































  
centic
 edited a comment on  JENKINS-23579


jacoco 1.0.14 & 1.0.15 failed in analyziing some class file produced by jacoco-maven-plugin:0.6.2.201302030002
















Resolvingthis based on the comment, please reopen if you still see this error with version 1.0.16



























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] [jacoco] (JENKINS-23579) jacoco 1.0.14 & 1.0.15 failed in analyziing some class file produced by jacoco-maven-plugin:0.6.2.201302030002

2014-07-02 Thread cen...@java.net (JIRA)















































centic
 resolved  JENKINS-23579 as Fixed


jacoco 1.0.14 & 1.0.15 failed in analyziing some class file produced by jacoco-maven-plugin:0.6.2.201302030002
















Resolvingthis based on the comment, please reopen if you still see this error with version 0.16





Change By:


centic
(02/Jul/14 7:07 AM)




Status:


Open
Resolved





Assignee:


Ognjen Bubalo
centic





Resolution:


Fixed



























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] [jacoco] (JENKINS-23579) jacoco 1.0.14 & 1.0.15 failed in analyziing some class file produced by jacoco-maven-plugin:0.6.2.201302030002

2014-07-01 Thread m...@gionn.net (JIRA)














































Giovanni Toraldo
 commented on  JENKINS-23579


jacoco 1.0.14 & 1.0.15 failed in analyziing some class file produced by jacoco-maven-plugin:0.6.2.201302030002















Fixed for me with the latest release.



























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] [jacoco] (JENKINS-23579) jacoco 1.0.14 & 1.0.15 failed in analyziing some class file produced by jacoco-maven-plugin:0.6.2.201302030002

2014-07-01 Thread cen...@java.net (JIRA)














































centic
 commented on  JENKINS-23579


jacoco 1.0.14 & 1.0.15 failed in analyziing some class file produced by jacoco-maven-plugin:0.6.2.201302030002















Can you try the latest 1.0.16? It contains a fix for asm-dependencies which may also fix this problem.



























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] [jacoco] (JENKINS-23579) jacoco 1.0.14 & 1.0.15 failed in analyziing some class file produced by jacoco-maven-plugin:0.6.2.201302030002

2014-06-25 Thread wgrace...@java.net (JIRA)














































wgracelee
 created  JENKINS-23579


jacoco 1.0.14 & 1.0.15 failed in analyziing some class file produced by jacoco-maven-plugin:0.6.2.201302030002















Issue Type:


Bug



Assignee:


Ognjen Bubalo



Components:


jacoco



Created:


25/Jun/14 8:58 PM



Description:


The Jenkins configuration for Jacoco is using default values.
Here is the error message:
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] */.exec;/classes;*/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files: 1
[JaCoCo plugin] Saving matched execfiles:  /share/pub/build/projects/hudson/workspace/d4-aces-classifier/target/jacoco.exec
[JaCoCo plugin] Saving matched class directories:  /share/pub/build/projects/hudson/workspace/d4-aces-classifier/target/classes
[JaCoCo plugin] Saving matched source directories:  /share/pub/build/projects/hudson/workspace/d4-aces-classifier/src/main/java
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: []
ERROR: Publisher hudson.plugins.jacoco.JacocoPublisher aborted due to exception
java.io.IOException: Error while analyzing class /share/pub/build/hudson/jobs/d4-aces-classifier/builds/2014-06-25_13-18-52/jacoco/classes/com/proofpoint/d4/aces/classifier/Attribute.class.
	at org.jacoco.core.analysis.Analyzer.analyzerError(Analyzer.java:150)
	at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:144)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:175)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:208)
	at hudson.plugins.jacoco.ExecutionFileLoader.analyzeStructure(ExecutionFileLoader.java:130)
	at hudson.plugins.jacoco.ExecutionFileLoader.loadBundleCoverage(ExecutionFileLoader.java:137)
	at hudson.plugins.jacoco.JacocoReportDir.parse(JacocoReportDir.java:102)
	at hudson.plugins.jacoco.JacocoBuildAction.loadRatios(JacocoBuildAction.java:291)
	at hudson.plugins.jacoco.JacocoBuildAction.load(JacocoBuildAction.java:273)
	at hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:371)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:776)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:725)
	at hudson.model.Run.execute(Run.java:1709)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: java.lang.IllegalArgumentException
	at org.objectweb.asm.ClassVisitor.(Unknown Source)
	at org.jacoco.core.internal.flow.ClassProbesVisitor.(ClassProbesVisitor.java:37)
	at org.jacoco.core.internal.flow.ClassProbesVisitor.(ClassProbesVisitor.java:27)
	at org.jacoco.core.internal.analysis.ClassAnalyzer.(ClassAnalyzer.java:47)
	at org.jacoco.core.analysis.Analyzer$1.(Analyzer.java:90)
	at org.jacoco.core.analysis.Analyzer.createAnalyzingVisitor(Analyzer.java:87)
	at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:105)
	at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:142)
	... 17 more
Build did not succeed and the project is configured to only push after a successful build, so no pushing will occur.
Finished: FAILURE




Environment:


Jenkins 1.554.2 on Linux




Project:


Jenkins



Priority:


Major



Reporter:


wgracelee

























This message is au