-
-
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
Builds sometimes work, sometimes not (with no changes to anything). It seems random. #2271
Comments
Sounds like this is an issue of one or more of the virtualenvs having out of date dependencies? Have you tried wiping the versions from the admin dashboard? |
I wiped the "latest" version but builds of that version still fail randomly. |
Is this still an issue? I haven't seen any other cases of this happening, but I'm at a loss as to what this is if it is still an issue. |
hi, have been seeing this loads recently. No idea what causing it but noticed someone else doing something to try to fix it. I have replicated the same thing and so far it seems ok. Build is from using virtualenv and setup.py. This is the commit ive added to try to fix it AccentDesign/wagtailstreamforms@c486de3 My latest seems to build fine with this and stable still randomly fails. So though i have no idea what the cause is, it seems to help :) Not much use but you may get some insight. the error is when it tries to install the package, says its not there:
Stu |
Thanks @stuartaccent. @agjohnson Not sure if this is the same issue, looking at it. It might make sense to open a new one for tracking this. |
Some work has been done in the build code in the last months and errors should be reported in a better way also. I'd like to know if you are still experience these errors and in what projects/builds/versions etc so we can try to reproduce them and fix them. Otherwise, please close the issue. Thanks! |
@stuartaccent Are you still having that problem? Can we close this issue? |
@shubham76 can you provide more information regarding the steps you are following? Besides, are you able to build completely one/another project without errors and see the docs? |
I tried running it on a different port. I go to my projects->click on import our own projects for demo
No. I couldn't build a single project yet. I tried changing the port as it was suggested in "Installation Guide". |
@humitos Do I need to have Github account connected before building the project? |
@shubham76 You don't need to setup the social account part for building a project :) |
Also,
I am getting these errors while buildiing any sample demo project. I also tried changing the ports as it was suggested in installation guide. |
@shubham76 I think the first error is because some missing libs for pdf compilation, you can try uncheccking the pdf and epub generation on the advanced settings of the project and see if the build success. The other problem is because elastic search is missing, but that's "normal", nothing that makes the build to fail. |
@stsewd Yes. That was the problem. I unchecked PDF & EPUB options in advanced settings. |
Closing this due to inactivity on the question raised by @stuartaccent. Unrelated discussion can be brought to a new ticket. |
I am experiencing the same error with https://readthedocs.org/projects/pleque/
|
Details
Expected Result
Build Passed
Actual Result
Build Failed or Build Passed. It's impossible to predict which will happen.
Our "solution" has been to just keep doing the build until it passes. That is silly. The failed builds always seem to be caused by the same thing. Here's example output from a failed build:
It can't find some file associated with
pytz
(World Timezone Definitions for Python).The text was updated successfully, but these errors were encountered: