Coverity Scan 上传失败:很抱歉,我们最近重新设计了我们的网站,您要查找的页面在 Coverity Scan 上已不存在

Coverity Scan upload failed: We're sorry, we have recently redesigned our website, and the page you are looking for no longer exists on Coverity Scan

我正在按照指南 https://scan.coverity.com/travis_ci 设置从 Travis CI 上传的 Coverity Scan。

在我的构建 https://travis-ci.org/msgqe/travisci/builds/222073108 中,出现以下错误(查看日志)

Successfully added SCM data for 2537 files
[33;1mTarring Coverity Scan Analysis results...[0m
[33;1mUploading Coverity Scan Analysis results...[0m
[33;1mCoverity Scan upload failed: 
000

000



<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Coverity Scan - Static Analysis</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">

...

<p>
We're sorry, we have recently redesigned our website, and the page you are looking for no longer exists on Coverity Scan.
</p>

<p>
<a href="/">Click here</a> to be redirected to our the Coverity Scan home page.
</p>

...

此问题的原因是什么,我该如何解决?

我的 .travis.ymlhttps://github.com/msgqe/travisci/blob/activemq-artemis-coverity/.travis.yml

我通过更改 Coverity 上的项目名称解决了这个问题。我已经手动注册了该项目,而不是通过从 GitHub 导入。这意味着我的项目名称中可以有空格。 Github 进口永远不会。当我从项目名称中删除空格时,构建正确导入。

在野外查看各种 Coverity 导入脚本[1],在最后一个 curl 命令中,项目名称周围没有引号。我相信这是原因。

[1] https://github.com/DmitriBoulanger/samples-spring-boot/blob/bcee9dcbd6d0d2cfe97186bc2ada05bf311e8804/spring-boot-DOCKER/spring-boot-DOCKER-2/.travis/travisci_build_coverity_scan.sh