Coder Social home page Coder Social logo

Comments (8)

shynkevich-alex avatar shynkevich-alex commented on June 22, 2024 1

I still have this issue in 2.15 release.

from allure-plugin.

ilyabalashov avatar ilyabalashov commented on June 22, 2024

I also see this issue
But it is intermittent. Sometimes report is generated without errors. But more often I receive this error.
But after this I'm able to download broken allure-report.zip and repair archive using WinRar

04:34:34 ERROR: Step ‘Allure Report’ aborted due to exception:
04:34:34 java.util.zip.ZipException: error in opening zip file
04:34:34 at java.util.zip.ZipFile.open(Native Method)
04:34:34 at java.util.zip.ZipFile.(ZipFile.java:215)
04:34:34 at java.util.zip.ZipFile.(ZipFile.java:145)
04:34:34 at java.util.zip.ZipFile.(ZipFile.java:116)
04:34:34 at ru.yandex.qatools.allure.jenkins.AllureReportPublisher.makeCopyForEveryPath(AllureReportPublisher.java:236)
04:34:34 at ru.yandex.qatools.allure.jenkins.AllureReportPublisher.copyHistory(AllureReportPublisher.java:231)
04:34:34 at ru.yandex.qatools.allure.jenkins.AllureReportPublisher.prepareResults(AllureReportPublisher.java:197)
04:34:34 at ru.yandex.qatools.allure.jenkins.AllureReportPublisher.perform(AllureReportPublisher.java:85)
04:34:34 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
04:34:34 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
04:34:34 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
04:34:34 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
04:34:34 at hudson.model.Build$BuildExecution.post2(Build.java:185)
04:34:34 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
04:34:34 at hudson.model.Run.execute(Run.java:1763)
04:34:34 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
04:34:34 at hudson.model.ResourceController.execute(ResourceController.java:98)
04:34:34 at hudson.model.Executor.run(Executor.java:410)

from allure-plugin.

dimkin-eu avatar dimkin-eu commented on June 22, 2024

Jenkins ver. 2.51
Allure Jenkins Plugin 2.13
Allure 1.5.0

ERROR: Step ‘Allure Report’ aborted due to exception: 
java.util.zip.ZipException: error in opening zip file
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(ZipFile.java:219)
	at java.util.zip.ZipFile.<init>(ZipFile.java:149)
	at java.util.zip.ZipFile.<init>(ZipFile.java:120)
	at ru.yandex.qatools.allure.jenkins.AllureReportPublisher.makeCopyForEveryPath(AllureReportPublisher.java:236)
	at ru.yandex.qatools.allure.jenkins.AllureReportPublisher.copyHistory(AllureReportPublisher.java:231)
	at ru.yandex.qatools.allure.jenkins.AllureReportPublisher.prepareResults(AllureReportPublisher.java:197)
	at ru.yandex.qatools.allure.jenkins.AllureReportPublisher.perform(AllureReportPublisher.java:85)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1067)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
	at hudson.model.Run.execute(Run.java:1758)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)

from allure-plugin.

eroshenkoam avatar eroshenkoam commented on June 22, 2024

#89

from allure-plugin.

eroshenkoam avatar eroshenkoam commented on June 22, 2024

We are working on it

from allure-plugin.

hks225 avatar hks225 commented on June 22, 2024

Updated plugin to 2.14 from Plugin Manager
Restarted Jenkins twice
Still reproducible when try open report from Jenkins. (No Error in console of build).
One of runs was succesfull (report is available by /BUILD_NUMBER/allure/), so job is configured right.

from allure-plugin.

wuhuizuo avatar wuhuizuo commented on June 22, 2024

I still have this issue in 2.15 release.

no error in post build allure report. but error happens when open allure report.

some report ok, some broken.

my env:

jenkins: v2.46.1
allure-command: v1.5.2
allure-plugin: v2.15

my report data as attachment: report.tar.gz

from allure-plugin.

eroshenkoam avatar eroshenkoam commented on June 22, 2024

should be fixed in 2.16, can somebody check it?

from allure-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.