Skip to content
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

Build #4342378 stuck in Building state #2468

Closed
mitya57 opened this issue Oct 20, 2016 · 11 comments
Closed

Build #4342378 stuck in Building state #2468

mitya57 opened this issue Oct 20, 2016 · 11 comments

Comments

@mitya57
Copy link

mitya57 commented Oct 20, 2016

Details

Expected Result

The build either completes, or fails, or times out.

Actual Result

The build is stuck in Building state for more than a month. All other builds went fine.

@afabiani
Copy link

Have a similar issue here

https://readthedocs.org/projects/geonode/builds/4537979/

the "latest" branch works while the "master" one stucks on "cat conf.py"

@conor10
Copy link

conor10 commented Oct 30, 2016

All of my builds are stuck on "cat conf.py", doesn't make a difference for me whether I build latest or master, see #2476

@markcmiller86
Copy link

I am running into this constantly. My doc tree builds fine running Sphynx directly on another linux platform and I get literally no feedback what is going on in RTD. I am finding it very unusuable.

@conor10
Copy link

conor10 commented Nov 7, 2016

Yes it's a shame, it's great when it's working. I'm manually building & deploying my docs to GitHub Pages to work around the issue. RTD was always getting stuck at exactly the same point in my build.

cat conf.py

Although looks as though my build history console output is now missing too, so I can no longer see what causing the build failures :(

@gtalarico
Copy link

Same issues.
Worked fine every time, then after last build it keeps getting stuck on
cat conf.py

/revitpythonwrapper
Build #4641434
latest (adf3db113c0feaddc4fa2279d36fe090f8d5dbba)

image

@gtalarico
Copy link

following up made a trivial change to project settings, and it got rebuilt successfully.
previous build still stuck:

image

@conor10
Copy link

conor10 commented Nov 10, 2016

I've tried modifying all sorts of different build settings, still hasn't made a difference for me unfortunately.

@fulopattila122
Copy link

@gtalarico and what was that magic trivial change? :)

@humitos
Copy link
Member

humitos commented Mar 1, 2017

@mitya57 one of the problem I see here is your conf.py makes the server goes into a:

RecursionError: maximum recursion depth exceeded

because you are returning the same Mock() class instead of MagicMock() at this line: https://github.com/mitya57/secretstorage/blob/master/docs/conf.py#L79

After changing that in my local clone of your repository, I was able to build it without any problem.

Can other people having this issue confirm that you are not running into the same problem?

@humitos humitos added the Support Support question label Mar 2, 2017
mitya57 added a commit to mitya57/secretstorage that referenced this issue Mar 2, 2017
@mitya57
Copy link
Author

mitya57 commented Mar 2, 2017

@humitos

because you are returning the same Mock() class instead of MagicMock()

Oh, that was because that was documented in the FAQ before #2530 was merged. I have updated it now. If you kill the outstanding running build, I think we can mark the issue resolved.

@humitos
Copy link
Member

humitos commented Mar 2, 2017

@mitya57 there is no way to kill a building (see #2471) but that is not a problem for this since it's just a UX issue. I mean, the building process doesn't exist anymore in the server, there is nothing running but the thing is it is not communicated properly to the Front End (#2407)

Thank you. I'm closing this issue.

Feel free to re-open if any of you still have the problem.

@humitos humitos closed this as completed Mar 2, 2017
@ghost ghost removed the Support Support question label Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants