Hi wonderful RTD folks :smile:
Error message: There was a problem with Read the Docs while building your documentation. Please report this to us with your build id (7701130).
Docs to build.
There was a problem with Read the Docs while building your documentation. Please report this to us with your build id (7701130).
For now, an FYI. I'm doing some work on the repo later today. Will let you know if it happens again. thanks.
Could you please provide the build url? The id isn't enough if we don't have the project name
We have enough info here. Sentry report seems to imply it's an issue communicating with the Docker unix socket:
https://sentry.io/read-the-docs/readthedocs-org/issues/612009754/events/28746990813/
As far as I can tell, when calling stop on a container, Docker is not returning within the timeout. We can perhaps remedy this by catching the timeout exception and hard killing the container?
Mmm... The docker timeout is one thing, but the build shouldn't fail because of that. This exception is handled in our code:
There has to be something else.
I think that this was a network hiccup. I can build again. Closing.
Most helpful comment
For now, an FYI. I'm doing some work on the repo later today. Will let you know if it happens again. thanks.