Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The coveralls job is broken in continuous integration #4408

Closed
Pierre-Sassoulas opened this issue Apr 26, 2021 · 4 comments
Closed

The coveralls job is broken in continuous integration #4408

Pierre-Sassoulas opened this issue Apr 26, 2021 · 4 comments
Labels

Comments

@Pierre-Sassoulas
Copy link
Member

See here

Submitting coverage to coveralls.io...
Could not submit coverage: 500 Server Error: Internal Server Error for url: https://coveralls.io/api/v1/jobs
Traceback (most recent call last):
  File "/home/runner/work/pylint/pylint/venv/lib/python3.8/site-packages/coveralls/api.py", line 257, in wear
    response.raise_for_status()
  File "/home/runner/work/pylint/pylint/venv/lib/python3.8/site-packages/requests/models.py", line 943, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://coveralls.io/api/v1/jobs

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/runner/work/pylint/pylint/venv/lib/python3.8/site-packages/coveralls/cli.py", line 85, in main
    result = coverallz.wear()
  File "/home/runner/work/pylint/pylint/venv/lib/python3.8/site-packages/coveralls/api.py", line 260, in wear
    raise CoverallsException(
coveralls.exception.CoverallsException: Could not submit coverage: 500 Server Error: Internal Server Error for url: https://coveralls.io/api/v1/jobs
Error: Process completed with exit code 1.

@cdce8p do you have an idea how to fix it ?

@cdce8p
Copy link
Member

cdce8p commented Apr 26, 2021

Just from the error code, I would say this is a coveralls issue. It's a bit strange though, the status page doesn't mention any outages: https://status.coveralls.io

@grozdz
Copy link

grozdz commented Apr 26, 2021

Apparently it's a coveralls issue: lemurheavy/coveralls-public#1543

Despite status page does not mention any problems, it looks like their COVERAGE CALCULATION BACKGROUND JOB DEQUEUE TIME metric is dead since 10:15.

@Pierre-Sassoulas
Copy link
Member Author

Thank you for the link @grozdz ! Closing because we can't do anything about it.

@cdce8p
Copy link
Member

cdce8p commented Apr 26, 2021

Seams like the issue is fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants