Codecov showing "Unable to find report content in the storage archive"

Description

It takes forever to process a coverage report uploaded by Travis CI using bash uploader. When clicking the latest commit, the message “Unable to find report content in the storage archive” is shown on the new page.

Repository

CI/CD

Travis CI

Uploader

Bash uploader
bash <(curl -s https://codecov.io/bash)

Commit SHAs

8c9da3370626ff10647be5901802277de63f628b

Codecov YAML

default

Codecov Output

bash <(curl -s https://codecov.io/bash)
  _____          _
 / ____|        | |
| |     ___   __| | ___  ___ _____   __
| |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| |  __/ (_| (_) \ V /
 \_____\___/ \__,_|\___|\___\___/ \_/
                              Bash-20200707-353aa93


==> Travis CI detected.
    project root: .
    Fixing merge commit SHA
    Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
==> Running gcov in . (disable via -X gcov)
==> Python coveragepy not found
==> Searching for coverage reports in:
    + .
    -> Found 1 reports
==> Detecting git/mercurial file structure
==> Appending build variables
    + TRAVIS_OS_NAME
==> Reading reports
    + ./target/site/jacoco/jacoco.xml bytes=3504
==> Appending adjustments
    https://docs.codecov.io/docs/fixing-reports
    -> No adjustments found
==> Gzipping contents
==> Uploading reports
    url: https://codecov.io
    query: branch=master&commit=8c9da3370626ff10647be5901802277de63f628b&build=3.1&build_url=&name=&tag=&slug=jeremysun666%2Ftdd&service=travis&flags=&pr=1&job=363064384&cmd_args=
->  Pinging Codecov
https://codecov.io/upload/v4?package=bash-20200707-353aa93&token=secret&branch=master&commit=8c9da3370626ff10647be5901802277de63f628b&build=3.1&build_url=&name=&tag=&slug=jeremysun666%2Ftdd&service=travis&flags=&pr=1&job=363064384&cmd_args=
->  Uploading to
https://storage.googleapis.com/codecov/v4/raw/2020-07-20/13035BCC6B6F1413F6DB11CDB327FC95/8c9da3370626ff10647be5901802277de63f628b/345365b3-df97-47f7-bc8b-4afe7af3650c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20200720%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20200720T223155Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9ff4de932ec3ca9c268c62a0e4fc9c689a20ab14eef0caf8e8cea64f6319e0c5
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   778    0     0  100   778      0   4809 --:--:-- --:--:-- --:--:--  4832
    -> View reports at https://codecov.io/github/jeremysun666/tdd/commit/8c9da3370626ff10647be5901802277de63f628b

Steps to Reproduce

  1. Go to my repo and clone it to local
  2. Create a new branch off the master branch
  3. Make some changes, commit, and push the branch to GitHub
  4. Open a pull request using the newly pushed branch against the master branch

Expected behavior: Pull request comment and commit status should be shown

Actual behavior: Pull request comment and commit status are not shown. On Codecov dashboard, click the latest commit and nothing but the message “Unable to find report content in the storage archive” is shown.

Flakiness? Have tried several times this afternoon and the bugs happens every time.

Additional Information

Update:

After almost 2 hours, pull request comments and commit status are finally shown. Can you guys investigate why it’s taking so long?

Hey @jsilk – we are having some DB connection errors, which are leading to about 8% of our commits to timeout and backup the queue.

We have opened an incident here, where we will be tracking updates: https://status.codecov.io/

Sorry for the issue!

-Jerrod

Hi @jsilk, I’m going to mark this as closed, but thank you for bringing this to our attention. Comments and statuses should not take that long.