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 -


i following guide https://scan.coverity.com/travis_ci set coverity scan upload travis ci.

in build https://travis-ci.org/msgqe/travisci/builds/222073108, following error (see log)

successfully added scm data 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, have redesigned our website, , page looking no longer exists on coverity scan. </p>  <p> <a href="/">click here</a> redirected our coverity scan home page. </p>  ... 

what cause of issue , can resolve it?

my .travis.yml @ https://github.com/msgqe/travisci/blob/activemq-artemis-coverity/.travis.yml

i resolved problem changing project name on coverity. i've registered project manually, not importing github. meant have spaces in project name. github imports never do. when removed spaces project name, build imported correctly.

looking @ various coverity import scripts in wild[1], there aren't quotes around project name in last curl command. believe cause.

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


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -