Hi,
From https://ci.phpmyadmin.net/job/phpMyAdmin-continuous/7934/console
ERROR: Publisher hudson.plugins.tasks.TasksPublisher aborted due to exception
Is this related to my changes? https://github.com/phpmyadmin/phpmyadmin/commit/4360a174e57c78e2dee71f097389...
2014-11-04 18:49 GMT+01:00 Marc Delisle marc@infomarc.info:
Hi,
From https://ci.phpmyadmin.net/job/phpMyAdmin-continuous/7934/console
ERROR: Publisher hudson.plugins.tasks.TasksPublisher aborted due to exception
Is this related to my changes?
https://github.com/phpmyadmin/phpmyadmin/commit/4360a174e57c78e2dee71f097389...
-- Marc Delisle (phpMyAdmin)
Hi,
It seems that there is an error on Jenkins: Parsing of file /var/lib/jenkins/jobs/phpMyAdmin-continuous/workspace/build/logs/jslint.xml failed due to an exception:
org.xml.sax.SAXException: Input stream is not a Checkstyle file. at hudson.plugins.jslint.parser.CheckStyleParser.parse(CheckStyleParser.java:69) at hudson.plugins.analysis.core.AbstractAnnotationParser.parse(AbstractAnnotationParser.java:53) at hudson.plugins.analysis.core.FilesParser.parseFile(FilesParser.java:323) at hudson.plugins.analysis.core.FilesParser.parseFiles(FilesParser.java:281) at hudson.plugins.analysis.core.FilesParser.parserCollectionOfFiles(FilesParser.java:232) at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:201) at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:31) at hudson.FilePath.act(FilePath.java:981) at hudson.FilePath.act(FilePath.java:959) at hudson.plugins.jslint.CheckStylePublisher.perform(CheckStylePublisher.java:145) at hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:144) at hudson.plugins.analysis.core.HealthAwareRecorder.perform(HealthAwareRecorder.java:319) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734) at hudson.model.Build$BuildExecution.post2(Build.java:183) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683) at hudson.model.Run.execute(Run.java:1784) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:89) at hudson.model.Executor.run(Executor.java:240)
Can someone check if the file exists please? Would it be possible that the hard disk is full?
Hugues.
Hi
Dne Tue, 4 Nov 2014 19:48:32 +0100 Hugues Peccatte hugues.peccatte@gmail.com napsal(a):
It seems that there is an error on Jenkins: Parsing of file /var/lib/jenkins/jobs/phpMyAdmin-continuous/workspace/build/logs/jslint.xml failed due to an exception:
org.xml.sax.SAXException: Input stream is not a Checkstyle file. at hudson.plugins.jslint.parser.CheckStyleParser.parse(CheckStyleParser.java:69) at hudson.plugins.analysis.core.AbstractAnnotationParser.parse(AbstractAnnotationParser.java:53) at hudson.plugins.analysis.core.FilesParser.parseFile(FilesParser.java:323) at hudson.plugins.analysis.core.FilesParser.parseFiles(FilesParser.java:281) at hudson.plugins.analysis.core.FilesParser.parserCollectionOfFiles(FilesParser.java:232) at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:201) at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:31) at hudson.FilePath.act(FilePath.java:981) at hudson.FilePath.act(FilePath.java:959) at hudson.plugins.jslint.CheckStylePublisher.perform(CheckStylePublisher.java:145) at hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:144) at hudson.plugins.analysis.core.HealthAwareRecorder.perform(HealthAwareRecorder.java:319) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734) at hudson.model.Build$BuildExecution.post2(Build.java:183) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683) at hudson.model.Run.execute(Run.java:1784) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:89) at hudson.model.Executor.run(Executor.java:240)
Can someone check if the file exists please? Would it be possible that the hard disk is full?
The file exists and seems to be correct, I'm still looking what can be wrong there...
Hi
Dne Wed, 5 Nov 2014 09:15:10 +0100 Michal Čihař michal@cihar.com napsal(a):
The file exists and seems to be correct, I'm still looking what can be wrong there...
This one should be fixed by e4482f6, but the build still fails due to other error...
Hi
Dne Wed, 5 Nov 2014 09:29:59 +0100 Michal Čihař michal@cihar.com napsal(a):
Hi
Dne Wed, 5 Nov 2014 09:15:10 +0100 Michal Čihař michal@cihar.com napsal(a):
The file exists and seems to be correct, I'm still looking what can be wrong there...
This one should be fixed by e4482f6, but the build still fails due to other error...
Which seems to be https://issues.jenkins-ci.org/browse/JENKINS-25405, I've applied workaround for that and I'll see if that helps.