Unable to find report content in the storage archive
Closed this issue · 4 comments
I have a Dart project using GitHub Actions and some Codecov reports are unavailable. Here is an example run:
2020-11-08T05:26:45.2931940Z [command]/bin/bash codecov.sh -f coverage/lcov.info -n -F
2020-11-08T05:26:45.3127540Z
2020-11-08T05:26:45.3128080Z _____ _
2020-11-08T05:26:45.3128320Z / ____| | |
2020-11-08T05:26:45.3128540Z | | ___ __| | ___ ___ _____ __
2020-11-08T05:26:45.3128770Z | | / _ \ / _` |/ _ \/ __/ _ \ \ / /
2020-11-08T05:26:45.3129020Z | |___| (_) | (_| | __/ (_| (_) \ V /
2020-11-08T05:26:45.3129250Z \_____\___/ \__,_|\___|\___\___/ \_/
2020-11-08T05:26:45.3130230Z Bash-20201106-81372f2
2020-11-08T05:26:45.3130510Z
2020-11-08T05:26:45.3130660Z
2020-11-08T05:26:45.3141340Z �[0;90m==>�[0m GitHub Actions detected.
2020-11-08T05:26:45.5041670Z �[0;90mproject root:�[0m .
2020-11-08T05:26:45.5270010Z �[0;32mYaml not found, that's ok! Learn more at�[0m �[0;36mhttp://docs.codecov.io/docs/codecov-yaml�[0m
2020-11-08T05:26:45.5649500Z �[0;90m->�[0m Found 1 reports
2020-11-08T05:26:45.5650730Z �[0;90m==>�[0m Detecting git/mercurial file structure
2020-11-08T05:26:45.6214950Z �[0;90m==>�[0m Reading reports
2020-11-08T05:26:45.6350250Z �[0;32m+�[0m coverage/lcov.info �[0;90mbytes=15817�[0m
2020-11-08T05:26:45.6445270Z �[0;90m==>�[0m Appending adjustments
2020-11-08T05:26:45.6446440Z �[0;36mhttps://docs.codecov.io/docs/fixing-reports�[0m
2020-11-08T05:26:45.9231120Z �[0;32m+�[0m Found adjustments
2020-11-08T05:26:45.9288900Z �[0;90m==>�[0m Gzipping contents
2020-11-08T05:26:45.9412400Z �[0;90m==>�[0m Uploading reports
2020-11-08T05:26:45.9413350Z �[0;90murl:�[0m https://codecov.io
2020-11-08T05:26:45.9415060Z �[0;90mquery:�[0m branch=version_4&commit=36d104266019ccf4220552238e59716eb97fbeca&build=351932126&build_url=http%3A%2F%2Fgithub.com%2Fdanvick%2Fflutter_form_builder%2Factions%2Fruns%2F351932126&name=&tag=&slug=danvick%2Fflutter_form_builder&service=github-actions&flags=&pr=&job=&cmd_args=f,n,F
2020-11-08T05:26:45.9484990Z �[0;90m->�[0m Pinging Codecov
2020-11-08T05:26:45.9486960Z https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=version_4&commit=36d104266019ccf4220552238e59716eb97fbeca&build=351932126&build_url=http%3A%2F%2Fgithub.com%2Fdanvick%2Fflutter_form_builder%2Factions%2Fruns%2F351932126&name=&tag=&slug=danvick%2Fflutter_form_builder&service=github-actions&flags=&pr=&job=&cmd_args=f,n,F
2020-11-08T05:26:46.6469210Z �[0;90m->�[0m Uploading to
2020-11-08T05:26:46.6472970Z https://storage.googleapis.com/codecov/v4/raw/2020-11-08/2F15C0D0DEC12791CFAC688F6C1425E5/36d104266019ccf4220552238e59716eb97fbeca/b24b1a2f-d9b9-4e84-ac52-2694ef7fc7c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201108T052646Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b648e8642f03233066b66b031630910ed343068b9401a2e3fcad02e4a1271487
2020-11-08T05:26:46.6548690Z % Total % Received % Xferd Average Speed Time Time Time Current
2020-11-08T05:26:46.6549310Z Dload Upload Total Spent Left Speed
2020-11-08T05:26:46.6549650Z
2020-11-08T05:26:46.8354800Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2020-11-08T05:26:46.8361730Z 100 5457 0 0 100 5457 0 30486 --:--:-- --:--:-- --:--:-- 30486
2020-11-08T05:26:46.8440130Z �[0;32m->�[0m View reports at �[0;36mhttps://codecov.io/github/danvick/flutter_form_builder/commit/36d104266019ccf4220552238e59716eb97fbeca�[0m
The link https://codecov.io/github/danvick/flutter_form_builder/commit/36d104266019ccf4220552238e59716eb97fbeca does not go to a report. Instead I get an error message:
Unable to find report content in the storage archive.
This repo is public. This particular build example is against a branch named version_4
.
It sometimes/mostly works, but often fails. I can't figure out a pattern and I do not see any error message.
This run links to a successful report.
The GitHub Actions yaml has:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: coverage/lcov.info
What's going on? 🤔
I now see that some reports are stuck processing:
Is this an outage? (Status looks good.) 🤔
@awhitford, apologies we had a backup yesterday in our queue. This is not normal, and I appreciate your patience.
@thomasrockhu Thank you. I thought there was a more serious bug going on.
Ideally, the page would report something like, "Still processing" or something to indicate to be patient.