-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Unexpected build failure #4449
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
Comments
The step that fails is when creating the documentation with sphinx (it's not displayed because of #4288), I think your build if failing because of memory limits, I'm not sure why the other pass months ago, maybe the builders were too busy at the moment. Can you try building again? |
ok, will give that a try. |
Still no luck. Another attempt seems to fail at the conda install step, but no reason is given. |
Not sure why is that happening, this project has the same problem #4447 |
Ups, wrong button. |
@molpopgen does this happen randomly? (I triggered a new build of I was able to build There is an issue reported in conda repo about the 247 exit code: conda/conda#5004 I suggest you to try one of this workarounds if you didn't yet: https://docs.readthedocs.io/en/latest/guides/build-using-too-many-resources.html |
@humitos It seems to happens pretty consistently. As for the RAM use, the setup is already minimal. The requirements.txt is the minimum required to build the package and the dox. The package must be built on RTD, else I can only build docs for, say, the current release on bioconda, and not the development/latest branches. On my Pop OS! laptop, using GCC7.3, the peak RAM for the build is ~600MB and then the peak RAM for the Sphinx is under 250MB. (Looking at RES here, not VIRT, btw.) Only the html output is getting built. The RAM use during compilation is not that extreme for a C++ project. So I gather that the 1GB limit includes the total for the build attempt, and is being applied to the conda install step, thus killing the job? |
Hi @molpopgen! I've already increased the MEM available for your project's build. I'm closing this issue for now but feel free to re-open if you consider.
Please, open a new issue if after deploying that fix your project is still having problem and I will take a look at it. |
@humitos I encountered that again on wsynphot.rtfd.io - I think it is definitely the memory requirement that kills us and I have seen it now a few times. I understand running this with more RAM will cost more. Is there a possibility that you would allow us to pay for more RAM. using conda is very convenient. Thank you!!! |
@wkerzendorf I don't see any build with memory issues in your project. Please, open a new issue by filling the template with the information requested and I will take a look. |
1 similar comment
@wkerzendorf I don't see any build with memory issues in your project. Please, open a new issue by filling the template with the information requested and I will take a look. |
Details
Expected Result
The docs to be built
Actual Result
While trying to resolve #3192 for my project, @stsewd suggested that I trigger a rebuild of a branch manually. Doing so resulted in this error:
Looking at the various outputs, there are no clues as to why this build failed, meaning I don't know what to fix.
This branch has had zero commits to it since the last successful build, too, which was ~4 months ago.
The text was updated successfully, but these errors were encountered: