Sonarcloud: build-wrapper-linux-x86-64 not found anymore on Ubuntu Trusty

Hi

15 days ago everything was fine: travis was building correctly my program: https://travis-ci.org/github/cgsecurity/testdisk/builds/687432029
It’s not the case today. I have updated .travis.yml ( https://github.com/cgsecurity/testdisk/blob/master/.travis.yml ) to use sonarqube following this warning “sonarqube addon has been renamed to sonarcloud. Please update your configuration.”
But the build https://travis-ci.org/github/cgsecurity/testdisk/builds/692872752 failed due to “build-wrapper-linux-x86-64: command not found”.
How to solve this problem ?

1 Like

I have the same problem:
https://travis-ci.org/github/gansm/finalcut/jobs/692986929

$ export SONAR_SCANNER_HOME=${TRAVIS_HOME}/.sonarscanner/sonar-scanner

Preparing build wrapper for SonarSource C/C++ plugin

curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"

 of Certificate Authority (CA) public keys (CA certs). If the default

 bundle file isn't adequate, you can specify an alternate file

 using the --cacert option.

If this HTTPS server uses a certificate signed by a CA represented in

 the bundle, the certificate verification probably failed due to a

 problem with the certificate (it might be expired, or the name might

 not match the domain name in the URL).

If you'd like to turn off curl's verification of the certificate, use

 the -k (or --insecure) option.

[...]

The command "eval curl -sSLo $sq_build_wrapper_dir/build-wrapper-linux-x86.zip https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip " failed 3 times.

I suppose this is the problem:

The same problem seems to occur with Xenial also: https://travis-ci.com/github/gegelati/gegelati/jobs/341680179

It’s working again.