QMCPACK / qmcpack

Main repository for QMCPACK, an open-source production level many-body ab initio Quantum Monte Carlo code for computing the electronic structure of atoms, molecules, and solids with full performance portable GPU support
http://www.qmcpack.org
Other
295 stars 138 forks source link

CI coverage run fails quite frequently #4346

Open ye-luo opened 1 year ago

ye-luo commented 1 year ago

Describe the bug The CI coverage run fails quite frequently due to failure at uploading the coverage report. https://github.com/QMCPACK/qmcpack/actions/runs/3584668210/jobs/6031638171 The error was

2022-11-30T16:30:04.284Z] ['error'] There was an error running the uploader: Error uploading to [https://codecov.io:](https://codecov.io/) Error: There was an error fetching the storage URL during POST: 404 - {'detail': ErrorDetail(string='Unable to locate build via Github Actions API. Please upload with the Codecov repository upload token to resolve issue.', code='not_found')}

Can we make the upload stage try multiple times if not successful.

prckent commented 1 year ago

"Please upload with the Codecov repository upload token to resolve issue."

prckent commented 1 year ago

I have manually had to select "rerun failed" fairly often. Are there any informative reports of this elsewhere online?

ye-luo commented 1 year ago

I kind of doubt that it is an token issue which should produce a constant failure instead of sporadic failure.

williamfgc commented 1 year ago

It's a connection issue with codecov's url as the error says, I'll look into options for retrying a failed step or timeout. On related news, Codecov has been acquired.

ye-luo commented 1 year ago

The second run failed. Trying a third run. I noticed success rate is much better at the night. @williamfgc probably add a minute or two between each attempt.