“Last Build Status: Failed” after uploading a build for analysis

你。 提交于 2019-12-24 12:23:22

问题


We use Coverity's free scanning service for free and open source projects. We have not been able to utilize the service for the last two months or so. Prior to the service failures, we had half-a-dozen or so good analysis.

Submitting a scan results in:

Last Build Status: Failed. Your build has failed due to the following reason. Please fix the error and upload the build again. Error details: :Failed to retrieve tar file

Coverity is very good about providing copy/paste directions, and we have copied/pasted them religiously. We verified there are no build errors, and we verified the build ends with "131 C/C++ compilation units (100%) are ready for analysis" and "The cov-build utility completed successfully".

We've tried to resolve the issue by verifying things from this generic solution provided in a "failed email" response from the service. We verified or performed all of them except number four.

We did not perform number four because Coverity's documentation is horrible (its the exact opposite of their awesome scanning service). Because there's no instructions or RTFM to read, we have no idea which knobs should be turned for bin/cov-configure. We don't want to mess with it since it worked in the past.

We also tried the following:

  • using the web submission form and browser
  • using curl from the command line
  • packaging cov-int/ in a tarball
  • packaging cov-int/ in a zip file
  • using all lowercase for the project name
  • capitalizing the first letter of the project name

We always get the same message ("Failed to retrieve tar file"), even with a ZIP file. Recall that prior to about 6 weeks ago, everything was working fine.

What is the secret to uploading a file to the service? What has changed in the last six weeks or two months?


回答1:


After contacting the coverity support we just received the following answer and we could successfully submit a build. Seems there was some hickup on the coverity side.

"This was due to some behind the scenes issues on our end – nothing interesting,, but it is back up and running now. Thanks for your patience".



来源:https://stackoverflow.com/questions/34489826/last-build-status-failed-after-uploading-a-build-for-analysis

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!