-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Doc build suddenly started to fail every time: core dumped #9117
Comments
Hi, the first build from that projects is from 2 days ago https://readthedocs.org/projects/pydgn/builds/?page=2, did you re-create that project?
No that I'm aware of
That isn't possible at the moment, you may want to subscribe to #1083 Locally I got this error
I'll try increasing the memory limits of your project |
Thanks for the prompt response and for the help. Yes, I tried to re-create the project from scratch. Just out of curiosity, how were you able to reproduce it locally? Could you please link the steps here? Thanks again! Hopefully the memory limit increase will sort the issue out =) |
@pydgn looks like your project is already building on a large builder (7 GB of ram).
I did that from my local instance of RTD, but I just tried on my local system (16 GB of ram) with the same result
So, this doesn't look like a problem with RTD, maybe a transitive dependency was updated recently |
I was able to reproduce the segfault outside of the conda environment, thanks. Any suggestion on how to discover the transitive dependency you are talking about? I'm really losing my mind here =) Thanks in advance! |
You could have compared the previous installed dependencies from previous builds, but since the project was re-created, those aren't available anymore. Maybe you could get those from someone who hasn't updated their dependencies and where the build passes. You could use I'm closing this issue since isn't a problem with RTD. |
Details
For some reason unknown to me, the readthedocs builds started failing from middle/late March. I have even tried to compile previous versions of my repo, e.g. v1.0.0, which compiled successfully in the past. Now all I am getting is the
core dumped
error below. Have you changed some memory limit in the main servers that build the docs?I would be happy to not install all the libraries in the
docs/requirements.txt
file, but that seems a prerequisite to correctly build the documentation in the readthedocsAlternatively, is it possible to upload the compiled files instead of triggering the online build?
Thanks for your help
Expected Result
The doc should correctly build as it is happening in local and used to happen in the past. Now even prior versions that used to build successfully show the same problem.
Actual Result
The text was updated successfully, but these errors were encountered: