Frequent upload failures

Description

There currently seems to be network issues, we got at least 2 upload failures today, from 2 different systems (Travis and AppVeyor)

Repository

CI/CD

Github, AppVeyor, Travis

Uploader

bash

Commit SHAs

b58aa4d15c6e7ca6d396e5e540cd70b1ff806123, f399c022d5a94a1d623a7d8485bab49341242fc7

Codecov YAML

comment: false
coverage:
  status:
    project:
      default:
        informational: true
    patch:
      default:
        informational: true

Codecov Output

Already lost the full output, but it goes like this (Travis) :

curl: (7) Failed to connect to codecov.io port 443: Connection timed out

Or like this on AppVeyor:

appveyor DownloadFile https://codecov.io/bash -FileName codecov.sh
Error downloading remote file: One or more errors occurred.
Inner Exception: Unable to connect to the remote server
Command exited with code 2

Additional Information

We are discussing this at Remove test that covers OCI8 classes by greg0ire · Pull Request #4180 · doctrine/dbal · GitHub

The same also happened on Travis, so it doesn’t look like a CI issue:

$ bash <(curl -s https://codecov.io/bash)
curl: (7) Failed to connect to codecov.io port 443: Connection timed out

Hi @greg0ire and @morozov, thanks for your patience here. We are investigating, but we recommend retrying the curl command as possible

Hi all, we made some changes to the bash uploader to get more stability, would you let me know if you run into timeouts still?

Sure, we’ll try to keep an eye on it!

1 Like