-
-
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 get stuck in "Cloning" state #2047
Comments
The same is happening to me in the following project: https://readthedocs.org/projects/kurento/ ... for the stable and latest build. Please help |
I am seeing the same thing |
Confirming the same thing. Further information for reference:
|
Same here. My repo is private, if that makes a difference. |
Same here: https://readthedocs.org/projects/ringpop/builds/. |
Making my private repo public fixed the problem for me. I am now waiting for a beta invite to readthedocs.com, which supports private docs. |
Same here https://readthedocs.org/projects/libbmc/build. My project is public. |
Experiencing kind of the same issue. The repo is on bitbucket and is open. As an example: Cloning version latest (html)13 minutes ago |
I too am encountering issues with a repo stuck in the "cloning" state. I have wiped my build. deleted, recreated, tried a new name, everything I can think of and it just sits at "cloning". https://readthedocs.org/projects/caesar/builds/ Just for kicks I uploaded my project to github and the same issue is happening with the git version - I think this might be account related? EDIT: turns out I had some bad formatting in my readthedocs.yml file, once I corrected that it was no longer stuck on the cloning phase. The previous ones stuck however, did not go away until I deleted and recreated the RTD project. |
Okay, so a wide array of things going on here. The underlying issue is that we're not reporting build failures correct at exceptions during this phase, so I'll address that with this report. If you are noticing this stuck behavior, there are a number of things that could be the cause:
@severb ringpop seems to randomly fail on submodules, not sure why. Github rate limiting these requests perhaps? It might be best to track this separately. |
I just hit this in one of my projects and my solution was similar to @rthompsonj. My issue was an incorrect path for the file attribute in readthedocs.yml. After fixing that, from a path that didn't exist, everything worked fine. |
same here: https://readthedocs.org/projects/humusamqp/builds/4114297/ docs are public |
@prolic your problem is you set your repository URL to a non-resolvable address |
Damn, my fault. Did not recognize this. Thanks!!!
|
I seem to be having this problem as well now. Things worked great for so long, with one random cloning state a few months ago, but worked since then. I came back to work on the project and now it won't get past cloning. https://readthedocs.org/projects/common-pipe-redo/builds/ |
Same issue here. I have changed nothing in my setup, and now all branches seem to fail their builds. I have an oddly stuck process from 2 weeks ago, wondering if this where the issue comes from? Project: https://readthedocs.org/projects/ka-lite/builds/ No readthedocs.yml file |
I am also having this problem. It was working fine and now I've had a build stuck in cloning for 5 days. Project: https://readthedocs.org/projects/atomdb/ Any help appreciated. |
Hi @jagophile , In a perfect world we would have better error reporting and exception handling during that crucial transition between the triggering of the build and the setup of the build vm. |
My project builds fine locally, the problem is that nothing can happen because
Clicking Wipe doesn't help. |
THanks for the information. The step that "worked" for me was, I'm pretty sure I tried the wipe thing last week when this hung initially, Anyway, seems to be working-ish for now. Adam On 7 November 2016 at 12:47, Blaise Pabon [email protected] wrote:
|
@cajus - could you try changing your Git project path in Settings from |
Please note that as of PR #2497, better error messages have been displaying. For my case, it got solved and wasn't actually a problem in the RTD build, just the lack of feedback. I would suggest to close this issue and instead focus on individual cases now that error messages are available instead of stuck in "Cloning" state. |
I took a look at all of the project mentioned in this issues and most of them are:
@agjohnson do you think there is something we need to do for this issue or we can close it? If anyone from this issue has an update on the report I would appreciate. Thanks. |
@humitos good summary.. see my comment above.. even if people have updates, it'd be better to open up new issues to reach a level of clarity that someone can work out a fix for (and nobody wants to do PRs that don't close issues). |
Hello, Updating git to version Any help appreciated |
AFAICS, ReadTheDocs can clone my repo, and it does that, I can see it in
|
Nevermind, I've solved that problem. ReadTheDocs doesn't care about actual docker version. All you have to do is to set End... that's it. It works. |
I'm closing this issue. Feel free to create new issues (and link this one) in case there is something that it's not working as you expects. For the stale states, a PR was merged that should mark them as Thanks you all! |
Details
I wanted to migrate the project documetation to readthedocs, so I initially just added the github repository to RTD. It never leaves the "Cloning" state without any further information.
The text was updated successfully, but these errors were encountered: