i hae problem jenkins. reports build of symfony2 project ist successfull, directly after crashes
error: publisher hudson.plugins.violations.violationspublisher aborted due exception java.io.eofexception: input contained no data
i have no clue why , don't find helpfull on net error. apperead out of blue. yesterday build done correctly.
here log:
jslint: [exec] result: 1 build: build successful total time: 13 minutes 21 seconds [checkstyle] collecting checkstyle analysis files... [checkstyle] finding files match pattern build/logs/checkstyle.xml [checkstyle] parsing 1 files in /var/lib/jenkins/jobs/development/workspace [checkstyle] parsed file /var/lib/jenkins/jobs/development/workspace/build/logs/checkstyle.xml of module 3 warnings. [checkstyle] computing warning deltas based on reference build #54 [dry] collecting duplicate code analysis files... [dry] finding files match pattern build/logs/pmd-cpd.xml [dry] parsing 1 files in /var/lib/jenkins/jobs/development/workspace [dry] parsed file /var/lib/jenkins/jobs/development/workspace/build/logs/pmd-cpd.xml of module 207 warnings. [dry] computing warning deltas based on reference build #54 [xunit] [info] - starting record. [xunit] [info] - processing phpunit-3.x (default) [xunit] [info] - [phpunit-3.x (default)] - 1 test report file(s) found pattern 'build/logs/junit.xml' relative '/var/lib/jenkins/jobs/development/workspace' testing framework 'phpunit-3.x (default)'. [xunit] [info] - check 'failed tests' threshold. [xunit] [info] - check 'skipped tests' threshold. [xunit] [info] - setting build status success [xunit] [info] - stopping recording. [jdepend] jdepend plugin ready [jdepend] found 894 classes in 253 packages error: publisher hudson.plugins.violations.violationspublisher aborted due exception java.io.eofexception: input contained no data @ org.xmlpull.mxp1.mxparser.fillbuf(mxparser.java:3003) @ org.xmlpull.mxp1.mxparser.more(mxparser.java:3046) @ org.xmlpull.mxp1.mxparser.parseprolog(mxparser.java:1410) @ org.xmlpull.mxp1.mxparser.nextimpl(mxparser.java:1395) @ org.xmlpull.mxp1.mxparser.next(mxparser.java:1093) @ hudson.plugins.violations.parse.abstractparser.expectnexttag(abstractparser.java:262) @ hudson.plugins.violations.types.pmd.pmdparser.execute(pmdparser.java:39) @ hudson.plugins.violations.parse.abstracttypeparser.parse(abstracttypeparser.java:57) @ hudson.plugins.violations.violationscollector.dotype(violationscollector.java:187) @ hudson.plugins.violations.violationscollector.invoke(violationscollector.java:114) @ hudson.plugins.violations.violationscollector.invoke(violationscollector.java:25) @ hudson.filepath.act(filepath.java:906) @ hudson.filepath.act(filepath.java:879) @ hudson.plugins.violations.violationspublisher.perform(violationspublisher.java:74) @ hudson.tasks.buildstepmonitor$3.perform(buildstepmonitor.java:36) @ hudson.model.abstractbuild$abstractbuildexecution.perform(abstractbuild.java:804) @ hudson.model.abstractbuild$abstractbuildexecution.performallbuildsteps(abstractbuild.java:776) @ hudson.model.build$buildexecution.post2(build.java:183) @ hudson.model.abstractbuild$abstractbuildexecution.post(abstractbuild.java:726) @ hudson.model.run.execute(run.java:1618) @ hudson.model.freestylebuild.run(freestylebuild.java:46) @ hudson.model.resourcecontroller.execute(resourcecontroller.java:88) @ hudson.model.executor.run(executor.java:247)
as see, problem comes @ post-build action! maybe, don't have data in input file jdepend, see error log. must see if give correct path file , also, must sure file have content... maybe path correct file empty...
Comments
Post a Comment