It seems that there is a persistent network error on Travis CI:
"Failed to download key at https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc: Request failed: <urlopen error [Errno -3] Temporary failure in name resolution>"
The network issue can be reproduced persistently even after a couple times restarting the build.
Any ideas on what could be wrong?
The complete build error can be found here:
https://travis-ci.org/github/PrivacyLx/devops/jobs/771779971#L886
Are you setting $MOLECULE_DISTRO
within Travis?
One more thing @anadahz,
Have you tried any debugging?
curl -s -X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Travis-API-Version: 3" \
-H "Authorization: token <my_token_goes_here>" \
-d "{\"quiet\": true}" \
https://api.travis-ci.com/job/<my_job_id>/debug
Worth reading this as well.
No
This unfortunately didn’t work. Please find the error below:
{
"@type": "error",
"error_type": "not_found",
"error_message": "job not found (or insufficient access)",
"resource_type": "job"
@Montana The error persists any ideas on how I could possibly resolve this network error?